summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-29Move Button to Inkscape namespaceAlexander Valavanis1-92/+0
2018-12-29C++ify button widgetAlexander Valavanis1-22/+38
2018-11-28SPButton: GObject style fixAlexander Valavanis1-19/+12
2018-11-08Clarify licensesMax Gaukler1-10/+11
- 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-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2017-10-19Remove unused icon-size.hStefano Facchini1-1/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-3/+3
2014-08-30Reduce header bloatAlex Valavanis1-2/+10
(bzr r13341.1.184)
2014-08-18Code cleanup.Liam P. White1-5/+14
(bzr r13341.1.145)
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-1/+4
(bzr r10582.1.10)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-2/+2
(bzr r10302.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-4/+2
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-3/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
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-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-4/+5
(bzr r439)
2006-01-18optimized includesRalf Stephan1-3/+0
(bzr r16)