Julien Danjou
|
ccb7e89750
|
arrange() does not need Display as arg
|
2007-10-15 18:23:05 +02:00 |
Julien Danjou
|
17bc4dc9a7
|
drawstatusbar does not need display as arg
|
2007-10-15 18:19: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
|
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 |
Nikos Ntarmos
|
23bbe21428
|
float lowering
|
2007-10-12 17:15:08 +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
|
17cf2c230d
|
remove display as arg of layouts
|
2007-10-11 23:35:45 +02:00 |
Julien Danjou
|
c4e130d7d9
|
remove Display as param for uicb
|
2007-10-11 23:32:29 +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
|
c05ed01c1a
|
bugfix: only catch first click to raise if we're floating
|
2007-10-11 11:33:40 +02:00 |
daniel@brinkers.de
|
9d95d4691c
|
tags default layout
this patch should consider the tags default layout, given in the config
file. It also set the layout to default, when awesome is restarted.
|
2007-10-10 18:57:26 +02:00 |
Julien Danjou
|
e733af41ec
|
remove drawcontext everywhere
|
2007-10-10 14:09:36 +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
|
0792d6c5ac
|
bugfix: allow cycling back in uicb_setlayout()
|
2007-10-05 13:52:38 +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
|
bf2561a5e8
|
add documentation for arrange()
|
2007-10-03 00:33:16 +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
|
950605b1a0
|
simplify get_screen_info()
|
2007-10-01 20:58:29 +02:00 |
Julien Danjou
|
8112ec2cca
|
introduce move_client_to_screen to move a client in a new screen and tag it with good tags
|
2007-09-28 11:30:51 +02:00 |
Julien Danjou
|
ca16334351
|
introduce get_xinerama_screen_bycoord(...)
this allows to retrieve the xinerama screen of a client with its coordinates
|
2007-09-27 17:13:30 +02:00 |
Julien Danjou
|
894b341feb
|
simplfiy drawstatus() remove screen useless arg
|
2007-09-24 16:23:49 +02:00 |
Julien Danjou
|
c5c810a285
|
bug fix: return to last real floating/tiled state when unmaximizing
|
2007-09-24 15:42:53 +02:00 |
Julien Danjou
|
595eba78d7
|
create a Tag struct type and use it
|
2007-09-24 15:37:52 +02:00 |
Julien Danjou
|
e2883bf28b
|
fix get_screen_info() and free() ScreenInfo in maximizing uicb functions
|
2007-09-20 22:56:18 +02:00 |
Julien Danjou
|
fb5582cdbf
|
arrange() on maximize()
|
2007-09-20 22:25:10 +02:00 |
Julien Danjou
|
2f43209c34
|
fix toggle floating with Button2 in tileleft layout, and prefix layout functions with layouts_
|
2007-09-20 22:07:59 +02:00 |
Julien Danjou
|
8baad02e68
|
call restack() when maximizing
|
2007-09-19 10:39:34 +02:00 |
Julien Danjou
|
1cd4ba0086
|
stop using get_window_area* fct, and remove it
|
2007-09-18 23:16:27 +02:00 |
Julien Danjou
|
b7ef890148
|
cosmetic
|
2007-09-18 22:46:31 +02:00 |
Julien Danjou
|
f0c623789c
|
change DefaultScreen to the right screen
|
2007-09-18 19:53:52 +02:00 |
Julien Danjou
|
d967edfec9
|
remove screen from layouts arrange() arg
|
2007-09-18 19:53:52 +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
|
30e7cf5b40
|
simplify arrange and restack
|
2007-09-18 19:53:46 +02:00 |
Julien Danjou
|
bf9601f79c
|
simplify focus, get screen from awesomeconf
|
2007-09-17 13:39:18 +02:00 |
Julien Danjou
|
0539eaa4b0
|
is_visible check for screen
|
2007-09-16 14:56:08 +02:00 |
Julien Danjou
|
a010212f97
|
rework IS_TILED with screen
|
2007-09-16 14:56:08 +02:00 |
Julien Danjou
|
58abf74d43
|
spawn X client in the right head and add screen arg to layouts
|
2007-09-16 01:36:26 +02:00 |
Julien Danjou
|
933b0413ea
|
add screen arg to uicb*
|
2007-09-16 01:05:43 +02:00 |
Julien Danjou
|
e91de5bfb9
|
restack and arrange take screen as arg
|
2007-09-15 23:17:59 +02:00 |
Julien Danjou
|
53e5630c6c
|
add screen to drawstatusbar
|
2007-09-15 22:57:37 +02:00 |
Julien Danjou
|
3cc29b0250
|
add screen args to focus()
|
2007-09-15 22:51:09 +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
|
3e3f213b72
|
move uicb_togglebar to statusbar.c
|
2007-09-15 15:34:28 +02:00 |
Julien Danjou
|
fe89aa31b0
|
create statusbar.c and move things from draw.c
|
2007-09-15 15:16:53 +02:00 |
Julien Danjou
|
01b2785587
|
rename drawstatus to drawstatusbar
|
2007-09-15 13:54:02 +02:00 |