Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | Respect requested position on _NET_MOVERESIZE_WINDOW. Closes #448183 | Mikkel Kamstrup Erlandsen | 1 | -3/+31 |
2008-02-19 | Make skip-taskbar windows appear in the Ctrl-Alt-Tab list. Closes #106249. | Matthias Clasen | 1 | -1/+1 |
2008-02-18 | When resizing a window with the keyboard, stay one pixels from the edges | Thomas Thurman | 1 | -6/+6 |
2008-02-17 | Allow compilation when gconf mode is disabled. Closes #515019. | Jim Huang | 1 | -0/+2 |
2008-02-15 | fixups to allow compilation in non-verbose mode. Closes #515152. | Jim Huang | 2 | -6/+24 |
2008-02-05 | only use compositor version if we have a compositor. Closes #514453. | Thomas Thurman | 1 | -0/+3 |
2008-02-04 | remove workaround for a problem in GTK 1.3.9(!) which was causing | Thomas Thurman | 1 | -5/+0 |
2008-02-04 | src/core/display.c (meta_display_open), fetch & use composite version, for | Michael Meeks | 3 | -81/+143 |
2008-02-03 | core.h is in include, not core. (Last one, I promise.) | Thomas Thurman | 1 | -1/+1 |
2008-02-03 | main.h is in include, not core. | Thomas Thurman | 1 | -1/+1 |
2008-02-02 | draw-workspace.h is in ui, not core. | Thomas Thurman | 1 | -1/+1 |
2008-02-02 | Have the list also pull windows that are in other workspaces that have the | Alex R.M. Turner | 2 | -25/+49 |
2008-01-28 | Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. | Christian Persch | 3 | -4/+4 |
2008-01-22 | more commenting. | Thomas Thurman | 2 | -21/+134 |
2008-01-18 | some more commenting. | Thomas Thurman | 2 | -3/+40 |
2008-01-17 | Correct comment. Correct comment. Much commenting; #ifdeffed-out debug | Thomas Thurman | 4 | -28/+214 |
2008-01-13 | Commenting. Commenting, and fixing existing comments. | Thomas Thurman | 2 | -4/+188 |
2008-01-13 | Refactor repeated lines in main() to iterate instead. | Thomas Thurman | 1 | -24/+11 |
2008-01-13 | removed as it was never used. lots of comments. copyright year is 2008. | Thomas Thurman | 7 | -17/+79 |
2008-01-13 | reinstated missing first character! correct reordering of blank fields. | Thomas Thurman | 1 | -1/+1 |
2008-01-13 | change comments from /*! to /** because the other way makes doxygen think | Thomas Thurman | 1 | -16/+31 |
2008-01-08 | further commenting (trying to keep comment addings down to once a day at | Thomas Thurman | 1 | -1/+51 |
2008-01-08 | g_free is a no-op on nulls; there is no need to test. | Thomas Thurman | 1 | -6/+3 |
2008-01-06 | Function commenting marathon; more to come. | Thomas Thurman | 1 | -1/+113 |
2008-01-03 | Two really minor coding standards layout tweaks. | Thomas Thurman | 2 | -2/+2 |
2007-12-27 | Don't do anything in meta_compositor_free_window. It doesn't seem to be | Iain Holmes | 1 | -2/+10 |
2007-12-27 | Don't set mark newly mapped windows as damaged. Fixes a shadow drawing | Iain Holmes | 1 | -2/+2 |
2007-12-25 | USe the compositor overlay window instead of the root window. | Iain Holmes | 1 | -10/+75 |
2007-12-21 | do not leak list. | Paolo Borelli | 3 | -20/+11 |
2007-12-19 | fix a third warning about %d and long int | Havoc Pennington | 6 | -18/+32 |
2007-12-19 | sort source files into these directories according to which part of the WM | Havoc Pennington | 98 | -118/+122 |
2007-12-19 | Merge compositor branch. | Iain Holmes | 17 | -3341/+3176 |
2007-12-12 | remove dead code; closes #501365. | Thomas Thurman | 1 | -3/+0 |
2007-12-09 | rewrite long description of | Thomas Thurman | 1 | -22/+4 |
2007-12-09 | check for null before adding menu; closes #496054. | Matthias Clasen | 1 | -3/+5 |
2007-12-09 | Recur if the keypress ended a grab, so it can be processed in its own | Thomas Thurman | 1 | -0/+17 |
2007-12-09 | Fix typo where wrong variable was checked (reported by Kjartan Maraas). | Martin Meyer | 1 | -1/+1 |
2007-11-18 | try to get the session client ID from DESKTOP_AUTOSTART_ID environment | Lucas Rocha | 1 | -1/+16 |
2007-11-18 | make our theme search compliant to the XDG Base Directory Specification. | Benjamin Gramlich | 1 | -2/+42 |
2007-11-16 | remove almost-unused files. move the used parts of api.[ch] in here. | Thomas Thurman | 4 | -120/+16 |
2007-11-13 | more changes discussed in bug #461927 | Peter Bloomfield | 1 | -18/+27 |
2007-11-12 | adjust expression which decides whether new windows should not go on top, | Thomas Thurman | 1 | -8/+5 |
2007-11-11 | Instruct the GtkLabel in the tabpopup to ellipsize text that is too big. | Alex R.M. Turner | 1 | -6/+9 |
2007-11-09 | If a window is launched without any kind of launch timestamp, grab the | Elijah Newren | 1 | -0/+27 |
2007-11-09 | Oops, revert patch which I didn't intend to commit - stupid 'git-svn dcommit'... | Federico Mena Quintero | 1 | -1/+1 |
2007-11-09 | Fix swapped arguments when updating _NET_WM_USER_TIME | Federico Mena Quintero | 2 | -3/+3 |
2007-11-07 | save unmaximized part of client root coords | Peter Bloomfield | 1 | -2/+18 |
2007-11-06 | do not save client root coords while window is maximized | Peter Bloomfield | 1 | -1/+1 |
2007-10-30 | Add a --sync option to turn on synchronous X calls | Iain Holmes | 1 | -2/+10 |
2007-10-28 | Free title of preview when the preview is destroyed. Closes #469682. | Jans Granseuer | 1 | -0/+7 |