summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the window menu according to discussion on #110904. TheRob Adams2003-12-214-57/+153
* add test-size-hints to cvsignoreRob Adams2003-12-191-0/+1
* initialize grab_wireframe_active to FALSE. Fix for #128090.Rob Adams2003-12-173-2/+6
* set on_all_workspaces in all cases _before_ adding to the workspaces, soRob Adams2003-12-142-20/+65
* Revert prior changeRob Adams2003-12-137-137/+22
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-137-21/+136
* unstick window to get it out of mru_list it should not be in; assert thatHavoc Pennington2003-12-132-2/+22
* fix up compositing manager to somewhat workHavoc Pennington2003-11-307-58/+319
* Oops, did not mean to do that.Havoc Pennington2003-11-245-31/+2
* fix the extension checksHavoc Pennington2003-11-246-7/+47
* init prev_mask fieldHavoc Pennington2003-11-242-6/+9
* need to select PropertyChangeMask on the leader windowHavoc Pennington2003-11-241-1/+2
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-248-4/+39
* Apply patch from Gregory Merchan to avoid using CurrentTime when settingHavoc Pennington2003-11-245-59/+80
* move xcompmgr code in here (minus drop shadows), untested since Keith'sHavoc Pennington2003-11-234-14/+559
* new functionHavoc Pennington2003-11-217-54/+175
* revert the change hereHavoc Pennington2003-11-201-3/+3
* 2003-11-17 Rob Adams <readams@readams.netRob Adams2003-11-171-0/+1
* Create COMPLIANCE document describing metacity specification compliance.Rob Adams2003-11-174-19/+49
* add paranoia check to make sure a window is really on a workspace beforeRob Adams2003-11-161-3/+3
* add the missing filesHavoc Pennington2003-11-162-0/+248
* fix warningHavoc Pennington2003-11-162-1/+3
* Inherit visual from frame window so that metacity will work with the newRob Adams2003-11-163-7/+26
* don't set window->type_atom here so that the type-inference code willRob Adams2003-11-161-3/+0
* configure frame first if we grow more than we shrink combined in bothRob Adams2003-11-081-14/+8
* use maximize_after_placement to automaximize in meta_window_place; avoidsRob Adams2003-11-081-3/+1
* show the window if it's a transient of a dock or desktop, since otherwiseRob Adams2003-11-081-3/+9
* Try harder to find a theme in the event that the theme in the preferenceRob Adams2003-11-082-12/+39
* patch to avoid creating stick/unstick menu items when only one workspace,Havoc Pennington2003-10-301-57/+58
* if a window is focused which is not either a dock or a transient in theHavoc Pennington2003-10-261-0/+68
* Gettextize metacity-theme-viewer. #121747Yukihiro Nakai2003-10-151-45/+54
* In the "prefs cause code complexity" department, here's a "sloppy focusHavoc Pennington2003-10-134-24/+79
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-1214-161/+692
* initialize display->grab_have_pointer to FALSE, previously I think youHavoc Pennington2003-10-111-0/+2
* 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