summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-win32.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-0/+2
| | | (bzr r11895)
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-0/+8
| | | (bzr r11549)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-1/+2
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Add missing namespaces in win32 code (thanks to Yann Papouin for pointing ↵Maximilian Albert2009-08-101-1/+1
| | | | | this out) (bzr r8460)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-1/+1
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Fix compile on windowsMaximilian Albert2009-08-071-7/+7
| | | (bzr r8434)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-3/+4
| | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
* From trunkTed Gould2008-10-271-5/+5
| | | (bzr r6885)
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵Jeff Schiller2008-09-111-9/+17
| | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791)
* Preview emf on windowsUlf Erikson2008-07-141-0/+8
| | | (bzr r6294)
* Fixed off-by-one filter bug with the windows native file dialogs, and tidied ↵Joel Holdsworth2008-02-281-18/+24
| | | | | code a bit in filedialogimpl-win32.cpp/h (bzr r4900)
* Line-end fixJon A. Cruz2008-02-251-348/+348
| | | (bzr r4845)
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-231-1/+1
| | | (bzr r4832)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-0/+348
(bzr r4830)