| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for 170550 : open blank document on 'close' | John Smith | 2012-08-30 | 1 | -0/+2 |
| | | | | (bzr r11632) | ||||
| * | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 2012-04-05 | 1 | -0/+2 |
| | | | | | | thread "Some clipboard functions") (bzr r11153) | ||||
| * | Fix for 390458 : Convert Export Bitmap to a dockable dialog | John Smith | 2012-03-03 | 1 | -1/+1 |
| | | | | (bzr r11042) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -4/+8 |
| |\ | | | | | (bzr r11027) | ||||
| | * | merged with trunk so I can build again... | Andrew Higginson | 2011-12-27 | 1 | -13/+7 |
| | |\ | | | | | | | (bzr r10092.1.36) | ||||
| | * | | Made dialog's state persistant | Andrew rugby471@gmail.com | 2011-03-24 | 1 | -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) | ||||
| | * | | Split OCALDialog code in fill.cpp into two, so we can have async stuff working | Andrew rugby471@gmail.com | 2011-03-22 | 1 | -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) | ||||
| * | | | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | |/ |/| | | | (bzr r10940) | ||||
| * | | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 1 | -4/+3 |
| | | | | | | | (bzr r10665) | ||||
| * | | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. | Nicolas Dufour | 2011-08-21 | 1 | -1/+1 |
| | | | | | | | (bzr r10559) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -1/+1 |
| |\ \ | | | | | | | (bzr r9508.1.89) | ||||
| | * | | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * / | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 2011-04-15 | 1 | -5/+0 |
| |/ | | | (bzr r9508.1.82) | ||||
| * | Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵ | Josh Andler | 2009-09-27 | 1 | -2/+2 |
| | | | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661) | ||||
| * | Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+1 |
| | | | | | | when trying to export files, dunno why) (bzr r8457) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+3 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -32/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+32 |
| | | | | (bzr r8404) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -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) | ||||
| * | Removed Win32 only Print Direct verb, which was an exact clone of normal print | Joel Holdsworth | 2007-12-23 | 1 | -5/+0 |
| | | | | (bzr r4279) | ||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 1 | -2/+2 |
| | | | | | | main inkscape desktop window (bzr r4278) | ||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -18/+0 |
| | | | | (bzr r3476) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -0/+17 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -0/+33 |
| | | | | (bzr r3398) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -7/+7 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 1 | -1/+2 |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | ||||
| * | Committed a great patch which adds a Save A Copy menu function. This is the ↵ | Jon Phillips | 2006-08-22 | 1 | -1/+8 |
| | | | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628) | ||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -12/+2 |
| | | | | (bzr r1430) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 1 | -7/+11 |
| | | | | (bzr r1423) | ||||
| * | apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") | Ralf Stephan | 2006-06-22 | 1 | -1/+1 |
| | | | | (bzr r1262) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -4/+12 |
| | | | | (bzr r16) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+171 |
| (bzr r1) | |||||
