| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some fallout from #426519; update user_rect for all position changes | Elijah Newren | 2007-04-18 | 1 | -31/+6 |
* | Prevent metacity from "forgetting" which machine a window is on. #418552 | Elijah Newren | 2007-04-16 | 1 | -4/+5 |
* | Remove incorrect usage of window.h from menu.c. See #426791 & #382962. | Elijah Newren | 2007-04-16 | 1 | -2/+6 |
* | Make sure apps have correct info about their coordinates, even on unmap. | Elijah Newren | 2007-04-12 | 1 | -5/+20 |
* | Advertise support of Above and Below operations (assuming the proposed | Elijah Newren | 2007-04-11 | 1 | -1/+7 |
* | make sure to set _NET_WM_ALLOWED_ACTIONS so that libwnck menus don't have | Elijah Newren | 2007-04-11 | 1 | -1/+2 |
* | Add support for _NET_MOVERESIZE_WINDOW. #344521. | Elijah Newren | 2007-04-09 | 1 | -62/+99 |
* | Remove grab_start_serial, which we expect to be an ancient attempt to | Elijah Newren | 2007-04-09 | 1 | -10/+0 |
* | Fix move/resize events in relation to combinations of ConfigureRequest and | Elijah Newren | 2007-04-09 | 1 | -72/+65 |
* | Fix memory bug (invalid free) introduced in 2007-04-02 strut cleanup | Elijah Newren | 2007-04-07 | 1 | -1/+1 |
* | send synthetic configurenotify events also in response to MapRequest | Elijah Newren | 2007-04-04 | 1 | -0/+12 |
* | Fix lots of little issues with min/max constraints and size increment | Elijah Newren | 2007-04-04 | 1 | -4/+50 |
* | Only use saved_rect for determining the position to unmaximize to for the | Elijah Newren | 2007-04-04 | 1 | -6/+24 |
* | Patch from Carlo Wood to fix handling of unidirectional maximization and | Elijah Newren | 2007-04-03 | 1 | -117/+124 |
* | Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on context | Elijah Newren | 2007-03-31 | 1 | -4/+26 |
* | Move "On Top" option in menu. Fix #382962. | Bruno Boaventura | 2006-12-27 | 1 | -12/+8 |
* | Fix flickering about when dragging maximised windows between xineramas. | Christof Krüger | 2006-12-06 | 1 | -0/+3 |
* | Fix http://bugzilla.gnome.org/show_bug.cgi?id=381127: | Federico Mena Quintero | 2006-12-03 | 1 | -4/+11 |
* | 2006-11-15 Björn Lindqvist <bjourne@gmail.com> | Bruno Boaventura | 2006-11-15 | 1 | -2/+0 |
* | Fix strict focus mode by picking up on res_class. Fixes #361054, strict | Dan Mick | 2006-10-29 | 1 | -9/+14 |
* | Fix cases when titlebar is allowed offscreen and shouldn't be (and | Carlo Wood | 2006-10-13 | 1 | -2/+15 |
* | Added "above" to the list of flags a frame can have, so that we know when | Thomas James Alexander Thurman | 2006-10-07 | 1 | -2/+1 |
* | Don't require a push/pop trap around | Elijah Newren | 2006-10-02 | 1 | -4/+0 |
* | Stick an emacs comment directive at the beginning of all the code files so | Elijah Newren | 2006-10-01 | 1 | -0/+2 |
* | Patch from Carlo Wood to ensure that maximized and minimized properties | Elijah Newren | 2006-10-01 | 1 | -7/+32 |
* | Patch from Jens Granseuer to fix c89 cleanness, again. #356631. | Elijah Newren | 2006-09-18 | 1 | -1/+2 |
* | Partial audit to fix timestamp usage. One step towards fixing #355180; see | Elijah Newren | 2006-09-18 | 1 | -57/+119 |
* | Patch from Thomas Andersen to make windows be stacked correctly before | Elijah Newren | 2006-09-13 | 1 | -62/+71 |
* | Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+ | Elijah Newren | 2006-09-13 | 1 | -29/+29 |
* | Fix several bugs with handling of fullscreen windows, causing them to not | Elijah Newren | 2006-08-21 | 1 | -7/+22 |
* | Vytautus Liuolia totally rocks; he tested and debugged and tracked down | Elijah Newren | 2006-08-09 | 1 | -2/+13 |
* | Add a constrain_titlebar_visible constraint; should fix both bug 333328 | Elijah Newren | 2006-08-07 | 1 | -0/+1 |
* | Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, as | Elijah Newren | 2006-08-07 | 1 | -8/+21 |
* | Patch from Dmitry Timoshkov to fix the heuristic for determining if | Elijah Newren | 2006-08-04 | 1 | -2/+1 |
* | oops, forgot to add missing apostrophe. Punctuation is good. #336850. | Thomas James Alexander Thurman | 2006-07-31 | 1 | -1/+1 |
* | Make it so maximized windows do not have rounded corners. #336850. | Thomas James Alexander Thurman | 2006-07-31 | 1 | -0/+8 |
* | Run an unminimize effect | Søren Sandmann | 2006-05-26 | 1 | -0/+20 |
* | Bounce on window focus. | Adam Jackson | 2006-05-25 | 1 | -0/+3 |
* | Move shrink effect code from compositor.c to c-window.c. Stubs for | Adam Jackson | 2006-05-23 | 1 | -0/+4 |
* | Beginning of new layer that abstracts transition effects. | Søren Sandmann | 2006-05-22 | 1 | -24/+8 |
* | Remove the unused attributes resize_gravity, width_inc, height_inc, | Björn Lindqvist | 2006-05-18 | 1 | -23/+1 |
* | Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer being | Elijah Newren | 2006-05-05 | 1 | -2/+4 |
* | Patch from Dan Sanders to fix #334899. | Elijah Newren | 2006-04-17 | 1 | -1/+7 |
* | Patch from Dan Sanders to fix #335076. | Elijah Newren | 2006-04-16 | 1 | -4/+20 |
* | Patch from Ron Yorston to add a focus_new_windows option. Default is | Elijah Newren | 2006-04-12 | 1 | -3/+6 |
* | Check if the window is a menu and make it 90% opaque in that case. | Søren Sandmann | 2006-04-10 | 1 | -2/+0 |
* | Fix grouping in the presence of ancestors; caught by Björn. #336184 | Elijah Newren | 2006-03-30 | 1 | -2/+10 |
* | mark a window as needing or not needing the user's attention use the new | Thomas Thurman | 2006-03-29 | 1 | -15/+82 |
* | *** empty log message *** | Björn Lindqvist | 2006-03-29 | 1 | -11/+7 |
* | deleted and moved into window-props.c (meta_window_new_with_attrs): added | Thomas Thurman | 2006-03-25 | 1 | -274/+33 |