| Commit message (Expand) | Author | Age | Files | Lines |
* | Since Patrick Niklaus's checkin of 2008-08-14 dealt with windows with no | Thomas Thurman | 2008-10-15 | 5 | -77/+11 |
* | Make the bindings in src/core/*-bindings.h generate GConf schemas too. | Thomas Thurman | 2008-10-12 | 5 | -2343/+584 |
* | Fix annoying bug where alt-tab and friends would jump backwards a space on | Thomas Thurman | 2008-10-12 | 1 | -7/+12 |
* | An attempt to make life a little easier for our beloved translators; this | Thomas Thurman | 2008-10-12 | 4 | -693/+127 |
* | Pass modified mouse button events down to panel windows instead of dealing | William Lachance | 2008-10-06 | 2 | -4/+10 |
* | Second half of the switch to using x-macros for keybindings so that we | Thomas Thurman | 2008-10-06 | 6 | -437/+497 |
* | Install desktop files in both .../share/applications and | Vincent Untz | 2008-09-12 | 3 | -2/+31 |
* | An attempt to keep all information about window bindings in the same | Thomas Thurman | 2008-09-06 | 6 | -361/+464 |
* | removed invalid "Window Manager" group at request of Matthias Clasen. | Thomas Thurman | 2008-09-03 | 1 | -3/+0 |
* | Desktop file moved, according to policy change. Closes #549479. | Thomas Thurman | 2008-09-02 | 2 | -1/+2 |
* | When a workspace's list of struts is freed, free the struts too. Closes | Thomas Thurman | 2008-09-01 | 1 | -3/+28 |
* | Add new move_to_center keybinding, requested by Khanh-Dang Nguyen Thu Lam; | Thomas Thurman | 2008-09-01 | 4 | -0/+62 |
* | new function. turn the compositing manager on or off as necessary. | Thomas Thurman | 2008-08-31 | 3 | -3/+54 |
* | moving all messages about properties to the top, as a start at #549886 | Thomas Thurman | 2008-08-30 | 1 | -32/+11 |
* | Adding doxygen headers to some files. | Thomas Thurman | 2008-08-18 | 8 | -18/+53 |
* | add a copy of each strut in a window to the workspace's strut list, | Eric Piel | 2008-08-18 | 1 | -2/+5 |
* | Ensure the user_rect is set sanely for windows that start maximized. | Ted Percival | 2008-08-16 | 1 | -12/+28 |
* | Icons for windows are taken from the desktop theme, not from the Metacity | Patrick Niklaus | 2008-08-14 | 4 | -45/+73 |
* | meta_display_screen_for_root() can return NULL, so check for that. Fixes | Thomas Thurman | 2008-07-14 | 1 | -9/+18 |
* | Don't attempt to double-free struts, edges and regions if work areas have | Elijah Newren | 2008-07-13 | 1 | -7/+17 |
* | Don't allocate memory for log messages unless we're logging. | Thomas Thurman | 2008-07-13 | 1 | -6/+9 |
* | This function can now officially return NULL. Two windows can't belong to | Thomas Thurman | 2008-07-13 | 2 | -4/+6 |
* | 2008-06-30 Thomas Thurman <tthurman@gnome.org | Thomas James Alexander Thurman | 2008-06-30 | 1 | -1/+9 |
* | Move comments for non-statics from the .c to .h. adapt better for C, and | Thomas Thurman | 2008-06-30 | 2 | -60/+75 |
* | display the theme name in the title bar. Closes #430198. | Thomas Thurman | 2008-06-30 | 1 | -0/+19 |
* | Allow toggling of non-compositor effects (since there's a non-Metacity key | Thomas Thurman | 2008-06-29 | 3 | -2/+22 |
* | remove meta_ prefix on all static functions. | Thomas Thurman | 2008-06-29 | 1 | -25/+23 |
* | lose meta prefix since it's static. replace our own cast with glib macro | Thomas Thurman | 2008-06-29 | 1 | -28/+41 |
* | add checks for HAVE_SHAPE where appropriate. fix type error which was | Thomas Thurman | 2008-06-29 | 3 | -1/+5 |
* | Some refactoring, simplifying, and commenting of the non-composited | Thomas Thurman | 2008-06-29 | 3 | -405/+333 |
* | Commented everything. | Thomas Thurman | 2008-06-28 | 1 | -35/+288 |
* | Keep the compiler from giving some warnings. | Thomas Thurman | 2008-06-27 | 2 | -2/+9 |
* | Refactor so the long scary stack functions are less long and scary: | Thomas Thurman | 2008-06-27 | 1 | -91/+136 |
* | Some commenting. | Thomas Thurman | 2008-06-13 | 2 | -175/+208 |
* | A preliminary attempt at a test for the theme expression tokeniser. | Thomas Thurman | 2008-06-10 | 1 | -0/+7 |
* | defensive programming; check meta_screen_get_compositor_data() throughout | Thomas Thurman | 2008-06-05 | 1 | -23/+81 |
* | make sure compositor things don't get compiled when we're not using the | Thomas Thurman | 2008-06-02 | 1 | -0/+6 |
* | fix comments (number) | Thomas Thurman | 2008-05-30 | 1 | -6/+6 |
* | commenting | Thomas Thurman | 2008-05-30 | 1 | -1/+76 |
* | Make disabling gconf work again. Closes #530870. | Thomas Thurman | 2008-05-28 | 1 | -5/+18 |
* | added in two files needed for Iain's changes earlier to work in a release | Thomas Thurman | 2008-05-26 | 1 | -0/+2 |
* | Add Dropdown menu atoms so we can add shadows to them. Fixes #517442 | Iain Holmes | 2008-05-24 | 1 | -4/+32 |
* | Check the compositor isn't NULL before dereferencing it. Fixes #534569 | Iain Holmes | 2008-05-24 | 1 | -10/+11 |
* | Applied patch from Ed Catmur to fix #528787 | Iain Holmes | 2008-05-19 | 1 | -1/+5 |
* | src/include/frame.h src/include/display.h src/include/xprops.h | Iain Holmes | 2008-05-19 | 46 | -503/+1175 |
* | remove color_set flag remove check of color_set flag before rendering (we | Robert Escriva | 2008-05-13 | 2 | -20/+8 |
* | Remove src/ui/color.[ch] since they are not used anywhere | Elijah Newren | 2008-05-11 | 2 | -427/+0 |
* | Added curly brackets in two places to keep -pedantic happy. | Thomas Thurman | 2008-05-04 | 2 | -2/+6 |
* | fix type of "len" variable (refs #526049) | Matt Krai | 2008-05-03 | 1 | -2/+2 |
* | All information should live in exactly one place. This means that the list | Thomas Thurman | 2008-05-02 | 16 | -628/+452 |