summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few Gtkmm deprecationsAlex Valavanis2016-12-262-8/+6
| | | (bzr r15357)
* i18n. Flood autogap list not correctly translated at runtime.Nicolas Dufour2016-12-241-4/+4
| | | (bzr r15351)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* Remove unneeded static var from previous commitJabier Arraiza Cenoz2016-12-192-15/+16
| | | (bzr r15336)
* Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz2016-12-193-27/+27
| | | (bzr r15335)
* Prevent crash when iterator invalidated after converting shape to path.Tavmjong Bah2016-12-151-1/+2
| | | (bzr r15328)
* Remove obsolete commentJabiertxof2016-12-061-1/+0
| | | (bzr r15303)
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-3/+7
| | | (bzr r15302)
* Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof2016-12-031-2/+4
| | | (bzr r15294)
* Ensure new mesh is immediately editable.Tavmjong Bah2016-12-021-0/+10
| | | (bzr r15290)
* Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-012-11/+37
| | | (bzr r15289)
* Select mesh nodes by clicking on control lines.Tavmjong Bah2016-11-231-11/+41
| | | (bzr r15267)
* Fix a typo in inkscape-preferences.cpp.Ivan Mas??r2016-11-221-1/+1
| | | (bzr r15266)
* Keep corner nodes selected when possible for corner operations.Tavmjong Bah2016-11-211-5/+9
| | | (bzr r15264)
* Preserve selection of corner nodes for some corner operations.Tavmjong Bah2016-11-201-1/+6
| | | (bzr r15262)
* Add Shift-I shortcut for insert node.su_v2016-11-192-0/+20
| | | (bzr r15261)
* Improve mouse handling for mesh:Tavmjong Bah2016-11-181-79/+117
| | | | | | | | | * Double clicking an object will create a new mesh if one does not exist, otherwise clicking a line should now reliably divide the row/column. * Click-dragging will create a new mesh if one does not exist, otherwise it will do a rubberband selection of corner nodes. With Shift will add nodes, without will replace selected nodes. (bzr r15260)
* Remove debug line from last commit.Tavmjong Bah2016-11-171-1/+0
| | | (bzr r15257)
* Fix status bar messages for meshes and gradients.Tavmjong Bah2016-11-172-5/+25
| | | (bzr r15256)
* Split selected rows/columns in half using Insert key.Tavmjong Bah2016-11-161-4/+12
| | | (bzr r15251)
* Implement tweaking of mesh handle colors.Tavmjong Bah2016-11-141-80/+102
| | | (bzr r15250)
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-1/+1
| | | (bzr r15239)
* fix automatic dockbar resizingMarc Jeanmougin2016-11-111-1/+1
| | | (bzr r15237)
* resizable undocked dialogsMarc Jeanmougin2016-11-091-0/+2
| | | (bzr r15233)
* merge boolop branch: Move boolop functions from sp_selected_path_<op> to ↵Marc Jeanmougin2016-11-094-11/+11
|\ | | | | | | | | ObjectSet::path<op> (bzr r15232)
| * Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-094-11/+11
| | | | | | (bzr r15223.1.1)
* | Click-drag selects nodes rather than creates new mesh if mesh already exists.Tavmjong Bah2016-11-091-1/+18
| | | | | | (bzr r15231)
* | Enable swapping of fill and stroke when one is a mesh.Tavmjong Bah2016-11-091-0/+6
| | | | | | (bzr r15230)
* | Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-46/+24
|/ | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* 1639832 Blend and blur unspected resultsJabier Arraiza Cenoz2016-11-072-5/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639832 (bzr r15222)
* Fix some bugs on pen/cil dropdown shapesJabier Arraiza Cenoz2016-11-061-42/+42
| | | (bzr r15219)
* Minor tweakJabier Arraiza Cenoz2016-11-061-1/+1
| | | (bzr r15217)
* Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵Jabier Arraiza Cenoz2016-11-061-1/+1
| | | | | previously (bzr r15216)
* Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz2016-11-051-2/+5
| | | (bzr r15214)
* Fix a bug on duplicate item with multiples LPE on it. previously the LPE ↵Jabier Arraiza Cenoz2016-11-051-23/+17
| | | | | | | | become "clones" if more than 1 LPE on the item. Also wee need to discuss what happends on LPE copied what are inside a group, fork them or clone, currently are cloned This can be a feature or a bug in the same user with diferent works. My proposal is fork it and add a item in paste LPEs to allow cloned LPE on paste (bzr r15213)
* Fix change between multiples LPE in the same itemJabier Arraiza Cenoz2016-11-051-12/+2
| | | (bzr r15212)
* Fix bug:1639098Jabier Arraiza Cenoz2016-11-051-2/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211)
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-052-26/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210)
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-1/+1
| | | (bzr r15203)
* Fix bug:1013141 crash deleting LPEJabier Arraiza Cenoz2016-11-021-1/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1013141 (bzr r15200)
* allows for denser screens in zoom correction factorsMarc Jeanmougin2016-10-281-1/+1
| | | (bzr r15195)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-2414-156/+155
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* update translatorsMarc Jeanmougin2016-10-201-0/+2
| | | (bzr r15184)
* update author list in about dialog from AUTHORS fileMarc Jeanmougin2016-10-181-1/+8
| | | (bzr r15176)
* Use geometric bounding box for fill, visual for stroke in creating mesh.Tavmjong Bah2016-10-181-1/+7
| | | (bzr r15175)
* Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-172-0/+67
| | | (bzr r15173)
* Implement copying of objects with mesh gradients.Tavmjong Bah2016-10-141-20/+21
| | | (bzr r15171)
* Do not create unused "vector" gradient when creating mesh gradient.Tavmjong Bah2016-10-141-20/+28
| | | (bzr r15168)
* Fix palette flickering, probably.liampwhite2016-10-091-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158)
* Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-091-2/+2
| | | (bzr r15157)