summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix buildHavoc Pennington2002-10-262-1/+3
* Add "busy cursor on app startup" support, conditionally - works only ifHavoc Pennington2002-10-258-6/+284
* if only one right-corner button, use right_right_background notHavoc Pennington2002-10-241-5/+5
* make publicHavoc Pennington2002-10-243-5/+8
* put minimized windows at the end of Alt+Tab, #89416Havoc Pennington2002-10-241-3/+26
* initialize the left button background rectangles.Havoc Pennington2002-10-231-0/+2
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-2119-229/+365
* put multihead stuff in HAVE_GTK_MULTIHEAD, reported by John PalmieriHavoc Pennington2002-10-201-6/+13
* check above->mapped before deciding if it overlaps the window beingHavoc Pennington2002-10-201-9/+12
* call meta_image_window_new in multihead-safe wayHavoc Pennington2002-10-183-4/+16
* only create the resize popup if width_inc or height_inc are > 1Havoc Pennington2002-10-183-744/+20
* don't start the cycle process if the binding for switching windows has noHavoc Pennington2002-10-184-106/+296
* add "what happens when you double click the titlebar" setting, patch fromHavoc Pennington2002-10-187-10/+147
* move window-click to Super+click not Alt+click by default. Super should beHavoc Pennington2002-10-181-2/+2
* fix min aspect handling, patch from Martin Garton #94943Havoc Pennington2002-10-181-1/+1
* replace the old apply_constraints with wacky new approach involvingHavoc Pennington2002-10-182-50/+307
* don't place transient-for-whole-group windows above _each other_, onlyHavoc Pennington2002-10-171-8/+12
* debug enhancementsHavoc Pennington2002-10-173-2/+10
* fix memory leak of group_windows, and don't use the variable name "tmp"Havoc Pennington2002-10-171-5/+7
* add code to create big stacks of dialogs transient for each other, forHavoc Pennington2002-10-172-6/+46
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-1613-330/+283
* update window layer when above/below state is changed. Fixed by RossHavoc Pennington2002-10-161-1/+3
* Ignore EnterNotify events when the detail field is set to NotifyInferior.Federico Mena Quintero2002-10-151-1/+2
* button layout keyHavoc Pennington2002-10-122-19/+208
* don't raise window on button 2 click, only on button 1 and button 3.Havoc Pennington2002-10-114-29/+65
* make the checks here allow windows larger than the screen in addition toHavoc Pennington2002-10-112-60/+6
* also keep utility/menu/toolbar windows above their whole group.Havoc Pennington2002-10-091-4/+37
* Add a modifier key preference for the Alt+click stuff. Can be set toHavoc Pennington2002-10-079-108/+323
* don't include unportable Xproto.h, fix from Glynn Foster.Havoc Pennington2002-10-071-1/+0
* rig the benchmark a bit ;-)Havoc Pennington2002-10-061-4/+7
* change to add only one _XAsyncHandler per display, speeding things up aHavoc Pennington2002-10-062-76/+196
* Add wacky hack suggested by Keith Packard to get X propertiesHavoc Pennington2002-10-064-1/+1075
* do XRRUpdateConfiguration() if we have RandR extension, else poke inHavoc Pennington2002-10-041-4/+16
* call meta_window_unstick before adding window to workspace.Arvind Samptur2002-10-041-5/+8
* only specify the middle backgrounds, let left/right fall back to middleHavoc Pennington2002-10-042-21/+36
* Button-reordering patch. Has all the code except actually installing aHavoc Pennington2002-10-049-177/+734
* handle the case where the clock is set backwardHavoc Pennington2002-10-031-10/+13
* try extra cascades alongside the first, if the first fails; patch fromHavoc Pennington2002-10-021-31/+55
* put ABOVE windows in same layer as docks.Havoc Pennington2002-10-021-1/+1
* make it staticHavoc Pennington2002-10-026-4/+59
* default to topleft starting corner. (meta_screen_update_workspace_layout):Mark McLoughlin2002-10-013-8/+51
* always align fullscreen windows to top, as we do with maximized windows.Havoc Pennington2002-10-011-3/+0
* fix compilation on Solaris, patch from Satyajit KanungoHavoc Pennington2002-09-301-1/+1
* update from libegg to get fix from Ralph Loader for <Super> <Hyper> <Meta>Havoc Pennington2002-09-301-3/+3
* shorten minimize animation a bitHavoc Pennington2002-09-301-1/+1
* Patch from Keith Packard to handle root window resizes.Havoc Pennington2002-09-293-159/+216
* re-enable the FOCUSED_WINDOW layer, should now work correctly.Havoc Pennington2002-09-281-8/+2
* Rewrite stack code to work a lot differently. Should be better now, andHavoc Pennington2002-09-284-615/+501
* Temporarily disable use of the FOCUSED_WINDOW layer, because given theHavoc Pennington2002-09-281-1/+8
* raise the focused window, since it may not be the window on top, given theHavoc Pennington2002-09-282-10/+56