Implement {Start,End}DocPrinter and WritePrinter.
[wine] / dlls / user /
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-08  Dmitry TimoshkovAdd DDE transaction test, make it pass under Wine.
2005-07-08  Frank RichterAlways zero destination buffer in SYSPARAMS_LoadRaw...
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-07  Frank RichterAdd support for proper saving of the "FLATMENU" and...
2005-07-07  Frank RichterWine has now a Marlett font, hence the window buttons...
2005-07-07  Alexandre JulliardDelay creation of the internal pos atom until needed.
2005-07-07  Dmitry TimoshkovAdd a MsgWaitForMultipleObjects test.
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-07-07  Felix NawothnigUpdate TODO list.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Rein Klazes- when sending the WM_DRAWITEM message in case of a...
2005-07-06  Alexandre JulliardRestore the clip region after GetDCEx in send_erase...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-06  Felix NawothnigClear buffer before querying the registry in SYSPARAMS_...
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-07-05  Vitaliy MargolenFix some failing tests.
2005-07-05  Detlef RiekenbergLoadImageW: Fix type of TRACE parameter.
2005-07-05  Frank RichterAdd support for drawing menus in "flat" style.
2005-07-05  Dmitry TimoshkovAdd a test case for IsWindowUnicode.
2005-07-05  Frank RichterAdd support for SPI_[SG]ETFLATMENU in SystemParametersI...
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Andreas MohrHCONV and HCONVLIST are 32bit handles.
2005-07-01  Robert ShearmanGetDlgItemText should always try to NULL terminate...
2005-06-30  Alexandre JulliardRevert SPI_SETMOUSEBUTTONSWAP changes.
2005-06-30  Dmitry TimoshkovFix a typo in ReuseDDElParam: GlobalLock supposed to...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-27  Jacek CabanBetter notify macro
2005-06-25  Andreas MohrFix some 16-bit return values.
2005-06-25  Michael Kaufmann- Remove the old margins from the format rectangle...
2005-06-24  Michael KaufmannPaint the background with the correct color if WS_BORDER.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-22  Mike McCormackFix declarations, remove unused code.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Rein KlazesIn reg_get_logfont:
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Dmitry TimoshkovDdeCreateStringHandleA/W takes a pointer to a const...
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
2005-06-15  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-06-15  Mike McCormackFix declarations.
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Stefan HuehnerRemove include "cursoricon.h" from nonclient.c and...
2005-06-14  Alexandre JulliardUse a better location than HKCU\Wine for saving the...
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Huw DaviesWhen loading a bitmap we should stretch the image to...
2005-06-09  Lauri TulminBottom edge of the update region should be relative...
2005-06-09  Lauri TulminAdd more tests for text placement in single and multili...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Alexandre JulliardMoved dde files to the main directory and got rid of...
2005-06-09  Alexandre JulliardMoved monitor functions to dlls/user/misc.c and finally...
2005-06-09  Alexandre JulliardMoved windows/driver.c to dlls/user/driver16.c.
2005-06-09  Dmitry TimoshkovAdded a couple of CloseHandle calls.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-08  Huw DaviesRead the entire logfont from the registry if it exists.
2005-06-07  Dmitry TimoshkovAdd a test for window state when a window receives...
2005-06-07  Alexandre JulliardStill send a message in SetWindowText for the inter...
2005-06-05  Lauri TulminDon't truncate text on WM_SETTEXT and send EN_MAXTEXT.
2005-06-02  Dmitry TimoshkovUpdate internal state only if the message is being...
2005-05-31  Jason EdmeadesAdded test case for infinite loops on RDW_REDRAWNOW.
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-30  Kouji SasakiCorrected the determination of capturing inside EDIT_WM...
2005-05-27  Richard CohenFix some obsolete comments
2005-05-26  Alexandre JulliardDon't fetch the window class name if it's not needed...
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-25  Alexandre JulliardMoved a couple of 16-bit functions to dlls/user/user16.c.
2005-05-25  Rein KlazesUse the screen resolution to convert from twips (1440...
2005-05-25  Alexandre JulliardMoved the syscolor functions to dlls/user/sysparams.c.
2005-05-24  Vitaly LipatovAdd BUTTON_NOTIFY_PARENT macro (as in edit.c).
2005-05-24  Richard CohenFix off-by-one in menu height calculation (& therefore
2005-05-23  Alexandre JulliardComment out stub WEP entry points so that we can call...
2005-05-19  Dimi PaunRemove LOCAL_*() calls from USER, use Local*16() instead.
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-05-17  Dimi PaunUse standard Local*16() functions instead of LOCAL_...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Michael StefaniucAdd some SystemParametersInfo SPI_* defines.
2005-05-14  Paul VriensCheck for a NULL pointer in GetWindowTextA/W.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-13  Alexandre JulliardProcess the pending expose events on RDW_UPDATENOW...
2005-05-13  Dmitry TimoshkovAvoid a crash in free_window_handle() on an invalid...
2005-05-11  Alexandre JulliardAllow passing a string to the window property server...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-05-10  Rein KlazesMulti column popup menus have 4 pixel space between...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
next