1. 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
  2. 4b2a99b Support lpstrCustomFilter and return nFilterIndex in file dialog. by Wolfgang Schwotzer · 21 years ago
  3. 4943881 Encoding fixes in Ukrainian translation. by Ilya Korniyko · 21 years ago
  4. bce73e4 Update OFN_READONLY flag when closing file dialog. by Wolfgang Schwotzer · 21 years ago
  5. 095752a Make the file type combobox non-editable. by Pavel Roskin · 21 years ago
  6. 2f0a4ac Make file dialog support FNERR_BUFFERTOSMALL if buffer too small. by Wolfgang Schwotzer · 21 years ago
  7. 1c279bf Added Ukrainian translations. by Ilya Korniyko · 21 years ago
  8. 85cad2c If lpstrTitle is NULL, set it to either 'Open File' or 'Save as'. by Francois Gouget · 21 years ago
  9. 52c0832 Make Unicode strings static const. by Francois Gouget · 21 years ago
  10. 6a6c85c Make Unicode const strings static so they are not copied to the stack by Francois Gouget · 21 years ago
  11. 01fbcfb Add back win16 style dialogs for win32 apps. by Huw Davies · 21 years ago
  12. 24dd96a Updated Spanish translations. by José Manuel Ferrer Ortiz · 21 years ago
  13. c64835d Separate US English resources from English ones. by Robert Shearman · 21 years ago
  14. 35ac185 Minor updates in resource for Portuguese. by Marcelo Duarte · 21 years ago
  15. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  16. a56d40f Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init. by Rein Klazes · 21 years ago
  17. 5bec0d7 Change GetFileTitleA/W prototype to match PSDK. by Ge van Geldorp · 21 years ago
  18. 0053b8b Italian update. by Ivan Leo Murray-Smith · 21 years ago
  19. a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
  20. 89ef25e Use the BTNS_* toolbar button style defines rather than the outdated TBSTYLE_*. by Huw Davies · 21 years ago
  21. cf09f5a Thai language translation. by Jon Griffiths · 21 years ago
  22. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  23. 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
  24. 6fb62d0 Resource updates. by Ivan Leo Murray-Smith · 21 years ago
  25. 8e9e892 Directly use the hook proc for the custom template dialog rather than by Huw Davies · 21 years ago
  26. be4aff3 Handle the cases when initdir is either invalid, or specifies a file. by Rein Klazes · 21 years ago
  27. 2509fcf Some more Win16/Win32 separation (based on a patch by Steven Edwards). by Alexandre Julliard · 21 years ago
  28. 640cc3f Assorted spelling fixes. by Francois Gouget · 21 years ago
  29. e18682a Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W instead. by Robert Shearman · 21 years ago
  30. 930b7da Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags. by Phil Krylov · 21 years ago
  31. 62fb191 - Add a bitmap resource with the font icons: TrueType, printer, by Rein Klazes · 21 years ago
  32. c04cf2d Fixed MS UI Gothic font names. by Vik Kumar · 21 years ago
  33. 04f96a8 DWL_USER might be used otherwise, so use an internal window property by Marcus Meissner · 21 years ago
  34. 66e5a82 When a directory is entered in the 16 bits file dialog, it should not by Rein Klazes · 21 years ago
  35. 7803bb5 Porting fix. by Steven Edwards · 21 years ago
  36. c49064a - The last of the major Win16/32 split for commdlg (for real this by Steven Edwards · 21 years ago
  37. 103f989 Font changes from MS P Gothic to MS UI Gothic. by Vik Kumar · 21 years ago
  38. 965b285 Do conversions between the font size specified in points (or by Rein Klazes · 21 years ago
  39. c546462 Enable the display of a true type bitmap for true type fonts. by Rein Klazes · 21 years ago
  40. 5882718 Fix a font object leak in the font dialog's WM_PAINT handler. by Dmitry Timoshkov · 21 years ago
  41. c69a522 Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message handler. by Rein Klazes · 21 years ago
  42. 42fc4be Use the lfHeight field to initialize the font dialog's point size. Do by Rein Klazes · 21 years ago
  43. 6f1a7da Implement combobox to select the font's character set. by Rein Klazes · 21 years ago
  44. 98cda18 Split the Win16/32 color dialog by duplicating two internal functions. by Steven Edwards · 21 years ago
  45. f1f3b91 Spelling/Grammar fixes. by Jon Griffiths · 21 years ago
  46. 2c142af Add sample texts for all missing character sets (or explain why some by Rein Klazes · 21 years ago
  47. 2964888 A general cleanup of the version resources in Wine DLLs. by Dmitry Timoshkov · 21 years ago
  48. e94dad1 Remember (do not reset) font size and style parameters in the initial by Rein Klazes · 21 years ago
  49. c9197aa Fix a bug in the test for italic font style property. by Rein Klazes · 21 years ago
  50. e998d0e Tidy up indentation. by Rein Klazes · 21 years ago
  51. 801cb5a Fix "sample" box drawing by adding some needed coordinate and size by Rein Klazes · 21 years ago
  52. 5a2f3c1 Added/updated Italian resources. by Ivan Leo Murray-Smith · 21 years ago
  53. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  54. 2aa8a83 Replaced a few more 0xffffffff by the appropriate constants. by Alexandre Julliard · 21 years ago
  55. c3c0c56 - Split Win16/32 file dialogs. - Remove support for Win16 style'd Win32 dialogs. by Steven Edwards · 21 years ago
  56. 4fcb06a Pass the correct lparam when calling PageDlgProcA's PageSetupHook for by Mike McCormack · 21 years ago
  57. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  58. c48c164 Remove a few unneeded include statements in internal headers. by Steven Edwards · 21 years ago
  59. 4d375d1 Fixed warnings with gcc option "-Wwrite-strings". by Michael Günnewig · 21 years ago
  60. 54e6b0d Extract binary resources to files, to fit the standard. by Dimitrie O. Paun · 21 years ago
  61. 082e0bf Fix missing mem freeing on error path. by Michael Stefaniuc · 21 years ago
  62. 4ba3b0a Fix memory leaks on error path. by Michael Stefaniuc · 21 years ago
  63. 8b25584 Remove the obsolete pascal16 (replaced by pascal -ret16). by Dimitrie O. Paun · 22 years ago
  64. bf5f07a Yet another batch of French resources updates. by Vincent Béron · 22 years ago
  65. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  66. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  67. 69c90c2 Converted the rest of the obj_*.h headers to IDL into shobjidl.idl. by Alexandre Julliard · 22 years ago
  68. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  69. 81c3170 Avoid including wine/obj_*.h files directly from C files. by Alexandre Julliard · 22 years ago
  70. 63fecde Declare LPCITEMIDLIST as 'const' pointer and adjust shell32 by Martin Fuchs · 22 years ago
  71. d4c1eba Minor updates of Slovenian translations. by Rok Mandeljc · 22 years ago
  72. 261b97a Some applications depend on the order of initialization steps of the by Dmitry Timoshkov · 22 years ago
  73. ca7e9ff Cope with potentially moved and resized file view window. by Dmitry Timoshkov · 22 years ago
  74. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  75. 9e2b15d Split Win16/32 printer dialogs. by Steven Edwards · 22 years ago
  76. 17afa80 Some spelling fixes. by Francois Gouget · 22 years ago
  77. b96b3d1 Improve handling of custom dialog templates passed to GetOpenFileName. by Dmitry Timoshkov · 22 years ago
  78. 8b644f8 - lesser adjustments in cdlg_Pt.rc (better visual) by Marcelo Duarte · 22 years ago
  79. 07e69ae Send a CDN_FOLDERCHANGE message when we change folders. by Mike McCormack · 22 years ago
  80. de08661 - Localization to Portuguese of Brazil by Marcelo Duarte · 22 years ago
  81. dfe397f Get/SetPropW needs a Unicode string. by Alexandre Julliard · 22 years ago
  82. 0d6a2e9 Store PrintStructures in a window property instead of extra window bytes. by Mike Hearn · 22 years ago
  83. 5552da9 Remove unneeded calls to LoadLibrary16 and FreeLibrary16. by Steven Edwards · 22 years ago
  84. 1d05524 More splitting of the Win16/32 internal filedlgproc window procedures by Steven Edwards · 22 years ago
  85. 2faead1 Fixed Russian commdlg localization. Some resource elements didn't have by Oleg Prokhorov · 22 years ago
  86. c5f775a Typos/spelling fixes. by Francois Gouget · 22 years ago
  87. e36fa45 Updated a bunch of translations for Slovenian language. by Rok Mandeljc · 22 years ago
  88. 6056159 Split Win16/32 file dialogs. by Steven Edwards · 22 years ago
  89. 3f5b518 Split Win16/32 color dialog support. by Steven Edwards · 22 years ago
  90. 6b9c474 Separate Win16 and Win32 font dialog support. by Steven Edwards · 22 years ago
  91. 39669fa Use SetDlgItemText instead of sending a WM_SETTEXT. by Dmitry Timoshkov · 22 years ago
  92. e392414 Better handling of OFN_NOVALIDATE for win31 style file dialogs. by Huw Davies · 22 years ago
  93. 0bb73f5 Fill the filedialog95 controls before sending a CDN_INITDONE notification. by Mike McCormack · 22 years ago
  94. 97b7bc1 Added a lot of Russian translations. by Igor Stepin · 22 years ago
  95. e3d681b Get rid of the COMMDLG_hInstance variables. by Alexandre Julliard · 22 years ago
  96. 114b667 Some spelling and formatting fixes. by Andreas Mohr · 22 years ago
  97. 2d55e04 Fix some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 22 years ago
  98. da9720c Unicode strings termination fixes. by Vitaliy Margolen · 22 years ago
  99. 473a886 Fix the lookin combobox overlapping the toolbar in open/save file dialog. by Maxime Bellengé · 22 years ago
  100. c342de1 Fix how the size of the dialog is computed and the child component by Maxime Bellengé · 22 years ago