summaryrefslogtreecommitdiffstats
path: root/src/helper/unit-menu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-360/+0
| | | (bzr r12380.1.45)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-25/+2
| | | (bzr r12065)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-7/+7
| | | | | christmas\!) (bzr r11986)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-031-1/+1
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-2/+2
| | | | | replaced with g_object_unref (bzr r11139)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelectorJohn Smith2012-03-131-28/+44
| | | (bzr r11082)
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
| | | (bzr r10845)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-7/+2
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| | | (bzr r10350.1.5)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-2/+2
| | | (bzr r10282.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-4/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* 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)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-1/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-10/+13
| | | (bzr r5617)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | 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-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+372
(bzr r1)