summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* just return if we are not verbose.Soeren Sandmann2003-03-231-0/+3
* Should fix #108108, #106217, tracked down by Owen Taylor and FredericHavoc Pennington2003-03-173-110/+175
* Free old window menu if it already exists so we don't end up with moreRob Adams2003-03-171-0/+7
* Don't try to force a window onscreen by more than its width. Fix forRob Adams2003-03-161-3/+5
* Make it so that the alt-tabbing won't try to go to a minimized window byRob Adams2003-03-153-20/+28
* include left frame geometry when maximizing or fullscreening windows. FixRob Adams2003-03-121-2/+2
* Switch over to new constraints code, unquestionably introduces some bugs,Havoc Pennington2003-03-085-693/+830
* Check that window min and max size hints are at least 1. Fix for #107110.Rob Adams2003-03-081-0/+33
* add more debug spew about conditional build stuff (main): panic toHavoc Pennington2003-02-284-393/+547
* Give me back my keys.Mark McLoughlin2003-02-272-0/+10
* release the keyboard grab before sending the action message to the panel.Mark McLoughlin2003-02-261-0/+8
* Take control of the panel's global keybindings. The screenshot utility isMark McLoughlin2003-02-246-11/+243
* change toggle_maximized to toggle_maximize and toggle_shaded toRob Adams2003-02-231-2/+2
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-238-178/+449
* modify comment to explain why the icon window element is set to None. FixRob Adams2003-02-231-2/+2
* change max workspaces to 36 #81855Havoc Pennington2003-02-221-1/+1
* fix to unfocus window only when you leave the window frame, not when youHavoc Pennington2003-02-221-6/+1
* when tabbing backward, we are still tabbing *from* the most recently usedHavoc Pennington2003-02-225-148/+205
* don't create constraints between windows on different screens, #106086Havoc Pennington2003-02-211-2/+6
* : Update the workspace names from gconf and set the NET_DESKTOP_NAMESArvind Samptur2003-02-141-4/+5
* require GTK+ 2.2.0Havoc Pennington2003-02-131-22/+0
* fix a typo and missing option. (#105186)Akira TAGOH2003-02-051-1/+1
* nuke subdir ChangeLog, there can be only one true ChangeLog.Havoc Pennington2003-02-052-28/+1
* add Simple to the list of themes.Jonathan Blandford2003-01-312-2/+3
* Change name in theme file to "Simple".Seth Nickell2003-01-312-1/+7
* don't create workspaces menu items if only 1 workspace. Fix for #101952Havoc Pennington2003-01-291-1/+1
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-2812-6/+241
* When checking if a window is fullscreen size, only require it to be at theHavoc Pennington2003-01-252-8/+29
* small code snippet to fix startup sequences that set legacy class/nameHavoc Pennington2003-01-231-14/+62
* do not read sizeof(long) off the X connection. The X protocol does notHavoc Pennington2003-01-221-1/+1
* fix conditional so we get metacity-properties.c in the distributionHavoc Pennington2003-01-221-2/+0
* 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-228-67/+197
* only hop window to the current workspace if the window was previouslyHavoc Pennington2003-01-212-44/+170
* Initial revisionSeth Nickell2003-01-176-0/+337
* recalc_window_features() after making these changes, should fix #103317Havoc Pennington2003-01-161-0/+4
* Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90Rob Adams2003-01-153-0/+80
* implement compression of motion events (drop all but the most recentlyHavoc Pennington2003-01-111-7/+73