summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-03Fix a issue pointed by Nathan in gitlabJabier Arraiza1-0/+8
2019-08-02Remove line height code and ficx coding styleJabiertxof3-18/+8
2019-08-02Allow tools sensitive when overflow canvas area also fix a bug i couldent rem...Jabiertxof1-0/+10
2019-08-02Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2-2/+10
2019-07-31fix compiling issuesJabier Arraiza1-8/+2
2019-07-31fix coding styleJabiertxof2-8/+6
2019-07-31Allow update mouse state when motionJabiertxof2-49/+28
2019-07-31Fix codding styleJabiertxof2-10/+13
2019-07-31Improvements to event tool handlerJabiertxof2-18/+91
2019-07-31Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disapp...Jabiertxof2-2/+9
2019-07-28Fix for bug https://gitlab.com/inkscape/inbox/issues/699Jabiertxof1-0/+15
2019-07-27Make doc2dt a document propertyThomas Holder2-4/+2
2019-07-19Fix coding styleJabiertxof1-8/+7
2019-07-19Pressure improvementsJabiertxof2-126/+123
2019-07-19Fix coding styleJabier Arraiza1-4/+4
2019-07-19Fixes for pressure pencilJabier Arraiza2-40/+80
2019-07-19Improvements finish pointed by MarenJabier Arraiza3-66/+90
2019-07-19Fix translations and coding styleJabier Arraiza1-18/+12
2019-07-19Improvemets to power pencilJabiertxof3-83/+77
2019-07-19Fix maren pointed bugsJabiertxof2-65/+41
2019-07-15Eraser tool fixesThomas Holder1-2/+5
2019-07-14fix compiling issues and some improvementsJabier Arraiza2-10/+6
2019-07-14retain tool colorJabier Arraiza1-2/+4
2019-07-14fixing coding styleJabier Arraiza3-64/+60
2019-07-14remove some comments and a warningJabier Arraiza1-6/+0
2019-07-14Powerpencil substituteJabier Arraiza2-15/+11
2019-07-14PoewePencil improvementsJabier Arraiza3-254/+275
2019-07-14Pre-Threading commentJabier Arraiza2-30/+40
2019-07-14working on redrawJabier Arraiza3-286/+177
2019-07-14working on powerpencil in other threadJabier Arraiza3-71/+198
2019-07-06Display spiro pen preview right after backspaceNathan Lee1-6/+7
2019-07-01Fix various minor typosYuri Chornoivan2-2/+2
2019-06-24Update pen tool path instantly on mode changeNathan Lee1-0/+2
2019-06-24Minor clean up of pen tool codeNathan Lee2-14/+2
2019-06-24Pen tool live update of green BPaths on Alt+MoveNathan Lee1-0/+1
2019-06-17Sync pen toolbar mode change with toolNathan Lee1-2/+1
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish2-153/+153
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 Valavanis3-4/+36
2019-05-27Hackfest2019: Rm tautological testsAlexander Valavanis1-1/+0
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis16-63/+48
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2-3/+2
2019-05-20More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop2-3/+3
2019-05-13Regression fix: hide some toolbar icons on startupNathan Lee1-1/+2
2019-05-01Good redraw of BPaths on trying to close a BSplineJabier Arraiza1-14/+12
2019-04-30Make display unit change roll out to toolbarsNathan Lee1-3/+3
2019-04-27Add out of bound checks to fill bucketNathan Lee1-3/+6
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-04-02Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz1-2/+2