Code

Win32 post-GSoC fixups.
[inkscape.git] / src / ui / dialog / filedialogimpl-win32.cpp
2010-12-15 Jon A. CruzWin32 post-GSoC fixups.
2010-12-12 Jon A. CruzGSoC C++-ificiation merge and cleanup.
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-12 Jon A. CruzCorrect application of older Win32 patch. Fixes bug...
2010-08-12 Jon A. CruzCorrect application of older Win32 patch. Fixes bug...
2010-08-11 Jon A. CruzCatch bad save dialog sizes on Win32. Fixes bug #285267.
2010-08-11 Jon A. CruzCatch bad save dialog sizes on Win32. Fixes bug #285267.
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-03-26 Ted GouldMerge from trunk
2010-03-01 Jon A. CruzCast cleanup.
2010-02-28 Krzysztof KosińskiCompilation fixes for Windows 64-bit by Fridrich
2010-02-13 JazzyNicoFile preview max size increased to 10Mio.
2010-02-01 Krzysztof KosińskiUpdates for devlibs revision 9
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-10-15 JazzyNicoFix for bug #423326 (Untranslated file types).
2009-08-10 cilix42Add missing namespaces in win32 code (thanks to Yann...
2009-08-09 cilix42Fix remaining glitches in the behaviour of the Save...
2009-08-07 cilix42Store last used paths separately for the 'Save as ...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-07-29 JazzyNicoFix for bug #396580 (non-ASCII characters not displayed...
2009-06-05 buliabyakimplement the same all-bitmaps and all-vectors filters...
2008-12-16 johanengelenfix compile after rev 20377
2008-11-21 Ted GouldMerge from fe-moved
2008-10-31 Ted GouldMerge from trunk
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-16 buliabyakremove extra unref; now ref/unref is done by show/hide...
2008-09-11 jeff_schillerFirst patch for Bug 209199: Update Win32 Save As dialog...
2008-09-01 johanengelenremoved unnecessary pointer, changed to by reference...
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-04 johanengelenNR:: => Geom:: for much of src/ui and src/widgets
2008-07-14 ulferiksonPreview emf on windows
2008-06-20 buliabyakpatch from 226459, approved by joel
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-04-16 johanengelenfix include path
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-03-17 joelholdsworthA fix for bug #199357 "cannot load emf file" based...
2008-03-04 cilix42noop: reverted one line of commit #17642 (it's safe...
2008-03-04 joelholdsworthFixed buffer overrun in FileOpenDialogImplWin32::create...
2008-02-28 mfloryanfixed another localization issue - file extension names...
2008-02-28 joelholdsworthFixed off-by-one filter bug with the windows native...
2008-02-26 mfloryanFinished translation stuff for filedialogimpl-win32.cpp
2008-02-26 mfloryanAdded missing src/ui/dialog/filedialogimpl-win32.cpp...
2008-02-25 joncruzLine-end fix
2008-02-23 joelholdsworthCorrected Copyright years in file dialogs from 2007...
2008-02-23 joelholdsworthMerged in Native File Dialogs for Windows Branch