Commit Graph

68 Commits (f2792521896ff3b56fea3583044404c73bd09c18)

Author SHA1 Message Date
Dmitry Timoshkov 68fbebf713 comdlg32: Use unicode Win32 APIs when possible. 2007-03-07 20:10:32 +01:00
Dmitry Timoshkov afd6f64a02 comdlg32: Use unicode Win32 APIs when possible. 2007-03-07 20:10:32 +01:00
Andrew Talbot 3c842c0d1e comdlg32: Replace const pointer parameters with correct pointers to const. 2007-03-06 22:26:42 +01:00
Dmitry Timoshkov cc9160f214 comdlg32: Synchronize ChooseColor dialog templates with the English one. 2007-02-26 13:58:17 +01:00
Ivan Sinitsin a4ff5c550b comdlg32: Set the right background color of the dialog window "Choose color". 2007-02-14 22:17:29 +01:00
Francois Gouget 536e738552 Assorted spelling fixes. 2007-02-14 21:03:57 +01:00
Anatoly Lyutin bea5ed4fa9 comdlg32: fontdlg: Add initialisation for comboboxes. 2007-02-13 17:15:52 +01:00
Vitaly Lipatov c8bcbdb90d Some fixes in russian resources. 2007-02-09 11:48:28 +01:00
Anatoly Lyutin b18cc05965 comdlg32: Update Russian translation. 2007-02-05 14:03:36 +01:00
Vitaly Lipatov d801fb6912 comdlg32: Update Russian translation. 2007-01-25 11:59:51 +01:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Detlef Riekenberg 0678c87b3b comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c. 2007-01-12 11:23:17 +01:00
Louis Lenders 22d6a19d16 comdlg32: Update Dutch resources. 2007-01-11 11:37:24 +01:00
Louis Lenders 36b0aabe01 comdlg32: Update Dutch resource. 2007-01-05 18:23:54 +01:00
Andrew Talbot 6bb00a3c0e comdlg32: Declare some items static. 2007-01-04 09:54:55 +01:00
Andrew Talbot 2159f2bce8 comdlg32: Declare function static. 2007-01-02 13:30:29 +01:00
Michael Stefaniuc c7e00c9f49 janitorial: In multiline strings there is no need for '\' at the end of the lines. 2006-12-27 13:10:13 +01:00
Francois Gouget 2c531ade2e comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.
Fix the test so it compiles without warnings.
2006-12-14 20:24:58 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Alexandre Julliard 6367330fe8 comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr. 2006-11-30 15:15:46 +01:00
Dmitry Timoshkov d0db296db0 comdlg32: Make some data const. 2006-11-29 12:44:47 +01:00
Francois Gouget cb4faf425f comdlg32: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-27 13:42:44 +01:00
Francois Gouget 22209db865 comdlg32: Moved a FIXME out of the user-visible string. 2006-11-24 11:50:25 +01:00
Francois Gouget b5f104d05b Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. 2006-11-24 11:49:32 +01:00
Paul Vriens 646139dd6e comdlg32: Remove unused variable (Coverity). 2006-11-13 12:58:58 +01:00
Mikołaj Zalewski 7f86e6b849 comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name. 2006-10-26 12:29:27 +02:00
Francois Gouget 9fe4673347 Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Andrew Talbot 10c1faa79e comdlg32: Cast-qual warning fix. 2006-10-23 15:07:18 +02:00
Andrew Talbot 0c868151db comdlg32: Cast-qual warnings fix. 2006-10-23 15:07:06 +02:00
Mikołaj Zalewski 686203bd41 comdlg32: Pl.rc: Enlarge the Find dialog to show the whole radio buttons text. 2006-10-23 12:36:11 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Michael Ploujnikov fb7ed587e9 comdlg32: Win64 printf format warning fixes. 2006-10-13 15:46:02 +02:00
Paul Vriens 06ec62d9c7 comdlg32: Move NULL check before use (Coverity). 2006-10-07 18:05:44 +02:00
Michael Stefaniuc 6ef43211b2 comdlg32/tests: Win64 printf format warning fixes. 2006-10-06 12:33:17 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Mikołaj Zalewski 06f9c79739 comdlg32: Load "Save" string from resources in filedlgbrowser.c. 2006-10-03 15:54:31 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Byeong-Sik Jeon e1c630847c comdlg32: Show better font style information in fontdlg. 2006-09-21 18:33:25 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Andrew Talbot 778d5d65e8 comdlg32: Cast-qual warnings fix. 2006-09-07 13:46:15 +02:00
Andrew Talbot a1cb75e91b comdlg32: Cast-qual warnings fix. 2006-09-07 13:45:59 +02:00
Renu Rajput c8106fe754 comdlg: Send missing CDN_FOLDERCHANGE. 2006-09-07 10:15:54 +02:00
Alexandre Julliard 5cf75e615a makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +02:00
Michael Stefaniuc 125e310ed3 comdlg32: Remove redundant NULL checks before MemFree. 2006-08-09 11:21:02 +02:00
Stefan Siebert bb310d5486 comdlg32: GetOpenFileNameW - Create unicode windows. 2006-07-26 10:22:53 +02:00
Detlef Riekenberg 75dce501ef comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail. 2006-07-24 12:57:34 +02:00
Hwang YunSong(황윤성) c945c25b82 comdlg32: Updated Korean resource. 2006-07-21 10:57:06 +02:00
Bang Jun-Young 4988fad232 comdlg32: Remove redundant headers. 2006-07-21 10:48:17 +02:00