Age | Commit message (Expand) | Author | Files | Lines |
2002-09-04 | don't filter out prelight for unmaximize button. #83860 | Havoc Pennington | 1 | -11/+17 |
2002-08-28 | always apply rounding for shaded windows, fixes Bluecurve theme when | Havoc Pennington | 1 | -8/+12 |
2002-08-25 | when freeing a fullscreen window, update layers of the window's group. | Havoc Pennington | 1 | -1/+16 |
2002-08-25 | _NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL. | Havoc Pennington | 1 | -1/+1 |
2002-08-24 | recalculate mapped-ness of frame after toggling decorations on/off, so | Havoc Pennington | 2 | -0/+21 |
2002-08-24 | hack around bug in kmail etc. where SM_CLIENT_ID was set on the window, | Havoc Pennington | 2 | -10/+50 |
2002-08-24 | translate some strings that should have been, and convert to locale | Havoc Pennington | 3 | -25/+106 |
2002-08-23 | Place cursors on frames, not root | Keith Packard | 4 | -2/+28 |
2002-08-21 | add maximize and unmaximize keybinding setting. Partly fixes bug# 78999. | Deepa Natarajan | 4 | -0/+80 |
2002-08-20 | if in the title rect check for y <= TOP_RESIZE_HEIGHT | Havoc Pennington | 3 | -64/+72 |
2002-08-15 | default to "Sans Bold 10" for the titlebar font. | Havoc Pennington | 1 | -1/+1 |
2002-08-15 | leave has_fullscreen_func set to TRUE if the window is screen sized and | Havoc Pennington | 6 | -3/+102 |
2002-08-14 | In XGrabPointer, set the confine_to argument to the root window of the | Jayaraj Rajappan | 3 | -2/+6 |
2002-08-14 | use button positioning theme stuff. | James M. Cape | 1 | -71/+54 |
2002-08-14 | move from workspace.c. (update_num_workspaces): set the hint here. Fixes | Mark McLoughlin | 2 | -30/+23 |
2002-08-12 | window is in fullscreen layer if any member of its group is fullscreen | Havoc Pennington | 10 | -24/+344 |
2002-08-12 | don't include nonexistent stock-icons.h file | Havoc Pennington | 1 | -1/+0 |
2002-08-10 | default keybindings for move, resize, maximize, etc. from Deepa #78999 | Havoc Pennington | 1 | -3/+3 |
2002-08-10 | unshade window if shaded, from JeyaSudha (meta_window_make_fullscreen): | Havoc Pennington | 1 | -0/+6 |
2002-08-10 | reorder the menu items so that Close is at the bottom | Havoc Pennington | 2 | -1/+8 |
2002-08-10 | allow Motif hints to be smaller than expected; GLUT for example seems to | Havoc Pennington | 2 | -7/+21 |
2002-08-10 | be sure window is mapped if we unmanage it and it's not withdrawn; bug | Havoc Pennington | 3 | -18/+16 |
2002-08-10 | raise window when moving to another workspace bug #88896 | Havoc Pennington | 2 | -0/+2 |
2002-08-10 | Register window menu icons with the Gtk stock system, instead of using the | Jorn Baayen | 7 | -83/+63 |
2002-08-10 | filter out key events that happen on popup menus etc. | Havoc Pennington | 4 | -1/+29 |
2002-08-10 | track time to avoid sending a deluge of move/resize requests, suggestion | Havoc Pennington | 3 | -1/+54 |
2002-08-10 | add a FIXME comment with a link to bug #90382 | Havoc Pennington | 1 | -0/+19 |
2002-08-09 | disable maximize, fullscreen, shade via keybindings on windows that don't | Havoc Pennington | 1 | -3/+3 |
2002-08-09 | Patch to provide extra cues to the user when using window menu move and | Craig Black | 6 | -88/+319 |
2002-08-09 | update comment also set expected focus window when setting input focus. | Craig Black | 2 | -2/+3 |
2002-08-08 | focus top window after showing desktop, fixes #88080. | Craig Black | 1 | -0/+10 |
2002-08-08 | focus window on right click for menu, #87299. | Craig Black | 1 | -0/+3 |
2002-08-08 | clear expected focus window on open | Craig Black | 3 | -2/+20 |
2002-08-07 | update layer (meta_window_make_fullscreen): update layer | Havoc Pennington | 2 | -4/+9 |
2002-08-07 | implement _NET_WM_MOVERESIZE enhancements, see #90077. | Craig Black | 1 | -29/+59 |
2002-08-06 | disable animation when shading windows, just doesn't really convey the | Havoc Pennington | 7 | -107/+1130 |
2002-08-05 | Set wm_state_skip_pager instead of skip_pager (ditto for _tasklist) so that t... | Ross Burton | 1 | -2/+2 |
2002-08-04 | init button states for the button backgrounds | Havoc Pennington | 2 | -5/+21 |
2002-08-04 | raise/focus on click, even if the click was on the client area (this makes | Havoc Pennington | 4 | -5/+13 |
2002-08-04 | set active_workspace to NULL. Also actually activate the first workspace | Mark McLoughlin | 2 | -10/+18 |
2002-08-04 | use MetaMenuIconType not button type for the size of the menu ops array | Havoc Pennington | 5 | -16/+73 |
2002-08-03 | change alt+tab to a windowless grab, fixes #83499 | Craig Black | 1 | -11/+5 |
2002-08-03 | Have ButtonPress and UnmapNotify events account for a null grab window, | Craig Black | 1 | -27/+31 |
2002-08-03 | Fixed some clipping issues with the Bright theme. | Gaute Lindkvist | 1 | -35/+13 |
2002-08-01 | Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282. | Mark McLoughlin | 4 | -3/+127 |
2002-08-01 | if a window isn't resizeable, turn off maximize function. If min size is | Christophe Fergeau | 1 | -1/+2 |
2002-08-01 | send a SaveYourselfDone if we're skipping this global save. | Mark McLoughlin | 1 | -1/+17 |
2002-07-25 | add Metabox theme from Garrett | Havoc Pennington | 3 | -3/+475 |
2002-07-24 | sync | Havoc Pennington | 2 | -13/+49 |
2002-07-24 | fixes to the comments | Havoc Pennington | 1 | -20/+93 |