summaryrefslogtreecommitdiffstats
path: root/src/number-opt-number.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-271-0/+8
| | | | | | | | | NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311)
* added forward decl to fixed_g_ascii_strtod to fix compiler issue on WinXPJohan B. C. Engelen2007-02-181-3/+6
| | | (bzr r2391)
* standardize converting from number to string and backbulia byak2007-02-181-7/+9
| | | (bzr r2389)
* Fix for bug 1620741: strtof replaced.Hugo Rodrigues2007-01-011-2/+2
| | | (bzr r2121)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-3/+23
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+108
(bzr r1252)