Some NLS updates.
[wine] / dlls / commdlg /
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Ian PilcherChanged FILEDLG95_OnOpen to "double terminate" the...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-07  Gerard PatelFileokstring notification should be sent to the custom...
2000-12-07  Marcus MeissnerFixed handling of DialogBoxIndirectParamA return value.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-02  Uwe BonnesFileOpenDlgProc95: notify application of changed select...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-29  Gerard PatelFixed returned length of files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-13  Alexandre JulliardTemp hack: do not import dlls that we link with at...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-22  Marcus MeissnerGot rid of misleading "No Tls Space" error message.
2000-10-22  Gerard PatelFixed bug when changing drives in 16 bit style dialog...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Huw D M DaviesFix PrintDlg collate icons. Add orientation icons.
2000-08-31  Andreas MohrFixed a string buffer overflow.
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-18  Gerard PatelTurns the handling to pure 16 bits, remove references...
2000-08-18  Gerard PatelAvoids changing 2 levels when clicking .. in the direct...
2000-08-14  Gerard PatelFix return value to 16 bits for 16 bit hook; remove...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Dmitry TimoshkovInitialize lpstrInitialDir to really bogus value to...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-23  Gerard PatelFocus handling, visual changes + misc fixes.
2000-07-23  Gerard PatelRemove calls to DIALOG_DoDialogBox and DIALOG_CreateInd...
2000-07-08  Dmitry TimoshkovDo not crash if there was no files selected and OK...
2000-06-25  Eric PouechFixed crash when lpTemplateName is gotten from MAKEINTR...
2000-06-24  Juergen Schmied- fixed reported bugs
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-11  Huw D M DaviesRemove second import of winspool.drv.
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-02  Juergen Schmied- Rewrite of the shell related parts of the dialog...
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-05-11  Alexandre JulliardJean-Claude Batista
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-01  Bertho Stultiens- Implemented a new preprocessor that is (nearly) ANSI...
2000-05-01  Uwe BonnesCOMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError...
2000-04-29  Patrik StridvallFixed some warnings.
2000-04-28  Guy L. Albertelli- Correct check for minimum buffer length.
2000-04-25  Eric PouechFixed winspool(.drv) loading.
2000-04-25  Gerard PatelDon't use the template member unless the corresponding...
2000-04-24  Gerard Patel32 bits message processing for color dialog.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-19  Alexandre JulliardRemoved winmm from import list.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-08  Simen ZamecnikAdded Slovak language support.
2000-03-08  Junichi KuchinishiAdded some Japanese resources.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Hidenori TakeshimaArrangeCtrlPositions: fix for user-defined template...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Juergen SchmiedFor unicode: give the selected filename back.
2000-02-25  Juergen SchmiedFixed handling of filedlg flags.
2000-02-20  Gerard PatelAvoid too much refreshing when changing the drive in...
2000-02-20  Alexandre JulliardCorel merge:
2000-02-20  Juergen Schmied- activated use of templates
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Juergen SchmiedChanged import to ordinal.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-23  Marcus MeissnerReplaced some weird C constructs (char[]="" ) with...
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
next