summaryrefslogtreecommitdiff
path: root/src/event.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Sync validated size on initial map to X before placement to make sure the win...Danny Baumann1-4/+4
2008-10-07Check focusWindow function before focussing a window due to click or enter ev...Danny Baumann1-4/+9
2008-10-06Validate size before placing and make sure the size validation function only ...Danny Baumann1-4/+4
2008-10-02We want to prevent focus for windows that are not on the current viewport.Danny Baumann1-3/+1
2008-10-02Handle desktops a bit better.Danny Baumann1-10/+12
2008-10-02Make sure window state property is correct when mapping windows.Danny Baumann1-0/+1
2008-10-02Use changeWindowState function.Danny Baumann1-6/+1
2008-10-02Ignore _NET_WM_STATE_HIDDEN property changes as suggested by EWMH.Danny Baumann1-0/+7
2008-09-29Ensure windows fit in the work area when placing them by calling the window s...Danny Baumann1-1/+5
2008-09-14Use pendingMaps variable to set w->managed on MapNotify.Danny Baumann1-1/+1
2008-09-12Fix warning.Danny Baumann1-2/+1
2008-09-12Cleanup: pass button and key events directly (instead of generic XEvent) into...Danny Baumann1-34/+37
2008-09-12Call terminate function also for bindings without modifiers.Danny Baumann1-18/+24
2008-09-09When the startup ID of a window changes, move it to current viewport instead ...Danny Baumann1-7/+10
2008-09-08On startup ID changes, overwrite the initial viewport with the viewport the w...Danny Baumann1-1/+10
2008-09-08Activate window (if allowed) when its startup ID changes.Danny Baumann1-7/+35
2008-08-18Replace return to exit loop by break.Danny Baumann1-4/+9
2008-08-14Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.Danny Baumann1-2/+5
2008-08-14Add definitions for EWMH source indication values.Danny Baumann1-3/+3
2008-08-08We now have the CompScreen variable at the right time, use it.Danny Baumann1-1/+1
2008-08-08Also update d->below variable when we have a grab, so that it has the correct...Danny Baumann1-43/+38
2008-08-07Minor coding style adjustment.Danny Baumann1-3/+1
2008-08-07Handle sync alarm events on screens other than the last.Aaron Plattner1-4/+8
2008-07-27Remove opacity, brightness and saturation members from CompWindow struct.Danny Baumann1-6/+3
2008-07-27Remove opacity adjustment handling (bindings, matches) from core.Danny Baumann1-6/+10
2008-07-26Update paint values and damage window properly on brightness and saturation p...Danny Baumann1-6/+20
2008-07-25Move unresponding window greyout to fade plugin.Danny Baumann1-33/+7
2008-07-03Only move focus to window on click if it wasn't focussed before.Danny Baumann1-2/+3
2008-06-18Added synhronized timers.Dennis Kasprzyk1-2/+3
2008-06-10Store icon geometry in CompWindow struct.Danny Baumann1-0/+6
2008-05-08Don't set demands attention state on the active window.Danny Baumann1-0/+2
2008-05-02Allow minimizeWindow to minimize windows that don't have the minimize action ...Danny Baumann1-1/+4
2008-04-23Simplified, realloc on NULL is same as mallocRoland Bär1-22/+6
2008-04-23Don't adjust configure requests of unmapped windows for gravity.Danny Baumann1-14/+22
2008-04-13Factor out adjustment of configure requests for gravity in a separate functio...Danny Baumann1-0/+6
2008-03-27Recalculate window actions on frame size and transient status changes as the ...Danny Baumann1-0/+3
2008-03-17Always recalculate window type and actions when changing window state.Danny Baumann1-10/+0
2008-03-17Recalculate window type before updating window state.Danny Baumann1-2/+9
2008-03-15Improve comment and variable name.Danny Baumann1-11/+11
2008-03-15Also set w->managed on MapNotify event.Danny Baumann1-0/+3
2008-03-15Also use screen edge delays for DnD actions.Danny Baumann1-48/+62
2008-03-15Added screen edge trigger delay settings.Danny Baumann1-8/+103
2008-03-15Make activateWindow function wrappable so plugins can react on window activat...Danny Baumann1-1/+1
2008-03-04Invoke terminate function for edge buttons if button is released.Danny Baumann1-3/+4
2008-01-20Allow minimizing non-transient dialog windows.Danny Baumann1-1/+1
2007-11-12Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-3/+1
2007-11-11Avoid possible dereference of NULL pointer; and fix duplicate variable declar...Danny Baumann1-3/+1
2007-11-08Move restacking due to focus stealing prevention to updateWindowAttributes fu...Danny Baumann1-25/+6
2007-11-03Fix typo.Danny Baumann1-0/+1
2007-11-03Prevent transient children being stacked below their parent if their focus wa...Danny Baumann1-1/+12