summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug #1072391 (Save as copy crash).Nicolas Dufour2012-10-281-1/+6
| | | (bzr r11848)
* Fix for Bug #1070903 (Crash when saving a new document).Nicolas Dufour2012-10-261-1/+7
| | | (bzr r11828)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-111-1/+7
| | | (bzr r11777)
* Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-6/+3
| | | (bzr r11677)
* Fix for 422644 : Show filename in statusbar on savingJohn Smith2012-09-031-2/+4
| | | (bzr r11648)
* Fix for 170550 : open blank document on 'close'John Smith2012-08-301-2/+12
| | | (bzr r11632)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-121-1/+1
| | | (bzr r11544)
* Fix for 168658 : Font substitution warning dialogJohn Smith2012-07-041-0/+4
| | | (bzr r11522)
* Fix for 591225 : Fix wording of 'Clean up document' in Undo HistoryJohn Smith2012-06-201-1/+1
| | | (bzr r11507)
* 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)