summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* no animation if we are in reduced resources modemetacity-reduced-modeHavoc Pennington2003-07-238-63/+182
* Still broken in various ways, specifically EnterNotify that occurred priorHavoc Pennington2003-07-218-126/+259
* "Reduced resources" mode based on wireframe patch from Erwann Chenede.Havoc Pennington2003-07-205-16/+199
* "Reduced resources" mode based on wireframe patch from Erwann Chenede.Havoc Pennington2003-07-205-2/+98
* 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
* fill in window->desc sooner since we use it sooner now.Havoc Pennington2003-05-166-24/+96
* when moving window to another workspace, don't switch to that workspace.Havoc Pennington2003-05-032-1/+5
* Don't apply onscreen constraints to full screen windows. Fix for #110048Rob Adams2003-05-021-0/+1
* include Xlib.h before XKBlib.h which is required on Solaris. #111877 fromHavoc Pennington2003-04-291-0/+1
* Initialize size_hints on window creation using code shared with size_hints pr...Keith Packard2003-04-263-196/+213
* support diagonal keypad keybindings, from Dafydd HarriesHavoc Pennington2003-04-251-14/+23
* purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in.Havoc Pennington2003-04-218-69/+21
* call AC_LIBTOOL_WIN32_DLL.Masahiro Sakai2003-04-191-0/+3
* cascade on xinerama with pointer instead of on first xinerama.Rob Adams2003-04-071-6/+4
* Update placement policy for screen with multiple xineramas. Windows willRob Adams2003-04-063-158/+248
* Fix a minor off-by-one error. See #110079.Rob Adams2003-04-061-3/+3
* When passing frame geometry to meta_window_constrain, send null if noRob Adams2003-03-301-1/+1
* add --noframes option for testing, showing how broken we currently are.Havoc Pennington2003-03-291-0/+35
* Only cap refresh rate when not using SYNC. Remove bogusSoeren Sandmann2003-03-281-31/+2