Michael Stapelberg
|
d638e3029a
|
don’t use reversed identifiers for include guards (Thanks Markus)
Done with:
sed -in 's/\(ifndef\|define\) _\([0-9A-Z_]*\)$/\1 I3_\2/' include/**/*.h
fixes #804
|
2012-09-21 15:36:25 +02:00 |
Quentin Glidic
|
bdc078914b
|
i3: Replace loglevels by a global debug logging
File-limited were not used nor really useful
Besides, they are painful to maintain in Makefile rules compared to the
benefit
|
2012-07-22 18:41:12 +02:00 |
Michael Stapelberg
|
726f2a1e5a
|
normalize file headers across **/*.{h,c}
|
2011-10-25 21:19:38 +01:00 |
Michael Stapelberg
|
dc790cfa32
|
Bugfix: Correctly free old assignments when reloading
Fixes #516
|
2011-09-11 23:41:46 +01:00 |
Michael Stapelberg
|
2fc54aadf1
|
Implement support for PCRE regular expressions for all criteria (for_window, commands, assignments)
|
2011-09-10 23:53:11 +01:00 |