summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-01Remove OCALMarc Jeanmougin1-206/+1
2019-10-07Move imported files to position of mouse pointer when droppedPatrick Storz1-1/+4
2019-08-31Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz1-5/+5
2019-06-16Replace deprecated Gtk::Main::quit() callKarl Cheng1-4/+4
2019-03-27Remove unused code for NEW_EXPORT_DIALOGPatrick Storz1-130/+0
2019-03-27Fix adding/lookup of recent files.Patrick Storz1-20/+6
2019-03-26Misc. typosluz.paz1-1/+1
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-136/+19
2019-03-10Save default template as "default.$lang.svg" if presentPatrick Storz1-4/+8
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-14/+14
2019-02-17Move logic to build localized filenames into io/ressource.cppPatrick Storz1-2/+1
2019-02-16Revert to "default.$lang.svg" as name for default templatesPatrick Storz1-3/+1
2019-01-19Remove sp_create_window().Tavmjong Bah1-15/+5
2019-01-15Use ink_file_open in sp_file_open.Tavmjong Bah1-48/+47
2019-01-13simplify translated default.svgMarc Jeanmougin1-0/+3
2019-01-06Remove unneeded unreferencing. Add check on reference count.Tavmjong Bah1-7/+1
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-27desktop-widget: Move function to correct headerAlexander Valavanis1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-2/+2
2018-10-01End fix bug bug:#1769679 #18; Crash when opening file with live path effectJabier Arraiza1-1/+6
2018-09-14improbe UX of Fillet/Chamfer LPEJabiertxof1-3/+0
2018-09-14Fix a bug opening SVG from comand lines related to the DPI changes done. Than...Jabiertxof1-2/+3
2018-09-09copypaste bugfixMarc Jeanmougin1-6/+8
2018-08-31Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras1-14/+23
2018-08-27Fix bug 1789010 - Sanitize template's file nameChristophe Lebras1-5/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-42/+42
2018-05-04Add global guide controls to guides panelGeoff Lankow1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-18/+25
2018-01-24Always show an error dialog on failed savesEduard Braun1-0/+17
2017-12-22Show appropriate warning if non-existent export ID is specifiedEduard Braun1-0/+7
2017-12-05Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza1-0/+5
2017-10-13Remove deprecated GNOME VFSStefano Facchini1-89/+0
2017-07-02Skip empty template informationChristophe Lebras1-14/+25
2017-07-02Manage template informationsChristophe Lebras1-4/+73
2017-07-02Add function to save templateChristophe Lebras1-9/+25
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-42/+3
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-532/+4
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-532/+4
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-4/+2
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-1/+1
2017-01-20Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...Jabiertxof1-1/+5
2017-01-10Remove debugging lines from last commit.Tavmjong Bah1-5/+0
2017-01-10Another scaling option to test.Tavmjong Bah1-2/+67
2016-12-26Fix header inclusion orderingAlex Valavanis1-2/+2
2016-12-21Add string translatable pointed by MarenJabiertxof1-1/+1
2016-12-16remove rollback to 15315Jabiertxof1-36/+234