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
/
filedialogimpl-win32.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-16
Win32. More include fixes for glibmm 2.36 (file dialog).
Nicolas Dufour
1
-2
/
+2
2013-05-15
Win32. Fixing some more include issues (glibmm threads depracation).
Nicolas Dufour
1
-3
/
+1
2013-02-05
Win32. Fixing Glib and GTKmm deprecations.
Nicolas Dufour
1
-1
/
+21
2012-11-25
Fix for 1036059 : Keyboard shortcut editor
John Smith
1
-2
/
+70
2012-07-15
Fix for 1023655 : Improvments to Embedded script UI
John Smith
1
-0
/
+62
2012-04-11
fix deprecated glib thingie
Johan B. C. Engelen
1
-1
/
+1
2012-04-04
UI. Fix for Bug #437521 (Save As dialog should be resizable in Windows) by Ja...
Nicolas Dufour
1
-1
/
+1
2012-02-15
fix warning
Johan B. C. Engelen
1
-1
/
+1
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-18
/
+18
2012-02-07
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
1
-0
/
+1
2012-01-02
win32 saving: clean up filename handling on opening save dialog
Johan B. C. Engelen
1
-2
/
+11
2011-10-18
cppcheck
Kris De Gussem
1
-4
/
+4
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+1
2011-08-26
remove double backslash in pathname (Bug 805095)
Alvin Penner
1
-0
/
+2
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-2
/
+2
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-06-04
Possible Win32 compile fix.
Jon A. Cruz
1
-17
/
+20
2011-03-15
automatically enter current filename in windows save as dialog.
Johan B. C. Engelen
1
-0
/
+11
2011-02-21
Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...
Nicolas Dufour
1
-166
/
+217
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-12-15
Win32 post-GSoC fixups.
Jon A. Cruz
1
-6
/
+6
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-1
/
+5
2010-08-12
Correct application of older Win32 patch. Fixes bug #616589.
Jon A. Cruz
1
-1
/
+1
2010-08-12
Correct application of older Win32 patch. Fixes bug #616589.
Jon A. Cruz
1
-1
/
+1
2010-08-11
Catch bad save dialog sizes on Win32. Fixes bug #285267.
Jon A. Cruz
1
-6
/
+32
2010-08-11
Catch bad save dialog sizes on Win32. Fixes bug #285267.
Jon A. Cruz
1
-6
/
+32
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-9
/
+8
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-4
/
+4
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-03-01
Cast cleanup.
Jon A. Cruz
1
-2
/
+2
2010-02-28
Compilation fixes for Windows 64-bit by Fridrich
Krzysztof Kosi??ski
1
-3
/
+3
2010-02-13
File preview max size increased to 10Mio.
Nicolas Dufour
1
-1
/
+1
2010-02-01
Updates for devlibs revision 9
Krzysztof Kosi??ski
1
-2
/
+2
2009-10-15
Fix for bug #423326 (Untranslated file types).
Nicolas Dufour
1
-5
/
+5
2009-08-10
Add missing namespaces in win32 code (thanks to Yann Papouin for pointing thi...
Maximilian Albert
1
-2
/
+2
2009-08-09
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
1
-2
/
+3
2009-08-07
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...
Maximilian Albert
1
-2
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-07-29
Fix for bug #396580 (non-ASCII characters not displayed correctly in the open...
Nicolas Dufour
1
-1
/
+4
2009-06-05
implement the same all-bitmaps and all-vectors filters as on linux
bulia byak
1
-5
/
+54
2008-12-16
fix compile after rev 20377
Johan B. C. Engelen
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-31
Merge from trunk
Ted Gould
1
-6
/
+3
2008-10-27
From trunk
Ted Gould
1
-6
/
+5
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+1
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2008-09-11
First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...
Jeff Schiller
1
-12
/
+99
[next]