wine
2007-03-01  Stefan Dösingerwined3d: Add GL_NV_fence defines and functions.
2007-03-01  Stefan Dösingerwined3d: Use the source surface's texture for writing...
2007-03-01  Stefan Dösingerwined3d: Prepare only fixed function samplers for blit.
2007-03-01  Jan Zerebeckiwinex11.drv: Change virtual desktop refresh rate from...
2007-03-01  Lei Zhangregedit: Correctly parse key name containing ']'.
2007-03-01  Mikołaj Zalewskicomctl32: rebar: Remove the not needed BANDS_NEED_LAYOU...
2007-03-01  Mikołaj Zalewskicomctl32: rebar: WM_SETFONT should send a RBN_HEIGHTCHA...
2007-02-28  Ken Thomaseswininet: Use "ping -c 1" instead of "ping -w 1" for...
2007-02-28  Ken Thomasesgdi32: Use exec() and _exit() instead of system() and...
2007-02-28  Ken Thomaseswinspool.drv: Use exec() and _exit() instead of system...
2007-02-28  Jacek Cabanshdocvw: Remove no longer used resources.
2007-02-28  Stefan Dösingerwined3d: Clip planes with vertex shaders.
2007-02-28  Stefan Dösingerwined3d: Move clip planes to the state table.
2007-02-28  Stefan Dösingerwined3d: Leave the fog state handler after disabling...
2007-02-28  Stefan Dösingerwined3d: Use GL_STATIC_DRAW_ARB instead of GL_STATIC_DRAW.
2007-02-28  Stefan Dösingerwined3d: Support for using auxilliary buffers for offsc...
2007-02-28  Felix Nawothnigcomctl32: Update header window in listview WM_PAINT...
2007-02-28  Felix Nawothnigcomctl32: Add listview WM_PAINT message sequence tests.
2007-02-28  James Hawkinscomctl32: Add message ids to allow multi-window test...
2007-02-28  Alexandre Julliardadvapi32: Create the service manager registry key if...
2007-02-28  Alexandre Julliardadvapi32: Reimplement QueryServiceConfigA on top of...
2007-02-28  Alexandre Julliardwidl: Add missing '\n' on error message.
2007-02-28  Alexandre Julliardadvapi32: Avoid slashes and backslashes in user names.
2007-02-28  Dmitry Timoshkovuser32: Fix a test failure when running under Windows...
2007-02-28  Dmitry Timoshkovwinetest: Set correct WINETEST_PLATFORM when running...
2007-02-28  Jason Edmeadescmd.exe: Fix parameter parsing returns.
2007-02-28  Jason Edmeadescmd.exe: Support del /a[:].
2007-02-28  Jason Edmeadescmd.exe: Support del /f.
2007-02-28  Jason Edmeadescmd.exe: Support del /p.
2007-02-28  Jason Edmeadescmd.exe: Prompt during del *.* and del *.
2007-02-28  Jason Edmeadescmd.exe: Add prompt for rd /s.
2007-02-28  Jacek Cabanhhctrl.ocx: Added handling of topic selection.
2007-02-28  Jacek Cabanhhctrl.ocx: Fill content tree.
2007-02-28  Jacek Cabanhhctrl.ocx: Added hhc parser.
2007-02-28  Jacek Cabanhhctrl.ocx: Added content tab window.
2007-02-28  Jacek Cabanhhctrl.ocx: Added code for handling tabs.
2007-02-28  Jacek Cabanhhctrl.ocx: Resize tab control in Child's WM_SIZE handler.
2007-02-28  Jacek Cabanhhctrl.ocx: Added HH_HELP_CONTEXT implementation.
2007-02-28  Jacek Cabanhhctrl.ocx: Use HtmlHelpA in doWinMain.
2007-02-28  Jacek Cabanhhctrl.ocx: Call PostQuitMessage only in hh.exe process.
2007-02-28  Jacek Cabanhhctrl.ocx: Don't use doWinMain in HtmlHelpW.
2007-02-28  Jacek Cabanhhctrl.ocx: Release HHInfo on WM_CLOSE message.
2007-02-28  Jacek Cabanhhctrl.ocx: Clean up Help_WndProc.
2007-02-28  Jacek Cabanhhctrl.ocx: Added DllGetClassObject stub implementation.
2007-02-28  Jacek Cabanhhctrl.ocx: Remove redundant casts.
2007-02-28  Jacek Cabanhhctrl.ocx: Move doWinMain to hhctrl.c.
2007-02-28  Jacek Cabanhhctrl.ocx: Move more code from doWinMain.
2007-02-28  Jacek Cabanhhctrl.ocx: Fixed releasing web browser object.
2007-02-28  Jacek Cabanhhctrl.ocx: Merge WBInfo to HHInfo.
2007-02-28  Jacek Cabanhhctrl.ocx: Store whole HH_WINTYPEW struct in HHInfo...
2007-02-28  Jacek Cabanhhctrl.ocx: Move hhctrl_hinstance to hhctrl.h.
2007-02-28  Misha Koshelevoleview: Mimick native treeview display of enumerations.
2007-02-28  Andrew Talbotwinspool.drv: Eliminate some W-to-A cross calls.
2007-02-28  H. Verbeetwined3d: Store multiple constant indices per list entry.
2007-02-28  H. Verbeetwined3d: Store GLSL programs in a hash table rather...
2007-02-28  H. Verbeetwined3d: Add some hash table code.
2007-02-28  H. Verbeetwined3d: Boolean constants use up only a single uniform...
2007-02-28  H. Verbeetwined3d: Fix matching WINED3DDECLUSAGE_POSITION against...
2007-02-28  Jeff Latimerntdll: Test object attributes in NtCreateMailslotFile.
2007-02-28  Jeff Latimerntdll: Set default timeout in NtCreateMailslotFile...
2007-02-28  Jeff Latimerntdll: Check for passing a NULL handle to NtCreateMails...
2007-02-28  Jeff Latimerntdll: Framework for NtCreateMailslotFile tests.
2007-02-28  Rob Shearmanrpcrt4: Set TCP_NODELAY on the socket for the ncacn_ip_...
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-02-27  Peter Oberndorferntdll: Extend debugger tests.
2007-02-27  Peter Oberndorferntdll/tests: Add a debugger around the exceptions.
2007-02-27  Aric Stewartkernel32: Allow for non base-10 int values in ini file.
2007-02-27  Jason Edmeadescmd.exe: Make 'set t' show all vars starting with 't'.
2007-02-27  Jason Edmeadescmd.exe: Add rd /s support.
2007-02-27  Jason Edmeadescmd.exe: Locate programs more correctly.
2007-02-27  Jason Edmeadescmd.exe: Allow special named env vars to be modified.
2007-02-27  Dmitry Timoshkovuser32: Simplify height calculation.
2007-02-27  Dmitry Timoshkovimm32: Simplify ImmInternalSendIMENotify.
2007-02-27  Marcus Meissnerconfigure: Generate stand alone AC_CONFIG_FILES() lines.
2007-02-27  Rob Shearmanuser32: Send WM_GETTEXT to get the window caption when...
2007-02-27  Alexander Nicolaysen... wordpad: Small cosmetic fixes.
2007-02-27  Detlef Riekenbergkernel32: Remove duplicate code (use serialui instead).
2007-02-27  Detlef Riekenbergserialui: Use RS232 as default ProviderSubType.
2007-02-27  Paul Vrienswininet/tests: Add another test.
2007-02-27  Stefan Dösingerwined3d: More Clear fixes.
2007-02-27  Stefan Dösingerwinex11.drv: Ignore depth mismatch when using a virtual...
2007-02-27  Stefan Dösingerwined3d: Index buffer creation adjustments.
2007-02-26  Aric Stewartgdi32: Select correct replacement from ttc file.
2007-02-26  Aric Stewartgdi32: Allow for loading of multibyte font name replace...
2007-02-26  Alexander Nicolaysen... wordpad: Set default font to 'Times New Roman', like...
2007-02-26  Huw Daviesmsxml3: Register schema cache classes.
2007-02-26  Alexandre Julliardgdi32: Make DC creation fail if we cannot allocate...
2007-02-26  Alex Arazicomctl32: More status bar tests.
2007-02-26  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-02-26  Francois Gougetddraw/tests: There is no unnamed union in D3DLIGHT7.
2007-02-26  Maarten Lankhorstwinealsa: Remove usage of uninitialised variable.
2007-02-26  Huw Daviesmsxml3: Convert the domdoc object to use the IXMLDOMDoc...
2007-02-26  Rob Shearmanwidl: Print EXPR_NUM expresssions as unsigned to avoid...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-26  Misha Koshelevoleview: Add safearray type.
2007-02-26  Misha Koshelevoleview: Make optional flag "optional" not "opt.".
2007-02-26  Misha Koshelevoleview: Add forgotten newlines to forward declarations.
2007-02-26  Misha Koshelevoleview: Properly support enumerations.
next