summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* send synthetic configurenotify events also in response to MapRequestElijah Newren2007-04-041-0/+12
* Fix strict focus mode by picking up on res_class. Fixes #361054, strictDan Mick2006-10-291-9/+14
* Ignore edge resistance for size-increment windows when resizing with theElijah Newren2006-10-021-44/+72
* Don't require a push/pop trap aroundElijah Newren2006-10-022-4/+3
* surround the XDeleteProperty() call with aElijah Newren2006-10-011-3/+8
* Fix longstanding focus bug with mouse (not sloppy) focus mode with popupElijah Newren2006-10-011-46/+33
* Patch from Jens Granseuer to fix c89 cleanness, again. #356631.Elijah Newren2006-09-181-1/+2
* avoid a compilation warning by making sure to return something. #348067Elijah Newren2006-09-181-1/+1
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-1812-120/+240
* Patch from Maik Beckmann to remove compilation warnings. Fixes #355876.Elijah Newren2006-09-181-12/+1
* Patch from Thomas Andersen to make windows be stacked correctly beforeElijah Newren2006-09-131-62/+71
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-1316-154/+153
* patch from Bruno Boaventura de Oliveira to fix a compiler warning aboutElijah Newren2006-09-131-0/+4
* Patch from Bruno Boaventura de Oliveira Lacerda to fix warnings aboutElijah Newren2006-09-131-0/+6
* 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