summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure the user_rect is set sanely for windows that start maximized.Ted Percival2008-08-161-12/+28
* Icons for windows are taken from the desktop theme, not from the MetacityPatrick Niklaus2008-08-144-45/+73
* meta_display_screen_for_root() can return NULL, so check for that. FixesThomas Thurman2008-07-141-9/+18
* Don't attempt to double-free struts, edges and regions if work areas haveElijah Newren2008-07-131-7/+17
* Don't allocate memory for log messages unless we're logging.Thomas Thurman2008-07-131-6/+9
* This function can now officially return NULL. Two windows can't belong toThomas Thurman2008-07-132-4/+6
* 2008-06-30 Thomas Thurman <tthurman@gnome.orgThomas James Alexander Thurman2008-06-301-1/+9
* Move comments for non-statics from the .c to .h. adapt better for C, andThomas Thurman2008-06-302-60/+75
* display the theme name in the title bar. Closes #430198.Thomas Thurman2008-06-301-0/+19
* Allow toggling of non-compositor effects (since there's a non-Metacity keyThomas Thurman2008-06-293-2/+22
* remove meta_ prefix on all static functions.Thomas Thurman2008-06-291-25/+23
* lose meta prefix since it's static. replace our own cast with glib macroThomas Thurman2008-06-291-28/+41
* add checks for HAVE_SHAPE where appropriate. fix type error which wasThomas Thurman2008-06-293-1/+5
* Some refactoring, simplifying, and commenting of the non-compositedThomas Thurman2008-06-293-405/+333
* Commented everything.Thomas Thurman2008-06-281-35/+288
* Keep the compiler from giving some warnings.Thomas Thurman2008-06-272-2/+9
* Refactor so the long scary stack functions are less long and scary:Thomas Thurman2008-06-271-91/+136
* Some commenting.Thomas Thurman2008-06-132-175/+208
* A preliminary attempt at a test for the theme expression tokeniser.Thomas Thurman2008-06-101-0/+7
* defensive programming; check meta_screen_get_compositor_data() throughoutThomas Thurman2008-06-051-23/+81
* make sure compositor things don't get compiled when we're not using theThomas Thurman2008-06-021-0/+6
* fix comments (number)Thomas Thurman2008-05-301-6/+6
* commentingThomas Thurman2008-05-301-1/+76
* Make disabling gconf work again. Closes #530870.Thomas Thurman2008-05-281-5/+18
* added in two files needed for Iain's changes earlier to work in a releaseThomas Thurman2008-05-261-0/+2
* Add Dropdown menu atoms so we can add shadows to them. Fixes #517442Iain Holmes2008-05-241-4/+32
* Check the compositor isn't NULL before dereferencing it. Fixes #534569Iain Holmes2008-05-241-10/+11
* Applied patch from Ed Catmur to fix #528787Iain Holmes2008-05-191-1/+5
* src/include/frame.h src/include/display.h src/include/xprops.hIain Holmes2008-05-1946-503/+1175
* remove color_set flag remove check of color_set flag before rendering (weRobert Escriva2008-05-132-20/+8
* Remove src/ui/color.[ch] since they are not used anywhereElijah Newren2008-05-112-427/+0
* Added curly brackets in two places to keep -pedantic happy.Thomas Thurman2008-05-042-2/+6
* fix type of "len" variable (refs #526049)Matt Krai2008-05-031-2/+2
* All information should live in exactly one place. This means that the listThomas Thurman2008-05-0216-628/+452
* XGetWindowAttributes can return an error value, and if it does its otherChris Wang2008-04-291-14/+23
* documentationThomas Thurman2008-04-292-2/+55
* re-enable cascade code which was wrongly removed a year ago. ClosesErwann Chenede2008-04-271-4/+6
* Propagate opacity to frame window.Carlos Garnacho2008-04-221-1/+27
* a few commentsThomas Thurman2008-04-221-3/+14
* no need to create a symlink to .desktop file in default-session directoryLucas Rocha2008-04-101-8/+0
* Hide the overlay window (meta_compositor_unmanage_screen): Release theiain2008-04-071-2/+8
* reorder declarations so we don't break C89 compilers.Jens Granseuer2008-04-071-6/+9
* preferences which have a null target don't get updated! (#526016)Thomas Thurman2008-04-031-0/+4
* make Metacity install its desktop files in the default session directoryLucas Rocha2008-03-302-0/+13
* prevent null dereference if the theme was invalid, which caused crashes inThomas Thurman2008-03-291-8/+13
* Don't immediately unminimize an initially iconic window (#491090)Owen Taylor2008-03-281-1/+4
* files are saved in ~/.config/metacity/sessions and checked for there andThomas Thurman2008-03-271-11/+44
* fix regression where Metacity sometimes wouldn't quit when replacedThomas Thurman2008-03-271-4/+2
* meta_display_screen_for_root is quite capable of returning NULL.Thomas Thurman2008-03-261-9/+10
* MetaDisplay becomes a singleton. The static variable which holds thisThomas Thurman2008-03-256-566/+490