summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OCALMarc Jeanmougin2019-11-011-206/+1
* Move imported files to position of mouse pointer when droppedPatrick Storz2019-10-071-1/+4
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-5/+5
* Replace deprecated Gtk::Main::quit() callKarl Cheng2019-06-161-4/+4
* Remove unused code for NEW_EXPORT_DIALOGPatrick Storz2019-03-271-130/+0
* Fix adding/lookup of recent files.Patrick Storz2019-03-271-20/+6
* Misc. typosluz.paz2019-03-261-1/+1
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-136/+19
* Save default template as "default.$lang.svg" if presentPatrick Storz2019-03-101-4/+8
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-14/+14
* Move logic to build localized filenames into io/ressource.cppPatrick Storz2019-02-171-2/+1
* Revert to "default.$lang.svg" as name for default templatesPatrick Storz2019-02-161-3/+1
* Remove sp_create_window().Tavmjong Bah2019-01-191-15/+5
* Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-151-48/+47
* simplify translated default.svgMarc Jeanmougin2019-01-131-0/+3
* Remove unneeded unreferencing. Add check on reference count.Tavmjong Bah2019-01-061-7/+1
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
* desktop-widget: Move function to correct headerAlexander Valavanis2018-11-271-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Merge branch 'bugfix-1789838-confirmation-needed-before-overwriting-template'...Marc Jeanmougin2018-10-181-14/+23
|\
| * Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-311-14/+23
* | Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
* | Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* | Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* | End fix bug bug:#1769679 #18; Crash when opening file with live path effectJabier Arraiza2018-10-011-1/+6
* | improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-141-3/+0
* | Fix a bug opening SVG from comand lines related to the DPI changes done. Than...Jabiertxof2018-09-141-2/+3
* | copypaste bugfixMarc Jeanmougin2018-09-091-6/+8
|/
* Fix bug 1789010 - Sanitize template's file nameChristophe Lebras2018-08-271-5/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-42/+42
* Add global guide controls to guides panelGeoff Lankow2018-05-041-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-18/+25
* Always show an error dialog on failed savesEduard Braun2018-01-241-0/+17
* Show appropriate warning if non-existent export ID is specifiedEduard Braun2017-12-221-0/+7
* Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza2017-12-051-0/+5
* Remove deprecated GNOME VFSStefano Facchini2017-10-131-89/+0
* Skip empty template informationChristophe Lebras2017-07-021-14/+25
* Manage template informationsChristophe Lebras2017-07-021-4/+73
* Add function to save templateChristophe Lebras2017-07-021-9/+25
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-42/+3
* Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-041-532/+4
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-4/+2
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-1/+1
* fixing to new trunkJabiertxof2017-01-241-22/+548
|\
| * Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...Jabiertxof2017-01-201-1/+5
| * Remove debugging lines from last commit.Tavmjong Bah2017-01-101-5/+0
| * Another scaling option to test.Tavmjong Bah2017-01-101-2/+67
| * Fix header inclusion orderingAlex Valavanis2016-12-261-2/+2
| * Add string translatable pointed by MarenJabiertxof2016-12-211-1/+1