summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/keybindings.c: Make virtual desktops apply instantly and still show the p...Christian Neumair2002-09-091-3/+15
* Fix titlebar glitch on small dialogs.Frédéric Crozat2002-09-061-2/+2
* new functionHavoc Pennington2002-09-044-57/+77
* Session saves the unmaximized postion, size of a maximized window. #86059JeyaSudha2002-09-043-2/+91
* don't filter out prelight for unmaximize button. #83860Havoc Pennington2002-09-041-11/+17
* always apply rounding for shaded windows, fixes Bluecurve theme whenHavoc Pennington2002-08-281-8/+12
* when freeing a fullscreen window, update layers of the window's group.Havoc Pennington2002-08-251-1/+16
* _NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL.Havoc Pennington2002-08-251-1/+1
* recalculate mapped-ness of frame after toggling decorations on/off, soHavoc Pennington2002-08-242-0/+21
* hack around bug in kmail etc. where SM_CLIENT_ID was set on the window,Havoc Pennington2002-08-242-10/+50
* translate some strings that should have been, and convert to localeHavoc Pennington2002-08-243-25/+106
* Place cursors on frames, not rootKeith Packard2002-08-234-2/+28
* add maximize and unmaximize keybinding setting. Partly fixes bug# 78999.Deepa Natarajan2002-08-214-0/+80
* if in the title rect check for y <= TOP_RESIZE_HEIGHTMETACITY_REDHAT_2_4_0_92Havoc Pennington2002-08-203-64/+72
* default to "Sans Bold 10" for the titlebar font.Havoc Pennington2002-08-151-1/+1
* leave has_fullscreen_func set to TRUE if the window is screen sized andMETACITY_REDHAT_2_4_0_91Havoc Pennington2002-08-156-3/+102
* In XGrabPointer, set the confine_to argument to the root window of theJayaraj Rajappan2002-08-143-2/+6
* use button positioning theme stuff.James M. Cape2002-08-141-71/+54
* move from workspace.c. (update_num_workspaces): set the hint here. FixesMark McLoughlin2002-08-142-30/+23
* window is in fullscreen layer if any member of its group is fullscreenHavoc Pennington2002-08-1210-24/+344
* don't include nonexistent stock-icons.h fileHavoc Pennington2002-08-121-1/+0
* default keybindings for move, resize, maximize, etc. from Deepa #78999Havoc Pennington2002-08-101-3/+3
* unshade window if shaded, from JeyaSudha (meta_window_make_fullscreen):Havoc Pennington2002-08-101-0/+6
* reorder the menu items so that Close is at the bottomHavoc Pennington2002-08-102-1/+8
* allow Motif hints to be smaller than expected; GLUT for example seems toHavoc Pennington2002-08-102-7/+21
* be sure window is mapped if we unmanage it and it's not withdrawn; bugHavoc Pennington2002-08-103-18/+16
* raise window when moving to another workspace bug #88896Havoc Pennington2002-08-102-0/+2
* Register window menu icons with the Gtk stock system, instead of using theJorn Baayen2002-08-107-83/+63
* filter out key events that happen on popup menus etc.Havoc Pennington2002-08-104-1/+29
* track time to avoid sending a deluge of move/resize requests, suggestionHavoc Pennington2002-08-103-1/+54
* add a FIXME comment with a link to bug #90382Havoc Pennington2002-08-101-0/+19
* disable maximize, fullscreen, shade via keybindings on windows that don'tHavoc Pennington2002-08-091-3/+3
* Patch to provide extra cues to the user when using window menu move andCraig Black2002-08-096-88/+319
* update comment also set expected focus window when setting input focus.Craig Black2002-08-092-2/+3
* focus top window after showing desktop, fixes #88080.Craig Black2002-08-081-0/+10
* focus window on right click for menu, #87299.Craig Black2002-08-081-0/+3
* clear expected focus window on openCraig Black2002-08-083-2/+20
* update layer (meta_window_make_fullscreen): update layerHavoc Pennington2002-08-072-4/+9
* implement _NET_WM_MOVERESIZE enhancements, see #90077.Craig Black2002-08-071-29/+59
* disable animation when shading windows, just doesn't really convey theHavoc Pennington2002-08-067-107/+1130
* Set wm_state_skip_pager instead of skip_pager (ditto for _tasklist) so that t...Ross Burton2002-08-051-2/+2
* init button states for the button backgroundsHavoc Pennington2002-08-042-5/+21
* raise/focus on click, even if the click was on the client area (this makesHavoc Pennington2002-08-044-5/+13
* set active_workspace to NULL. Also actually activate the first workspaceMark McLoughlin2002-08-042-10/+18
* use MetaMenuIconType not button type for the size of the menu ops arrayHavoc Pennington2002-08-045-16/+73
* change alt+tab to a windowless grab, fixes #83499Craig Black2002-08-031-11/+5
* Have ButtonPress and UnmapNotify events account for a null grab window,Craig Black2002-08-031-27/+31
* Fixed some clipping issues with the Bright theme.Gaute Lindkvist2002-08-031-35/+13
* Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282.Mark McLoughlin2002-08-014-3/+127
* if a window isn't resizeable, turn off maximize function. If min size isChristophe Fergeau2002-08-011-1/+2