| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a make inkscape_pot to regen potfile | Marc Jeanmougin | 2016-11-11 | 1 | -1/+1 |
| | | | | (bzr r15239) | ||||
| * | fix automatic dockbar resizing | Marc Jeanmougin | 2016-11-11 | 1 | -1/+1 |
| | | | | (bzr r15237) | ||||
| * | resizable undocked dialogs | Marc Jeanmougin | 2016-11-09 | 1 | -0/+2 |
| | | | | (bzr r15233) | ||||
| * | merge boolop branch: Move boolop functions from sp_selected_path_<op> to ↵ | Marc Jeanmougin | 2016-11-09 | 4 | -11/+11 |
| |\ | | | | | | | | | ObjectSet::path<op> (bzr r15232) | ||||
| | * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 4 | -11/+11 |
| | | | | | | | (bzr r15223.1.1) | ||||
| * | | Click-drag selects nodes rather than creates new mesh if mesh already exists. | Tavmjong Bah | 2016-11-09 | 1 | -1/+18 |
| | | | | | | | (bzr r15231) | ||||
| * | | Enable swapping of fill and stroke when one is a mesh. | Tavmjong Bah | 2016-11-09 | 1 | -0/+6 |
| | | | | | | | (bzr r15230) | ||||
| * | | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -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 results | Jabier Arraiza Cenoz | 2016-11-07 | 2 | -5/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639832 (bzr r15222) | ||||
| * | Fix some bugs on pen/cil dropdown shapes | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -42/+42 |
| | | | | (bzr r15219) | ||||
| * | Minor tweak | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | (bzr r15217) | ||||
| * | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵ | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | | | previously (bzr r15216) | ||||
| * | Fix last commit not working, LPE are cloned on copies | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+5 |
| | | | | (bzr r15214) | ||||
| * | Fix a bug on duplicate item with multiples LPE on it. previously the LPE ↵ | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -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 item | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -12/+2 |
| | | | | (bzr r15212) | ||||
| * | Fix bug:1639098 | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211) | ||||
| * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 2 | -26/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| * | Add some unit tests for object-set cppification | Marc Jeanmougin | 2016-11-02 | 1 | -1/+1 |
| | | | | (bzr r15203) | ||||
| * | Fix bug:1013141 crash deleting LPE | Jabier Arraiza Cenoz | 2016-11-02 | 1 | -1/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1013141 (bzr r15200) | ||||
| * | allows for denser screens in zoom correction factors | Marc Jeanmougin | 2016-10-28 | 1 | -1/+1 |
| | | | | (bzr r15195) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 14 | -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 translators | Marc Jeanmougin | 2016-10-20 | 1 | -0/+2 |
| | | | | (bzr r15184) | ||||
| * | update author list in about dialog from AUTHORS file | Marc Jeanmougin | 2016-10-18 | 1 | -1/+8 |
| | | | | (bzr r15176) | ||||
| * | Use geometric bounding box for fill, visual for stroke in creating mesh. | Tavmjong Bah | 2016-10-18 | 1 | -1/+7 |
| | | | | (bzr r15175) | ||||
| * | Add option to scale mesh to fit in bounding box. | Tavmjong Bah | 2016-10-17 | 2 | -0/+67 |
| | | | | (bzr r15173) | ||||
| * | Implement copying of objects with mesh gradients. | Tavmjong Bah | 2016-10-14 | 1 | -20/+21 |
| | | | | (bzr r15171) | ||||
| * | Do not create unused "vector" gradient when creating mesh gradient. | Tavmjong Bah | 2016-10-14 | 1 | -20/+28 |
| | | | | (bzr r15168) | ||||
| * | Fix palette flickering, probably. | liampwhite | 2016-10-09 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158) | ||||
| * | Provide simple "preview" for mesh gradients. | Tavmjong Bah | 2016-10-09 | 1 | -2/+2 |
| | | | | (bzr r15157) | ||||
| * | Merged. | Shlomi Fish | 2016-10-08 | 20 | -75/+435 |
| |\ | | | | | (bzr r15100.1.31) | ||||
| | * | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -31/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | ||||
| | * | Fix bug:1630796 on flatten button. Attemp 2 | Jabier Arraiza Cenoz | 2016-10-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15152) | ||||
| | * | Fix bug:1605334 FeImage X and Y position | Jabier Arraiza Cenoz | 2016-10-07 | 2 | -1/+53 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1605334 (bzr r15151) | ||||
| | * | Fix bug:1630796 on flatten button | Jabier Arraiza Cenoz | 2016-10-07 | 1 | -3/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15150) | ||||
| | * | Fix bug:1630821 on LPE selected nodes | Jabier Arraiza Cenoz | 2016-10-07 | 1 | -6/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630821 (bzr r15149) | ||||
| | * | Update to trunk | Jabier Arraiza Cenoz | 2016-10-03 | 217 | -8603/+1840 |
| | |\ | | | | | | | (bzr r15017.1.35) | ||||
| | | * | Merge in jabiertxof's hover information for measure tool | Martin Owens | 2016-10-03 | 2 | -0/+121 |
| | | |\ | | | | | | | | | (bzr r15146) | ||||
| | | | * | Fix a typo pointed by CR | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r14957.1.2) | ||||
| | | | * | Add measure Over Item by a vlada idea on IRC | Jabier Arraiza Cenoz | 2016-06-06 | 2 | -0/+121 |
| | | | | | | | | | | | | | (bzr r14957.1.1) | ||||
| | | * | | Fix a bug on eraser mode when previous clip are shapes not paths | Jabier Arraiza Cenoz | 2016-10-03 | 1 | -2/+10 |
| | | | | | | | | | | | | | (bzr r15145) | ||||
| | * | | | Noumerous bug fixes, font size, stroke with arroow position, and text input ↵ | Jabier Arraiza Cenoz | 2016-08-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | response (bzr r15017.1.25) | ||||
| | * | | | Fix text param and alow run from commandline | Jabier Arraiza Cenoz | 2016-07-31 | 3 | -14/+9 |
| | | | | | | | | | | | | | (bzr r15017.1.21) | ||||
| | * | | | Full rewrite on working mode now no linked paths necesary | Jabier Arraiza Cenoz | 2016-07-30 | 4 | -4/+13 |
| | | | | | | | | | | | | | (bzr r15017.1.15) | ||||
| | * | | | Fixes positions of labels | Jabier Arraiza Cenoz | 2016-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r15017.1.14) | ||||
| | * | | | Remove font-Dialog and useGtk::FontSelector instead | Jabier Arraiza Cenoz | 2016-07-29 | 7 | -170/+92 |
| | | | | | | | | | | | | | (bzr r15017.1.13) | ||||
| | * | | | Add orientation and alow unsort combobox enum widget | Jabier Arraiza Cenoz | 2016-07-29 | 3 | -7/+10 |
| | | | | | | | | | | | | | (bzr r15017.1.12) | ||||
| | * | | | Finish linked path and add local number format | Jabier Arraiza Cenoz | 2016-07-28 | 2 | -4/+5 |
| | | | | | | | | | | | | | (bzr r15017.1.9) | ||||
| | * | | | Add gap,offset,insensitive transforms, and delete on lpe remove | Jabier Arraiza Cenoz | 2016-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r15017.1.6) | ||||
| | * | | | update to trunk | Jabier Arraiza Cenoz | 2016-07-24 | 3 | -7/+4 |
| | |\ \ \ | | | | | | | | | | | (bzr r15017.1.3) | ||||
| | * | | | | Add Text tag and update widgets code | Jabier Arraiza Cenoz | 2016-07-24 | 8 | -7/+291 |
| | | | | | | | | | | | | | | | | (bzr r15017.1.2) | ||||
