summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-19derive all toolbars from Inkscape::ToolbarAlexander Valavanis1-322/+0
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-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
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
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-30/+0
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-3/+3
supported properly) (bzr r13341.1.179)
2014-08-24More GObject boilerplate reductionAlex Valavanis1-51/+22
(bzr r13341.1.175)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-65/+45
disallow pointers to Application (bzr r13341.5.9)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-10/+30
members, simplify signals (bzr r13341.5.6)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-3/+0
(bzr r13341.5.3)
2014-06-252. connect signalsLiam P. White1-9/+24
(bzr r13341.5.2)
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour1-1/+1
message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-1/+1
christmas\!) (bzr r11986)
2012-07-23Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis1-16/+22
(bzr r11564)
2012-05-31Gtkmm fixes for sp-widgetAlex Valavanis1-2/+2
(bzr r11447)
2012-05-20C++ification of SPWidget.Jon A. Cruz1-206/+249
(bzr r11387)
2012-05-19GTK+ 3 changes for sp-widgetAlex Valavanis1-27/+25
(bzr r11385)
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+4
(bzr r11262)
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis1-0/+28
gtkmm 3.4) (bzr r11261)
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith1-1/+1
replaced with g_object_unref (bzr r11139)
2012-02-26Replace deprecated GTK_TYPE macrosAlex Valavanis1-3/+3
(bzr r11019)
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-4/+5
(bzr r10959)
2012-01-06More GSEAL stuffAlex Valavanis1-8/+16
(bzr r10850)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
(bzr r10390.1.3)
2011-06-24Switch to GObjectAlex Valavanis1-13/+14
(bzr r10350.1.3)
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-2/+2
(bzr r10302.1.2)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-20/+24
(bzr r10282.1.1)
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-0/+4
due to JonCruz considerations about the proper way of doing it. (bzr r7254)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-4/+14
(bzr r4838)
2007-04-10Made safe for empty containersJon A. Cruz1-1/+3
(bzr r2844)