summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-win32.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add default extension for native win32 file save dialog.Eduard Braun2017-09-151-0/+1
| | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links.
* Do not strip file extension in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-4/+9
| | | | (Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...)
* Fix a crash in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-6/+6
| | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1639701
* Add units (px) to size being shown in native Windows file open dialog and ↵Eduard Braun2017-03-021-12/+3
| | | | | fix wrong size being shown for EMF/WMF files (bzr r15560)
* Fix for native Windows file open dialog only showing the first character of ↵Eduard Braun2017-03-011-2/+2
| | | | | | | the file name below the preview. There seems to be some confusion wheter the type specifier "%s" means char or wchar and the behavior even changes between different versions of MinGW (bzr r15559)
* Fix SVG file preview in Windows native file open dialog.Eduard Braun2017-03-011-103/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802904 (bzr r15558)
* Fix encoding issues with title field in native Windows file save dialog.Eduard Braun2017-02-281-6/+6
| | | | | | | | | We were neither using Unicode versions of the WinAPI function nor properly converting character encodings which resultet in garbled output in the title field in the best case and invalid SVG output in the worst case. Fixed bugs: - https://launchpad.net/bugs/576126 - https://launchpad.net/bugs/1627551 (bzr r15557)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | (bzr r15023.2.7)
* remember status of preview pane in native Windows open dialog. (Bug 1428873)Alvin Penner2015-03-101-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428873 (bzr r13985)
* i18nKris De Gussem2015-02-161-1/+1
| | | (bzr r13925)
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | (bzr r13341.1.192)
* make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-151-10/+2
| | | | | (failed on 64bit) (bzr r13341.1.26)
* Win32. More include fixes for glibmm 2.36 (file dialog).Nicolas Dufour2013-05-161-2/+2
| | | (bzr r12337)
* Win32. Fixing some more include issues (glibmm threads depracation).Nicolas Dufour2013-05-151-3/+1
| | | (bzr r12336)
* Win32. Fixing Glib and GTKmm deprecations.Nicolas Dufour2013-02-051-1/+21
| | | (bzr r12102)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-2/+70
| | | (bzr r11895)
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-0/+62
| | | (bzr r11549)
* fix deprecated glib thingieJohan B. C. Engelen2012-04-111-1/+1
| | | (bzr r11227)
* UI. Fix for Bug #437521 (Save As dialog should be resizable in Windows) by ↵Nicolas Dufour2012-04-041-1/+1
| | | | | Jaroslaw M. Gliwinski. (bzr r11150)
* fix warningJohan B. C. Engelen2012-02-151-1/+1
| | | (bzr r10980)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-18/+18
| | | (bzr r10952)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* win32 saving: clean up filename handling on opening save dialogJohan B. C. Engelen2012-01-021-2/+11
| | | (bzr r10820)
* cppcheckKris De Gussem2011-10-181-4/+4
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-3/+1
|\ | | | | (bzr r10589)
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+1
| | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | remove double backslash in pathname (Bug 805095)Alvin Penner2011-08-261-0/+2
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-1/+1
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-17/+20
|\ | | | | (bzr r9508.1.89)
| * Possible Win32 compile fix.Jon A. Cruz2011-06-041-17/+20
| | | | | | (bzr r10256)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-167/+229
|\| | | | | (bzr r9508.1.73)
| * automatically enter current filename in windows save as dialog.Johan B. C. Engelen2011-03-151-0/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530957 (bzr r10107)
| * Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-166/+217
| | | | | | | | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+13
|\| | | | | (bzr r9508.1.72)
| * Win32 post-GSoC fixups.Jon A. Cruz2010-12-151-6/+6
| | | | | | (bzr r9953)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+10
| |\ | | | | | | (bzr r9945.1.1)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-6/+6
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-7/+33
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
| * | Correct application of older Win32 patch. Fixes bug #616589.Jon A. Cruz2010-08-121-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616589 (bzr r9702)
| * | Catch bad save dialog sizes on Win32. Fixes bug #285267.Jon A. Cruz2010-08-111-6/+32
| |/ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/285267 (bzr r9698)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+5
| | | | | | (bzr r9508.1.67)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-9/+8
|/ | | (bzr r9508.1.47)
* Cast cleanup.Jon A. Cruz2010-03-011-2/+2
| | | (bzr r9124)
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-3/+3
| | | (bzr r9118)
* File preview max size increased to 10Mio.Nicolas Dufour2010-02-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/499310 (bzr r9086)