summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tweak-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-2/+1
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-150/+150
2019-06-12Refactor: convert rotate_rel() to a method.Shlomi Fish1-1/+1
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-2/+2
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-2/+19
2019-02-02TweakToolbar: GtkAction migrationAlexander Valavanis1-5/+5
2019-01-02modernize loopsMarc Jeanmougin1-3/+1
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-05Removal of code but breaks gradientsMartin Owens1-5/+5
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-09-12New option to invert y-axisThomas Holder1-3/+4
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-17/+17
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-9/+9
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Fixing refsJabier Arraiza1-2/+0
2018-02-18Misc. typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-48/+48
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-2/+2
2017-10-02Second batchMarc Jeanmougin1-8/+5
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-8/+8
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
2016-12-16Rollback 15315Jabiertxof1-2/+1
2016-12-15Prevent crash when iterator invalidated after converting shape to path.Tavmjong Bah1-1/+2
2016-11-14Implement tweaking of mesh handle colors.Tavmjong Bah1-80/+102
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-12/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+12
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-4/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-8/+8
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2015-11-13static code analysisKris De Gussem1-1/+1
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-2/+1
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
2015-02-18Just...mc1-14/+11
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-14/+14
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-37/+49
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-06-07Undo changes in r13391Liam P. White1-1/+1
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-1/+1
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-26/+19