summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add GUI support for 'direction' property (right to left vs. left to right text).Tavmjong Bah2017-02-021-0/+2
| | | (bzr r15466)
* Prevent display units from effecting 'line-height' unit.Tavmjong Bah2017-02-011-1/+2
| | | | | | | | Allow relative units to be saved in preferences for 'line-height'. Fixed bugs: - https://launchpad.net/bugs/1562217 (bzr r15462)
* Improve UI to partialy fix bug 1654121 now offset in measure is neas the ↵Jabiertxof2017-01-061-3/+2
| | | | | only button tat have this option. also improved tooltip (bzr r15393)
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+1
| | | (bzr r15368)
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-1/+1
| | | (bzr r15367)
* Add option to unset 'line-height' (as well as determine where it is set).Tavmjong Bah2016-12-111-0/+1
| | | (bzr r15321)
* Add button to access outer text style ('font-size', 'line-height'). These ↵Tavmjong Bah2016-12-091-5/+5
| | | | | determine the minimum line spacing. (bzr r15315)
* Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-011-0/+4
| | | (bzr r15289)
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-0/+1
| | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-171-0/+1
| | | (bzr r15173)
* Update to trunk and some fixesJabier Arraiza Cenoz2016-10-021-54/+11
|\ | | | | (bzr r14865.1.14)
| * Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+1
| | | | | | (bzr r15043)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-46/+9
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-46/+9
| | | | | | | | | (bzr r15023.2.7)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+8
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+1
| |/ | | | | (bzr r15025)
| * Reorder eraser toolbox widgetsJabier Arraiza Cenoz2016-05-221-1/+2
| | | | | | (bzr r14909)
* | Added some widgets from caligraphic toolJabier Arraiza Cenoz2016-05-221-0/+7
| | | | | | (bzr r14865.1.13)
* | Clip eraser done! Thanks Doctormon!Jabier Arraiza Cenoz2016-05-221-1/+2
|/ | | (bzr r14865.1.9)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-171-1/+3
| | | (bzr r14896)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+5
| | | (bzr r14890)
* Add option for larger icons (useful for 4K display).Tavmjong Bah2016-04-121-1/+2
| | | (bzr r14789)
* Make sure adjustment is attached to spin buttonMartin Owens2016-03-221-0/+5
| | | (bzr r14738)