summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-12/+3
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-181-5/+5
|
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* MeshToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* LPEToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* Toolbox: Move deprecated VerbAction to separate fileAlexander Valavanis2019-02-101-168/+1
|
* ConnectorToolbar: GtkAction migrationAlexander Valavanis2019-02-091-1/+1
|
* CalligraphyToolbar: GtkAction migrationAlexander Valavanis2019-02-091-1/+1
|
* 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
|