summaryrefslogtreecommitdiffstats
path: root/src/helper/unit-menu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-20Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff1-360/+0
(bzr r12380.1.45)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-25/+2
(bzr r12065)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-7/+7
christmas\!) (bzr r11986)
2012-04-03Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith1-1/+1
and combo_box fixes (bzr r11140)
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith1-2/+2
replaced with g_object_unref (bzr r11139)
2012-03-13Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelectorJohn Smith1-28/+44
(bzr r11082)
2012-01-05More GSEAL fixesAlex Valavanis1-6/+6
(bzr r10845)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-7/+2
(bzr r10390.1.3)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-1/+1
(bzr r10350.1.8)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-1/+1
(bzr r10350.1.5)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-2/+2
(bzr r10282.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-4/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
version string on Linux. (bzr r7123)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-1/+1
reduce linking stage command for windows. (bzr r7100)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-10/+13
(bzr r5617)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3
one major janitorial task we identified.... (bzr r1633)