summaryrefslogtreecommitdiffstats
path: root/src/helper/units.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-261/+0
| | | (bzr r12380.1.45)
* cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in ↵Alex Valavanis2012-10-271-10/+8
| | | | | sp_metric (bzr r11838)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* 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)
* Adding explicit parenthesis to remove warningsJon A. Cruz2009-02-101-2/+2
| | | (bzr r7261)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-031-0/+2
| | | (bzr r4639)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
| | | | | currently. (bzr r4389)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+260
(bzr r1)