summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build when XKB not found. #354211Elijah Newren2006-09-101-0/+2
* Avoid a stuck grab, preventing focus from being transferred betweenElijah Newren2006-09-093-21/+19
* make sure windows returning from fullscreen mode are constrained to beElijah Newren2006-09-071-0/+10
* Clear window->xtransient_for after emitting the invalid window warning.Colin Watson2006-09-071-1/+1
* Patch from Bruno Boaventura de Oliveira Lacerda to replaceElijah Newren2006-09-071-26/+3
* Patch from Jens Granseuer to fix the build with c89/gcc 2.95.Elijah Newren2006-08-221-1/+1
* Patch from Thomas Andersen to fix metacity-dialog handling of arguments.Elijah Newren2006-08-211-25/+70
* Patch from Ed Catmur to fix keybindings with hex-values (coming fromElijah Newren2006-08-215-23/+65
* Allow drags & resizes to be reverted by hitting escape. Based on patchElijah Newren2006-08-214-22/+116
* Fix several bugs with handling of fullscreen windows, causing them to notElijah Newren2006-08-214-48/+46
* Update the pixmap to a new one which fit better with the other pixmaps ofBaptiste Mille-Mathias2006-08-201-0/+0
* Patch from Willie Walker to restore the part of the patch that I shouldElijah Newren2006-08-181-0/+9
* Vytautus Liuolia totally rocks; he tested and debugged and tracked downElijah Newren2006-08-091-2/+13
* patch from Stéphane Rosi to allow moving maximized windows betweenElijah Newren2006-08-081-3/+4
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-076-34/+154
* Patch from Chris Ball to not minimize in response to double clicks on theElijah Newren2006-08-071-2/+7
* Patch from Björn Lindqvist to fix button lighting with dragged clicks.Elijah Newren2006-08-071-44/+26
* Patch from Thomas Andersen to return the window to maximized state if theElijah Newren2006-08-071-1/+5
* Just a couple more details to explain why MetaButtonSpace is usedElijah Newren2006-08-071-4/+7
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-073-8/+44
* add new MetaButtonSpace struct; use it for close_rect, max_rect, min_rectThomas Thurman2006-08-073-37/+80
* patch from Dmitry Timoshkov to make sure window features get recalculatedElijah Newren2006-08-071-0/+2
* Fix ugly spacingElijah Newren2006-08-041-1/+1
* Patch from Dmitry Timoshkov to fix the heuristic for determining ifElijah Newren2006-08-041-2/+1
* oops, forgot to add missing apostrophe. Punctuation is good. #336850.Thomas James Alexander Thurman2006-07-311-1/+1
* Make it so maximized windows do not have rounded corners. #336850.Thomas James Alexander Thurman2006-07-311-0/+8
* Fix another C89 vs. C99 issue. #347621.Thomas James Alexander Thurman2006-07-301-1/+2
* also kill thisVincent Untz2006-07-261-25/+0
* #348633Thomas James Alexander Thurman2006-07-262-744/+0
* Kill usage of libegg. #348633.Thomas James Alexander Thurman2006-07-262-53/+41
* Grab Alt+Shift+Button1 as well to partially fix operation ordering issuesBjörn Lindqvist2006-07-241-8/+18
* Avoid a case where a struct's fields might be updated after it was freed.Thomas James Alexander Thurman2006-07-221-6/+9
* Patch from Aidan Delaney to tidy tabpopup.c by factoring outElijah Newren2006-06-111-91/+98
* Run an unminimize effectSøren Sandmann2006-05-267-46/+254
* Rename from _bounce() to _focus().Søren Sandmann2006-05-263-30/+25
* Fix a crash on exit/logout from assuming a compositor would always existElijah Newren2006-05-261-1/+2
* Remove MetaWindowEdgePosition enum that isn't used anymoreElijah Newren2006-05-262-11/+0
* Move duplicated window field outside the unionSøren Sandmann2006-05-254-66/+36
* Fix compilation in non-compositor case, by moving the stack functions intoSøren Sandmann2006-05-251-5/+3
* Add a destroy notifier to the window.Søren Sandmann2006-05-254-327/+241
* Bounce on window focus.Adam Jackson2006-05-258-10/+130
* Make sure windows are kept on top of the panel during minimize.Søren Sandmann2006-05-253-6/+17
* Shrink the window instead of explode it.Søren Sandmann2006-05-253-57/+66
* Add a fade-in animation when windows are mapped.Søren Sandmann2006-05-241-31/+145
* New functionSøren Sandmann2006-05-243-16/+23
* Add a stack-freeze feature to CWindow.Søren Sandmann2006-05-244-7/+36
* Fix compilation in the non-composited case.Søren Sandmann2006-05-242-2/+6
* return TRUE when the window is actually freed.Søren Sandmann2006-05-245-48/+33
* Move shrink effect code from compositor.c to c-window.c. Stubs forAdam Jackson2006-05-236-339/+411
* Also use explode when windows close.Søren Sandmann2006-05-235-26/+142