| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Skip empty template information | Christophe Lebras | 2017-07-02 | 1 | -14/+25 |
| | | |||||
| * | Manage template informations | Christophe Lebras | 2017-07-02 | 1 | -4/+73 |
| | | | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user. | ||||
| * | Add function to save template | Christophe Lebras | 2017-07-02 | 1 | -9/+25 |
| | | | | | | Saves template as default. Does not save template informations yet. | ||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -42/+3 |
| | | | | | get_filename methods | ||||
| * | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 2017-06-04 | 1 | -532/+4 |
| | | | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15729) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -4/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -1/+1 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | fixing to new trunk | Jabiertxof | 2017-01-24 | 1 | -22/+548 |
| |\ | | | | | (bzr r15142.1.38) | ||||
| | * | Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 ↵ | Jabiertxof | 2017-01-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92 Fixed bugs: - https://launchpad.net/bugs/1656093 - https://launchpad.net/bugs/1656527 (bzr r15426) | ||||
| | * | Remove debugging lines from last commit. | Tavmjong Bah | 2017-01-10 | 1 | -5/+0 |
| | | | | | | | (bzr r15407) | ||||
| | * | Another scaling option to test. | Tavmjong Bah | 2017-01-10 | 1 | -2/+67 |
| | | | | | | | (bzr r15406) | ||||
| | * | Fix header inclusion ordering | Alex Valavanis | 2016-12-26 | 1 | -2/+2 |
| | | | | | | | (bzr r15365) | ||||
| | * | Add string translatable pointed by Maren | Jabiertxof | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | (bzr r15345) | ||||
| | * | Save state of backup button. | Tavmjong Bah | 2016-12-15 | 1 | -8/+15 |
| | | | | | | | (bzr r15327) | ||||
| | * | Fix crash from last commit due to bad preference path. | Tavmjong Bah | 2016-12-15 | 1 | -8/+8 |
| | | | | | | | (bzr r15326) | ||||
| | * | Fixes for internal document scaling and add a second test option. | Tavmjong Bah | 2016-12-15 | 1 | -33/+124 |
| | | | | | | | (bzr r15325) | ||||
| | * | Add test internal scaling to account for DPI change. | Tavmjong Bah | 2016-12-14 | 1 | -7/+95 |
| | | | | | | | (bzr r15324) | ||||
| | * | Add missing 'pt' unit to test of legacy files. | Tavmjong Bah | 2016-12-12 | 1 | -2/+14 |
| | | | | | | | (bzr r15322) | ||||
| | * | Add option to save a backup when updating file for dpi change. | Tavmjong Bah | 2016-12-07 | 1 | -6/+67 |
| | | | | | | | (bzr r15307) | ||||
| | * | Add dpiswitcher extension and option to scale legacy documents with it. | Jabier Arraiza Cenoz | 2016-12-06 | 1 | -19/+53 |
| | | | | | | | (bzr r15301) | ||||
| | * | update filter list when pasting and on import | Marc Jeanmougin | 2016-11-28 | 1 | -0/+2 |
| | | | | | | | (bzr r15283) | ||||
| | * | Provide a way to update a legacy document to account for the 90 to 96 dpi ↵ | Tavmjong Bah | 2016-11-25 | 1 | -19/+186 |
| | | | | | | | | | | | | | | | change. This method relies on setting the 'viewBox'. (bzr r15273) | ||||
| * | | Add some Vlava improvements from mailing list | Jabier Arraiza Cenoz | 2016-11-01 | 1 | -1/+12 |
| |\| | | | | | (bzr r15142.1.28) | ||||
| | * | Prevent image drag/drop from grouping | Marc Jeanmougin | 2016-10-26 | 1 | -1/+12 |
| | | | | | | | (bzr r15192) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-10-25 | 1 | -6/+6 |
| |\| | | | | | (bzr r15142.1.26) | ||||
| | * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Fix some canvas item problems and refresh items on rotate | Jabier Arraiza Cenoz | 2016-10-10 | 1 | -1/+3 |
| | | | | | | | (bzr r15142.1.10) | ||||
| * | | Fix some canvas problems and refactorization | Jabier Arraiza Cenoz | 2016-10-10 | 1 | -2/+2 |
| |/ | | | (bzr r15142.1.8) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -12/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -12/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+13 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -13/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -5/+5 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -8/+8 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Only update inkscape.version on successful file write. | Tavmjong Bah | 2016-06-08 | 1 | -1/+15 |
| | | | | (bzr r14965) | ||||
| * | if viewbox does not exist, create it from page size, only if page size ↵ | Alvin Penner | 2016-02-12 | 1 | -2/+6 |
| | | | | | | | | | exists. (Bug 1544016) Fixed bugs: - https://launchpad.net/bugs/1544016 (bzr r14648) | ||||
| * | small fix for pasting svg that were not copied in inkscape | Marc Jeanmougin | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1486927 (bzr r14311) | ||||
| * | Allows for copying clones between inkscape instances. | Marc Jeanmougin | 2015-08-18 | 1 | -2/+23 |
| | | | | | | | | | | | | | This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>). Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc), then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed). [an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink. Depending on whether people would be more interested in this behavior there could be a preference item to choose] Fixed bugs: - https://launchpad.net/bugs/167907 (bzr r14309) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -3/+3 |
| | | | | (bzr r14126) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -1/+0 |
| | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.10) | ||||
| * | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -0/+6 |
| |\ | | | | | (bzr r13922.1.8) | ||||
| | * | on a File->Open, set the viewBox if it did not previously exist, same as was ↵ | Alvin Penner | 2015-02-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | done for File->New. (Bug 1239682) Fixed bugs: - https://launchpad.net/bugs/1239682 (bzr r13938) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+2 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -5/+5 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13809) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.17) | ||||
