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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused code for NEW_EXPORT_DIALOG
Patrick Storz
2019-03-27
1
-21
/
+0
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-4
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Use _WIN32 instead of WIN32
Eduard Braun
2018-10-01
1
-3
/
+3
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-0
/
+2
|
\
*
|
Fix Win32 build
Alex Valavanis
2016-08-04
1
-1
/
+5
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-5
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+5
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-5
/
+0
|
/
*
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
2015-02-26
1
-1
/
+1
*
Isolate components of libgc
Liam P. White
2015-02-25
1
-1
/
+1
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
Win32. More include fixes for glibmm 2.36 (file dialog).
Nicolas Dufour
2013-05-16
1
-1
/
+1
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+2
*
Fix for 1036059 : Keyboard shortcut editor
John Smith
2012-11-25
1
-0
/
+3
*
Preferences. New desktop integration preference for Windows users (native/gtk...
Nicolas Dufour
2012-03-21
1
-2
/
+15
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+2
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Put #ifdefs around all code related to the so-called "new" ExportDialog (what...
Maximilian Albert
2009-08-09
1
-0
/
+4
*
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
2009-08-09
1
-3
/
+3
*
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...
Maximilian Albert
2009-08-07
1
-6
/
+7
*
From trunk
Ted Gould
2008-10-27
1
-5
/
+5
*
First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...
Jeff Schiller
2008-09-11
1
-6
/
+12
*
Corrected Copyright years in file dialogs from 2007 -> 2008
Joel Holdsworth
2008-02-23
1
-1
/
+3
*
Merged in Native File Dialogs for Windows Branch
Joel Holdsworth
2008-02-23
1
-4
/
+99
*
Separated the OCAL import and export dialogs into their own source file - oca...
Joel Holdsworth
2007-08-19
1
-35
/
+0
*
add import from ocal feature
Bruno Dilly
2007-08-16
1
-0
/
+16
*
changes export to ocal dialog
Bruno Dilly
2007-08-09
1
-1
/
+20
*
Renamed various classes:
Joel Holdsworth
2007-08-01
1
-2
/
+2
*
Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation for...
Joel Holdsworth
2007-08-01
1
-2132
/
+3
*
Gtkmm-ified the desktop window object, and modified the file dialogs so that ...
Joel Holdsworth
2007-07-28
1
-25
/
+35
*
make all-inkscape-files the default filter instead of all-images (do we need ...
bulia byak
2007-07-18
1
-10
/
+9
*
Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...
Peter Moulder
2007-06-21
1
-9
/
+21
*
Corrected case where extension would not be added for opened filetypes not in...
Jon A. Cruz
2007-04-06
1
-6
/
+5
*
comment out debug
bulia byak
2007-03-25
1
-1
/
+1
*
More progress with preview and opening of files with non-ascii filenames. St...
Bob Jamison
2007-03-22
1
-1
/
+5
*
use <errno.h> instead of assuming extern int
Bob Jamison
2007-03-22
1
-1
/
+1
*
Make sure there is a decl for "errno"
Bob Jamison
2007-03-21
1
-5
/
+5
*
Do some cleanup
Bob Jamison
2007-03-21
1
-35
/
+48
*
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
2007-03-18
1
-1
/
+1
*
Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...
Jon A. Cruz
2007-03-05
1
-157
/
+120
*
Brought back checkbox and to also append filename upon "save" being hit
Jon A. Cruz
2007-03-03
1
-45
/
+57
*
i18n cleanup and adding extension in more cases
Jon A. Cruz
2007-03-03
1
-13
/
+29
*
Add the file extension even when the prior name has no extension already
Jon A. Cruz
2007-03-03
1
-0
/
+3
*
Speedup when switching types by avoiding setting to a directory we are alread...
Jon A. Cruz
2007-03-03
1
-1
/
+3
*
Switched from deferred extension appending to live extension swapping in the ...
Jon A. Cruz
2007-03-02
1
-29
/
+86
*
Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local
Jon Phillips
2007-02-11
1
-0
/
+40
[next]