| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -97/+2 |
| | | | | | | | | | | 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) | ||||
| * | remove more static dialogs. | Johan B. C. Engelen | 2009-03-01 | 1 | -23/+36 |
| | | | | (bzr r7399) | ||||
| * | fix crash bug #241390 | Johan B. C. Engelen | 2009-03-01 | 1 | -11/+14 |
| | | | | (bzr r7398) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -34/+28 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | set waiting cursor while loading a file | bulia byak | 2009-01-28 | 1 | -1/+7 |
| | | | | (bzr r7203) | ||||
| * | i guess this is better but doesn't fix crash | Johan B. C. Engelen | 2009-01-14 | 1 | -5/+7 |
| | | | | (bzr r7134) | ||||
| * | fix possible crash | Johan B. C. Engelen | 2009-01-04 | 1 | -1/+3 |
| | | | | (bzr r7072) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+4 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -21/+36 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+1 |
| | | | | (bzr r6884) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -4/+4 |
| | | | | (bzr r6836) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -30/+37 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 2008-09-11 | 1 | -4/+12 |
| | | | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | Resolve ID clashes when pasting (fixes bug 165936). | Stephen Silver | 2008-06-24 | 1 | -201/+1 |
| | | | | (bzr r6048) | ||||
| * | Resolve ID clashes when importing files (fixes bug 168626). | Stephen Silver | 2008-06-13 | 1 | -3/+205 |
| | | | | (bzr r5921) | ||||
| * | Fixed the open dialog so that it remembers which folder you were browsing in | Joel Holdsworth | 2008-05-24 | 1 | -1/+1 |
| | | | | (bzr r5749) | ||||
| * | Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs ↵ | Mike Pittman | 2008-05-09 | 1 | -56/+55 |
| | | | | | | mentioned in that bug's description. (bzr r5641) | ||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 1 | -1/+1 |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-03-08 | 1 | -29/+28 |
| | | | | (bzr r4995) | ||||
| * | Fix for bug #167364 - "Win2k: file dialog uses wrong home directory" | Joel Holdsworth | 2008-03-06 | 1 | -1/+35 |
| | | | | (bzr r4976) | ||||
| * | Warning and space cleanup | Jon A. Cruz | 2008-02-23 | 1 | -0/+1 |
| | | | | (bzr r4833) | ||||
| * | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 2008-02-23 | 1 | -50/+49 |
| | | | | (bzr r4830) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -3/+3 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 1 | -10/+6 |
| | | | | (bzr r4490) | ||||
| * | Removed Win32 only Print Direct verb, which was an exact clone of normal print | Joel Holdsworth | 2007-12-23 | 1 | -15/+1 |
| | | | | (bzr r4279) | ||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 1 | -4/+4 |
| | | | | | | main inkscape desktop window (bzr r4278) | ||||
| * | fix warnings and delete gradient pixmap that will not be used | Johan B. C. Engelen | 2007-11-16 | 1 | -1/+6 |
| | | | | (bzr r4092) | ||||
| * | Partial fix for bug #1824387 [Still asks to save after complete undo] | Maximilian Albert | 2007-11-13 | 1 | -0/+1 |
| | | | | (bzr r4078) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -43/+43 |
| | | | | (bzr r4025) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -8/+8 |
| | | | | (bzr r4012) | ||||
| * | Preserve current zoom and view for reverted documents | Maximilian Albert | 2007-09-11 | 1 | -0/+9 |
| | | | | (bzr r3724) | ||||
| * | small fix in export to ocal gnome_vfs function calls | Bruno Dilly | 2007-08-20 | 1 | -6/+1 |
| | | | | (bzr r3554) | ||||
| * | merge of dialog and impl classes of ocaldialogs | Bruno Dilly | 2007-08-20 | 1 | -4/+4 |
| | | | | (bzr r3546) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 1 | -22/+13 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | Removed left-in debug stuff which caused frenzy | miklosh | 2007-08-19 | 1 | -3/+1 |
| | | | | (bzr r3539) | ||||
| * | Relocated the code that adds a link to the example folder inside from ↵ | Joel Holdsworth | 2007-08-19 | 1 | -4/+0 |
| | | | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) | ||||
| * | fixing the ocal dialogs bug | Bruno Dilly | 2007-08-19 | 1 | -8/+29 |
| | | | | (bzr r3518) | ||||
| * | few changes in import from ocal dialog | Bruno Dilly | 2007-08-18 | 1 | -1/+1 |
| | | | | (bzr r3502) | ||||
| * | fixing export to ocal uri | Bruno Dilly | 2007-08-17 | 1 | -0/+1 |
| | | | | (bzr r3487) | ||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -63/+50 |
| | | | | (bzr r3476) | ||||
| * | changes export to ocal dialog | Bruno Dilly | 2007-08-09 | 1 | -6/+3 |
| | | | | (bzr r3435) | ||||
| * | prevent file_save_remote to break build on system without GNOME_VFS | Adib Taraben | 2007-08-08 | 1 | -2/+6 |
| | | | | (bzr r3426) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -17/+38 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -0/+268 |
| | | | | (bzr r3398) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -16/+20 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | some people reported crashes when adding nonexisting dirs to dialog - though ↵ | bulia byak | 2007-04-06 | 1 | -2/+6 |
| | | | | | | it did not crash for me (bzr r2825) | ||||
| * | allow easy access to templates profile dir from save dialog | bulia byak | 2007-04-01 | 1 | -0/+5 |
| | | | | (bzr r2797) | ||||
| * | allow easy access to our examples folder from Open dialog | bulia byak | 2007-03-30 | 1 | -0/+3 |
| | | | | (bzr r2786) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+4 |
| | | | | (bzr r2723) | ||||
