summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-05add test code for bug #967416Johan B. C. Engelen1-0/+11
2012-04-05fix crash (bug #973174)Johan B. C. Engelen1-4/+5
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+84
2012-03-13Patch for multi-import by heisenbug from lp:203070Josh Andler1-4/+30
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-5/+5
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+2
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-5/+5
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-02file saving: fix appending of extension for files in directories with periods...Johan B. C. Engelen1-1/+22
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-3/+3
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-3/+3
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-8/+20
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-14/+0
2011-03-26Sorted wrapping of labelsAndrew rugby471@gmail.com1-1/+0
2011-03-25Change menutems and title to "Import Clip Art"Andrew rugby471@gmail.com1-1/+1
2011-03-24Made dialog's state persistantAndrew rugby471@gmail.com1-15/+11
2011-03-22Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com1-32/+20
2011-03-14Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), b...Nicolas Dufour1-1/+1
2011-03-13Added OCAL namespace within Dialog namespaceAndrew rugby471@gmail.com1-4/+4
2011-03-11converted to use var_name from CamelCaseAndrew rugby471@gmail.com1-17/+17
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-6/+6
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-22/+11
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-1/+0
2010-07-16Fix build failure when DBus is not enabledKrzysztof Kosi??ski1-1/+8
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-6/+6
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+5
2009-10-18Patch by Adib for 429529Josh Andler1-0/+4
2009-09-29Fixed leaking memory and added proper name fallback. Applies modified patch a...Jon A. Cruz1-17/+34
2009-09-27Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...Josh Andler1-5/+7
2009-09-16Fix by Adib for 353847Josh Andler1-2/+13
2009-08-09Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert1-3/+4
2009-08-09Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert1-4/+1
2009-08-09Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert1-1/+0
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-88/+69
2009-08-07Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert1-23/+42
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-160/+19
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-05SPDocument->Documentjohnce1-18/+159
2009-07-12Added code to add a DBus interface for every desktop created.Soren Berg1-0/+2
2009-06-28save/restore initial dir when importingbulia byak1-4/+23
2009-05-17remove temporary prefs hackThomas Holder1-7/+2
2009-05-13parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder1-0/+6
2009-04-29FIX for BUG 368879: crash on 'save a copy as' when document has no filename yettheAdib1-2/+6
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-97/+2