summaryrefslogtreecommitdiffstats
path: root/src/file.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-01Remove OCALMarc Jeanmougin1-31/+0
2019-04-24Add comment, rename functionMarc Jeanmougin1-1/+1
2019-04-24Removes style on empty linesMarc Jeanmougin1-0/+1
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-11/+0
Any change from previous behavior is a bug.
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-15fix vi modelines: encoding -> fileencodingThomas Holder1-1/+1
2018-08-31Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2017-10-13Remove deprecated GNOME VFSStefano Facchini1-7/+0
Just use Gio::File when access to non-local files is needed.
2017-07-02Manage template informationsChristophe Lebras1-1/+3
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.
2017-07-02Add function to save templateChristophe Lebras1-0/+5
Saves template as default. Does not save template informations yet.
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-0/+3
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)
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-0/+3
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 r15703.1.26)
2017-02-05forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin1-1/+2
Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481)
2014-09-27Update to experimental r13565Liam P. White1-4/+4
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+4
GThread deprecation errors. (bzr r13341.1.190)
2013-09-20Change paths storage to std::string.Slagvi Public1-1/+2
(bzr r12481.1.12)
2013-08-06Adapted sp_file_new for use with templatesSlagvi Public1-2/+1
(bzr r12379.2.19)
2013-08-04Removing template data from XML tree addedSlagvi Public1-2/+8
(bzr r12379.2.18)
2013-07-04Added loading templates into NewFromTemplate dialog.Slagvi Public1-1/+0
(bzr r12379.2.7)
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-1/+1
Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
2013-07-02Adding NewFromTemplate to the Inkscape menuSlagvi Public1-0/+1
(bzr r12379.2.5)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+5
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-03-19Fixing regressionjtx1-1/+1
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12205)
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis1-2/+2
forward declarations (bzr r12203)
2012-08-30Fix for 170550 : open blank document on 'close'John Smith1-0/+2
(bzr r11632)
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem1-0/+2
thread "Some clipboard functions") (bzr r11153)
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-1/+1
(bzr r11042)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
(bzr r10940)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-04More forward.h purging.Jon A. Cruz1-4/+3
(bzr r10665)
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-1/+1
(bzr r10559)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-5/+0
(bzr r9508.1.82)
2011-03-24Made dialog's state persistantAndrew rugby471@gmail.com1-2/+1
Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18)
2011-03-22Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com1-0/+7
Added StatusWidget to show status of operations in dialog Styled no search results label appropriately Corrected callbacks for buttons Start to get image downloading working (bzr r10092.1.17)
2009-09-27Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler1-2/+2
dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
2009-08-09Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert1-1/+1
when trying to export files, dunno why) (bzr r8457)
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert1-1/+3
remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-32/+5
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-5/+32
(bzr r8404)
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder1-8/+11
xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
2007-12-23Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth1-5/+0
(bzr r4279)
2007-12-22Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth1-2/+2
main inkscape desktop window (bzr r4278)
2007-08-16add import from ocal featureBruno Dilly1-18/+0
(bzr r3476)
2007-08-08export to ocal bug fixBruno Dilly1-0/+17
(bzr r3418)
2007-08-06adds export to ocal feature without dialog windowBruno Dilly1-0/+33
(bzr r3398)
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth1-7/+7
they are correctly parented (bzr r3328)