| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | init button states for the button backgrounds | Havoc Pennington | 2002-08-04 | 1 | -0/+8 |
* | raise/focus on click, even if the click was on the client area (this makes | Havoc Pennington | 2002-08-04 | 1 | -0/+13 |
* | set active_workspace to NULL. Also actually activate the first workspace | Mark McLoughlin | 2002-08-04 | 1 | -0/+13 |
* | use MetaMenuIconType not button type for the size of the menu ops array | Havoc Pennington | 2002-08-04 | 1 | -4/+27 |
* | change alt+tab to a windowless grab, fixes #83499 | Craig Black | 2002-08-03 | 1 | -0/+6 |
* | Have ButtonPress and UnmapNotify events account for a null grab window, | Craig Black | 2002-08-03 | 1 | -0/+5 |
* | Fixed some clipping issues with the Bright theme. | Gaute Lindkvist | 2002-08-03 | 1 | -0/+6 |
* | Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282. | Mark McLoughlin | 2002-08-01 | 1 | -0/+17 |
* | if a window isn't resizeable, turn off maximize function. If min size is | Christophe Fergeau | 2002-08-01 | 1 | -0/+6 |
* | send a SaveYourselfDone if we're skipping this global save. | Mark McLoughlin | 2002-08-01 | 1 | -0/+10 |
* | Added Vietnamese (vi) to ALL_LINGUAS | Pablo Saratxaga | 2002-07-30 | 1 | -0/+4 |
* | add Metabox theme from Garrett | Havoc Pennington | 2002-07-25 | 1 | -0/+16 |
* | look for themes in ~/.themes/NAME/metacity-1/ and | Havoc Pennington | 2002-07-24 | 1 | -0/+10 |
* | grab display across managing each screen; XGetInputFocus() on startup. | Havoc Pennington | 2002-07-24 | 1 | -0/+11 |
* | fix x11 header checks when x11 is not in the default include path | jacob berkman | 2002-07-24 | 1 | -0/+5 |
* | put Gorilla back in the build | Havoc Pennington | 2002-07-24 | 1 | -0/+12 |
* | Show the real workspace names in the window menu | Ross Burton | 2002-07-23 | 1 | -0/+5 |
* | handle NULL screen from screen_for_xwindow | Havoc Pennington | 2002-07-23 | 1 | -0/+12 |
* | steal from profterm to fix build | jacob berkman | 2002-07-15 | 1 | -0/+4 |
* | don't put a newline after the default workspace name | Havoc Pennington | 2002-07-14 | 1 | -0/+5 |
* | adapt to virtual modifiers (meta_display_process_mapping_event): we need | Havoc Pennington | 2002-07-14 | 1 | -0/+17 |
* | Removed a <<<< from Changelog | Christophe Fergeau | 2002-07-13 | 1 | -1/+0 |
* | Added fr to ALL_LINGUAS | Christophe Fergeau | 2002-07-13 | 1 | -0/+5 |
* | don't display the dialog if all the apps were session managed. | Havoc Pennington | 2002-07-13 | 1 | -0/+5 |
* | don't send SmInteractDone until the warning dialog about crappy clients | Havoc Pennington | 2002-07-13 | 1 | -0/+5 |
* | try to maximize windows that are too big for the work area | Havoc Pennington | 2002-07-12 | 1 | -0/+9 |
* | option to display error when a command fails to run. | Havoc Pennington | 2002-07-11 | 1 | -0/+13 |
* | properly attribute selection code to Matthias Clasen | Havoc Pennington | 2002-07-10 | 1 | -0/+5 |
* | couple of updates | Havoc Pennington | 2002-07-10 | 1 | -0/+7 |
* | fix short description for begin_resize, patch from Jayaraj, #87654 | Havoc Pennington | 2002-07-10 | 1 | -0/+8 |
* | don't center vertically for maximized windows that don't fill the screen, | Havoc Pennington | 2002-07-10 | 1 | -0/+6 |
* | increase the size of the mini workspaces | Havoc Pennington | 2002-07-06 | 1 | -0/+5 |
* | Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspaces | Havoc Pennington | 2002-07-06 | 1 | -0/+21 |
* | put _NET_DESKTOP_NAMES in the array of atom names, so desktop names might | Havoc Pennington | 2002-07-06 | 1 | -0/+19 |
* | Take Gorilla out until it gets repaired. | Havoc Pennington | 2002-07-05 | 1 | -0/+5 |
* | Change default value of input hint (if not specified) to true instead of | Havoc Pennington | 2002-07-05 | 1 | -0/+6 |
* | use new macros to get whether we allow move/resize correct | Havoc Pennington | 2002-07-03 | 1 | -0/+18 |
* | rename from {un}grab_all_keys_and_keyboard and only do an XKeyboardGrab, | Mark McLoughlin | 2002-07-02 | 1 | -0/+12 |
* | Fix broken workspace switching from my previous commit. | Mark McLoughlin | 2002-07-01 | 1 | -0/+19 |
* | Fixes not being able to tab out of a workspace which contains no windows. | Mark McLoughlin | 2002-06-27 | 1 | -0/+39 |
* | s/gdk_get_default_display/gdk_display_get_default/ | Mark McLoughlin | 2002-06-25 | 1 | -0/+8 |
* | added support for border only windows. | Mark McLoughlin | 2002-06-25 | 1 | -0/+16 |
* | Added some stuff to the window buttons, so they use the ACTIVE bg/fg. | James M. Cape | 2002-06-25 | 1 | -0/+5 |
* | src/screen.c: (set_supported_hint), (set_work_area_hint): Its | Mark McLoughlin | 2002-06-25 | 1 | -0/+20 |
* | Update with border-only window stuff from Atlanta. | Gediminas Paulauskas | 2002-06-23 | 1 | -0/+5 |
* | Update for "border" frame stuff, minor button/spacing improvements. | James M. Cape | 2002-06-23 | 1 | -0/+5 |
* | Partially fix Jacob's SM bugs. | Havoc Pennington | 2002-06-23 | 1 | -0/+10 |
* | do nothing if screen is being unmanaged, we don't want to blow away state, | Havoc Pennington | 2002-06-22 | 1 | -0/+12 |
* | new utility function | Havoc Pennington | 2002-06-22 | 1 | -0/+10 |
* | Theme breakage! Themes have to implement "border" frames now, see Atlanta | Havoc Pennington | 2002-06-22 | 1 | -0/+18 |