summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-266-30/+99
* Move wireframe code before grab is released to prevent endless loops withSoeren Sandmann2004-08-201-15/+15
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-195-29/+69
* use height and top/bottom struts to compute gap (copy/paste bug).Rob Adams2004-08-151-2/+2
* Allow struts larger than 1/2 the screen width/height, as long as there's aRob Adams2004-08-151-18/+27
* New function. Use it here to synchronize with the hardware between eachSoeren Sandmann2004-08-092-2/+20
* Add #ifdef around XSYNC code; fixes compile problem if XSYNC is disabled.Rob Adams2004-08-081-0/+2
* Flush after setting cursor. (Rest of #149413).Soeren Sandmann2004-08-081-0/+1
* activating the current workspace should be a no-op. This prevents a raceElijah Newren2004-08-081-2/+7
* Revert Rob's 2004-07-31 patch that ignored net_wm_user_time whenElijah Newren2004-08-082-9/+3
* Remove some extraneous items that could sometimes appear in the windowRob Adams2004-08-072-6/+15
* add XFlush() after setting cursor, #149413Havoc Pennington2004-08-071-0/+1
* Focusing a window upon unshowing the desktop in various ways (panel appletElijah Newren2004-08-071-1/+4
* prevent keyboard from "getting locked" upon workspace switch, by makingElijah Newren2004-08-061-1/+9
* Have newly mapped windows that are denied focus appear after the focusedElijah Newren2004-08-051-2/+50
* prepend window to mru list instead of appending, since making the windowElijah Newren2004-08-051-1/+1
* Fix some bugs (reported in #120100) regarding the focus window when usingElijah Newren2004-08-022-3/+12
* Fix bug that caused windows to not be focused on unminimizing because ofRob Adams2004-07-312-0/+8
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-315-10/+237
* Add trailing quotes to keybinding explanation text. Patch from EmilRob Adams2004-07-221-63/+63
* Choose correct window to focus when "un-showing" the desktop. FixesElijah Newren2004-06-241-1/+1
* Make choice of focus window be consistent for each focus mode. FixesElijah Newren2004-06-245-31/+30
* Avoid a race condition on the choice of window to focus after theElijah Newren2004-06-241-2/+26
* make naming for "move a window"/"move the window"/"move window" moreElijah Newren2004-06-241-8/+8
* Change meta_warning to meta_topic on failure to connect to a sessionElijah Newren2004-06-241-1/+3
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-248-50/+214
* Add a timestamp argument to menu functions and use it inAnders Carlsson2004-06-213-1/+5
* Get the timestamp from the client message.Anders Carlsson2004-06-211-5/+8
* Fix bug 143333, support for update counter spec, and 109362, scheduleSoeren Sandmann2004-06-197-100/+259
* Set titlebar_uses_system_font = false. The previous default was almostGNOME_2_6_BRANCHPOINTJeff Waugh2004-06-041-1/+1
* make the no sm support warning dialog resizable, since the default GTKRob Adams2004-05-031-0/+2
* Add a value type check for the visual bell/audible bell gconf settings.Rob Adams2004-04-301-0/+14
* Syncing across this change from libwnck. Patch from Neil MullerMark McLoughlin2004-04-191-2/+2
* Fix unwanted mouse grab op on rapid click-and-releaseElijah Newren2004-04-161-6/+6
* 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