summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-322/+0
|
* 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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | 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
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-30/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-30/+0
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* Update to experimental r13527Liam P. White2014-08-301-50/+22
|\ | | | | (bzr r13341.5.15)
| * More GObject boilerplate reductionAlex Valavanis2014-08-241-51/+22
| | | | | | (bzr r13341.1.175)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-65/+45
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-10/+30
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-3/+0
| | | | | | (bzr r13341.5.3)
* | 2. connect signalsLiam P. White2014-06-251-9/+24
|/ | | (bzr r13341.5.2)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-1/+1
| | | | | christmas\!) (bzr r11986)
* Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis2012-07-231-16/+22
| | | (bzr r11564)
* Gtkmm fixes for sp-widgetAlex Valavanis2012-05-311-2/+2
| | | (bzr r11447)
* C++ification of SPWidget.Jon A. Cruz2012-05-201-206/+249
| | | (bzr r11387)
* GTK+ 3 changes for sp-widgetAlex Valavanis2012-05-191-27/+25
| | | (bzr r11385)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+4
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+28
| | | | | gtkmm 3.4) (bzr r11261)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-1/+1
| | | | | replaced with g_object_unref (bzr r11139)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-3/+3
| | | (bzr r11019)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-4/+5
| | | (bzr r10959)
* More GSEAL stuffAlex Valavanis2012-01-061-8/+16
| | | (bzr r10850)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Switch to GObjectAlex Valavanis2011-06-241-13/+14
| | | (bzr r10350.1.3)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-2/+2
| | | (bzr r10302.1.2)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-20/+24
| | | (bzr r10282.1.1)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-0/+4
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-4/+14
| | | (bzr r4838)
* Made safe for empty containersJon A. Cruz2007-04-101-1/+3
| | | (bzr r2844)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+260
(bzr r1)