summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add test code for bug #967416Johan B. C. Engelen2012-04-051-0/+11
| | | (bzr r11159)
* fix crash (bug #973174)Johan B. C. Engelen2012-04-051-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/973174 (bzr r11158)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-0/+84
| | | | | thread "Some clipboard functions") (bzr r11153)
* Patch for multi-import by heisenbug from lp:203070Josh Andler2012-03-131-4/+30
| | | (bzr r11081)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-5/+5
| | | (bzr r11042)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+2
| | | (bzr r11030)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-43/+26
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-271-34/+32
| |\ | | | | | | (bzr r10092.1.36)
| * | Sorted wrapping of labelsAndrew rugby471@gmail.com2011-03-261-1/+0
| | | | | | | | | (bzr r10092.1.22)
| * | Change menutems and title to "Import Clip Art"Andrew rugby471@gmail.com2011-03-251-1/+1
| | | | | | | | | (bzr r10092.1.20)
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-241-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18)
| * | Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com2011-03-221-32/+20
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Added OCAL namespace within Dialog namespaceAndrew rugby471@gmail.com2011-03-131-4/+4
| | | | | | | | | (bzr r10092.1.7)
| * | converted to use var_name from CamelCaseAndrew rugby471@gmail.com2011-03-111-17/+17
| | | | | | | | | | | | | | | removed erroneous size_request (bzr r10092.1.4)
* | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-151-5/+5
| | | | | | | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* | | Header cleaningAlex Valavanis2012-02-121-0/+1
| | | | | | | | | (bzr r10963)
* | | file saving: fix appending of extension for files in directories with ↵Johan B. C. Engelen2012-01-021-1/+22
| |/ |/| | | | | | | | | | | | | periods in name. (patch by David Xiong) Fixed bugs: - https://launchpad.net/bugs/408566 (bzr r10821)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | | | | (bzr r10659)
* | Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-3/+3
| | | | | | (bzr r10559)
* | Merge from trunkKrzysztof Kosi??ski2011-06-191-11/+23
|\ \ | | | | | | (bzr r9508.1.89)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+3
| | | | | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * | Adding initial cut of resource manager.Jon A. Cruz2011-05-061-8/+20
| | | | | | | | | (bzr r10198)
* | | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-14/+0
| | | | | | | | | (bzr r9508.1.82)
* | | Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+8
|\| | | | | | | | (bzr r9508.1.73)
| * | Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), ↵Nicolas Dufour2011-03-141-1/+1
| |/ | | | | | | | | | | | | | | by Johannes Lipp. Fixed bugs: - https://launchpad.net/bugs/716362 (bzr r10104)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+6
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-54/+46
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-54/+46
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-6/+6
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-22/+11
|\| | | | | | | | (bzr r9508.1.70)
| * | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-22/+11
| | | | | | | | | (bzr r9828)
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+0
|/ / | | | | (bzr r9508.1.67)
* | Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-1/+8
| | | | | | (bzr r9618)
* | Merging in from trunkTed Gould2009-11-291-95/+126
|\| | | | | (bzr r8254.1.37)
| * Patch by Adib for 429529Josh Andler2009-10-181-0/+4
| | | | | | (bzr r8792)
| * Fixed leaking memory and added proper name fallback. Applies modified patch ↵Jon A. Cruz2009-09-291-17/+34
| | | | | | | | | | and addresses bug #436151. (bzr r8672)
| * Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-5/+7
| | | | | | | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
| * Fix by Adib for 353847Josh Andler2009-09-161-2/+13
| | | | | | (bzr r8601)
| * Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert2009-08-091-3/+4
| | | | | | | | | | when trying to export files, dunno why) (bzr r8457)
| * Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-091-4/+1
| | | | | | | | | | (whatever that is) (bzr r8456)
| * Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-091-1/+0
| | | | | | | | | | extension) (bzr r8455)
| * Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-88/+69
| | | | | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
| * Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-23/+42
| | | | | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
| * Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-160/+19
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)