summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-11Atempt to fix high load in backgroundoctycs1-4/+4
Signed-off-by: octycs <2087987-octycs@users.noreply.gitlab.com>
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-03fix double construction of Button membersThomas Holder1-8/+0
2018-12-29Move Button to Inkscape namespaceAlexander Valavanis1-22/+30
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 ↵Jabiertxof1-1/+1
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-4/+6
- 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-08-17Fix bug pointed by suv in ↵Jabiertxof1-1/+1
https://gitlab.com/inkscape/inkscape/merge_requests/294#note_95077426
2018-07-21adding gtk-themeJabier Arraiza1-3/+4
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
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-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-29/+0
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2016-05-04Fix rendering of tool bar icons.Tavmjong Bah1-6/+10
(bzr r14869.1.2)
2016-04-12Replace xthickness and ythickness with Gtk Context padding.Martin Owens1-6/+14
(bzr r14792)
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
(bzr r13341.1.247)
2014-08-30Reduce header bloatAlex Valavanis1-0/+1
(bzr r13341.1.184)
2014-08-18Fix gtk3 buildLiam P. White1-0/+1
(bzr r13341.1.147)
2014-08-18Fix build (not pretty).Liam P. White1-2/+2
(bzr r13341.1.146)
2014-08-18Code cleanup.Liam P. White1-205/+172
(bzr r13341.1.145)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-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)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-30/+15
(bzr r12065)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-8/+8
christmas\!) (bzr r11986)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+1
(bzr r11868)
2012-07-23Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis1-21/+40
(bzr r11564)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-18Gtk+ 3 fixes for button widgetAlex Valavanis1-7/+10
(bzr r11381)
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-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-8/+1
(bzr r11030)
2012-01-05More GSEAL fixesAlex Valavanis1-2/+3
(bzr r10845)
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-38/+24
(bzr r10582.1.10)
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
(bzr r10277.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-24/+10
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2010-10-29Cleanups from backports.Jon A. Cruz1-22/+20
(bzr r9863)
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-3/+5
(bzr r9745)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-15/+18
(bzr r5617)
2007-11-11Minor cleanupJon A. Cruz1-4/+4
(bzr r4056)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+2
(bzr r1379)
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-3/+3
(bzr r439)