summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis2019-05-281-14/+0
|
* clang-tidy recent changesAlexander Valavanis2019-02-011-1/+0
|
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-55/+0
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-1/+0
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-2/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-3/+6
|
* Fix codding styleJabiertxof2018-11-091-2/+2
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-0/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-1/+1
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Banish sliders from toolbars.Tavmjong Bah2017-12-181-1/+1
|
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+1
|
* Reduce header bloatAlex Valavanis2014-08-301-3/+3
| | | (bzr r13341.1.184)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+11
| | | (bzr r12782)
* Merge from trunk.Matthew Petroff2013-09-201-1/+1
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+0
| |\ | | | | | | (bzr r11608.1.120)
| * | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | | | | | | | (bzr r11608.1.111)
* | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-0/+5
| |/ |/| | | (bzr r12475.1.22)
* | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-1/+0
|/ | | (bzr r12380.1.30)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-2/+56
| | | (bzr r11346)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-0/+13
| | | (bzr r11134)
* Documentation update pass.Jon A. Cruz2011-10-231-3/+4
| | | (bzr r10692)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Disable questioned code section.Jon A. Cruz2010-01-111-0/+3
| | | | | Added name fetch. (bzr r8967)
* Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-15/+23
| | | (bzr r8955)
* Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-071-7/+4
| | | (bzr r8951)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-0/+5
| | | (bzr r7107)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-251-1/+1
| | | | | #221676. (bzr r5514)
* * First implementation step of the text toolboxMilosz Derezynski2006-05-181-3/+3
| | | (bzr r868)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+2
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+57
(bzr r1)