summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-09-04don't filter out prelight for unmaximize button. #83860Havoc Pennington1-11/+17
2002-08-28always apply rounding for shaded windows, fixes Bluecurve theme whenHavoc Pennington1-8/+12
2002-08-25when freeing a fullscreen window, update layers of the window's group.Havoc Pennington1-1/+16
2002-08-25_NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL.Havoc Pennington1-1/+1
2002-08-24recalculate mapped-ness of frame after toggling decorations on/off, soHavoc Pennington2-0/+21
2002-08-24hack around bug in kmail etc. where SM_CLIENT_ID was set on the window,Havoc Pennington2-10/+50
2002-08-24translate some strings that should have been, and convert to localeHavoc Pennington3-25/+106
2002-08-23Place cursors on frames, not rootKeith Packard4-2/+28
2002-08-21add maximize and unmaximize keybinding setting. Partly fixes bug# 78999.Deepa Natarajan4-0/+80
2002-08-20if in the title rect check for y <= TOP_RESIZE_HEIGHTHavoc Pennington3-64/+72
2002-08-15default to "Sans Bold 10" for the titlebar font.Havoc Pennington1-1/+1
2002-08-15leave has_fullscreen_func set to TRUE if the window is screen sized andHavoc Pennington6-3/+102
2002-08-14In XGrabPointer, set the confine_to argument to the root window of theJayaraj Rajappan3-2/+6
2002-08-14use button positioning theme stuff.James M. Cape1-71/+54
2002-08-14move from workspace.c. (update_num_workspaces): set the hint here. FixesMark McLoughlin2-30/+23
2002-08-12window is in fullscreen layer if any member of its group is fullscreenHavoc Pennington10-24/+344
2002-08-12don't include nonexistent stock-icons.h fileHavoc Pennington1-1/+0
2002-08-10default keybindings for move, resize, maximize, etc. from Deepa #78999Havoc Pennington1-3/+3
2002-08-10unshade window if shaded, from JeyaSudha (meta_window_make_fullscreen):Havoc Pennington1-0/+6
2002-08-10reorder the menu items so that Close is at the bottomHavoc Pennington2-1/+8
2002-08-10allow Motif hints to be smaller than expected; GLUT for example seems toHavoc Pennington2-7/+21
2002-08-10be sure window is mapped if we unmanage it and it's not withdrawn; bugHavoc Pennington3-18/+16
2002-08-10raise window when moving to another workspace bug #88896Havoc Pennington2-0/+2
2002-08-10Register window menu icons with the Gtk stock system, instead of using theJorn Baayen7-83/+63
2002-08-10filter out key events that happen on popup menus etc.Havoc Pennington4-1/+29
2002-08-10track time to avoid sending a deluge of move/resize requests, suggestionHavoc Pennington3-1/+54
2002-08-10add a FIXME comment with a link to bug #90382Havoc Pennington1-0/+19
2002-08-09disable maximize, fullscreen, shade via keybindings on windows that don'tHavoc Pennington1-3/+3
2002-08-09Patch to provide extra cues to the user when using window menu move andCraig Black6-88/+319
2002-08-09update comment also set expected focus window when setting input focus.Craig Black2-2/+3
2002-08-08focus top window after showing desktop, fixes #88080.Craig Black1-0/+10
2002-08-08focus window on right click for menu, #87299.Craig Black1-0/+3
2002-08-08clear expected focus window on openCraig Black3-2/+20
2002-08-07update layer (meta_window_make_fullscreen): update layerHavoc Pennington2-4/+9
2002-08-07implement _NET_WM_MOVERESIZE enhancements, see #90077.Craig Black1-29/+59
2002-08-06disable animation when shading windows, just doesn't really convey theHavoc Pennington7-107/+1130
2002-08-05Set wm_state_skip_pager instead of skip_pager (ditto for _tasklist) so that t...Ross Burton1-2/+2
2002-08-04init button states for the button backgroundsHavoc Pennington2-5/+21
2002-08-04raise/focus on click, even if the click was on the client area (this makesHavoc Pennington4-5/+13
2002-08-04set active_workspace to NULL. Also actually activate the first workspaceMark McLoughlin2-10/+18
2002-08-04use MetaMenuIconType not button type for the size of the menu ops arrayHavoc Pennington5-16/+73
2002-08-03change alt+tab to a windowless grab, fixes #83499Craig Black1-11/+5
2002-08-03Have ButtonPress and UnmapNotify events account for a null grab window,Craig Black1-27/+31
2002-08-03Fixed some clipping issues with the Bright theme.Gaute Lindkvist1-35/+13
2002-08-01Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282.Mark McLoughlin4-3/+127
2002-08-01if a window isn't resizeable, turn off maximize function. If min size isChristophe Fergeau1-1/+2
2002-08-01send a SaveYourselfDone if we're skipping this global save.Mark McLoughlin1-1/+17
2002-07-25add Metabox theme from GarrettHavoc Pennington3-3/+475
2002-07-24syncHavoc Pennington2-13/+49
2002-07-24fixes to the commentsHavoc Pennington1-20/+93