With >256 colours, there is no need to realize a palette, so skip it
[wine] / dlls / user /
2003-06-04  Dmitry TimoshkovRevert some really unwanted changes to the DDE code.
2003-05-19  Dmitry TimoshkovExpect multiple DNS_ flags.
2003-05-19  Dmitry TimoshkovGetClassInfo returns class atom on success.
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2003-05-19  Mike McCormackImplemented BroadcastSystemMessageW.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-13  Robert ShearmanPrivateExtractIcon* should search the path for the...
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-13  Mike McCormackFixed packing/unpacking of WM_WININICHANGE.
2003-05-12  Alexandre JulliardCommented out the new win98 exports, they are causing...
2003-05-11  Dmitry TimoshkovFix the logic for setting the lps->fErase flag in Begin...
2003-05-11  Alexandre JulliardAdded A<->W mappings for WM_IME_CHAR.
2003-05-11  Dmitry TimoshkovDo not abort dialog creation if DS_NOFAILCREATE allows...
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-05-02  Andreas MohrAdded some stubs.
2003-05-02  Andreas MohrAdded missing Win98 user32.dll function exports entries.
2003-04-30  Dmitry TimoshkovProtect BeginPaint and EndPaint from lps being NULL.
2003-04-26  Ferenc WagnerAdded listbox test.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-08  Alexandre JulliardAvoid warning.
2003-04-03  Vitaliy MargolenRemove bogus initialization in SetKeyboardState.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-10  Vitaliy MargolenFixed typo in PrivateExtractIconExW function.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-31  Bill MedlandBetter handling of bad data in TabbedTextOut/TabbedText...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-21  Marcus MeissnerChanged MONITORINFOEXA,W definition to the one in MSDN...
2003-01-20  Francois GougetCheck for sysparams keys in either the Win9x or NT...
2003-01-16  Francois GougetDon't use old_spacing-1 if old_spacing already has...
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanAlignRects stub.
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Francois GougetFix signed/unsigned compilation warnings.
2003-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2003-01-02  Dmitry TimoshkovAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
2002-12-19  Alexandre JulliardLPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitr...
2002-12-18  Francois GougetwsprintfW is not supported on Win9x platforms.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Rolf KalbermatterFix a possible memory leak when extracting from an...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-24  Bill MedlandCorrect UnhookWindowsHook: clear the handle so that...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardProperly split the 16-bit versions of GrayString and...
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Steve LustbaderHave PostMessage call PostThreadMessage when hwnd is...
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-11  Eric PouechImplemented a Wine-only scheme for interprocess WinHelp...
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-04  Zoly NagyAdded/upgraded Hungarian resources.
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-25  Alexandre JulliardInstall the shell hook as a 32-bit hook.
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-23  Alexandre JulliardMoved network.c to 16-bit sources.
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-22  Dmitry TimoshkovRestore setting of caption "Error".
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-19  Michael StefaniucFix warnings when converting between an ATOM and a...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
next