summaryrefslogtreecommitdiff
path: root/rsvg-cond.c
Commit message (Collapse)AuthorAgeFilesLines
* set proper mode-line.Hiroyuki Ikezoe2010-04-251-1/+2
|
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
| | | | | | | | | | 2007-01-12 Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr> Fix indentation of *.h files. Running indent on them was not a good idea. Also add sts setting to vim modeline. svn path=/trunk/; revision=1089
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-134/+129
| | | | | | | | | 2007-01-12 Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr> Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100 svn path=/trunk/; revision=1088
* more smarts about getting the user's languageDom Lachowicz2005-10-221-11/+10
|
* setlocale(LC_ALL) may return "C". Evaluate $LANG first, equate "C" withDom Lachowicz2005-10-221-3/+8
| | | | | * rsvg-cond.c (rsvg_cond_parse_system_language): setlocale(LC_ALL) may return "C". Evaluate $LANG first, equate "C" with "en".
* implement image zoomingDom Lachowicz2005-10-221-2/+2
|
* more robust way of getting your localeDom Lachowicz2005-10-211-6/+14
|
* fix up <switch> conditional comparisionsDom Lachowicz2005-10-081-1/+1
|
* some work toward conditionals, visibility being handled properlyDom Lachowicz2005-03-121-1/+1
|
* squash some duplicated codeDom Lachowicz2005-02-241-35/+10
|
* bug 155433Dom Lachowicz2004-10-151-4/+2
|
* fix typo in feature stringDom Lachowicz2004-07-101-1/+1
|
* beginnings of <switch> supportDom Lachowicz2004-06-191-9/+16
|
* cond processing should be perfect nowDom Lachowicz2004-06-181-24/+43
|
* start of cond/switch workDom Lachowicz2004-06-181-0/+196