index
:
cwm
trunk
A Linux port and fork of OpenBSD's cwm(1)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
No need to map/unmap the window on hide/show since we already do the
oga
2008-06-18
-3
/
+1
*
(mostly) proper xshape event support
okan
2008-06-14
-4
/
+1
*
re-work client_placecalc()
okan
2008-06-12
-45
/
+29
*
make sure to take bwdith into account when placing a new window.
okan
2008-05-23
-4
/
+3
*
Pull out the behaviour in grab_label and search_start into one utility
oga
2008-05-20
-8
/
+6
*
client_cyclenext() -> client_cycle() since we now pass an arg.
okan
2008-05-19
-2
/
+2
*
Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the
oga
2008-05-19
-3
/
+3
*
finally implement keyboard binding for group toggling
okan
2008-05-19
-1
/
+2
*
remove extra calls to client_draw_border()
okan
2008-05-18
-3
/
+1
*
fix cwm's current XShape support from Edd Barrett -thanks.
okan
2008-05-17
-16
/
+24
*
KNF, no binary change.
oga
2008-05-15
-5
/
+5
*
tiny bit of knf
okan
2008-05-15
-14
/
+6
*
Rework the alt-tabbing code to be a lot simpler.
oga
2008-05-01
-53
/
+31
*
Remove screen_infomsg(), nothing uses it.
oga
2008-04-16
-16
/
+2
*
hit it with the knf stick.
oga
2008-04-15
-23
/
+24
*
Add "gap" support to .cwmrc. The options put in here make gaps on the edge
oga
2008-04-15
-11
/
+10
*
remove alt-tab menu
okan
2008-04-09
-86
/
+1
*
Fix a couple of issues with the maximization code.
oga
2008-03-26
-8
/
+19
*
Rip out, burn, and dance around the grave of group-edit mode.
oga
2008-03-22
-5
/
+2
*
As mentioned in my last commit, there was an issue where the switching
oga
2008-03-19
-5
/
+9
*
huge amount of cleanup and dead code removal.
oga
2008-01-16
-37
/
+1
*
- Remove the "all rights reserved" tag at the top of most of the source
oga
2008-01-11
-2
/
+13
*
Adjust initial window placement with any geometry that would place
marc
2008-01-03
-4
/
+7
*
Only use the x,y values from the XSizeHints structure when they are greater
marc
2008-01-01
-3
/
+5
*
When cycling, only the end of the window names will be printed if the
jasper
2007-10-02
-1
/
+5
*
don't map hidden windows on re-start.
jasper
2007-06-08
-3
/
+8
*
make it possible to cycle through the windows when non are selected.
jasper
2007-06-05
-3
/
+12
*
show hidden windows when they should (eg. when the pointer is warped to them)
jasper
2007-05-29
-2
/
+6
*
don't give borderless windows a border, when they're inactive
jasper
2007-05-29
-3
/
+1
*
convert globals from G_foo to Foo, as per TODO.
jasper
2007-05-28
-71
/
+71
*
Initial import of cwm-3.
bernd
2007-04-27
-0
/
+935