summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs mentio...Mike Pittman1-56/+55
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan1-1/+1
2008-03-08Warning cleanupJon A. Cruz1-29/+28
2008-03-06Fix for bug #167364 - "Win2k: file dialog uses wrong home directory"Joel Holdsworth1-1/+35
2008-02-23Warning and space cleanupJon A. Cruz1-0/+1
2008-02-23Merged in Native File Dialogs for Windows BranchJoel Holdsworth1-50/+49
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-3/+3
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-10/+6
2007-12-23Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth1-15/+1
2007-12-22Fixed the parenting of the print dialog so that it cannot fall behind the mai...Joel Holdsworth1-4/+4
2007-11-16fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen1-1/+6
2007-11-13Partial fix for bug #1824387 [Still asks to save after complete undo]Maximilian Albert1-0/+1
2007-11-04Warning cleanupJon A. Cruz1-43/+43
2007-11-02warning cleanupJon A. Cruz1-8/+8
2007-09-11Preserve current zoom and view for reverted documentsMaximilian Albert1-0/+9
2007-08-20small fix in export to ocal gnome_vfs function callsBruno Dilly1-6/+1
2007-08-20merge of dialog and impl classes of ocaldialogsBruno Dilly1-4/+4
2007-08-20search and reset buttons added to ocal related features. fixed signals in imp...Bruno Dilly1-22/+13
2007-08-19Removed left-in debug stuff which caused frenzymiklosh1-3/+1
2007-08-19Relocated the code that adds a link to the example folder inside from file.cp...Joel Holdsworth1-4/+0
2007-08-19fixing the ocal dialogs bugBruno Dilly1-8/+29
2007-08-18few changes in import from ocal dialogBruno Dilly1-1/+1
2007-08-17fixing export to ocal uriBruno Dilly1-0/+1
2007-08-16add import from ocal featureBruno Dilly1-63/+50
2007-08-09changes export to ocal dialogBruno Dilly1-6/+3
2007-08-08prevent file_save_remote to break build on system without GNOME_VFSAdib Taraben1-2/+6
2007-08-08export to ocal bug fixBruno Dilly1-17/+38
2007-08-06adds export to ocal feature without dialog windowBruno Dilly1-0/+268
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ...Joel Holdsworth1-16/+20
2007-04-06some people reported crashes when adding nonexisting dirs to dialog - though ...bulia byak1-2/+6
2007-04-01allow easy access to templates profile dir from save dialogbulia byak1-0/+5
2007-03-30allow easy access to our examples folder from Open dialogbulia byak1-0/+3
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-3/+4
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-2/+2
2007-03-11add fixupHrefs right after import, so that images get correct relative xlink:...bulia byak1-0/+3
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-2/+5
2007-03-02Switched from deferred extension appending to live extension swapping in the ...Jon A. Cruz1-21/+20
2007-02-26dead code removalMenTaLguY1-11/+0
2007-02-04Reverting patchBryce Harrington1-4/+1
2007-02-04Patch from Debian bug tracker from Daniel Kahn GillmorBryce Harrington1-1/+4
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-1/+2
2007-01-17display 'Saving document...' visible when saving takes a long timebulia byak1-0/+4
2006-11-18separate updating window from updating layersbulia byak1-2/+2
2006-10-05undo annotationsbulia byak1-2/+2
2006-10-01Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook1-2/+5
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3
2006-08-22I added Johan's badass patch for save a copy with the features I requested. Jon Phillips1-3/+11
2006-08-22I added a key configuration for this command, changed a variable name and add...Jon Phillips1-3/+3
2006-08-22Committed a great patch which adds a Save A Copy menu function. This is the f...Jon Phillips1-11/+28