Julien Danjou
|
3dcf2bd5b7
|
fix inversion of swap{prev,next} bindings
Thanks to MATSUU Takuto <matsuu@gmail.com>
|
2007-10-10 08:08:38 +02:00 |
Julien Danjou
|
0f75c91fe7
|
remove x and y attributes from DC
|
2007-10-09 22:35:44 +02:00 |
Julien Danjou
|
355d3aad5f
|
remove drawcontext `w' attribute
|
2007-10-09 22:33:00 +02:00 |
Julien Danjou
|
c4b1867a4d
|
remove h attribute of drawcontext
|
2007-10-09 22:29:44 +02:00 |
Julien Danjou
|
2cc1d24c8c
|
fix indentation in default config file
|
2007-10-09 21:45:15 +02:00 |
Julien Danjou
|
cb3230bf21
|
fix typo on space
|
2007-10-09 21:44:27 +02:00 |
Julien Danjou
|
2887bb8b86
|
avoid DC in drawsquare()
|
2007-10-09 21:43:26 +02:00 |
Julien Danjou
|
aa645b15ab
|
avoid DC in drawtext()
|
2007-10-09 21:29:19 +02:00 |
Julien Danjou
|
08033b1643
|
bugfix: print layout symbol in status bar
Thanks to Daniel Brinkers
|
2007-10-09 17:31:44 +02:00 |
Julien Danjou
|
92e250aa59
|
fix typo in config file
|
2007-10-09 14:00:02 +02:00 |
Julien Danjou
|
fd0fc340d7
|
bugfix: wrong column X coord in multi-columns mode
Thanks to Fabienne Ducroquet <fabiduc@gmail.com>
|
2007-10-09 10:45:27 +02:00 |
Julien Danjou
|
de45017b5d
|
switch to libconfuse instead of libconfig
|
2007-10-08 18:45:05 +02:00 |
Julien Danjou
|
a3fa2f8d4a
|
set version to devel
|
2007-10-08 14:27:48 +02:00 |
Julien Danjou
|
3046af6f54
|
new feature: add option to center pointer on focused client
|
2007-10-08 14:26:43 +02:00 |
Julien Danjou
|
158b91adaf
|
bugfix: reset correctly default bar position on toggle
Thanks Daniel Brinkers
|
2007-10-08 13:07:13 +02:00 |
Julien Danjou
|
46cde2d95c
|
bugfix: resize_hint is a bool, not a float
|
2007-10-08 10:26:47 +02:00 |
Julien Danjou
|
d4f1b99c93
|
fix typo
|
2007-10-05 17:02:59 +02:00 |
Julien Danjou
|
6a7d435db0
|
set version to 1.3
|
2007-10-05 17:01:00 +02:00 |
Julien Danjou
|
ba58d5e94b
|
movetoscreen works with +/- and cycle
|
2007-10-05 16:58:28 +02:00 |
Julien Danjou
|
0792d6c5ac
|
bugfix: allow cycling back in uicb_setlayout()
|
2007-10-05 13:52:38 +02:00 |
Julien Danjou
|
9ec4e30a85
|
new feature: mouse wheel on layout symbol switch to prev/next
|
2007-10-05 13:51:19 +02:00 |
Julien Danjou
|
ca35643a5d
|
new feature: mouse wheel on statusbar do focus{next,prev}
|
2007-10-05 12:08:20 +02:00 |
Julien Danjou
|
eb414ce447
|
compute x one time only
|
2007-10-05 12:01:32 +02:00 |
Julien Danjou
|
b00f9ab1f6
|
new feature: add mouse wheel support on tags name
|
2007-10-05 10:53:39 +02:00 |
Julien Danjou
|
96e80f1e83
|
bugfix: die nicely if no default layout
|
2007-10-05 09:37:40 +02:00 |
Julien Danjou
|
d7aac7b811
|
better fix for font height problem
Thanks to Arnaud Fontaine
|
2007-10-04 17:35:47 +02:00 |
Julien Danjou
|
2e0b2911e3
|
bugfix: give one more pixel to not cut status text with some fonts
|
2007-10-04 15:56:20 +02:00 |
Julien Danjou
|
1c5cd1ec57
|
bugfix: add a pixel more for tags drawing, this allows all fonts size to work
|
2007-10-04 12:55:19 +02:00 |
Julien Danjou
|
99ef84e621
|
bugfix: don't do stuff RootWindow() with non existent screen (Xinerama)
|
2007-10-03 20:58:00 +02:00 |
Julien Danjou
|
97a2085705
|
cosmetic: remove lines with empty spaces at end
|
2007-10-03 17:26:14 +02:00 |
Julien Danjou
|
e1318b53c2
|
bugfix: mouse wheel on root window works in Xinerama too
|
2007-10-03 17:17:46 +02:00 |
Julien Danjou
|
067861a942
|
bugfix: don't put new clients on top without computing statusbar position
|
2007-10-03 16:18:45 +02:00 |
Julien Danjou
|
2db2dfdc7c
|
bugfix: snap windows to statusbar, not screen edges
|
2007-10-03 16:14:48 +02:00 |
Julien Danjou
|
bf2561a5e8
|
add documentation for arrange()
|
2007-10-03 00:33:16 +02:00 |
Julien Danjou
|
d193c2471b
|
add documentation to move_mouse_pointer_to_screen()
|
2007-10-03 00:32:00 +02:00 |
Julien Danjou
|
b0933b177c
|
remove useless extern Client sel in tile layout
|
2007-10-03 00:30:15 +02:00 |
Julien Danjou
|
47aff1a860
|
add documentation for uicb_movetoscreen()
|
2007-10-03 00:22:29 +02:00 |
Julien Danjou
|
e9332cfef8
|
update documentation for screen.c
|
2007-10-03 00:20:34 +02:00 |
Julien Danjou
|
cd46ec6378
|
remove stack from externs
|
2007-10-03 00:15:50 +02:00 |
Julien Danjou
|
5ecb754d62
|
remove useless extern variables
|
2007-10-03 00:14:39 +02:00 |
Julien Danjou
|
7e1be2be50
|
document detach function
|
2007-10-03 00:13:09 +02:00 |
Julien Danjou
|
7358c9d24c
|
add .gitignore for *.o and awesome binary
|
2007-10-02 18:45:59 +02:00 |
Julien Danjou
|
757c2c77f8
|
change default colors
|
2007-10-02 17:15:08 +02:00 |
Julien Danjou
|
0745844db5
|
remove alpha layer; bug otherwise
|
2007-10-02 17:06:38 +02:00 |
Julien Danjou
|
728bcb09be
|
set version to 1.3-devel
We will follow this kind of schema from now.
|
2007-10-02 15:10:53 +02:00 |
Julien Danjou
|
d76902653a
|
change behaviour of uicb_setlayout: no arg now reset to first/default layout ; add bindings in default config
|
2007-10-02 14:28:39 +02:00 |
Julien Danjou
|
4c4fb83e81
|
new feature: uicb_setlayout can no go backward ; binding Button3 click on layout symbol statusbar for reverse layout switching
|
2007-10-02 14:22:51 +02:00 |
Julien Danjou
|
17ec922077
|
bug fix: set not matched tags to False instead of nothing
|
2007-10-02 10:36:49 +02:00 |
Julien Danjou
|
5b8c8784c2
|
remove TODO file ; using bugs list from web site
|
2007-10-02 10:31:16 +02:00 |
Julien Danjou
|
e2c315cf85
|
remove duplicate line
|
2007-10-02 00:43:47 +02:00 |