summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* save in the cache directoryThomas Thurman2009-07-101-1/+13
* persistenceThomas Thurman2009-07-101-4/+24
* remove debug printThomas Thurman2009-07-101-2/+0
* remove debug printingThomas Thurman2009-07-101-4/+2
* Put stuff back in its proper fileThomas Thurman2009-07-102-99/+98
* moving worksThomas Thurman2009-07-101-8/+15
* move stuff into window.c (will clean up later)Thomas Thurman2009-07-102-85/+98
* start of load routineThomas Thurman2009-07-101-1/+13
* split out role findingThomas Thurman2009-07-101-4/+12
* use title if we don't have a roleThomas Thurman2009-07-101-3/+3
* debugging warning if there's no role (like for say xlogo)Thomas Thurman2009-07-101-1/+4
* read role from windowThomas Thurman2009-07-103-6/+6
* remove MetaMatching structThomas Thurman2009-07-102-31/+2
* pass in a windowThomas Thurman2009-07-103-20/+15
* zeroth draftThomas Thurman2009-07-104-8/+82
* zeroth draftThomas Thurman2009-07-102-0/+0
* stubsThomas Thurman2009-07-103-1/+95
* 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
* Window properties are looked up in a hash table rather thanThomas James Alexander Thurman2009-01-292-360/+91
* some lists failed to keep track of their contents and therefore didn'tThomas James Alexander Thurman2009-01-281-2/+2
* Free name of old theme when new theme is loaded.Thomas James Alexander Thurman2009-01-281-0/+2
* free the result of gdk_text_property_to_utf8_list() even when it returnsThomas James Alexander Thurman2009-01-281-4/+6
* GtkStyle is specific to a particular colormap. Metacity uses differentOwen Taylor2009-01-284-91/+274
* Added a gconf key to swap the meanings of the right andThomas James Alexander Thurman2009-01-274-3/+46
* All the window properties are now handled using simpleThomas James Alexander Thurman2009-01-273-74/+98
* More of the window properties are checked using simpleThomas James Alexander Thurman2009-01-273-116/+85
* add support for _NET_WM_MOVERESIZE_CANCEL.Thomas James Alexander Thurman2009-01-251-1/+9