summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* no animation if we are in reduced resources modemetacity-reduced-modeHavoc Pennington2003-07-231-7/+25
* Still broken in various ways, specifically EnterNotify that occurred priorHavoc Pennington2003-07-211-71/+109
* "Reduced resources" mode based on wireframe patch from Erwann Chenede.Havoc Pennington2003-07-201-7/+88
* 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
* when moving window to another workspace, don't switch to that workspace.Havoc Pennington2003-05-031-1/+3
* Initialize size_hints on window creation using code shared with size_hints pr...Keith Packard2003-04-261-2/+2
* When passing frame geometry to meta_window_constrain, send null if noRob Adams2003-03-301-1/+1
* Only cap refresh rate when not using SYNC. Remove bogusSoeren Sandmann2003-03-281-31/+2
* Should fix #108108, #106217, tracked down by Owen Taylor and FredericHavoc Pennington2003-03-171-77/+142
* Free old window menu if it already exists so we don't end up with moreRob Adams2003-03-171-0/+7
* Switch over to new constraints code, unquestionably introduces some bugs,Havoc Pennington2003-03-081-495/+182
* add more debug spew about conditional build stuff (main): panic toHavoc Pennington2003-02-281-381/+133
* Give me back my keys.Mark McLoughlin2003-02-271-0/+2
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-231-49/+100
* modify comment to explain why the icon window element is set to None. FixRob Adams2003-02-231-2/+2
* When checking if a window is fullscreen size, only require it to be at theHavoc Pennington2003-01-251-0/+8
* be robust against the panel's lame "set a negative number for struts"Havoc Pennington2003-01-221-0/+14
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-221-49/+68
* recalc_window_features() after making these changes, should fix #103317Havoc Pennington2003-01-161-0/+4
* implement compression of motion events (drop all but the most recentlyHavoc Pennington2003-01-111-7/+73
* argh, we were making all dialogs skip taskbar; when did that get added.Havoc Pennington2003-01-091-1/+4
* don't apply offscreen height difference. This would get the window underArvind Samptur2003-01-061-2/+0
* focus new windows even in mouse focus mode, #89981, patch fromHavoc Pennington2003-01-051-5/+1
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-5/+43
* include the Xrandr header fileHavoc Pennington2003-01-031-21/+17
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-191-3/+3
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-181-1/+2
* get window name before anything else.Havoc Pennington2002-12-151-2/+5
* add myself here, bug #100789Havoc Pennington2002-12-101-103/+142
* Handle crossing events during resizing. (#93384).Soeren Sandmann2002-12-091-1/+3
* updatesHavoc Pennington2002-12-091-4/+11
* new functions to resize to fill screenHavoc Pennington2002-12-081-0/+82
* make this always return FALSE for now, to avoid bug reports.Havoc Pennington2002-12-081-0/+2
* lengthen to 15 secondsHavoc Pennington2002-12-011-17/+47
* patch from Hidetoshi Tajima to move a window's transients when moving theHavoc Pennington2002-11-221-3/+20