summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Patch from jylefort@FreeBSD.org to prevent a crash when changingElijah Newren2006-05-151-14/+14
* Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer beingElijah Newren2006-05-153-13/+37
* plug a small leak.Paolo Borelli2006-05-151-4/+4
* Patch from Dan Sanders to fix #334899.Elijah Newren2006-04-171-1/+7
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-162-4/+29
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-136-8/+92
* Fix constraints bug causing negative width windows and crashes. #336651Elijah Newren2006-04-021-1/+3
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-303-9/+23
* use g_str_has_prefix instead of a local copy of the function.Paolo Borelli2006-03-251-24/+4
* Always set _NET_WM_STATE when a window is shown or hidden, even if itThomas Thurman2006-03-171-20/+14
* Add debugging information for edge resistanceElijah Newren2006-03-173-27/+65
* Marking string for translation. Closes #334332Thomas James Alexander Thurman2006-03-121-1/+1
* Only unmaximise window before freeing if the window is actually maximised.Ryan Lortie2006-03-061-1/+2
* 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