Julien Danjou
|
256717c792
|
add a_strncmp() to util.h and use a_str*() functions everywhere
|
2007-09-24 17:58:50 +02:00 |
Julien Danjou
|
894b341feb
|
simplfiy drawstatus() remove screen useless arg
|
2007-09-24 16:23:49 +02:00 |
Julien Danjou
|
595eba78d7
|
create a Tag struct type and use it
|
2007-09-24 15:37:52 +02:00 |
Julien Danjou
|
40384806fd
|
use a_strcmp() instead of strcmp()
|
2007-09-21 17:32:00 +02:00 |
Julien Danjou
|
92e8fb4cfb
|
bug fix: rewrite handler allocation dynamicly to correctly add shape and xrandr events
|
2007-09-19 20:36:24 +02:00 |
Julien Danjou
|
1cd4ba0086
|
stop using get_window_area* fct, and remove it
|
2007-09-18 23:16:27 +02:00 |
Julien Danjou
|
d9523d3436
|
simplify load/saveawesomeprops
|
2007-09-18 19:53:52 +02:00 |
Julien Danjou
|
dcec6aa749
|
remove screen arg from uicb*
|
2007-09-18 19:53:52 +02:00 |
Julien Danjou
|
ef69814e29
|
simplify manage(), remove screen arg
|
2007-09-18 19:53:52 +02:00 |
Julien Danjou
|
edf76900c4
|
juste change 0 with EXIT_SUCCESS
|
2007-09-17 12:42:48 +02:00 |
Julien Danjou
|
c3bb58f47a
|
stop making awesomelibconf global and store screen number in awesome_configs
we strdup elems and p_delete them in cleanup
|
2007-09-16 23:13:34 +02:00 |
Julien Danjou
|
c74c9c80a4
|
cleanup
|
2007-09-16 22:51:11 +02:00 |
Julien Danjou
|
360488ec18
|
move netatom localy
|
2007-09-16 17:29:40 +02:00 |
Julien Danjou
|
fd1fa80641
|
move this fucking netatom stuff elsewhere or we overflow
|
2007-09-16 14:56:46 +02:00 |
Julien Danjou
|
d06785f599
|
delete conf+elem and dc on cleanup
|
2007-09-16 14:56:46 +02:00 |
Julien Danjou
|
dbc0860ddb
|
fix: do have_randr/shape copy in all conf
|
2007-09-16 14:56:46 +02:00 |
Julien Danjou
|
ccd5e28240
|
cosmetic
|
2007-09-16 14:56:46 +02:00 |
Julien Danjou
|
1ca3c565ee
|
enhance multihead support, with N conf/dc
|
2007-09-16 14:56:08 +02:00 |
Julien Danjou
|
933b0413ea
|
add screen arg to uicb*
|
2007-09-16 01:05:43 +02:00 |
Julien Danjou
|
3ab80f68b8
|
first multihead support
|
2007-09-16 00:36:56 +02:00 |
Julien Danjou
|
53e5630c6c
|
add screen to drawstatusbar
|
2007-09-15 22:57:37 +02:00 |
Julien Danjou
|
bf4007eef5
|
add screen args to grabkeys()
|
2007-09-15 22:45:08 +02:00 |
Julien Danjou
|
5c78f4785f
|
load and save awesome props now take screen as arg
|
2007-09-15 22:40:52 +02:00 |
Julien Danjou
|
c02be2ab82
|
store screen of client, first step to multi head support
|
2007-09-15 22:36:23 +02:00 |
Julien Danjou
|
48f17aa9f1
|
add initstatusbar() to init statusbar!
|
2007-09-15 22:25:49 +02:00 |
Julien Danjou
|
9dce41e194
|
simplify
|
2007-09-15 21:17:30 +02:00 |
Julien Danjou
|
9cdc7c3ef9
|
fix vlc bug
|
2007-09-15 20:24:40 +02:00 |
Julien Danjou
|
56a387ec5c
|
move updatebarpos to statusbar.c
|
2007-09-15 15:26:51 +02:00 |
Julien Danjou
|
fe89aa31b0
|
create statusbar.c and move things from draw.c
|
2007-09-15 15:16:53 +02:00 |
Julien Danjou
|
6a11f10764
|
move drawable to statusbar struct
|
2007-09-15 14:58:41 +02:00 |
Julien Danjou
|
01b2785587
|
rename drawstatus to drawstatusbar
|
2007-09-15 13:54:02 +02:00 |
Julien Danjou
|
80a6b27c26
|
fix barbot displaying
|
2007-09-15 12:45:55 +02:00 |
Julien Danjou
|
b509d5cbcf
|
add support for XRandR
|
2007-09-13 16:00:23 +02:00 |
Julien Danjou
|
c8abcf33fb
|
add XShape support
|
2007-09-13 15:58:08 +02:00 |
Julien Danjou
|
c96d88975f
|
move cursor in DC
|
2007-09-12 18:16:20 +02:00 |
Julien Danjou
|
2c6a71f358
|
add DC to uicb_*() args
|
2007-09-12 18:11:27 +02:00 |
Julien Danjou
|
95a5bb3cdd
|
scan() and cleanup take DC as arg
|
2007-09-12 17:43:14 +02:00 |
Julien Danjou
|
e0994f834e
|
setup() now take DC as arg
|
2007-09-12 17:41:11 +02:00 |
Julien Danjou
|
9897e5a839
|
remove DC from global in draw.c
|
2007-09-12 16:55:47 +02:00 |
Julien Danjou
|
d6c63bd086
|
remove wa(x,y,h,w) from global vars, add functions to compute them
|
2007-09-12 16:03:42 +02:00 |
Julien Danjou
|
28df49c3cb
|
rename gettextprop to xgettextprop and move it to util.c
|
2007-09-12 15:01:35 +02:00 |
Julien Danjou
|
57785860b7
|
remove otherwm
|
2007-09-12 14:32:24 +02:00 |
Julien Danjou
|
7659289b9e
|
chance license to GPLv2
|
2007-09-12 14:29:51 +02:00 |
Julien Danjou
|
2b5141b05a
|
move things away from doc
|
2007-09-11 17:48:20 +02:00 |
Julien Danjou
|
9f56ade4e9
|
use more safe functions and update #inlcude
|
2007-09-11 14:00:49 +02:00 |
Julien Danjou
|
f726e475e3
|
export netatom or we die
|
2007-09-11 10:17:38 +02:00 |
Julien Danjou
|
abef4969c2
|
fix regression
|
2007-09-10 17:20:17 +02:00 |
Julien Danjou
|
1ad4adf901
|
change compileregs proto, simplify
|
2007-09-10 17:07:07 +02:00 |
Julien Danjou
|
fc686750eb
|
move some netatom back but only in setup()
|
2007-09-10 16:55:33 +02:00 |
Julien Danjou
|
c95c4173a6
|
remove NetWMName
|
2007-09-10 16:49:54 +02:00 |