summaryrefslogtreecommitdiffstats
path: root/src/widgets/spw-utilities.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-6/+0
|
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-221-44/+40
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-271-0/+36
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Remove unused functions.Tavmjong Bah2017-10-261-113/+0
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-6/+6
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+0
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-67/+2
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-67/+2
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
|/ | | (bzr r15025)
* spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016Alex Valavanis2016-04-131-1/+1
| | | (bzr r14828)
* spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016Alex Valavanis2016-04-131-4/+22
| | | (bzr r14819)
* spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+17
| | | (bzr r14805)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-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 fixAlex Valavanis2014-08-231-0/+7
| | | (bzr r13341.1.164)
* spw-utilities: gtk_widget_modify_font deprecation fixAlex Valavanis2014-08-231-0/+4
| | | (bzr r13341.1.163)
* Fix my email address through codebaseBryce Harrington2013-09-241-1/+1
| | | (bzr r12588)
* Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and ↵Matthew Petroff2013-07-191-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. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* minor cppcheck stuffKris De Gussem2013-04-281-2/+1
| | | (bzr r12307)
* Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis2012-12-091-8/+85
| | | (bzr r11939)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-1/+2
| | | (bzr r11737)
* Fix build failure with old GtkAdjustment APIAlex Valavanis2012-06-091-1/+6
| | | (bzr r11474)
* Get rid of remaining GtkObject usageAlex Valavanis2012-06-091-7/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-5/+5
| | | (bzr r11018)
* Doxygen cleanup.Jon A. Cruz2011-10-031-10/+6
| | | (bzr r10660)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-2/+2
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-8/+8
| | | (bzr r10350.1.5)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-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 Gussem2010-12-231-3/+11
| | | | | dialogs (Bug 170765) (bzr r9981)
* 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)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-10/+35
| | | (bzr r6602)
* Warning cleanupJon A. Cruz2008-05-101-2/+2
| | | (bzr r5645)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-2/+3
| | | (bzr r4629)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-11/+11
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+255
(bzr r1)