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
|
0b5e3e7cd1
|
split config.h, and move DO_SLIST()
|
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
|
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
|
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 |
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 |