summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* only move on MRU list if the window belongs on the workspace, since theRob Adams2004-02-281-13/+19
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-231-6/+13
* reset drag state after shaking loose or reattaching. Fix for #132625.Rob Adams2004-02-161-19/+23
* Don't show left/right/up/down if a window is sticky. Make "On Top"Rob Adams2004-01-171-10/+18
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-101-3/+42
* Maintain the button grab for sloppy and mouse focus all the time. ThisRob Adams2004-01-051-3/+5
* Reorganize the window menu according to discussion on #110904. TheRob Adams2003-12-211-18/+63
* set on_all_workspaces in all cases _before_ adding to the workspaces, soRob Adams2003-12-141-17/+17
* Revert prior changeRob Adams2003-12-131-32/+12
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-131-11/+31
* unstick window to get it out of mru_list it should not be in; assert thatHavoc Pennington2003-12-131-2/+21
* Oops, did not mean to do that.Havoc Pennington2003-11-241-3/+0
* fix the extension checksHavoc Pennington2003-11-241-0/+3
* init prev_mask fieldHavoc Pennington2003-11-241-6/+8
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-2/+5
* Apply patch from Gregory Merchan to avoid using CurrentTime when settingHavoc Pennington2003-11-241-1/+1
* new functionHavoc Pennington2003-11-211-48/+69
* revert the change hereHavoc Pennington2003-11-201-3/+3
* 2003-11-17 Rob Adams <readams@readams.netRob Adams2003-11-171-0/+1
* Create COMPLIANCE document describing metacity specification compliance.Rob Adams2003-11-171-16/+19
* add paranoia check to make sure a window is really on a workspace beforeRob Adams2003-11-161-3/+3
* don't set window->type_atom here so that the type-inference code willRob Adams2003-11-161-3/+0
* configure frame first if we grow more than we shrink combined in bothRob Adams2003-11-081-14/+8
* show the window if it's a transient of a dock or desktop, since otherwiseRob Adams2003-11-081-3/+9
* if a window is focused which is not either a dock or a transient in theHavoc Pennington2003-10-261-0/+68
* In the "prefs cause code complexity" department, here's a "sloppy focusHavoc Pennington2003-10-131-6/+10
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-76/+213
* add the moveresize idle at META_PRIORITY_RESIZE so it runs before GTK doesHavoc Pennington2003-09-301-1/+2
* Fix bug #118428Rached Ben Mustapha2003-09-301-2/+2
* Fix bug where multiple entries could appear in MRU lists, or no entry whenRob Adams2003-09-201-2/+2
* Fix a bug with partial-width panel struts caused by incorrect computationRob Adams2003-09-201-6/+6
* Complete the transition to using the MRU window as the default focusRob Adams2003-08-211-3/+3
* Changed MRU list to be per workspace instead of per display, so stickyRay Strode2003-08-151-15/+46
* Update window shaking loose so that the window is moved to the pointer andRob Adams2003-07-281-24/+33
* Update grab state when we unmaximize so double-clicking doesn't causeRob Adams2003-06-301-0/+11
* nuke the lists of struts here, to improve confidence that we never try toHavoc Pennington2003-06-281-8/+10
* Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows.Rob Adams2003-06-271-0/+17
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-70/+164
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-121-224/+8
* make raise-on-click explicitly only happen in click to focus mode.Havoc Pennington2003-06-121-16/+103
* Revamp placement policy for windows that are maximized when they areRob Adams2003-06-091-36/+30
* call meta_group_compute_group after setting window->desc to avoid SIGSEGVRob Adams2003-06-071-6/+6
* drop the mouse button grabs for the focused window; we'll see if thisHavoc Pennington2003-06-071-0/+6
* don't be stupid and set window->group = NULL after callingRob Adams2003-06-041-3/+2
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-041-2/+6
* Roll back broken updateRob Adams2003-06-041-5/+1
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-041-1/+5
* CVS2003-05-29 Rob Adams <robadams@ucla.edu>Rob Adams2003-05-301-2/+23
* revert broken change that assumed foreach_ancestor iterated over theHavoc Pennington2003-05-181-1/+3
* fill in window->desc sooner since we use it sooner now.Havoc Pennington2003-05-161-16/+53