| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move logic to build localized filenames into io/ressource.cpp | Patrick Storz | 2019-02-17 | 1 | -2/+1 |
| | | | | | | Now all that's needed to prefer a localized version of the file (if available) is a Boolean. | ||||
| * | Revert to "default.$lang.svg" as name for default templates | Patrick Storz | 2019-02-16 | 1 | -3/+1 |
| | | | | | | | It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit. | ||||
| * | Remove sp_create_window(). | Tavmjong Bah | 2019-01-19 | 1 | -15/+5 |
| | | |||||
| * | Use ink_file_open in sp_file_open. | Tavmjong Bah | 2019-01-15 | 1 | -48/+47 |
| | | |||||
| * | simplify translated default.svg | Marc Jeanmougin | 2019-01-13 | 1 | -0/+3 |
| | | |||||
| * | Remove unneeded unreferencing. Add check on reference count. | Tavmjong Bah | 2019-01-06 | 1 | -7/+1 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+4 |
| | | |||||
| * | desktop-widget: Move function to correct header | Alexander Valavanis | 2018-11-27 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Merge branch ↵ | Marc Jeanmougin | 2018-10-18 | 1 | -14/+23 |
| |\ | | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape | ||||
| | * | Fix bug 1789838 - Ask for confirmation before overwriting template | Christophe Lebras | 2018-08-31 | 1 | -14/+23 |
| | | | |||||
| * | | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+1 |
| | | | |||||
| * | | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | | End fix bug bug:#1769679 #18; Crash when opening file with live path effect | Jabier Arraiza | 2018-10-01 | 1 | -1/+6 |
| | | | |||||
| * | | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2018-09-14 | 1 | -3/+0 |
| | | | |||||
| * | | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵ | Jabiertxof | 2018-09-14 | 1 | -2/+3 |
| | | | | | | | | | Thanks Mark for testing! | ||||
| * | | copypaste bugfix | Marc Jeanmougin | 2018-09-09 | 1 | -6/+8 |
| |/ | |||||
| * | Fix bug 1789010 - Sanitize template's file name | Christophe Lebras | 2018-08-27 | 1 | -5/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -42/+42 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Add global guide controls to guides panel | Geoff Lankow | 2018-05-04 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -18/+25 |
| | | | | | A lot of header clean-up. | ||||
| * | Always show an error dialog on failed saves | Eduard Braun | 2018-01-24 | 1 | -0/+17 |
| | | | | | | | | | | As a result of 2b8d9986140cc36ea6c0a3c3b88571983490e0ef the actual exceptions are now catched (instead of the generic Inkscape::Extension::Output::save_failed) but were not handled yet. Implement this handling for generic exceptions and output any potentially helpful information on what went wrong. | ||||
| * | Show appropriate warning if non-existent export ID is specified | Eduard Braun | 2017-12-22 | 1 | -0/+7 |
| | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497 | ||||
| * | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 2017-12-05 | 1 | -0/+5 |
| | | |||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 1 | -89/+0 |
| | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| * | 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) | ||||
