| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -1/+0 |
| | | |||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -67/+2 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -67/+2 |
| | | | | | | | (bzr r15023.2.8) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+3 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+1 |
| |/ | | | (bzr r15025) | ||||
| * | spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016 | Alex Valavanis | 2016-04-13 | 1 | -1/+1 |
| | | | | (bzr r14828) | ||||
| * | spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016 | Alex Valavanis | 2016-04-13 | 1 | -4/+22 |
| | | | | (bzr r14819) | ||||
| * | spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -0/+17 |
| | | | | (bzr r14805) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | gtk_widget_set_margin_left/right deprecation fix | Alex Valavanis | 2014-08-23 | 1 | -0/+7 |
| | | | | (bzr r13341.1.164) | ||||
| * | spw-utilities: gtk_widget_modify_font deprecation fix | Alex Valavanis | 2014-08-23 | 1 | -0/+4 |
| | | | | (bzr r13341.1.163) | ||||
| * | Fix my email address through codebase | Bryce Harrington | 2013-09-24 | 1 | -1/+1 |
| | | | | (bzr r12588) | ||||
| * | Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and ↵ | Matthew Petroff | 2013-07-19 | 1 | -46/+0 |
| | | | | | | "widgets/spw-utilities.h". (bzr r12380.1.29) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | minor cppcheck stuff | Kris De Gussem | 2013-04-28 | 1 | -2/+1 |
| | | | | (bzr r12307) | ||||
| * | Migrate remaining stuff from GtkTable to GtkGrid | Alex Valavanis | 2012-12-09 | 1 | -8/+85 |
| | | | | (bzr r11939) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -1/+2 |
| | | | | (bzr r11737) | ||||
| * | Fix build failure with old GtkAdjustment API | Alex Valavanis | 2012-06-09 | 1 | -1/+6 |
| | | | | (bzr r11474) | ||||
| * | Get rid of remaining GtkObject usage | Alex Valavanis | 2012-06-09 | 1 | -7/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -5/+5 |
| | | | | (bzr r11018) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -10/+6 |
| | | | | (bzr r10660) | ||||
| * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -2/+2 |
| | | | | (bzr r10350.1.8) | ||||
| * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -8/+8 |
| | | | | (bzr r10350.1.5) | ||||
| * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | ||||
| * | Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵ | Kris De Gussem | 2010-12-23 | 1 | -3/+11 |
| | | | | | | dialogs (Bug 170765) (bzr r9981) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | ||||
| * | gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog | Maximilian Albert | 2008-08-09 | 1 | -10/+35 |
| | | | | (bzr r6602) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-05-10 | 1 | -2/+2 |
| | | | | (bzr r5645) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -2/+3 |
| | | | | (bzr r4629) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -11/+11 |
| | | | | (bzr r134) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+255 |
| (bzr r1) | |||||
