Julien Danjou
64776925be
rename viewprev_selected to view_prev_selected to match uicb name
2008-01-21 16:31:14 +01:00
Julien Danjou
9f28582820
add Display as arg
2008-01-21 16:31:14 +01:00
Julien Danjou
bbe0254393
move gen scripts in build-utils
2008-01-21 16:31:14 +01:00
Julien Danjou
8416705a20
autogenerate layout list
2008-01-21 16:31:14 +01:00
Julien Danjou
5def70a8f0
autogenerate widget list
2008-01-21 16:31:14 +01:00
Julien Danjou
d793526137
rename view_prev_selected
2008-01-21 16:31:14 +01:00
Julien Danjou
55853910c4
cosmetic
2008-01-21 16:31:14 +01:00
Julien Danjou
3b708f2d09
print warning if uicb not documented
2008-01-21 16:31:14 +01:00
Julien Danjou
135c418275
auto generate uicb list
2008-01-21 16:31:14 +01:00
Julien Danjou
6a6fb58b9c
add icons for new layouts
2008-01-21 16:31:14 +01:00
Fabienne Ducroquet
1dbe305177
mirror layout
...
I missed this feature for some time too, then I've just added two
layouts with master and stack area separated horizontaly: tiledown and
tileup (with the stack area down and up respectively) by adding a third
argument telling whether one wants to separate horizontally or verticaly
to the _tile function in layouts/tile.c. Patch against latest git
version, you will need to have icons
icons/layouts/{tiledown.png,tiledownw.png,tileup.png,tileupw.png} to
compile it without modifications.
Fabienne
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-01-21 16:31:14 +01:00
Julien Danjou
f9cebe0dd8
respect rules
2008-01-21 16:31:14 +01:00
Julien Danjou
94197429e5
tag_client_with_rule() only tag is a rule match
2008-01-21 16:31:14 +01:00
Julien Danjou
47ee745425
rewrite client_manage()
2008-01-21 16:31:14 +01:00
Julien Danjou
0b5e3e7cd1
split config.h, and move DO_SLIST()
2008-01-21 16:31:14 +01:00
Julien Danjou
f700e483d6
rename TagClientLink to tag_client_node_t
2008-01-21 16:31:14 +01:00
Julien Danjou
6fc766a847
clean some tag stuff
2008-01-21 16:31:14 +01:00
Julien Danjou
45ac9d24f4
rename tag_view to tag_view_byindex
2008-01-21 16:31:14 +01:00
Julien Danjou
17a8c4a4c4
draw_text takes a Area as arg
2008-01-21 16:31:14 +01:00
Julien Danjou
d59fc62739
draw rectangle take an Area as arg
2008-01-21 16:31:14 +01:00
Julien Danjou
641d5fb9b1
introduce Layout var
2008-01-21 16:31:14 +01:00
Julien Danjou
e0d87ae0d9
use a_strncpy
2008-01-21 16:31:14 +01:00
Julien Danjou
8d2f292bef
doc update, and window_settrans return status
2008-01-21 16:31:14 +01:00
Julien Danjou
01f2f573b7
use a_str functions
2008-01-21 16:31:14 +01:00
Julien Danjou
06a86b01ea
doc update
2008-01-21 16:31:14 +01:00
Julien Danjou
c82542ddb1
rename FocusList to client_node_t
2008-01-21 16:31:14 +01:00
Julien Danjou
556c7bed0f
documentation update
2008-01-21 16:31:14 +01:00
Julien Danjou
654fba9b5e
insert and use rule_matching_client()
2008-01-21 16:31:14 +01:00
Julien Danjou
29740269ec
rename is_tag_match_rules() to tag_match_rule()
2008-01-21 16:31:14 +01:00
Julien Danjou
804033dbbe
focuslist now uses list functions
2008-01-21 16:31:14 +01:00
Julien Danjou
7caa03acdd
rename prev to next
2008-01-21 16:31:14 +01:00
Julien Danjou
bdd474348b
use cycle functions
2008-01-21 16:31:14 +01:00
Julien Danjou
3c960865aa
use list functions for Layout
2008-01-21 16:31:14 +01:00
Julien Danjou
628ce3e7ad
use list functions for TagClientLink
2008-01-21 16:31:14 +01:00
Julien Danjou
99e54ef971
use list functions for Tag
2008-01-21 16:31:13 +01:00
Julien Danjou
feac2caa81
statusbar_draw is static
2008-01-21 16:31:13 +01:00
Julien Danjou
56d7e1654a
use list functions for statusbar
2008-01-21 16:31:13 +01:00
Julien Danjou
6bd8c670e5
rename LayoutsList to LayoutList
2008-01-21 16:31:13 +01:00
Julien Danjou
a823470fd0
use list function for Widget
2008-01-21 16:31:13 +01:00
Julien Danjou
19887a3201
use list functions for Button
2008-01-21 16:31:13 +01:00
Julien Danjou
b08c343b65
use list functions for Key
2008-01-21 16:31:13 +01:00
Julien Danjou
66507b0401
use list functions for rules
2008-01-21 16:31:13 +01:00
Julien Danjou
572f409a29
use lists functions for Client
2008-01-21 16:31:13 +01:00
Julien Danjou
771199a2e5
add list header
2008-01-21 16:31:13 +01:00
Julien Danjou
c8e86d6066
change ifdef
2008-01-21 16:31:13 +01:00
Julien Danjou
24ef40026a
cosmetic
2008-01-21 16:31:13 +01:00
Julien Danjou
e6c0449009
rename NameFuncLink to name_func_list_t
2008-01-21 16:31:13 +01:00
marco candrian
b8ff99f652
graph-widgets works with floats now
...
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-01-21 16:31:13 +01:00
Julien Danjou
b4793e0fef
move attribute noreturn
2008-01-21 15:57:24 +01:00
Hans Ulrich Niedermann
a3e8081c62
Add check for --help and --version support
...
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-01-21 15:52:22 +01:00