summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Workspaces whose name is the standard name plus a non-empty string areThomas Thurman2008-03-211-2/+7
* Handle compositor being disabled and don't crash.Iain Holmes2008-03-191-4/+12
* Add a screen argument. (process_property_notify): Damage the whole screenIain Holmes2008-03-193-6/+20
* Allow shaped windows _with frames_ to have shadows.Iain Holmes2008-03-183-68/+254
* newly created windows can't be considered to be above themselves; fixesMarco Pesenti Gritti2008-03-181-1/+1
* allow moving workspace while moving window with modifier remove theMatthew Wilson2008-03-112-116/+104
* Don't shadow shaped windows.Josh Lee2008-03-101-0/+6
* remove debug statements (*blush*)Thomas Thurman2008-03-071-7/+1
* Part three of the great prefs refactor, this time dealing with stringThomas Thurman2008-03-061-355/+317
* Add ability to vertically and horizontally maximise using the mouse, byCosimo Cecchi2008-03-037-12/+102
* Add support for "spacer" as a button type which adds some empty space.Andrea Del Signore2008-02-294-28/+113
* removed unnecessary #include which should have been in Jim's patch (notThomas Thurman2008-02-281-1/+0
* deleted as no longer used modified accordinglyJim Huang2008-02-273-453/+0
* Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror".Thomas Thurman2008-02-2713-29/+60
* reorder declarations so we don't break C89 compilers. Closes #518917.Jens Granseuer2008-02-261-3/+3
* allow users of the preview widget to get a mask for windows in the correctThomas Wood2008-02-252-0/+112
* Refactor handling of boolean preferences.Thomas Thurman2008-02-231-374/+213
* Refactored handling of enumerated preferences.Thomas Thurman2008-02-231-254/+254
* Respect requested position on _NET_MOVERESIZE_WINDOW. Closes #448183Mikkel Kamstrup Erlandsen2008-02-211-3/+31
* Make skip-taskbar windows appear in the Ctrl-Alt-Tab list. Closes #106249.Matthias Clasen2008-02-191-1/+1
* When resizing a window with the keyboard, stay one pixels from the edgesThomas Thurman2008-02-181-6/+6
* Allow compilation when gconf mode is disabled. Closes #515019.Jim Huang2008-02-171-0/+2
* fixups to allow compilation in non-verbose mode. Closes #515152.Jim Huang2008-02-152-6/+24
* only use compositor version if we have a compositor. Closes #514453.Thomas Thurman2008-02-051-0/+3
* remove workaround for a problem in GTK 1.3.9(!) which was causingThomas Thurman2008-02-041-5/+0
* src/core/display.c (meta_display_open), fetch & use composite version, forMichael Meeks2008-02-043-81/+143
* core.h is in include, not core. (Last one, I promise.)Thomas Thurman2008-02-031-1/+1
* main.h is in include, not core.Thomas Thurman2008-02-031-1/+1
* draw-workspace.h is in ui, not core.Thomas Thurman2008-02-021-1/+1
* Have the list also pull windows that are in other workspaces that have theAlex R.M. Turner2008-02-022-25/+49
* Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561.Christian Persch2008-01-283-4/+4
* more commenting.Thomas Thurman2008-01-222-21/+134
* some more commenting.Thomas Thurman2008-01-182-3/+40
* Correct comment. Correct comment. Much commenting; #ifdeffed-out debugThomas Thurman2008-01-174-28/+214