index
:
~tuxmarkv/zcomp
master
compiz without wm
Audrius Šaikūnas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-29
added --zcomp flag to disable wm, fixed border width calculation
angel
1
-8
/
+21
2010-06-19
Revert "[PATCH] Handle dock windows with keep-below mask."
Sam Spilsbury
1
-3
/
+6
2010-05-25
[PATCH] Handle dock windows with keep-below mask.
Sebasian Billaudelle
1
-6
/
+3
2010-05-19
Return resName as CompString so it can't be modified by the caller.
Danny Baumann
1
-2
/
+5
2010-05-18
add resName getter
Travis Watkins
1
-0
/
+6
2010-05-03
Use corect calculation
Sam Spilsbury
1
-1
/
+1
2010-05-03
Typofix
Sam Spilsbury
1
-1
/
+1
2010-05-02
Optionally traverse through ancestry when getting the client leader of a
Danny Baumann
1
-2
/
+8
2010-04-04
Avoid excessive casting.
Danny Baumann
1
-10
/
+6
2010-04-04
Correctly handle weird icon sizes.
Sam Spilsbury
1
-3
/
+11
2010-03-15
Keep pixmaps of unmapped windows around if they are used for animations.
Sam Spilsbury
1
-2
/
+13
2010-02-12
Place frame windows in correct stacking order.
Dennis Kasprzyk
1
-5
/
+17
2010-02-12
Unmap also the frame of minimized windows.
Dennis Kasprzyk
1
-0
/
+3
2010-02-11
Clients must specify position on _NET_MOVERESIZE_WINDOW ClientMessage
Sam Spilsbury
1
-1
/
+5
2010-02-10
Window position doesn't have to be synced to update frame window region.
Dennis Kasprzyk
1
-3
/
+4
2010-02-09
Don't break initial stacking order.
Dennis Kasprzyk
1
-5
/
+12
2010-02-08
Fixed fullscreen window handling.
Dennis Kasprzyk
1
-3
/
+1
2010-02-04
Fixed missing variable.
Dennis Kasprzyk
1
-1
/
+1
2010-02-04
Reparent managed windows directly.
Dennis Kasprzyk
1
-62
/
+111
2010-02-05
Fix typo and fix more warnings
Sam Spilsbury
1
-5
/
+6
2010-02-05
core: fix warnings
Sam Spilsbury
1
-8
/
+8
2010-02-04
place: Improve resolution change handling.
Sam Spilsbury
1
-5
/
+5
2010-02-03
Apply stacking changes after configure
Sam Spilsbury
1
-6
/
+5
2010-02-03
Revert "Update client list after unhook/insert."
Sam Spilsbury
1
-2
/
+0
2010-02-03
Update client list after unhook/insert.
Sam Spilsbury
1
-0
/
+2
2010-02-03
Activate the topmost window when lowering a window, unless click-to-focus is ...
Sam Spilsbury
1
-0
/
+51
2010-02-03
Prevent sticky windows from moving off-screen.
Sam Spilsbury
1
-20
/
+34
2010-02-03
Fix lost window by bringing window made sticky to current viewport.
Sam Spilsbury
1
-0
/
+22
2010-02-02
Fix gravity handling.
Sam Spilsbury
1
-11
/
+17
2010-02-02
Fix icon property reading if the icon pixmap has a depth of 1 bit.
Sam Spilsbury
1
-0
/
+2
2010-02-02
Fix window region calculation for windows that have border width set.
Sam Spilsbury
1
-2
/
+2
2009-12-16
Add notification for "before map".
Erkin Bahceci
1
-0
/
+2
2009-08-23
Let windows be opened above fullscreen windows.
Erkin Bahceci
1
-2
/
+5
2009-08-23
Avoid setting XSelectInput to NoEventMask for grabWindow.
Erkin Bahceci
1
-1
/
+2
2009-08-14
Delete arrays with delete [].
Erkin Bahceci
1
-2
/
+2
2009-08-12
Fix possible infinite loop.
Erkin Bahceci
1
-1
/
+7
2009-08-11
Revert "Fix panels starting below other windows."
Erkin Bahceci
1
-1
/
+4
2009-08-07
Don't update region if geometry is not in sync.
Dennis Kasprzyk
1
-1
/
+2
2009-07-30
More unsigned int to int conversion.
Erkin Bahceci
1
-8
/
+8
2009-07-31
Handle signed/unsigned correctly
Dennis Kasprzyk
1
-3
/
+3
2009-07-24
Shaped windows may have only one rectangle which is smaller than window.
Joel Bosveld
1
-1
/
+1
2009-07-17
Convert Bool -> bool, TRUE -> true, FALSE -> false.
Erkin Bahceci
1
-25
/
+25
2009-07-15
Fix panels starting below other windows.
Erkin Bahceci
1
-4
/
+1
2009-07-14
Fix some compiler warnings.
Erkin Bahceci
1
-1
/
+0
2009-07-08
Add hasUnmapReference and use it in decor.
Erkin Bahceci
1
-0
/
+6
2009-07-08
Move hide/show to PrivateWindow, add wrapper hide/show.
Erkin Bahceci
1
-52
/
+65
2009-07-01
Make bool CompWindow::isFocussable () wrappable
Sam Spilsbury
1
-1
/
+7
2009-07-01
Make CompWindow::alpha () wrappable
Sam Spilsbury
1
-0
/
+6
2009-05-07
Add comments for changes to window restacking
Joel Bosveld
1
-0
/
+16
2009-04-30
Restack windows in reverse, and stack above correct window.
Joel Bosveld
1
-4
/
+13
[next]