summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* disable onscreen resize constraints for right, left, and bottom, sinceGNOME_2_4_BRANCHPOINTRob Adams2003-10-071-40/+12
* add the moveresize idle at META_PRIORITY_RESIZE so it runs before GTK doesHavoc Pennington2003-09-303-2/+5
* remove nonstandard header include, #121870Havoc Pennington2003-09-301-1/+0
* call bind_textdomain_codeset(), fix from Yukihiro Nakai bug #121743Havoc Pennington2003-09-301-0/+2
* Fix bug #118428Rached Ben Mustapha2003-09-301-2/+2
* put a random cap on number of characters in the title of each window, bugHavoc Pennington2003-09-291-5/+28
* a little program to test size hints, for now just a 0x0 min size to verifyHavoc Pennington2003-09-292-1/+139
* attempt to fix this to return the data as an array of long even on 64-bitHavoc Pennington2003-09-291-6/+38
* fix the 64-bit check not to use macros from the X tree that don't get setHavoc Pennington2003-09-291-2/+2
* don't move the focus after you click the close button on a window. bugHavoc Pennington2003-09-291-0/+9
* fix warnings (one was a real bug)Havoc Pennington2003-09-294-16/+74
* when focus on root window becomes None, set it to something other thanHavoc Pennington2003-09-271-3/+21
* Add -DMETACITY_LIBDIR to support loading of modules Add functionsPadraig O'Briain2003-09-263-1/+107
* fix hang when we get EOF, #121376 from Laurent VivierHavoc Pennington2003-09-251-0/+14
* 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-203-17/+23
* harden against null return from gdk_pixmap_foreign_new. Fix for #116923.Rob Adams2003-08-301-9/+12
* Complete the transition to using the MRU window as the default focusRob Adams2003-08-211-3/+3
* do northwest resize when maximizing and fullscreening to avoid potentialRob Adams2003-08-211-6/+6
* put windows with wm_state_below at the bottom. Make this higher priorityRob Adams2003-08-191-3/+5
* recalculate frame geometry if the window gets maximized after placement,Rob Adams2003-08-191-2/+8
* Use MRU list to find focusing window after a window is deleted instead ofRay Strode2003-08-171-2/+2
* Patch from Soeren Sandmann #108926 to improve opaque resizeHavoc Pennington2003-08-165-72/+140
* fix cursor for META_GRAB_OP_MOVING, #111943Havoc Pennington2003-08-161-0/+1
* fix but with maximizing/fullscreening windowsRob Adams2003-08-161-12/+3
* Changed MRU list to be per workspace instead of per display, so stickyRay Strode2003-08-159-99/+164
* Allow windows that are too tall for the workarea to break the onscreenRob Adams2003-08-151-47/+83
* don't select for button press/release events, as that keeps other clientsHavoc Pennington2003-08-101-1/+0
* fix markup being ignored when a window title has a forbidden character inBastien Nocera2003-08-082-4/+6
* Number of strings we are processing is one more than required.Arvind Samptur2003-07-311-1/+4
* Update window shaking loose so that the window is moved to the pointer andRob Adams2003-07-284-71/+147
* also measure wall clock time, and run over a number of window sizes.Havoc Pennington2003-07-271-19/+58
* Add X-GNOME-Bugzilla entries.Jordi Mallach2003-07-021-0/+3
* Activate window before ending grab. This fixes bug #114037.Padraig O'Briain2003-07-011-4/+4
* Update grab state when we unmaximize so double-clicking doesn't causeRob Adams2003-06-301-0/+11
* Actually maximize after placement. See #116285.Rob Adams2003-06-291-1/+4
* nuke the lists of struts here, to improve confidence that we never try toHavoc Pennington2003-06-283-23/+45
* Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows.Rob Adams2003-06-276-0/+66
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-2611-309/+657
* Focus on mouse click in sloppy/mouse to fix keynav. Fix for #115072.Rob Adams2003-06-131-1/+2
* honor --disable-schemas-install. Fix for #106123 from Julio MerinoRob Adams2003-06-121-0/+4
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-126-369/+58
* make raise-on-click explicitly only happen in click to focus mode.Havoc Pennington2003-06-126-51/+173
* Fix for 114940.Bill Haneman2003-06-111-1/+1
* Revamp placement policy for windows that are maximized when they areRob Adams2003-06-094-107/+137
* install an alarm to timeout the no-sm-dialog after 4 minutes ofRob Adams2003-06-091-0/+3
* Applying a fix for the "X" (close button) from Joe A. <joefefifo@yahoo.com>Garrett LeSage2003-06-091-13/+22
* 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
* fix the location of the schemas file.Jonathan Blandford2003-06-061-1/+1