summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase tolerance to match old methods precision and improve speedAlexander Brock2016-11-271-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve precision of offset_cubicAlexander Brock2016-11-271-31/+149
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure new mesh is immediately editable.Tavmjong Bah2016-12-021-0/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-015-26/+92
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah2016-11-302-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give mesh corner nodes a different color from handle nodes (following node to...Tavmjong Bah2016-11-291-9/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganize SVG Structure have clean meassure line structureJabier Arraiza Cenoz2016-11-292-94/+49
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes transforms bug in meassure line LPE pointed in IRC by CR and suvJabier Arraiza Cenoz2016-11-292-20/+34
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update filter list when pasting and on importMarc Jeanmougin2016-11-282-0/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp"Eduard Braun2016-11-271-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1644886] Color profiles not loaded on Windows (partial fix).Nicolas Dufour2016-11-261-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add stroke dash empty to allow render only fills and markers. Tested in FF an...Jabiertxof2016-11-262-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a way to update a legacy document to account for the 90 to 96 dpi cha...Tavmjong Bah2016-11-253-21/+228
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-252-9/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-252-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select mesh nodes by clicking on control lines.Tavmjong Bah2016-11-237-21/+77
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo in inkscape-preferences.cpp.Ivan Mas??r2016-11-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep corner nodes selected when possible for corner operations.Tavmjong Bah2016-11-213-42/+177
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1643408. Bug in pap LPEJabier Arraiza Cenoz2016-11-211-8/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve selection of corner nodes for some corner operations.Tavmjong Bah2016-11-201-1/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Shift-I shortcut for insert node.su_v2016-11-192-0/+20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve mouse handling for mesh:Tavmjong Bah2016-11-181-79/+117
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1627817. Bug in knot LPEJabier Arraiza Cenoz2016-11-181-4/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another fix for the status bar with mesh gradients.Tavmjong Bah2016-11-171-1/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove debug line from last commit.Tavmjong Bah2016-11-171-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix status bar messages for meshes and gradients.Tavmjong Bah2016-11-172-5/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix path outline function for meshes with nrow != ncolumn.Tavmjong Bah2016-11-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not return invalid vector gradient when switching from mesh to linear/radi...Tavmjong Bah2016-11-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah2016-11-171-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split selected rows/columns in half using Insert key.Tavmjong Bah2016-11-163-5/+78
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement tweaking of mesh handle colors.Tavmjong Bah2016-11-141-80/+102
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fit to bounding box: correct transform when mesh has a non-identity gradient ...Tavmjong Bah2016-11-121-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rare crash on undo break apartMarc Jeanmougin2016-11-122-5/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix selection toolbar icons missing on startMarc Jeanmougin2016-11-121-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix filter editor updateMarc Jeanmougin2016-11-111-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix automatic dockbar resizingMarc Jeanmougin2016-11-112-8/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch for bug 1405292, start clipping with COPY instead of OR so GDI clipping...mathog2016-11-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resizable undocked dialogsMarc Jeanmougin2016-11-091-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge boolop branch: Move boolop functions from sp_selected_path_<op> to Obje...Marc Jeanmougin2016-11-0911-156/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-0911-156/+113
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Click-drag selects nodes rather than creates new mesh if mesh already exists.Tavmjong Bah2016-11-091-1/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable swapping of fill and stroke when one is a mesh.Tavmjong Bah2016-11-091-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-089-118/+551
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or t...suv-lp2016-11-081-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #262341] Tooltips for LPE tool modes do not show up as translated.Nicolas Dufour2016-11-081-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove embedded build date, to allow reproducible building.Mattia Rizzolo2016-11-072-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1639832 Blend and blur unspected resultsJabier Arraiza Cenoz2016-11-072-5/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix cursor on big endian systemsmpasteven2016-11-061-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge recursive unlink clones branchMarc Jeanmougin2016-11-065-39/+112
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |