summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add meta_theme_draw_frame_by_name, which is needed for the theme editor.Thomas James Alexander Thurman2009-01-112-0/+75
* alt-F10 toggles maximisation, alt-F5 only restores. Also renameThomas James Alexander Thurman2008-12-252-4/+4
* added call to g_thread_init(), as ORBit2 stopped doing it and Metacity isFrederic Peters2008-12-251-0/+3
* add screenshot commands which had mistakenly been removed; closes #564343,Thomas James Alexander Thurman2008-12-241-0/+32
* fix move_to_corner_seThomas James Alexander Thurman2008-12-241-1/+1
* windows which attempt to present themselves but are offscreen end upThomas James Alexander Thurman2008-12-211-2/+17
* when the user double-clicks the title bar, end the grab op. ClosesThomas James Alexander Thurman2008-12-191-0/+1
* patches to fixes for -Wall. Closes #562939.Thomas James Alexander Thurman2008-12-021-2/+5
* gnome-doc-tools version doesn't need to be so high. disable the entireThomas James Alexander Thurman2008-12-016-14/+20
* add casts (#562106)Thomas James Alexander Thurman2008-11-251-3/+3
* reviewed by: Thomas ThurmanThomas James Alexander Thurman2008-11-231-1/+1
* addedThomas James Alexander Thurman2008-11-231-0/+386
* remove apparently spurious warnings about operations on window "none"Thomas James Alexander Thurman2008-11-232-4/+5
* fix stupid infinite loop when GConf is turned off.Thomas James Alexander Thurman2008-11-221-1/+3
* fix two places where there was a warning if GConf was turned off.Thomas James Alexander Thurman2008-11-221-1/+3
* (Apologies for huge commit; these were done on a transatlantic flight. This ...Thomas Thurman2008-11-2213-1010/+305
* This change adds support for the new _NET_WM_FULLSCREEN_MONITORSThomas James Alexander Thurman2008-11-176-2/+142
* Removed deprecated calls. Closes #560445.Thomas James Alexander Thurman2008-11-122-2/+2
* Clean up #includes according to the GNOME Goal.Thomas James Alexander Thurman2008-11-1211-19/+12
* updated description of raise_on_click:Thomas James Alexander Thurman2008-11-101-0/+19
* added dependency on Zenity remove error_on_generic_command() andThomas James Alexander Thurman2008-11-083-67/+118
* Fix build by readding accidentally removed '}'.Olav Vitters2008-11-021-0/+1
* variable names in messages should be double-quoted. Closes #558309.Thomas James Alexander Thurman2008-10-291-4/+3
* fix accidental name change of run_command_terminal. Closes #557943.Thomas James Alexander Thurman2008-10-281-1/+1
* Add initialisation which I missed on the previous checkin. Also an extraThomas Thurman2008-10-271-2/+5
* Fix some crashes with the new GDM 2.24. Closes #558058.Brian Cameron2008-10-272-7/+9
* Ignore values of .../mouse_button_modifier key if the key's missing.Thomas Thurman2008-10-261-1/+1
* fix stupid thinko which caused defaults to be incorrect "space" needs toThomas Thurman2008-10-232-17/+2
* Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decideThomas Thurman2008-10-233-4/+22
* support builds outside tree properly. ditto.Thomas Thurman2008-10-231-4/+5
* support builds outside tree properly.Thomas Thurman2008-10-231-24/+50
* Fixes to make distcheck work again.Thomas Thurman2008-10-221-4/+6
* 2.25.2 release.Thomas James Alexander Thurman2008-10-222-0/+0
* new functions add sigterm_handler in case we receive a SIGTERM. ClosesJoe Marcus Clarke2008-10-221-6/+25
* minimised windows are necessarily obscured.Thomas Thurman2008-10-221-12/+21
* Slight transformation of the x-macros used in keybindings to make themThomas Thurman2008-10-225-373/+285
* fix build when schemas are not installed. Closes #557335.Christian Persch2008-10-211-3/+0
* Fix off-by-one error. Fix off-by-one error. Closes #557201.Tomas Frydrych2008-10-212-24/+24
* During a discussion with Rodney Dawes about making life easier for theThomas Thurman2008-10-185-344/+209
* Since Patrick Niklaus's checkin of 2008-08-14 dealt with windows with noThomas Thurman2008-10-155-77/+11
* Make the bindings in src/core/*-bindings.h generate GConf schemas too.Thomas Thurman2008-10-125-2343/+584
* Fix annoying bug where alt-tab and friends would jump backwards a space onThomas Thurman2008-10-121-7/+12
* An attempt to make life a little easier for our beloved translators; thisThomas Thurman2008-10-124-693/+127
* Pass modified mouse button events down to panel windows instead of dealingWilliam Lachance2008-10-062-4/+10
* Second half of the switch to using x-macros for keybindings so that weThomas Thurman2008-10-066-437/+497
* Install desktop files in both .../share/applications andVincent Untz2008-09-123-2/+31
* An attempt to keep all information about window bindings in the sameThomas Thurman2008-09-066-361/+464
* removed invalid "Window Manager" group at request of Matthias Clasen.Thomas Thurman2008-09-031-3/+0
* Desktop file moved, according to policy change. Closes #549479.Thomas Thurman2008-09-022-1/+2
* When a workspace's list of struts is freed, free the struts too. ClosesThomas Thurman2008-09-011-3/+28