| Commit message (Expand) | Author | Age | Files | Lines |
* | use meta_prop_get_size_hints | Havoc Pennington | 2002-10-28 | 3 | -13/+177 |
* | store the window menu on the display and blow it away when a window | Havoc Pennington | 2002-10-28 | 3 | -1/+24 |
* | move meta_window_shutdown_group() much earlier in the destroy process. May | Havoc Pennington | 2002-10-27 | 2 | -3/+9 |
* | include config.h | Havoc Pennington | 2002-10-27 | 10 | -9/+31 |
* | make windows randomly transient for each other | Havoc Pennington | 2002-10-26 | 1 | -3/+24 |
* | new function (meta_prop_get_wm_hints): new function | Havoc Pennington | 2002-10-26 | 7 | -54/+398 |
* | use multi-value-get on a couple of properties for testing | Havoc Pennington | 2002-10-26 | 6 | -284/+556 |
* | fix build | Havoc Pennington | 2002-10-26 | 2 | -1/+3 |
* | Add "busy cursor on app startup" support, conditionally - works only if | Havoc Pennington | 2002-10-25 | 8 | -6/+284 |
* | if only one right-corner button, use right_right_background not | Havoc Pennington | 2002-10-24 | 1 | -5/+5 |
* | make public | Havoc Pennington | 2002-10-24 | 3 | -5/+8 |
* | put minimized windows at the end of Alt+Tab, #89416 | Havoc Pennington | 2002-10-24 | 1 | -3/+26 |
* | initialize the left button background rectangles. | Havoc Pennington | 2002-10-23 | 1 | -0/+2 |
* | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 2002-10-21 | 19 | -229/+365 |
* | put multihead stuff in HAVE_GTK_MULTIHEAD, reported by John Palmieri | Havoc Pennington | 2002-10-20 | 1 | -6/+13 |
* | check above->mapped before deciding if it overlaps the window being | Havoc Pennington | 2002-10-20 | 1 | -9/+12 |
* | call meta_image_window_new in multihead-safe way | Havoc Pennington | 2002-10-18 | 3 | -4/+16 |
* | only create the resize popup if width_inc or height_inc are > 1 | Havoc Pennington | 2002-10-18 | 3 | -744/+20 |
* | don't start the cycle process if the binding for switching windows has no | Havoc Pennington | 2002-10-18 | 4 | -106/+296 |
* | add "what happens when you double click the titlebar" setting, patch from | Havoc Pennington | 2002-10-18 | 7 | -10/+147 |
* | move window-click to Super+click not Alt+click by default. Super should be | Havoc Pennington | 2002-10-18 | 1 | -2/+2 |
* | fix min aspect handling, patch from Martin Garton #94943 | Havoc Pennington | 2002-10-18 | 1 | -1/+1 |
* | replace the old apply_constraints with wacky new approach involving | Havoc Pennington | 2002-10-18 | 2 | -50/+307 |
* | don't place transient-for-whole-group windows above _each other_, only | Havoc Pennington | 2002-10-17 | 1 | -8/+12 |
* | debug enhancements | Havoc Pennington | 2002-10-17 | 3 | -2/+10 |
* | fix memory leak of group_windows, and don't use the variable name "tmp" | Havoc Pennington | 2002-10-17 | 1 | -5/+7 |
* | add code to create big stacks of dialogs transient for each other, for | Havoc Pennington | 2002-10-17 | 2 | -6/+46 |
* | workspaces are all per-screen now, fix accordingly | Havoc Pennington | 2002-10-16 | 13 | -330/+283 |
* | update window layer when above/below state is changed. Fixed by Ross | Havoc Pennington | 2002-10-16 | 1 | -1/+3 |
* | Ignore EnterNotify events when the detail field is set to NotifyInferior. | Federico Mena Quintero | 2002-10-15 | 1 | -1/+2 |
* | button layout key | Havoc Pennington | 2002-10-12 | 2 | -19/+208 |
* | don't raise window on button 2 click, only on button 1 and button 3. | Havoc Pennington | 2002-10-11 | 4 | -29/+65 |
* | make the checks here allow windows larger than the screen in addition to | Havoc Pennington | 2002-10-11 | 2 | -60/+6 |
* | also keep utility/menu/toolbar windows above their whole group. | Havoc Pennington | 2002-10-09 | 1 | -4/+37 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 9 | -108/+323 |
* | don't include unportable Xproto.h, fix from Glynn Foster. | Havoc Pennington | 2002-10-07 | 1 | -1/+0 |
* | rig the benchmark a bit ;-) | Havoc Pennington | 2002-10-06 | 1 | -4/+7 |
* | change to add only one _XAsyncHandler per display, speeding things up a | Havoc Pennington | 2002-10-06 | 2 | -76/+196 |
* | Add wacky hack suggested by Keith Packard to get X properties | Havoc Pennington | 2002-10-06 | 4 | -1/+1075 |
* | do XRRUpdateConfiguration() if we have RandR extension, else poke in | Havoc Pennington | 2002-10-04 | 1 | -4/+16 |
* | call meta_window_unstick before adding window to workspace. | Arvind Samptur | 2002-10-04 | 1 | -5/+8 |
* | only specify the middle backgrounds, let left/right fall back to middle | Havoc Pennington | 2002-10-04 | 2 | -21/+36 |
* | Button-reordering patch. Has all the code except actually installing a | Havoc Pennington | 2002-10-04 | 9 | -177/+734 |
* | handle the case where the clock is set backward | Havoc Pennington | 2002-10-03 | 1 | -10/+13 |
* | try extra cascades alongside the first, if the first fails; patch from | Havoc Pennington | 2002-10-02 | 1 | -31/+55 |
* | put ABOVE windows in same layer as docks. | Havoc Pennington | 2002-10-02 | 1 | -1/+1 |
* | make it static | Havoc Pennington | 2002-10-02 | 6 | -4/+59 |
* | default to topleft starting corner. (meta_screen_update_workspace_layout): | Mark McLoughlin | 2002-10-01 | 3 | -8/+51 |
* | always align fullscreen windows to top, as we do with maximized windows. | Havoc Pennington | 2002-10-01 | 1 | -3/+0 |
* | fix compilation on Solaris, patch from Satyajit Kanungo | Havoc Pennington | 2002-09-30 | 1 | -1/+1 |