summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-29Move Button to Inkscape namespaceAlexander Valavanis1-274/+0
2018-12-29C++ify button widgetAlexander Valavanis1-139/+134
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-4/+6
2018-08-17Fix bug pointed by suv in https://gitlab.com/inkscape/inkscape/merge_requests...Jabiertxof1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-3/+4
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-06-29Remove old icon handling codeAlexander Valavanis1-7/+5
2016-10-09Fix palette flickering, probably.liampwhite1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-29/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-05-04Fix rendering of tool bar icons.Tavmjong Bah1-6/+10
2016-04-12Replace xthickness and ythickness with Gtk Context padding.Martin Owens1-6/+14
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-08-30Reduce header bloatAlex Valavanis1-0/+1
2014-08-18Fix gtk3 buildLiam P. White1-0/+1
2014-08-18Fix build (not pretty).Liam P. White1-2/+2
2014-08-18Code cleanup.Liam P. White1-205/+172
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+2
2013-01-26More GObject boilerplate reductionAlex Valavanis1-30/+15
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-8/+8
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+1
2012-07-23Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis1-21/+40
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-18Gtk+ 3 fixes for button widgetAlex Valavanis1-7/+10
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+4
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+28
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-8/+1
2012-01-05More GSEAL fixesAlex Valavanis1-2/+3
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-38/+24
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-24/+10
2010-10-29Cleanups from backports.Jon A. Cruz1-22/+20
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-3/+5
2008-05-06Updating deprecated type calls.Jon A. Cruz1-15/+18
2007-11-11Minor cleanupJon A. Cruz1-4/+4
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+2
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-3/+3