summaryrefslogtreecommitdiffstats
path: root/src/file.h (unfollow)
Commit message (Expand)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
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
2017-07-02Manage template informationsChristophe Lebras1-1/+3
2017-07-02Add function to save templateChristophe Lebras1-0/+5
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-0/+3
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-0/+3
2017-02-05forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin1-1/+2
2014-09-27Update to experimental r13565Liam P. White1-4/+4
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-4/+4
2013-09-20Change paths storage to std::string.Slagvi Public1-1/+2
2013-08-06Adapted sp_file_new for use with templatesSlagvi Public1-2/+1
2013-08-04Removing template data from XML tree addedSlagvi Public1-2/+8
2013-07-04Added loading templates into NewFromTemplate dialog.Slagvi Public1-1/+0
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-1/+1
2013-07-02Adding NewFromTemplate to the Inkscape menuSlagvi Public1-0/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+5
2013-03-19Fixing regressionjtx1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-2/+2
2012-08-30Fix for 170550 : open blank document on 'close'John Smith1-0/+2
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+2
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04More forward.h purging.Jon A. Cruz1-4/+3
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-5/+0
2011-03-24Made dialog's state persistantAndrew rugby471@gmail.com1-2/+1
2011-03-22Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com1-0/+7
2009-09-27Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...Josh Andler1-2/+2
2009-08-09Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert1-1/+1
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-1/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-32/+5
2009-08-05SPDocument->Documentjohnce1-5/+32
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-8/+11
2007-12-23Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth1-5/+0
2007-12-22Fixed the parenting of the print dialog so that it cannot fall behind the mai...Joel Holdsworth1-2/+2
2007-08-16add import from ocal featureBruno Dilly1-18/+0
2007-08-08export to ocal bug fixBruno Dilly1-0/+17
2007-08-06adds export to ocal feature without dialog windowBruno Dilly1-0/+33
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ...Joel Holdsworth1-7/+7