summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* cowbell_get_current_style minimally workingThomas Thurman2009-10-191-5/+17
* paramsThomas Thurman2009-10-191-1/+3
* stub fn to get styleThomas Thurman2009-10-191-2/+17
* add a couple of extra params we'll be needingThomas Thurman2009-10-191-3/+8
* moved stuff out to cowbell_get_edge_sizesThomas Thurman2009-10-191-8/+21
* Actually renders now. Next we need to calculate window geom correctly.Thomas Thurman2009-10-192-15/+26
* slightly less stubby version of cowbell_urlThomas Thurman2009-10-191-2/+16
* it renders *something*, anywayThomas Thurman2009-10-191-0/+326
* theme data should live in the theme structThomas Thurman2009-10-191-9/+14
* added url loading functionThomas Thurman2009-10-191-1/+18
* basic loading (with filename hardcoded still)Thomas Thurman2009-10-191-0/+15
* move in class init codeThomas Thurman2009-10-191-5/+76
* add basic stuff from copper and got it compilingThomas Thurman2009-10-191-0/+53
* stubs; compiles and runs and looks like crapThomas Thurman2009-10-192-9/+94
* Change default cycle_group keybinding to Alt-graveRay Strode2009-10-191-1/+1
* copyrightThomas Thurman2009-09-201-0/+1
* move MetaTheme definition out of publicThomas Thurman2009-09-202-3/+5
* it's an in parameter, not an out parameterThomas Thurman2009-09-201-1/+1
* commentingThomas Thurman2009-09-201-0/+73
* some commentsThomas Thurman2009-09-201-0/+14
* some fixmesThomas Thurman2009-09-201-0/+6
* fixed stubs; but they are still only stubs.Thomas Thurman2009-09-203-9/+21
* basic stubs (no longer compiles)Thomas Thurman2009-09-203-0/+292
* fix warningThomas Thurman2009-09-201-1/+1
* remove call to meta_color_spec_render for nowThomas Thurman2009-09-201-0/+5
* Add missing quotes in strings (Fixes #572046)Claude Paroz2009-08-241-2/+2
* unset _NET_SUPPORTING_WM_CHECK when shutting downThomas Thurman2009-07-091-0/+9
* Add a switch to disable autofullscreen'ing maximized windows without decorationsTomeu Vizoso2009-07-064-2/+35
* Remove deprecated GTK symbols. Refs #572332.Thomas James Alexander Thurman2009-03-1214-46/+48
* use g_signal_handlers_disconnect_by_func instead of an old deprecatedThomas James Alexander Thurman2009-03-121-16/+6
* fix problem where the previous code ignored callbacks for properties whoseThomas James Alexander Thurman2009-03-121-47/+24
* add optional dependency on gtop. Include "(as username)" in the titlebarThomas James Alexander Thurman2009-03-062-2/+99
* Don't force CA_PROP_CANBERRA_ENABLE to 1. That was a misunderstanding onMatthias Clasen2009-02-211-1/+0
* Use zenity for the session management dialogue that warns aboutThomas James Alexander Thurman2009-02-205-580/+64
* Now that we are using libcanberra, don't tell the X server to play theMatthias Clasen2009-02-131-6/+0
* Use libcanberra to play system bell and workspace switch soundsMatthias Clasen2009-02-122-3/+104
* Session must be saved before display close, and displayThomas James Alexander Thurman2009-02-114-6/+25
* Don't define meta_spew_event unless verbose mode is on.Thomas James Alexander Thurman2009-02-112-0/+4
* rm incorrect commentThomas James Alexander Thurman2009-02-101-2/+0
* Further movement of code out of metacity-dialog into Zenity;Thomas James Alexander Thurman2009-02-107-283/+179
* Windows demanding attention should never appear in theThomas James Alexander Thurman2009-02-081-1/+2
* some commentingThomas James Alexander Thurman2009-02-071-11/+61
* Only skip the first window in the alt-tab chain if it's actually theThomas James Alexander Thurman2009-02-071-1/+1
* Lines where x1==x2 or y1==y2 may have the second elementThomas James Alexander Thurman2009-02-062-5/+29
* incredibly baroque system to make sure the translators don't have toThomas James Alexander Thurman2009-02-051-2/+15
* collapse several strings into one for the translators' benefit.Thomas James Alexander Thurman2009-02-051-5/+10
* queue resize on window undecorateThomas James Alexander Thurman2009-02-051-0/+1
* Fix description, focus the desktop, not desktop backgroung (Closes bugLuca Ferretti2009-02-031-1/+1
* Wrap g_error calls in braces.Thomas James Alexander Thurman2009-02-031-0/+4
* Set prop_hooks_table to NULL after freeing it.Thomas James Alexander Thurman2009-02-011-2/+2