summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Patch from Thomas Thurman to prevent setting cycle_windows to keybindingsElijah Newren2006-02-273-0/+102
* Patch from Thomas Thurman to work around buggy application grouping withElijah Newren2006-02-272-2/+17
* Insert #ifdef's to make it build againSøren Sandmann2006-02-161-3/+9
* Add code to destroy compositor. Implement unmanage_screen() functionality.GNOME_2_14_BRANCHPOINTSøren Sandmann2006-02-152-457/+497
* Add unused wobbly unminimize animation by KristianSøren Sandmann2006-02-153-55/+611
* Patch from Jens Granseuer to fix more build issues with gcc 2.95. #331166.Elijah Newren2006-02-141-2/+4
* We had that prev_window code in multiple places and it was all identical.Elijah Newren2006-02-131-23/+4
* Allow alt-escape to cancel alt-tabbing, and vice versa. Fixes #141425.Thomas Thurman2006-02-131-3/+52
* Disable alt-f7 if a window can't be moved, and alt-f8 if it can't beThomas Thurman2006-02-121-2/+2
* actually use META_LAYER_TOP but just manually make it equal toElijah Newren2006-02-122-2/+2
* remove this legacy cruft that we stopped using years agoElijah Newren2006-02-111-11/+0
* Avoid a memory leak when checking which workspace(s) a window is on. FixesThomas Thurman2006-02-113-1/+5
* add messages to explain that warnings are harmlessThomas Thurman2006-02-111-0/+6
* Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONSSoeren Sandmann2006-02-071-0/+2
* New fancy minimize animation. Fade windows in and out.Søren Sandmann2006-02-061-43/+413
* produce warning when invalid events with no timestamp are received, ratherThomas Thurman2006-02-031-3/+15
* update the pixmap. (update) print out framerate. (dump_stacking_order) newSøren Sandmann2006-02-021-52/+182
* Track the active_screen, (event_callback): If the mouse enters a window onElijah Newren2006-01-302-3/+28
* change the order of the ||'ed items in the if to avoid using anElijah Newren2006-01-242-6/+9
* Patch from Christian Kirbach to prevent a critical warning crasher whenElijah Newren2006-01-211-6/+14
* Patch from Dick Marinus to add a minimize double-click-titlebar-action;Elijah Newren2006-01-214-4/+21
* fixed_directions is only meant for explicit user interactions; disable itElijah Newren2006-01-211-0/+14
* Avoid flashing when closing a maximized window. Fixes #317254.Elijah Newren2006-01-201-3/+18
* Fix unitialized value problem when in raise-on-click mode. Søren,Elijah Newren2006-01-202-3/+4
* Patch from Søren to fix some reading-from-free'd-data errors. #327575Elijah Newren2006-01-201-1/+18
* Fix various initialization and default issues, especially forElijah Newren2006-01-202-17/+126
* More careful error handling of values returned by GConf. Fixes #326615.Elijah Newren2006-01-201-37/+51
* Prevent rapidly repeated visual bells from hanging metacity. FixesElijah Newren2006-01-202-5/+13
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-2024-222/+105
* Patch from Björn Lindqvist to fix #98340.Elijah Newren2006-01-201-24/+36
* Make minimize animation update again.Søren Sandmann2006-01-201-11/+36
* g_object_unref() rather than ws_region_unref().Søren Sandmann2006-01-191-2/+3
* Port to changes in libcmSøren Sandmann2006-01-191-49/+60
* Port to changes in libcm.Søren Sandmann2006-01-171-29/+32
* manually define HOST_NAME_MAX if not already defined to fix SolarisElijah Newren2006-01-161-0/+4
* Really turn off draw-in-a-loop.Søren Sandmann2006-01-161-2/+3
* If no valid window is found in the MRU list, then set focus to the desktopKyle Ambroff2006-01-161-1/+14
* Fix accidental overzealous focus holding by the terminal introduced by theElijah Newren2006-01-154-7/+28
* Patch from Jens Granseuer to fix more build issues with gcc 2.95. #327050.Elijah Newren2006-01-152-3/+3
* Don't dereference a NULL string. Fixes #327013.Elijah Newren2006-01-151-1/+1
* fix compilation when HAVE_COMPOSITE_EXTENSIONS is undefined. #326912Elijah Newren2006-01-142-15/+12
* Only update on damage events.Søren Sandmann2006-01-131-55/+58
* Patch from Damien Carbery. Fixes #326746.Elijah Newren2006-01-131-0/+1
* Add a dependency on libcm when building with compositor.Søren Sandmann2006-01-137-991/+564
* Replace __PRETTY_FUNCTION__ with G_STRFUNC, because lesser compilers don'tElijah Newren2006-01-111-15/+15
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-1017-14/+17
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-108-25/+154
* Don't "steal" focus from terminal windows for new window mappings as theElijah Newren2006-01-103-0/+68
* More thorough handling of source indication. Part of #326041.Elijah Newren2006-01-102-26/+59
* Make the taskbar less flash happy and fix up some related stacking issues.Elijah Newren2006-01-102-14/+55