| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for the "mangles focus window when switching workspaces and using | Havoc Pennington | 2003-01-22 | 1 | -0/+1 |
* | handle the client having a shape mask, fixes #101806 | Havoc Pennington | 2003-01-05 | 1 | -0/+7 |
* | Reverted visual bell patch, #99886 | Havoc Pennington | 2002-12-19 | 1 | -3/+0 |
* | Added visual bell feature, fix for 99886. | Bill Haneman | 2002-12-17 | 1 | -0/+3 |
* | add myself here, bug #100789 | Havoc Pennington | 2002-12-10 | 1 | -4/+23 |
* | make this always return FALSE for now, to avoid bug reports. | Havoc Pennington | 2002-12-08 | 1 | -0/+1 |
* | lengthen to 15 seconds | Havoc Pennington | 2002-12-01 | 1 | -1/+6 |
* | use window-props.h stuff for a couple of properties (implement_showing): | Havoc Pennington | 2002-11-03 | 1 | -1/+5 |
* | store the window menu on the display and blow it away when a window | Havoc Pennington | 2002-10-28 | 1 | -0/+3 |
* | include config.h | Havoc Pennington | 2002-10-27 | 1 | -4/+13 |
* | Add "busy cursor on app startup" support, conditionally - works only if | Havoc Pennington | 2002-10-25 | 1 | -0/+8 |
* | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 2002-10-21 | 1 | -0/+1 |
* | workspaces are all per-screen now, fix accordingly | Havoc Pennington | 2002-10-16 | 1 | -14/+1 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 1 | -0/+7 |
* | make it static | Havoc Pennington | 2002-10-02 | 1 | -0/+2 |
* | re-enable the log handler, maybe it will break something, I don't remember | Havoc Pennington | 2002-09-24 | 1 | -1/+1 |
* | new function | Havoc Pennington | 2002-09-04 | 1 | -0/+5 |
* | In XGrabPointer, set the confine_to argument to the root window of the | Jayaraj Rajappan | 2002-08-14 | 1 | -0/+1 |
* | window is in fullscreen layer if any member of its group is fullscreen | Havoc Pennington | 2002-08-12 | 1 | -0/+3 |
* | track time to avoid sending a deluge of move/resize requests, suggestion | Havoc Pennington | 2002-08-10 | 1 | -1/+2 |
* | Patch to provide extra cues to the user when using window menu move and | Craig Black | 2002-08-09 | 1 | -2/+11 |
* | update comment also set expected focus window when setting input focus. | Craig Black | 2002-08-09 | 1 | -2/+1 |
* | clear expected focus window on open | Craig Black | 2002-08-08 | 1 | -0/+5 |
* | Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282. | Mark McLoughlin | 2002-08-01 | 1 | -0/+9 |
* | adapt to virtual modifiers (meta_display_process_mapping_event): we need | Havoc Pennington | 2002-07-14 | 1 | -1/+4 |
* | Fixes not being able to tab out of a workspace which contains no windows. | Mark McLoughlin | 2002-06-27 | 1 | -0/+4 |
* | src/screen.c: (set_supported_hint), (set_work_area_hint): Its | Mark McLoughlin | 2002-06-25 | 1 | -1/+1 |
* | do nothing if screen is being unmanaged, we don't want to blow away state, | Havoc Pennington | 2002-06-22 | 1 | -0/+3 |
* | new utility function | Havoc Pennington | 2002-06-22 | 1 | -0/+1 |
* | don't die on bad atom name | Havoc Pennington | 2002-06-08 | 1 | -0/+12 |
* | implement | Havoc Pennington | 2002-06-07 | 1 | -0/+3 |
* | Patch from Erwann Chenede for raise_or_lower keybinding | Havoc Pennington | 2002-05-29 | 1 | -0/+4 |
* | Crack from Erwann | Havoc Pennington | 2002-05-24 | 1 | -0/+3 |
* | use the layout information to figure out up/down neighbors | Havoc Pennington | 2002-05-16 | 1 | -0/+1 |
* | Add screen argument to meta_display_get_tab_next, since we only want | Anders Carlsson | 2002-05-11 | 1 | -0/+1 |
* | Fix atom name; it's _NET_SHOW_DESKTOP, not _NET_WM_SHOW_DESKTOP. | Anders Carlsson | 2002-05-07 | 1 | -1/+1 |
* | Fix an off-by-one error. | Anders Carlsson | 2002-05-06 | 1 | -0/+1 |
* | finish mopping up mode_switch_mask field | Havoc Pennington | 2002-05-01 | 1 | -1/+0 |
* | Add support for setting the _NET_WM_WORKAREA hint. No code does it yet | Anders Carlsson | 2002-04-28 | 1 | -0/+1 |
* | remove caveats about keybindings | Havoc Pennington | 2002-04-28 | 1 | -7/+24 |
* | remove the unused tab stuff | Havoc Pennington | 2002-04-05 | 1 | -0/+10 |
* | Add some total crackrock resize-grid indication for windows that have | Havoc Pennington | 2002-03-17 | 1 | -0/+3 |
* | use new functions | Havoc Pennington | 2002-03-12 | 1 | -2/+12 |
* | Add hacking to fix the problem that we made our XGrabPointer() during | Havoc Pennington | 2002-03-02 | 1 | -4/+17 |
* | Screw around with Anders's ping patch so he'll get plenty of CVS | Havoc Pennington | 2002-02-27 | 1 | -0/+21 |
* | switch on the op passed in, not the active op. Gives us the right cursor | Havoc Pennington | 2002-02-24 | 1 | -1/+3 |
* | put in hack to keep Pango from mangling our server grab and locking up on | Havoc Pennington | 2002-02-23 | 1 | -0/+1 |
* | put in some kind of distinctive frame for UTILITY, though it's ugly. Also | Havoc Pennington | 2002-02-09 | 1 | -0/+2 |
* | add _NET_WM_STATE_HIDDEN to _NET_SUPPORTED | Havoc Pennington | 2002-02-09 | 1 | -0/+1 |
* | when mapping a window with struts, invalidate the work areas it's on. | Havoc Pennington | 2002-02-08 | 1 | -0/+1 |