Commit Graph

108 Commits

Author SHA1 Message Date
Francois Gouget 5e0ea856c2 oledlg: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:43 +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
Alexander Nicolaysen Sørnes 0427c0ded3 Updated Norwegian Bokmål translations. 2006-11-20 12:03:44 +01: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
Jonathan Ernst 29a20902ac oledlg: Updated French translation. 2006-10-24 17:46:12 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Hwang YunSong(황윤성) 41951dc124 oledlg: Updated Korean resource. 2006-10-24 11:45:25 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Hwang YunSong(황윤성) 94523a85d2 oledlg: Updated Korean resource. 2006-10-23 12:39:26 +02:00
Mikołaj Zalewski e2612eca3e oledlg: Add Polish translation. 2006-10-23 12:35:11 +02:00
Frank Richter 223df86237 oledlg: Update German translation. 2006-10-23 12:34:24 +02:00
Huw Davies 9c8dd8fb86 oledlg: Only send the end dialog msg if the button is actually clicked. 2006-10-23 12:29:18 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Huw Davies 04662b8c45 oledlg: Remove the structure window property when we quit. 2006-10-20 11:41:08 +02:00
Huw Davies 5f71b16d07 oledlg: Return the appropiate value after the dialog is closed. 2006-10-20 11:41:08 +02:00
Huw Davies feeaf9c238 oledlg: Update the source text. 2006-10-20 11:41:08 +02:00
Huw Davies 8711d5e6b1 oledlg: Set nSelectedIndex on exit. 2006-10-20 11:41:08 +02:00
Huw Davies 39131cf545 oledlg: Retrieve names from the OBJECTDESCRIPTOR structure. 2006-10-20 11:41:08 +02:00
Huw Davies ddaa4801a9 oledlg: Call the hook proc if present. 2006-10-20 11:41:08 +02:00
Huw Davies e898890241 oledlg: Set initial focus to the display list. 2006-10-20 11:41:08 +02:00
Huw Davies 1d9e48c77e oledlg: Handle paste / link mode change. 2006-10-20 11:41:08 +02:00
Huw Davies aa9fdd06e4 oledlg: Minimal 'As Icon' handling. Just disable for now. 2006-10-20 11:41:07 +02:00
Huw Davies 15768f8572 oledlg: Update the result text. 2006-10-20 11:41:07 +02:00
Huw Davies 0019f3bba9 oledlg: Add paste special string resources. 2006-10-20 11:41:07 +02:00
Huw Davies 45a3b1738f oledlg: Post OLEUI_MSG_HELP when the Help button is pressed and hide the Help button if the app doesn't want it. 2006-10-20 11:41:07 +02:00
Huw Davies b7ad8fbbd9 oledlg: Send the OLEUI_MSG_ENDDIALOG messsage when closing the dialog. 2006-10-20 11:41:07 +02:00
Huw Davies bda36798ad oledlg: Register a couple of messages. 2006-10-20 11:41:07 +02:00
Huw Davies f07bbbd434 oledlg: Copy the appropiate list to the display list. 2006-10-20 11:41:07 +02:00
Huw Davies a67ad872e3 oledlg: Logic for initial selection of paste/pastelink radio buttons. 2006-10-20 11:41:07 +02:00
Huw Davies f7d5f198b4 oledlg: Initialize the pastelink list. 2006-10-20 11:41:07 +02:00
Huw Davies 905b598bb3 oledlg: Initialize the paste list. 2006-10-20 11:41:07 +02:00
Huw Davies 284f07e412 oledlg: Set the user supplied caption. 2006-10-20 11:41:06 +02:00
Huw Davies 7a17e824ab oledlg: Use the clipboard if the user doesn't pass an IDataObject. 2006-10-20 11:41:06 +02:00
Huw Davies 65e112a155 oledlg: Initial management of private structure for dialog box control. 2006-10-20 11:41:06 +02:00
Huw Davies 3d6d9b210a oledlg: Load the correct dialog template and add a skeleton dialog proc. 2006-10-20 11:41:06 +02:00
Huw Davies 3c2c4a030c oledlg: Paste special dialog resource. 2006-10-20 11:41:06 +02:00
Huw Davies a94bc4c0b6 oledlg: Forward OleUIPasteSpecialA -> OleUIPasteSpecialW. 2006-10-20 11:41:06 +02:00
Huw Davies f08c5c2ccf oledlg: Debugging code to dump the OLEUIPASTESPECIAL structure. 2006-10-20 11:41:06 +02:00
Huw Davies bed39b45ee oledlg: Register a bunch of clipboard formats. 2006-10-20 11:41:06 +02:00
Huw Davies 9ce684b987 oledlg: Move paste special dialog stubs to their own file. 2006-10-20 11:41:06 +02:00
Hans Leidekker 385a8da4e4 Don't use utf-8 in rc files. 2006-10-06 12:32:23 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Hwang YunSong(황윤성) 18ce38311b oledlg: Updated Korean resource. 2006-08-04 12:04:11 +02:00
Alexandre Julliard 7d5da23463 oledlg: Make a string static. 2006-08-02 13:32:34 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Alexandre Julliard 28bbdf116c oledlg: Declare varargs functions as WINAPIV instead of cdecl. 2006-06-13 11:40:23 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00