| Commit message (Expand) | Author | Age | Files | Lines |
* | Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMH | Rob Adams | 2003-06-26 | 1 | -3/+31 |
* | Focus on mouse click in sloppy/mouse to fix keynav. Fix for #115072. | Rob Adams | 2003-06-13 | 1 | -1/+2 |
* | Remove legacy support for Gnome 1 hints, since we deem it unlikely that | Rob Adams | 2003-06-12 | 1 | -70/+49 |
* | make raise-on-click explicitly only happen in click to focus mode. | Havoc Pennington | 2003-06-12 | 1 | -20/+42 |
* | CVS2003-05-29 Rob Adams <robadams@ucla.edu> | Rob Adams | 2003-05-30 | 1 | -2/+47 |
* | Get and use double-click speed from GtkSettings (Bug #103218). | Ray Strode | 2003-05-30 | 1 | -2/+1 |
* | the mask display->ignored_modifier_mask wasn't being bound, due to "<" | Havoc Pennington | 2003-05-21 | 1 | -2/+2 |
* | fill in window->desc sooner since we use it sooner now. | Havoc Pennington | 2003-05-16 | 1 | -0/+4 |
* | purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in. | Havoc Pennington | 2003-04-21 | 1 | -9/+0 |
* | just return if we are not verbose. | Soeren Sandmann | 2003-03-23 | 1 | -0/+3 |
* | Make it so that the alt-tabbing won't try to go to a minimized window by | Rob Adams | 2003-03-15 | 1 | -12/+20 |
* | Take control of the panel's global keybindings. The screenshot utility is | Mark McLoughlin | 2003-02-24 | 1 | -1/+7 |
* | fix to unfocus window only when you leave the window frame, not when you | Havoc Pennington | 2003-02-22 | 1 | -6/+1 |
* | when tabbing backward, we are still tabbing *from* the most recently used | Havoc Pennington | 2003-02-22 | 1 | -1/+1 |
* | Reinstated visual-bell patch, fix for bug 99886. | Bill Haneman | 2003-01-28 | 1 | -0/+24 |
* | Fix for the "mangles focus window when switching workspaces and using | Havoc Pennington | 2003-01-22 | 1 | -0/+1 |
* | only hop window to the current workspace if the window was previously | Havoc Pennington | 2003-01-21 | 1 | -13/+34 |
* | handle the client having a shape mask, fixes #101806 | Havoc Pennington | 2003-01-05 | 1 | -13/+107 |
* | include the Xrandr header file | Havoc Pennington | 2003-01-03 | 1 | -0/+3 |
* | Reverted visual bell patch, #99886 | Havoc Pennington | 2002-12-19 | 1 | -24/+0 |
* | select ColormapChangeMask on toplevel windows, maybe a partial fix for | Havoc Pennington | 2002-12-19 | 1 | -4/+4 |
* | Added visual bell feature, fix for 99886. | Bill Haneman | 2002-12-17 | 1 | -0/+24 |
* | only install .desktop file for metacity-properties if we actually install | Havoc Pennington | 2002-12-13 | 1 | -4/+4 |
* | add myself here, bug #100789 | Havoc Pennington | 2002-12-10 | 1 | -25/+231 |
* | Handle crossing events during resizing. (#93384). | Soeren Sandmann | 2002-12-09 | 1 | -1/+14 |
* | make this always return FALSE for now, to avoid bug reports. | Havoc Pennington | 2002-12-08 | 1 | -1/+9 |
* | move a window to the current space on the MapRequest when it's not on the | Hidetoshi Tajima | 2002-12-05 | 1 | -0/+4 |
* | lengthen to 15 seconds | Havoc Pennington | 2002-12-01 | 1 | -20/+35 |
* | patch from Hidetoshi Tajima to move a window's transients when moving the | Havoc Pennington | 2002-11-22 | 1 | -1/+1 |
* | push an error trap around the whole window-key-grab loop | Havoc Pennington | 2002-11-06 | 1 | -5/+29 |
* | remove XSync calls from here (meta_display_ungrab): remove XSync from | Havoc Pennington | 2002-11-04 | 1 | -4/+2 |
* | use window-props.h stuff for a couple of properties (implement_showing): | Havoc Pennington | 2002-11-03 | 1 | -0/+6 |
* | store the window menu on the display and blow it away when a window | Havoc Pennington | 2002-10-28 | 1 | -1/+4 |
* | fix build | Havoc Pennington | 2002-10-26 | 1 | -0/+2 |
* | Add "busy cursor on app startup" support, conditionally - works only if | Havoc Pennington | 2002-10-25 | 1 | -3/+45 |
* | put minimized windows at the end of Alt+Tab, #89416 | Havoc Pennington | 2002-10-24 | 1 | -3/+26 |
* | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 2002-10-21 | 1 | -46/+73 |
* | workspaces are all per-screen now, fix accordingly | Havoc Pennington | 2002-10-16 | 1 | -139/+4 |
* | Ignore EnterNotify events when the detail field is set to NotifyInferior. | Federico Mena Quintero | 2002-10-15 | 1 | -1/+2 |
* | don't raise window on button 2 click, only on button 1 and button 3. | Havoc Pennington | 2002-10-11 | 1 | -29/+43 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 1 | -70/+171 |
* | do XRRUpdateConfiguration() if we have RandR extension, else poke in | Havoc Pennington | 2002-10-04 | 1 | -4/+16 |
* | make it static | Havoc Pennington | 2002-10-02 | 1 | -0/+4 |
* | Patch from Keith Packard to handle root window resizes. | Havoc Pennington | 2002-09-29 | 1 | -0/+11 |
* | Try to handle Solaris Xinerama, all coded blind, someone on Solaris will | Havoc Pennington | 2002-09-27 | 1 | -13/+4 |
* | re-enable the log handler, maybe it will break something, I don't remember | Havoc Pennington | 2002-09-24 | 1 | -13/+13 |
* | small reordering of code | Havoc Pennington | 2002-09-23 | 1 | -2/+11 |
* | new function | Havoc Pennington | 2002-09-04 | 1 | -0/+20 |
* | _NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL. | Havoc Pennington | 2002-08-25 | 1 | -1/+1 |
* | Place cursors on frames, not root | Keith Packard | 2002-08-23 | 1 | -1/+4 |