| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -57/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | | | | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | |||||
| * | | | | | allow optional args for xverbs | Dmitry Zhulanov | 2016-09-29 | 1 | -3/+5 | |
| | |_|_|/ |/| | | | | | | | (bzr r15136.1.7) | |||||
| * | | | | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 | |
| | |_|/ |/| | | | | | (bzr r15059) | |||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -0/+5 | |
| |\ \ \ | | |/ | |/| | (bzr r14954.1.30) | |||||
| | * | | Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14 | Jabier Arraiza Cenoz | 2016-08-03 | 1 | -0/+5 | |
| | | | | | | | | | | (bzr r15036) | |||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -7/+1 | |
| |\| | | | | | | | | (bzr r14954.1.29) | |||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -7/+1 | |
| | | | | | | | | | | (bzr r15034) | |||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+7 | |
| | | | | | | | | | | (bzr r15027) | |||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -7/+1 | |
| | |/ | | | | | (bzr r15025) | |||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -9/+9 | |
| | | | | | | | (bzr r14954.1.28) | |||||
| * | | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -6/+6 | |
| |/ | | | (bzr r14954.1.22) | |||||
| * | Add a Resize to Page with Keyboard Shortcut | Martin Owens | 2016-04-15 | 1 | -1/+1 | |
| | | | | (bzr r14850) | |||||
| * | function to release object from group | Raphael Rosch | 2016-04-14 | 1 | -0/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845) | |||||
| * | Remove unused variable warnings. | Martin Owens | 2016-04-02 | 1 | -4/+0 | |
| | | | | (bzr r14760) | |||||
| * | Add icon for Live Path Effects dialog. | insaner and su_v | 2016-04-02 | 1 | -1/+1 | |
| | | | | (bzr r14758) | |||||
| * | Fix GTK+ fullscreen issue | Alex Valavanis | 2015-12-27 | 1 | -4/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555) | |||||
| * | Mark user-visible message for translation | Alexandre Prokoudine | 2015-12-26 | 1 | -1/+1 | |
| | | | | (bzr r14544) | |||||
| * | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -5/+8 | |
| | | | | (bzr r14500.1.9) | |||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -5/+4 | |
| | | | | (bzr r14500.1.8) | |||||
| * | String desc fix | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -2/+2 | |
| | | | | (bzr r14500.1.6) | |||||
| * | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+5 | |
| | | | | (bzr r14500.1.5) | |||||
| * | Hide unused verbs if Potrace is not available | Alex Valavanis | 2015-11-21 | 1 | -2/+41 | |
| | | | | (bzr r14449.1.7) | |||||
| * | duplicating layers now respect prefs for clone relinking | Marc Jeanmougin | 2015-05-09 | 1 | -33/+3 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/267565 (bzr r14134) | |||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+3 | |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| * | Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384) | su_v | 2015-01-25 | 1 | -2/+2 | |
| | | | | (bzr r13874) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -20/+20 | |
| | | | | (bzr r13820) | |||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -5/+1 | |
| | | | | (bzr r13809) | |||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -1/+1 | |
| |\ | | | | | (bzr r13341.5.24) | |||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| * | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -6/+6 | |
| |\| | | | | | (bzr r13341.5.17) | |||||
| | * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -3/+3 | |
| | |\ | | | | | | | (bzr r13341.1.255) | |||||
| | | * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | |||||
| | | * | Fix for Bug #1358520 (show/hide other layers not properly recorded in undo ↵ | Nicolas Dufour | 2014-10-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | history). Fixed bugs: - https://launchpad.net/bugs/1358520 (bzr r13572) | |||||
| | * | | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r13341.1.253) | |||||
| | * | | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r13341.1.247) | |||||
| | * | | Add clip group option from Ponyscape | Liam P. White | 2014-06-14 | 1 | -0/+5 | |
| | | | | | | | | | | (bzr r13090.1.83) | |||||
| | * | | Rename "Tags" to "Selection sets" to avoid confusion with a global tagging ↵ | Liam P. White | 2014-05-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | system (bzr r13090.1.77) | |||||
| | * | | Add selection sets | Liam P. White | 2014-05-10 | 1 | -5/+81 | |
| | | | | | | | | | | (bzr r13090.1.75) | |||||
| | * | | Update to trunk | Liam P. White | 2014-05-04 | 1 | -2/+1 | |
| | |\| | | | | | | | (bzr r13090.1.71) | |||||
| | * | | Fix an issue with doOnRemove not being called | Liam P. White | 2014-04-30 | 1 | -0/+4 | |
| | |\ \ | | | | | | | | | (bzr r13090.1.70) | |||||
| | * \ \ | Updaet to trunk | Liam P. White | 2014-04-06 | 1 | -14/+7 | |
| | |\ \ \ | | | | | | | | | | | (bzr r13090.1.49) | |||||
| | * \ \ \ | Update to trunk | Liam P. White | 2014-03-28 | 1 | -4/+4 | |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r13090.1.35) | |||||
| | * \ \ \ \ | Update to trunk | Liam P. White | 2014-03-28 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nearly every issue with Join Types and Taper Stroke (bzr r13090.1.34) | |||||
| | * \ \ \ \ \ | Update to trunk | Liam P. White | 2014-03-09 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r13090.1.22) | |||||
| | * | | | | | | | Start cleanup for merge into trunk | Liam P. White | 2014-03-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.20) | |||||
| | * | | | | | | | Merge to trunk | Liam P. White | 2014-03-04 | 1 | -0/+5 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r13090.1.12) | |||||
| | * | | | | | | | | Attempt 2 at getting objects dialogue | Liam P. White | 2014-03-02 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.8) | |||||
| | * | | | | | | | | Fix verbs.cpp | Liam P. White | 2014-03-02 | 1 | -0/+3 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | (bzr r13090.1.7) | |||||
| * | | | | | | | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -1/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.16) | |||||
