summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated calls. Closes #560445.Thomas James Alexander Thurman2008-11-121-1/+1
* Clean up #includes according to the GNOME Goal.Thomas James Alexander Thurman2008-11-121-1/+1
* added dependency on Zenity remove error_on_generic_command() andThomas James Alexander Thurman2008-11-082-67/+111
* 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-271-6/+8
* 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-231-16/+1
* Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decideThomas Thurman2008-10-233-4/+22
* support builds outside tree properly.Thomas Thurman2008-10-231-24/+50
* 2.25.2 release.Thomas James Alexander Thurman2008-10-222-435/+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 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-151-23/+7
* Make the bindings in src/core/*-bindings.h generate GConf schemas too.Thomas Thurman2008-10-122-8/+69
* 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-121-10/+10
* 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-065-368/+492
* An attempt to keep all information about window bindings in the sameThomas Thurman2008-09-065-317/+464
* When a workspace's list of struts is freed, free the struts too. ClosesThomas Thurman2008-09-011-3/+28
* Add new move_to_center keybinding, requested by Khanh-Dang Nguyen Thu Lam;Thomas Thurman2008-09-012-0/+37
* new function. turn the compositing manager on or off as necessary.Thomas Thurman2008-08-312-3/+47
* moving all messages about properties to the top, as a start at #549886Thomas Thurman2008-08-301-32/+11
* Adding doxygen headers to some files.Thomas Thurman2008-08-188-18/+53
* add a copy of each strut in a window to the workspace's strut list,Eric Piel2008-08-181-2/+5
* Ensure the user_rect is set sanely for windows that start maximized.Ted Percival2008-08-161-12/+28
* 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
* Allow toggling of non-compositor effects (since there's a non-Metacity keyThomas Thurman2008-06-292-2/+20
* 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-292-1/+3
* Some refactoring, simplifying, and commenting of the non-compositedThomas Thurman2008-06-293-405/+333
* Commented everything.Thomas Thurman2008-06-281-35/+288
* 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
* 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
* 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-1936-3300/+193