summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug pointed by suv in ↵Jabiertxof2018-08-171-1/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_95077426
* adding gtk-themeJabier Arraiza2018-07-211-3/+4
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
| | | | | 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-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-29/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-29/+0
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
|/ | | (bzr r15025)
* Fix rendering of tool bar icons.Tavmjong Bah2016-05-041-6/+10
| | | (bzr r14869.1.2)
* Replace xthickness and ythickness with Gtk Context padding.Martin Owens2016-04-121-6/+14
| | | (bzr r14792)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* Reduce header bloatAlex Valavanis2014-08-301-0/+1
| | | (bzr r13341.1.184)
* Fix gtk3 buildLiam P. White2014-08-181-0/+1
| | | (bzr r13341.1.147)
* Fix build (not pretty).Liam P. White2014-08-181-2/+2
| | | (bzr r13341.1.146)
* Code cleanup.Liam P. White2014-08-181-205/+172
| | | (bzr r13341.1.145)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-30/+15
| | | (bzr r12065)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-8/+8
| | | | | christmas\!) (bzr r11986)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+1
| | | (bzr r11868)
* Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis2012-07-231-21/+40
| | | (bzr r11564)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Gtk+ 3 fixes for button widgetAlex Valavanis2012-05-181-7/+10
| | | (bzr r11381)
* 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)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-8/+1
| | | (bzr r11030)
* More GSEAL fixesAlex Valavanis2012-01-051-2/+3
| | | (bzr r10845)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-38/+24
| | | (bzr r10582.1.10)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-2/+2
| | | (bzr r10277.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-24/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Cleanups from backports.Jon A. Cruz2010-10-291-22/+20
| | | (bzr r9863)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-3/+5
| | | (bzr r9745)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-15/+18
| | | (bzr r5617)
* Minor cleanupJon A. Cruz2007-11-111-4/+4
| | | (bzr r4056)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+2
| | | (bzr r1379)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-3/+3
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+324
(bzr r1)