index
:
~smspillaz/unity-window-decorator
master
Small changes to gtk-window-decorator to support themeable shadows and invisible padding
Sam Spillaz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-07
Add standalone building gtk-window-decorator
Sam Spilsbury
1
-1766
/
+0
2010-12-05
Fix windows being forever treated as "not managed" in focus () and not enteri...
Sam Spilsbury
1
-0
/
+1
2010-12-03
Fix some focus issues:
Sam Spilsbury
1
-0
/
+4
2010-12-03
Revert "Ensure that we can change the input focus, even if we requested a cli...
Sam Spilsbury
1
-18
/
+0
2010-12-03
Ensure that we can change the input focus, even if we requested a client to t...
Sam Spilsbury
1
-0
/
+18
2010-11-11
Listen for FocusIn/FocusOut on NotifyGrab NotifyUngrab and set an internal bi...
Sam Spilsbury
1
-0
/
+6
2010-11-09
[PATCH] Be a little bit more clever when handing option construction in handl...
Danny Baumann
1
-15
/
+10
2010-09-09
Force input focus on button 1/2/3 press.
Sam Spilsbury
1
-3
/
+2
2010-08-08
Make minimization functions wrappable. Check return functions for minimized s...
Sam Spilsbury
1
-1
/
+3
2010-07-12
Determine the id of the appropriate child window and pass that as "window"
Sam Spilsbury
1
-1
/
+15
2010-02-04
Reparent managed windows directly.
Dennis Kasprzyk
1
-0
/
+8
2010-02-05
Fix typo and fix more warnings
Sam Spilsbury
1
-1
/
+2
2010-02-05
core: fix more warnings
Sam Spilsbury
1
-1
/
+1
2010-02-04
place: Improve resolution change handling.
Sam Spilsbury
1
-2
/
+2
2009-11-18
Less mallocs.
Dennis Kasprzyk
1
-18
/
+26
2009-11-18
Avoid unneeded mallocs.
Dennis Kasprzyk
1
-1
/
+2
2009-07-17
Convert Bool -> bool, TRUE -> true, FALSE -> false.
Erkin Bahceci
1
-2
/
+2
2009-07-01
Move modifier handling into a separate top level class exposed to plugins
Sam Spilsbury
1
-12
/
+15
2009-04-19
Add notifications for (un)minimize, (un)shade, close.
Erkin Bahceci
1
-0
/
+2
2009-04-06
Add CompWindowNotifyFocusChange
Joel Bosveld
1
-0
/
+2
2009-03-16
Whitespace fixes.
Danny Baumann
1
-4
/
+4
2009-03-16
Expose setDesktop function.
Danny Baumann
1
-2
/
+2
2009-03-15
Use bcop in core.
Dennis Kasprzyk
1
-5
/
+5
2009-03-11
Derive CompWindow::Geometry from CompRect and improve CompRect usage.
Danny Baumann
1
-1
/
+1
2009-02-26
Added support for _NET_WM_FULLSCREEN_MONITORS property.
Danny Baumann
1
-0
/
+15
2009-02-25
Revert "Do not change input focus when EnterNotify event is generated from"
Danny Baumann
1
-1
/
+0
2008-10-14
Made CompScreen derive from CompSize.
Dennis Kasprzyk
1
-2
/
+2
2008-10-05
Handle desktops a bit better.
Danny Baumann
1
-2
/
+2
2008-10-05
Use changeWindowState function.
Danny Baumann
1
-9
/
+1
2008-10-05
Ignore _NET_WM_STATE_HIDDEN property changes as suggested by EWMH.
Danny Baumann
1
-0
/
+7
2008-10-04
Build fix.
Danny Baumann
1
-1
/
+1
2008-10-04
Use pendingMaps variable to set w->managed on MapNotify.
Danny Baumann
1
-1
/
+1
2008-10-04
Cleanup: pass button and key events directly (instead of generic XEvent) into...
Danny Baumann
1
-24
/
+22
2008-10-04
Call terminate function also for bindings without modifiers.
Danny Baumann
1
-17
/
+22
2008-10-03
Typo & build fixes.
Danny Baumann
1
-1
/
+1
2008-10-03
Replace return to exit loop by break.
Danny Baumann
1
-1
/
+1
2008-10-03
Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.
Danny Baumann
1
-2
/
+5
2008-10-03
Add definitions for EWMH source indication values.
Danny Baumann
1
-3
/
+3
2008-10-03
Also update d->below variable when we have a grab, so that it has the correct...
Danny Baumann
1
-43
/
+38
2008-09-24
Add only root child windows.
Dennis Kasprzyk
1
-1
/
+1
2008-09-17
Move core headers into core subdirectory.
Dennis Kasprzyk
1
-1
/
+1
2008-09-17
Cleanup CompWindow public API and move header to core/window.h
Dennis Kasprzyk
1
-40
/
+38
2008-09-17
Cleanup CompScreen public API and move header to core/screen.h
Dennis Kasprzyk
1
-33
/
+34
2008-09-16
Preserve focus during reparent.
Dennis Kasprzyk
1
-2
/
+3
2008-09-16
Fixed wrap system indices.
Dennis Kasprzyk
1
-2
/
+2
2008-09-16
Drop never finished object handling.
Dennis Kasprzyk
1
-16
/
+12
2008-09-15
Merge CompCore and CompDisplay into CompScreen class.
Dennis Kasprzyk
1
-207
/
+159
2008-09-15
Remove getter for w->attrib and use member getters instead.
Danny Baumann
1
-13
/
+4
2008-09-02
Reparent window instead of simple input frame window.
Dennis Kasprzyk
1
-6
/
+17
2008-08-28
More flexible and ABI stable wrap system.
Dennis Kasprzyk
1
-6
/
+5
[next]