summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-3/+3
|
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-041-1/+1
|
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-031-1/+1
|
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-021-1/+1
|
* GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* PaintbucketToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
|
* StarToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
|
* Add swatches and styling to directly created toolbarsAlexander Valavanis2019-01-271-5/+38
|
* toolbox - add commentAlexander Valavanis2019-01-271-0/+6
|
* RectToolbar: GtkAction migration (first pass)Alexander Valavanis2019-01-261-1/+1
|
* SelectToolbar: GtkAction migrationAlexander Valavanis2019-01-221-1/+1
|
* Get rid of unused empty toolbox creationAlexander Valavanis2019-01-221-22/+5
|
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-78/+0
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-7/+0
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-13/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-28/+30
|
* Misc. typo and whitespace fixesluz.paz2019-01-141-2/+2
| | | Found via `codespell` and `atom editor`
* Add documentation to toolbox codeAlexander Valavanis2019-01-061-4/+65
|
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Move Button to Inkscape namespaceAlexander Valavanis2018-12-291-9/+9
|
* C++ify button widgetAlexander Valavanis2018-12-291-23/+21
|
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-4/+1
|
* Fix codding styleJabiertxof2018-11-091-8/+5
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-0/+12
| | | | 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* DropperToolbar: GtkAction migrationAlexander Valavanis2018-07-291-1/+1
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-62/+62
| | | | | 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-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-171-1/+1
|
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-21/+21
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-19/+26
| | | | A lot of header clean-up.
* Fix Gtkmm widget margin deprecationAlexander Valavanis2017-12-261-4/+12
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-16/+11
|
* Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-291-20/+14
|\
| * Remove old icon handling codeAlexander Valavanis2017-06-291-20/+14
| |
* | Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-7/+7
|/ | | | get_filename methods
* Attempt to make paintbucket build option not cause errors for toolbar loadingMartin Owens2017-06-161-0/+11
|
* Fix err leaking and cmakeMartin Owens2017-06-161-0/+2
|
* Complete to move to using ui files instead of compiled in xmlMartin Owens2017-06-161-470/+23
|
* Cleanup old xmlMartin Owens2017-06-151-55/+4
|
* Use user interface files for the user interfaceMartin Owens2017-06-151-3/+17
|