Add flags for RegRestoreKey.
[wine] / windows /
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-02-19  Andreas MohrConvert Twips values from the registry.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-18  Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-23  Alexandre JulliardAdded dead keys support using X input methods (based...
2003-01-20  Francois GougetExtend the code to set both the Win9x and the NT regist...
2003-01-14  Alberto MassariHandle the WS_EX_LEFTSCROLLBAR style (that is, draw...
2003-01-14  Duane ClarkCheck for pending X events before getting queue status.
2003-01-14  Dmitry TimoshkovPost correct notification code on WM_CLOSE for dialogs.
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanSPI_GETMINIMIZEDMETRICS implemented.
2003-01-11  Alexandre JulliardPrint the message name for registered messages.
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  Duane ClarkWS_CAPTION is a two bit field, so test appropriately.
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-07  Duane ClarkA window with a WS_EX_APPWINDOW extended style can...
2002-12-19  Dimitrie O. PaunUpdateWindow returns a BOOLean.
2002-12-16  Rein KlazesFix an A/W structure size bug in DrawCaptionTempW().
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Mike HearnMake WM_MOUSEHOVER coordinates client relative.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Alexandre JulliardAdded CS_DBLCLKS style to dialog window class.
2002-11-24  Matthew DavisonFix some unicode->ascii calls.
2002-11-23  Mike HearnAltered WM_MOUSEHOVER so the lParam and wParam fields...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Stefan LeichterMoved implementation of Get/SetClassLong from ascii...
2002-11-21  Stefan LeichterReplaced CreateDCA by CreateDCW in LoadImageW.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-18  Stefan LeichterMoved implementation of LoadKeyboardLayout from ASCII...
2002-11-18  Stefan LeichterMoved implementation of EnumDisplaySettings from ASCII...
2002-11-18  Ryan CummingMake LookupIconIdFromDirectoryEx16 call LookupIconIdFro...
2002-11-15  Tony LambregtsFix SM_CYVTHUMB, SM_CXSMSIZE, SM_CXMENUCHECK and SM_CYM...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Alexandre JulliardFixed sign problem in GetWindowWord/Long check for...
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-11-11  Eric PouechImplemented a Wine-only scheme for interprocess WinHelp...
2002-11-11  Dmitry TimoshkovFix copy/paste bug. Make MessageBox without an icon...
2002-11-06  Francois GougetCompute SM_CYMAXIMIZED purely based on the screen heigh...
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Uwe BonnesMSGBOX_DlgProc: break out of WM_COMMAND.
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 JulliardFixed ShowWindowAsync.
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Andreas MohrMake GetFreeSystemResources16 print its values on TRACE.
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-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
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  Rein KlazesMessageBoxIndirectW: call FindResourceEx with arguments...
2002-10-22  Dmitry TimoshkovRestore setting of caption "Error".
2002-10-21  Dmitry TimoshkovActually use language identifier.
2002-10-19  Dmitry TimoshkovConvert MessageBox family functions to unicode.
2002-10-19  Alexandre JulliardChanged the USER_HEAP_* macros to use HANDLEs instead...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed typo in EnumThreadWindows.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-12  Alexandre JulliardRemove no longer used PERQUEUEDATA structure and functions.
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-09  Andrew M. JohnstonRemoved reference to SCROLL_SetNCSbState.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-02  Alexandre JulliardFixed GDI heap selector handling broken by previous...
2002-10-02  Dimitrie O. PaunFix Validate{Rect,Rgn} prototypes.
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-30  Guy L. Albertelli- The TTM_ message needed to be in correct order.
2002-09-27  Michael StefaniucMoved some 16-bit functions from windows/cursoricon...
2002-09-25  Alexandre JulliardAdded missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-20  Dimitrie O. PaunHave USER deal with the caret when scrolling a window.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-29  Per NystromSet the flag in GetCursorInfo.
2002-08-29  Alexandre JulliardCreate the scratch region before copying if necessary.
next