summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't promote due to transiency; we handle that elsewhere now.Rob Adams2004-03-021-94/+45
* Revert 2/27 patch for layer promotion.Rob Adams2004-02-282-84/+32
* only move on MRU list if the window belongs on the workspace, since theRob Adams2004-02-282-14/+20
* Change move_to_workspace_left/right/up/down keybindings toRob Adams2004-02-281-4/+4
* Handle layer promotion of transient descendants of layer-promoted windowsRob Adams2004-02-282-32/+86
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-281-0/+1
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-239-7/+23
* remove trailing comma in MetaKeyBindingAction enum. Fix for #134868 thanksRob Adams2004-02-191-1/+1
* reset drag state after shaking loose or reattaching. Fix for #132625.Rob Adams2004-02-161-19/+23
* Actually translate a message, don't just mark it for translation.Anders Carlsson2004-02-151-1/+1
* Prepend windows to mru list when switching workspaces. Fixes #134368Elijah Newren2004-02-151-2/+2
* If we're moving a window and receive a _NET_CURRENT_DESKTOP messageRob Adams2004-02-152-42/+36
* Use the 'utility' frame for dialogs too.James M. Cape2004-01-281-8/+8
* Updated this theme.James M. Cape2004-01-241-291/+685
* Remove duplicate entries.Elijah Newren2004-01-211-23/+7
* Default binding removed for toggle_shaded, since we don't have anything inRob Adams2004-01-171-1/+1
* Don't show left/right/up/down if a window is sticky. Make "On Top"Rob Adams2004-01-171-10/+18
* 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