summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
* This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof2018-11-091-1/+1
* Clarify licensesMax Gaukler2018-11-081-4/+6
* Fix bug pointed by suv in https://gitlab.com/inkscape/inkscape/merge_requests...Jabiertxof2018-08-171-1/+1
* adding gtk-themeJabier Arraiza2018-07-211-3/+4
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Remove old icon handling codeAlexander Valavanis2017-06-291-7/+5
* Fix palette flickering, probably.liampwhite2016-10-091-2/+2
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-29/+0
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-29/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
|/
* Fix rendering of tool bar icons.Tavmjong Bah2016-05-041-6/+10
* Replace xthickness and ythickness with Gtk Context padding.Martin Owens2016-04-121-6/+14
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* Reduce header bloatAlex Valavanis2014-08-301-0/+1
* Fix gtk3 buildLiam P. White2014-08-181-0/+1
* Fix build (not pretty).Liam P. White2014-08-181-2/+2
* Code cleanup.Liam P. White2014-08-181-205/+172
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
* More GObject boilerplate reductionAlex Valavanis2013-01-261-30/+15
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-8/+8
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+1
* Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis2012-07-231-21/+40
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Gtk+ 3 fixes for button widgetAlex Valavanis2012-05-181-7/+10
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+4
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-0/+28
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-8/+1
* More GSEAL fixesAlex Valavanis2012-01-051-2/+3
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-38/+24
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-2/+2
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-24/+10
* Cleanups from backports.Jon A. Cruz2010-10-291-22/+20
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-3/+5
* Updating deprecated type calls.Jon A. Cruz2008-05-061-15/+18
* Minor cleanupJon A. Cruz2007-11-111-4/+4
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+2
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-3/+3
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+324