summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't be stupid and set window->group = NULL after callingRob Adams2003-06-042-6/+4
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-044-45/+56
* Roll back broken updateRob Adams2003-06-044-52/+43
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-044-43/+52
* CVS2003-05-29 Rob Adams <robadams@ucla.edu>Rob Adams2003-05-306-9/+105
* s/int/gsize/ for g_file_get_contents() (found independently byHavoc Pennington2003-05-302-2/+2
* Get and use double-click speed from GtkSettings (Bug #103218).Ray Strode2003-05-304-4/+23
* chdir to the user's home directory on startup. See #113755.Rob Adams2003-05-292-7/+22
* the mask display->ignored_modifier_mask wasn't being bound, due to "<"Havoc Pennington2003-05-212-4/+4
* Split up the strings to make life easier for translators.Anders Carlsson2003-05-201-4/+10
* Fix the wording and HIGify the dialog.Anders Carlsson2003-05-201-5/+7
* revert broken change that assumed foreach_ancestor iterated over theHavoc Pennington2003-05-181-1/+3
* Flip the workspace when using up/down/left/right for move window to, butRob Adams2003-05-171-12/+46
* fix for bug #104018 from David Santiago, change button state to normalHavoc Pennington2003-05-161-34/+57