summaryrefslogtreecommitdiffstats
path: root/src/number-opt-number.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-17/+13
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* obvious memleakbuliabyak2013-09-281-0/+2
| | | (bzr r12606)
* Fix stray prototype of a removed functionKrzysztof Kosi??ski2013-07-231-3/+0
| | | (bzr r12434)
* 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)