index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
filedialog.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-09
Put #ifdefs around all code related to the so-called "new" ExportDialog (what...
Maximilian Albert
1
-0
/
+4
2009-08-09
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
1
-3
/
+3
2009-08-07
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...
Maximilian Albert
1
-6
/
+7
2008-10-27
From trunk
Ted Gould
1
-5
/
+5
2008-09-11
First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...
Jeff Schiller
1
-6
/
+12
2008-02-23
Corrected Copyright years in file dialogs from 2007 -> 2008
Joel Holdsworth
1
-1
/
+3
2008-02-23
Merged in Native File Dialogs for Windows Branch
Joel Holdsworth
1
-4
/
+99
2007-08-19
Separated the OCAL import and export dialogs into their own source file - oca...
Joel Holdsworth
1
-35
/
+0
2007-08-16
add import from ocal feature
Bruno Dilly
1
-0
/
+16
2007-08-09
changes export to ocal dialog
Bruno Dilly
1
-1
/
+20
2007-08-01
Renamed various classes:
Joel Holdsworth
1
-2
/
+2
2007-08-01
Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation for...
Joel Holdsworth
1
-2132
/
+3
2007-07-28
Gtkmm-ified the desktop window object, and modified the file dialogs so that ...
Joel Holdsworth
1
-25
/
+35
2007-07-18
make all-inkscape-files the default filter instead of all-images (do we need ...
bulia byak
1
-10
/
+9
2007-06-21
Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...
Peter Moulder
1
-9
/
+21
2007-04-06
Corrected case where extension would not be added for opened filetypes not in...
Jon A. Cruz
1
-6
/
+5
2007-03-25
comment out debug
bulia byak
1
-1
/
+1
2007-03-22
More progress with preview and opening of files with non-ascii filenames. St...
Bob Jamison
1
-1
/
+5
2007-03-22
use <errno.h> instead of assuming extern int
Bob Jamison
1
-1
/
+1
2007-03-21
Make sure there is a decl for "errno"
Bob Jamison
1
-5
/
+5
2007-03-21
Do some cleanup
Bob Jamison
1
-35
/
+48
2007-03-18
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
1
-1
/
+1
2007-03-05
Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...
Jon A. Cruz
1
-157
/
+120
2007-03-03
Brought back checkbox and to also append filename upon "save" being hit
Jon A. Cruz
1
-45
/
+57
2007-03-03
i18n cleanup and adding extension in more cases
Jon A. Cruz
1
-13
/
+29
2007-03-03
Add the file extension even when the prior name has no extension already
Jon A. Cruz
1
-0
/
+3
2007-03-03
Speedup when switching types by avoiding setting to a directory we are alread...
Jon A. Cruz
1
-1
/
+3
2007-03-02
Switched from deferred extension appending to live extension swapping in the ...
Jon A. Cruz
1
-29
/
+86
2007-02-11
Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local
Jon Phillips
1
-0
/
+40
2007-01-18
text fixes
bulia byak
1
-5
/
+5
2006-11-18
enable Enter to activate filedialogs
bulia byak
1
-3
/
+3
2006-11-17
Remove our "fake" location field from the open dialog. Gtk's FileChooser has...
Bob Jamison
1
-84
/
+0
2006-11-03
patch 1590039, whitespace
bulia byak
1
-9
/
+8
2006-10-01
Fixes path memory issues with the save dialog. (Closes: #1089414)
Kees Cook
1
-5
/
+21
2006-08-22
I added Johan's badass patch for save a copy with the features I requested.
Jon Phillips
1
-0
/
+9
2006-07-19
Add property getters to FileExportDialog
Bob Jamison
1
-47
/
+143
2006-07-17
Create first mockup for export dialog panel
Bob Jamison
1
-13
/
+146
2006-07-16
more string cleanup
Bob Jamison
1
-12
/
+15
2006-07-13
Base all 3 dialogs from a common FileDialogBase to share behaviours
Bob Jamison
1
-16
/
+56
2006-07-12
clean up redundancies. add a placeholder for Export dialog
Bob Jamison
1
-90
/
+523
2006-07-12
move filedialog to its new home
Bob Jamison
1
-2
/
+2
2006-07-10
another attempt at #1502439, another example of ignoring NULL removed
Ralf Stephan
1
-1
/
+4
2006-07-08
handle NULL return value, fixes crash when opening filechooser dialog (#1502439)
Ralf Stephan
1
-2
/
+5
2006-05-21
call GC::request_early_collection() after switching preview images
MenTaLguY
1
-2
/
+5