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