Julien Danjou
f28f0e7407
add display name in socket path
2007-10-29 17:29:58 +01:00
Julien Danjou
7476a9712a
don't forget to delete addr pointers
2007-10-29 16:23:05 +01:00
Julien Danjou
78b3dab63e
remove unused pointer **sel in main()
2007-10-29 16:16:17 +01:00
Julien Danjou
27e7706800
move common stuff for socket com into awesome-client-common.c
2007-10-29 16:14:50 +01:00
Julien Danjou
60352e221a
remove fifo code
2007-10-29 10:58:02 +01:00
Julien Danjou
7e755c17ea
add awesome-client.h with common #define and add copyright notice in awesome-client.c
2007-10-27 18:47:13 +02:00
Julien Danjou
001f430c0c
remove global client_sel, use tag's client_sel
2007-10-26 23:19:13 +02:00
Julien Danjou
c817b07d9a
rename ban() and unban() to client_*()
2007-10-26 19:51:20 +02:00
Julien Danjou
f330cb303c
rename manage() and unmanage() to client_*()
2007-10-26 19:51:20 +02:00
Julien Danjou
ddf64e9db2
grab some window function from client.c and move them in window.c
2007-10-26 18:23:15 +02:00
Nikos Ntarmos
40e7654925
fix missing p_delete
2007-10-25 22:33:48 +02:00
Julien Danjou
e47e1a4a23
remove unmapped attribute
...
this fix a bug when fast-switching between tags and dropping
some windows management as we should not.
Use window_getstate() (moved from awesome.c's getstate()) instead.
2007-10-23 16:32:55 +02:00
Julien Danjou
f379de70ce
Remove disp arg to manage(), add comments to manage() and rename setclienttrans to window_settrans
2007-10-22 16:25:27 +02:00
daniel@brinkers.de
cb0080039e
patch for using UNIX domain sockets for control
2007-10-15 23:13:52 +02:00
Julien Danjou
5a47c01381
fix initstatusbar()
2007-10-15 20:23:45 +02:00
Julien Danjou
17bc4dc9a7
drawstatusbar does not need display as arg
2007-10-15 18:19:33 +02:00
Julien Danjou
5b130bd18d
grabkeys does not need display/screen as arg
2007-10-15 18:17:33 +02:00
Julien Danjou
3592e8e448
save and loadawesomeprops do not need display as arg
2007-10-15 18:14:43 +02:00
Julien Danjou
b1e22e1d8b
cosmetic
2007-10-15 17:33:28 +02:00
Julien Danjou
a74ca1d1de
tabswidth is 4 not 6
2007-10-15 13:56:24 +02:00
Julien Danjou
4e0acfa99a
add coding style stuff
2007-10-15 13:40:52 +02:00
Julien Danjou
4a7acf821e
remove Regs struct, use Rules
2007-10-15 12:40:45 +02:00
Julien Danjou
77609263dc
move txtlenwidth initlization in initstatusbar()
2007-10-15 12:06:43 +02:00
Julien Danjou
4f8accb8df
bugfix: reopen fifo on EOF
2007-10-12 17:41:54 +02:00
Julien Danjou
a6781157b6
allow to execute uicb function via awesome control fifo
2007-10-12 17:10:36 +02:00
Julien Danjou
03e1b35d44
cosmetic
2007-10-12 13:19:32 +02:00
Julien Danjou
33b0e65b56
don't read anymore on stdin, read from fifo file
2007-10-12 13:10:43 +02:00
Julien Danjou
863714f501
use p_delete instead of XFree for our own pointers
2007-10-11 23:44:35 +02:00
Julien Danjou
c4e130d7d9
remove Display as param for uicb
2007-10-11 23:32:29 +02:00
Julien Danjou
0899432059
remove stack
2007-10-11 23:17:12 +02:00
Julien Danjou
c3986a5937
sel is no more extern
2007-10-11 23:12:05 +02:00
Julien Danjou
12ef66b79a
clients list is no more global
2007-10-11 21:50:32 +02:00
Julien Danjou
1fa1ce1c93
dont't close STDIN in cleanup()
2007-10-11 18:56:22 +02:00
Julien Danjou
e22b1e2a73
set statusbar->height in initstatusbar()
2007-10-11 18:43:42 +02:00
Julien Danjou
e733af41ec
remove drawcontext everywhere
2007-10-10 14:09:36 +02:00
Julien Danjou
f57d275df1
move font to awesomeconf
2007-10-10 13:34:25 +02:00
Julien Danjou
2d0526696c
move cursors in awesome config
2007-10-10 13:29:46 +02:00
Julien Danjou
c4b1867a4d
remove h attribute of drawcontext
2007-10-09 22:29:44 +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
272f4b1c2a
Xft support
2007-10-01 19:22:57 +02:00
Julien Danjou
9c747d1986
store display in awesomeconf
2007-10-01 15:31:43 +02:00
Julien Danjou
8c531e2a81
store phys_screen
2007-10-01 15:23:05 +02:00
Julien Danjou
659adaab5e
use get_real_screen() in a lot of places
2007-09-28 11:55:08 +02:00
Julien Danjou
d3ace8b9e8
make scan() aware of Xinerama
2007-09-27 19:21:47 +02:00
Julien Danjou
ecf79693a2
use real_screen for X functions, not logical screen
2007-09-27 17:13:31 +02:00
Julien Danjou
bdd408cd6c
use get_screen_count instead of ScreenCount where needed
2007-09-27 17:13:31 +02:00
Julien Danjou
9dad2fd85c
add -c option to specify configuration file
2007-09-26 21:22:30 +02:00
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
Julien Danjou
a6a91757c1
remove wmatom
2007-09-10 16:48:00 +02:00
Julien Danjou
56b92a20b4
remove WMState
2007-09-10 16:47:20 +02:00