summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update default action_double_click_titlebar to be toggle_maximize insteadRob Adams2004-01-101-1/+1
* if we maximize after placement, and the window is too big to fix in theRob Adams2004-01-101-0/+13
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-108-9/+180
* Ensure window buttons get larger when using large print themes.Calum Benson2004-01-091-16/+18
* Maintain the button grab for sloppy and mouse focus all the time. ThisRob Adams2004-01-052-4/+9
* handle ReparentNotify, and add a lot of debug output.Havoc Pennington2003-12-264-12/+170
* change to track all children of the root window, not only mapped children;Havoc Pennington2003-12-265-71/+200
* 2003-12-21 Rob Adams <readams@readams.netRob Adams2003-12-221-1/+1
* 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, sinceRob 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