Julien Danjou
|
111a89d53f
|
[rules] Rewrite rule matching more efficiently
Signed-off-by: Julien Danjou <julien@danjou.info>
|
2008-05-03 12:01:02 +02:00 |
Julien Danjou
|
97dc830db5
|
[util/rules] Move Fuzzy from rules to util
Signed-off-by: Julien Danjou <julien@danjou.info>
|
2008-05-03 12:01:02 +02:00 |
Julien Danjou
|
82f305b1b1
|
[xutil] Rework some stuff and rename xgettextprop()
Signed-off-by: Julien Danjou <julien@danjou.info>
|
2008-05-03 12:01:01 +02:00 |
Arnaud Fontaine
|
02c99fccb8
|
Prefix xutil functions properly
|
2008-05-03 12:01:00 +02:00 |
Arnaud Fontaine
|
dafafd077c
|
Port Awesome to XCB
|
2008-05-03 12:00:59 +02:00 |
Arnaud Fontaine
|
7743e71837
|
Add missing includes
Signed-off-by: Julien Danjou <julien@danjou.info>
|
2008-03-23 15:52:20 +01:00 |
Julien Danjou
|
f88d403d1c
|
Update various copyrights
|
2008-03-23 15:52:19 +01:00 |
Julien Danjou
|
8b217359e9
|
Rename Auto to Maybe in Fuzzy; add Auto as Position; add support for titlebar as rule
|
2008-03-23 15:52:19 +01:00 |
Julien Danjou
|
867b2f0775
|
first version of awesome-menu
|
2008-03-23 15:52:15 +01:00 |
marco candrian
|
4ff0dae17e
|
trailing whitespaces removed
like:
find . -iname "*.txt" -o -iname "*.c" -o -iname "*.h" | xargs sed -i 's/\s\+$//'
Signed-off-by: Julien Danjou <julien@danjou.info>
|
2008-02-13 09:05:10 +01:00 |
Julien Danjou
|
befcf19ea2
|
introduce fuzzy logic: fix problem with not_master
|
2008-02-05 17:31:47 +01:00 |
Julien Danjou
|
ab8d95f13d
|
rework include
|
2008-01-29 11:27:14 +01:00 |
Julien Danjou
|
668702b777
|
move list.h and util.[ch] to common/
|
2008-01-21 18:14:59 +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
|
58c8912e33
|
Revert "force windows to tile mode" - it's useful afterall to not consider "no value" as "false"
This reverts commit 81afe81b4e .
Conflicts:
event.c
|
2008-01-07 00:36:45 +01:00 |
Julien Danjou
|
81afe81b4e
|
force windows to tile mode
|
2008-01-07 00:28:27 +01:00 |
Julien Danjou
|
a5c86280b3
|
remove Display arg of xgettextprop()
|
2008-01-06 22:53:40 +01:00 |
Julien Danjou
|
4fbce766bf
|
add auto option to float in rules
|
2008-01-06 22:21:23 +01:00 |
Julien Danjou
|
d402ae8f69
|
optimize rule usage
|
2008-01-02 12:44:18 +01:00 |
Julien Danjou
|
346a383258
|
implement xproperty rule matching (FS#5)
|
2008-01-02 12:23:01 +01:00 |
Julien Danjou
|
f93a441da7
|
remove Display from Client struct
|
2007-12-27 23:10:43 +01:00 |
Aldo Cortesi
|
ce556ec743
|
The preferred line length is 80 characters.
|
2007-12-18 11:27:26 +01:00 |
Julien Danjou
|
3d7cfe4e5b
|
get_client_screen_from_rules() is not needed; deleting
|
2007-11-13 22:50:54 +01:00 |
Julien Danjou
|
a0ea5bf734
|
move compileregs() from tag.c to rules.c
|
2007-11-13 22:45:46 +01:00 |
Julien Danjou
|
0a5d929801
|
rename is_client_tag_from_rules() to is_tag_match_rules() and fix a potential error in it
|
2007-11-13 22:41:23 +01:00 |
Julien Danjou
|
06dc3ba221
|
add new rules.c file with new functions for using Rule-s struct
|
2007-11-13 21:41:57 +01:00 |