winex11: Add a function for retrieving the bitmap GC.
[wine] / dlls /
2009-07-16  Roderick Colenbranderwinex11: Add a function for retrieving the bitmap GC.
2009-07-16  Stefan Dösingerwined3d: Use the unmodified source in MOVA.
2009-07-16  Stefan Dösingerwined3d: Don't call glGetError if nobody is listening.
2009-07-16  Dmitry Timoshkovcomctl32: Explicitly initialize visible order of a...
2009-07-16  Michael StefaniucSet the encoding of the Romanian resources to UTF-8.
2009-07-16  Nikolay Sivovcomctl32/dpa: Don't use start index on searching sorted...
2009-07-16  Aric Stewartgdi32: In init_system_links, reinitialize val_len and...
2009-07-16  Jacek Cabaninclude: Added netcon.idl.
2009-07-16  Frédéric Delanoyappwiz.cpl: Fix French UI display and wording.
2009-07-16  Juan Langwinhttp: Use the correct address length when connecting.
2009-07-16  Juan Langwinhttp: Fix a comment typo.
2009-07-16  Aurimas Fišerasappwiz.cpl: Update Lithuanian translation.
2009-07-16  André Hentschelshell32: Correct German language.
2009-07-16  André Hentschelappwiz.cpl: Correct German language.
2009-07-16  Aric Stewartsane: Remove BOM from Japanese resource.
2009-07-15  Dmitry Timoshkovcomctl32: Do not redraw treeview in TVM_INSERTITEM...
2009-07-15  Ricardo Filipecrypt32: Update Portuguese translation and convert...
2009-07-15  Vincent Povirkwindowscodecs: Register BMP decoder as a bitmap decoder.
2009-07-15  Alexandre Julliardmsi: Build a proper tab chain by walking through the...
2009-07-15  Juan Langwinhttp: Issue CONNECT command to connect to a secure...
2009-07-15  Juan Langwinhttp: Don't set port number to a default before...
2009-07-15  Juan Langwinhttp: Allow full path in addition to relative path...
2009-07-15  Juan Langwinhttp: Use proxy server when redirecting.
2009-07-15  Juan Langwinhttp: Use a helper function to set connect_t's serve...
2009-07-15  Juan Langwinhttp: Connect to the proxy port rather than the...
2009-07-15  Juan Langwinhttp: When connecting via a proxy include full hostn...
2009-07-15  Juan Langwinhttp: Set connect_t's servername and port based...
2009-07-15  Juan Langwinhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in...
2009-07-15  Juan Langwinhttp: Support getting the default proxy settings...
2009-07-15  Juan Langwinhttp: Implement WinHttpGetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Implement WinHttpSetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
2009-07-15  Vladimir Pankratovcomctl32: Fix division by zero.
2009-07-15  Piotr Cabanjscript: Added RegExp_test stub.
2009-07-15  Piotr Cabanjscript: Improve Number_toString implementation.
2009-07-15  Piotr Cabanjscript: Improve to_string implementation.
2009-07-15  Henri Verbeetd3d10: Implement ID3D10Effect::GetVariableByName().
2009-07-15  Henri Verbeetd3d10: Parse effect variables.
2009-07-15  Henri Verbeetd3d10: Do all effect object parsing in parse_fx10_object().
2009-07-15  Rico Schüllerd3d10: Rename struct d3d10_effect_variable to struct...
2009-07-15  Henri Verbeetwined3d: Check the return values for some wgl calls.
2009-07-15  Henri Verbeetwined3d: Remove the remains of an ATI_fragment_shader...
2009-07-15  Austin Englishshell32: More Dutch translations fixes.
2009-07-15  Michael StefaniucSet the encoding of the remaining German resources...
2009-07-15  Michael Stefaniucshell32: Convert the German resources to UTF-8.
2009-07-15  Michael Stefaniucuser32: Update the German resources and switch them...
2009-07-15  Andrew Talbotdbghelp: Constify some variables.
2009-07-15  Stefan Dösingerwined3d: Set the depth blit helper texture address...
2009-07-15  Stefan Dösingerwined3d: EXP and EXPP are scalar operations.
2009-07-15  Owen Rudgeappwiz.cpl: Execute installer when Modify clicked.
2009-07-15  Owen Rudgeappwiz.cpl: Enable/disable Modify button, and modify...
2009-07-15  Owen Rudgeappwiz.cpl: Read modification path from registry.
2009-07-15  Owen Rudgeappwiz.cpl: Replace Add/Remove button with separate...
2009-07-15  Nikolay Sivovcomctl32/header: Fix hittesting flags, extend tests...
2009-07-15  Aric Stewartdevenum: Add Japanese resource.
2009-07-15  Aric Stewarticcvid: Add Japanese resource.
2009-07-15  Aric Stewartmsvidc32: Add Japanese resource.
2009-07-15  Aric Stewartsane: Add Japanese resource.
2009-07-14  Mike Kaplinskiyws2/tests: Test AcceptEx with a deferred socket.
2009-07-14  Eric Pouechdbghelp: Fixed regressions introduced by growing arrays...
2009-07-14  Hans Leidekkerwmiutils: Register interfaces.
2009-07-14  Hans Leidekkerwmiutils: Add class factory.
2009-07-14  Hans Leidekkerwmiutils: Add a stub implementation of IWbemStatusCodeText.
2009-07-14  Hans Leidekkerwmiutils: New dll.
2009-07-14  Hans Leidekkerwbemprox: Register interfaces.
2009-07-14  Hans Leidekkerwbemprox: Add class factory.
2009-07-14  Hans Leidekkerwbemprox: Add a stub implementation of IWbemLocator.
2009-07-14  Henri Verbeetd3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().
2009-07-14  Henri Verbeetd3d10: Merge parse_fx10_technique() and parse_fx10_tech...
2009-07-14  Henri Verbeetd3d10: Parse local buffer names.
2009-07-14  Henri Verbeetd3d10: Parse local buffers.
2009-07-14  Alexandre Julliardmsvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
2009-07-14  Alexandre Julliardddraw/tests: Properly release surfaces even if we can...
2009-07-14  Alexandre Julliardddraw/tests: Fix a failing test on 64-bit.
2009-07-14  Piotr Cabanjscript: Added Date_getYear implementation.
2009-07-14  Piotr Cabanjscript: Added String_fromCharCode implementation.
2009-07-14  Piotr Cabanjscript: Added Array_slice implementation.
2009-07-14  Piotr Cabanjscript: Added call_expression_eval implementation...
2009-07-14  Piotr Cabanjscript: Added implementation of Array constructor...
2009-07-14  Piotr Cabanjscript: Added Array length setting implementation.
2009-07-14  Roderick Colenbranderwinex11: Use set_xrender_transformation in AlphaBlend.
2009-07-14  Andrew Talbotdbghelp: Constify some variables.
2009-07-14  Austin Englishshell32: Fix folder names for Dutch locale.
2009-07-13  Piotr Cabanjscript: Inherit Function_valueOf from Object.
2009-07-13  Piotr Cabanjscript: Fix String_match implementation.
2009-07-13  Piotr Cabanjscript: Make String_toUpperCase generic.
2009-07-13  Piotr Cabanjscript: Make String_toLowerCase generic.
2009-07-13  Piotr Cabanjscript: Make String_substring generic.
2009-07-13  Piotr Cabanjscript: Make String_split generic.
2009-07-13  Piotr Cabanjscript: Make String_slice generic.
2009-07-13  Piotr Cabanjscript: Make String_replace generic.
2009-07-13  Piotr Cabanjscript: Make String_match generic.
2009-07-13  Piotr Cabanjscript: Make String_indexOf generic.
2009-07-13  Piotr Caban jscript: Make String_charCodeAt generic.
2009-07-13  Piotr Cabanjscript: Make String_charAt generic.
2009-07-13  Piotr Cabanjscript: Make do_attribute_tag_format generic.
2009-07-13  Piotr Cabanjscript: Change do_attributeless_tag_format so it works...
2009-07-13  Roderick Colenbranderwinex11: Add an XRender based GetSrcAreaStretch.
2009-07-13  Roderick Colenbranderwinex11: Add a helper function for converting a random...
2009-07-13  David Adamd3dx8: Remove the d3dx8 dll.
next