summaryrefslogtreecommitdiffstats
path: root/src/widgets/spw-utilities.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-6/+0
2019-03-22Realign labels in "Fill and Stroke" dialogPatrick Storz1-44/+40
2019-01-27Toolbars: Fix alt+x focus switchingAlexander Valavanis1-0/+36
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-10-26Remove unused functions.Tavmjong Bah1-113/+0
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-6/+6
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-1/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-67/+2
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-04-13spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016Alex Valavanis1-1/+1
(bzr r14828)
2016-04-13spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016Alex Valavanis1-4/+22
(bzr r14819)
2016-04-12spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+17
(bzr r14805)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-08-23gtk_widget_set_margin_left/right deprecation fixAlex Valavanis1-0/+7
(bzr r13341.1.164)
2014-08-23spw-utilities: gtk_widget_modify_font deprecation fixAlex Valavanis1-0/+4
(bzr r13341.1.163)
2013-09-24Fix my email address through codebaseBryce Harrington1-1/+1
(bzr r12588)
2013-07-19Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and ↵Matthew Petroff1-46/+0
"widgets/spw-utilities.h". (bzr r12380.1.29)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-04-28minor cppcheck stuffKris De Gussem1-2/+1
(bzr r12307)
2012-12-09Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis1-8/+85
(bzr r11939)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-1/+2
(bzr r11737)
2012-06-09Fix build failure with old GtkAdjustment APIAlex Valavanis1-1/+6
(bzr r11474)
2012-06-09Get rid of remaining GtkObject usageAlex Valavanis1-7/+4
Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-5/+5
(bzr r11018)
2011-10-03Doxygen cleanup.Jon A. Cruz1-10/+6
(bzr r10660)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-2/+2
(bzr r10350.1.8)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-8/+8
(bzr r10350.1.5)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-3/+1
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2010-12-23Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem1-3/+11
dialogs (Bug 170765) (bzr r9981)
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)
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-10/+35
(bzr r6602)
2008-05-10Warning cleanupJon A. Cruz1-2/+2
(bzr r5645)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-2/+3
(bzr r4629)
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-11/+11
(bzr r134)