wine
2011-11-22  Henri Verbeetwined3d: Get rid of the WINED3DVIEWPORT typedef.
2011-11-22  Henri Verbeetwined3d: Recognize the SM4 xor opcode.
2011-11-22  Henri Verbeetwined3d: Recognize the SM4 ushr opcode.
2011-11-22  Henri Verbeetwined3d: Recognize the SM4 udiv opcode.
2011-11-22  Francois Gougetgphoto2.ds: Remove an unused and untranslatable listvie...
2011-11-22  Michael Stefaniucqedit/tests: Add SampleGrabber COM aggregation test.
2011-11-21  Jacek Cabanjscript: Use bytecode for unary '+' expression.
2011-11-21  Jacek Cabanjscript: Use bytecode for binary negation implementation.
2011-11-21  Bruno Jesusws2_32: Invert SIOCATMARK logic.
2011-11-21  Bruno Jesusregedit: Allow binary files to be imported.
2011-11-21  Nikolay Sivovmsxml3: Added IDispatchEx support for SAXReader.
2011-11-21  Frédéric Delanoycmd: Move builtins list to builtins.c.
2011-11-21  Hans Leidekkerwinhttp: Make the standard utilities available to PAC...
2011-11-21  Hans Leidekkerwinhttp: Fix a memory leak in run_script.
2011-11-21  Hans Leidekkerwinhttp: Reverse the order of arguments passed to Invoke.
2011-11-21  Alexandre Julliardwinecfg: Remove some untranslatable labels.
2011-11-21  Francois Gougetinetcpl: Remove a couple of unused and untranslatable...
2011-11-21  Francois Gougetdinput: Remove an unused and untranslatable listview...
2011-11-21  Francois Gougetdxdiagn: Fix a string resource so its format placeholde...
2011-11-21  Francois Gougetsetupapi: Fix a string resource so its format placehold...
2011-11-21  Francois Gougetipconfig: Fix the string resources so their format...
2011-11-21  Francois Gougetoleview: Fix a string resource so its format placeholde...
2011-11-21  Francois Gougetcomdlg32: Fix a couple of string resources so their...
2011-11-21  Francois Gougettaskkill: Fix the string resources so their format...
2011-11-21  Francois Gougetcryptui: Fix a string resource so its format placeholde...
2011-11-21  Francois Gougetwinefile: Make it possible to translate the disk size...
2011-11-21  Alexandre Julliardwinex11: Don't allocate the glyph cache without Xrender...
2011-11-21  Alexandre Julliardwinex11: Get rid of the non-Xrender client-side font...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Alexandre Julliardgdi32: Add a helper function to determine anti-aliasing...
2011-11-21  Alexandre Julliardgdi32: Add a null driver fallback implementation for...
2011-11-21  Huw Daviesgdi32: Add solid_line primitives.
2011-11-21  Huw Daviesgdi32: Simplify the Bresenham line drawing.
2011-11-21  Michael Stefaniucuser32/tests: Drop superfluous function pointer casts.
2011-11-21  Alexandre Julliardcomctl32: Merge imagelist definitions into the C file.
2011-11-21  Alexandre Julliardcomctl32: Avoid accessing imagelist internals.
2011-11-21  Alexandre Julliardcomctl32: Take the total bitmap size into account when...
2011-11-21  Francois Gougetinclude: Move macros to winuser.rh and include it from...
2011-11-21  Frédéric Delanoyshlwapi: Avoid harcoding array lengths.
2011-11-21  Frédéric Delanoyshell32: Avoid harcoding array lengths.
2011-11-21  Frédéric Delanoyoleaut32: Avoid harcoding array lengths.
2011-11-21  Frédéric Delanoyntdll/tests: Avoid harcoding array lengths.
2011-11-21  Nikolay Sivovshell32: Avoid null pointer dereference in traces.
2011-11-21  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMNodeList too.
2011-11-21  Nikolay Sivovmsxml3: Forward IDispatch to IDispatchEx when supported.
2011-11-21  Nikolay Sivovmsxml3: Fix support for IXMLDOMDocument3.
2011-11-21  Nikolay Sivovmsxml3: Added common ISupportErrorInfo implementation.
2011-11-21  Aric Stewartusp10: Cache the script with the feature so that in...
2011-11-21  Aric Stewartusp10: Itemize numbers outside of the basic ascii set...
2011-11-21  Aric Stewartusp10: Windows breaks punctuation into 2 different...
2011-11-21  Aric Stewartusp10: Handle Combining Diacritical Marks.
2011-11-21  Aric Stewartusp10: Add a facility to mark itemization test elements...
2011-11-21  Aric Stewartusp10: Some unicode code points will force us into...
2011-11-21  Aric Stewartusp10: Improve handling for ZWJ and ZWNJ in itemization.
2011-11-21  Aric Stewartusp10: In Arabic only fallback to presentation form...
2011-11-21  Michael Stefaniucinclude: Drop some superfluous l modifiers from numeric...
2011-11-21  Michael Stefaniucinclude: Drop "l" modifiers from numeric constants...
2011-11-21  Francois Gougetwindowscodecs/tests: Fix compilation on systems that...
2011-11-21  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-11-21  Henri Verbeetwined3d: Get rid of the WINED3DMATERIAL typedef.
2011-11-21  Henri Verbeetwined3d: Get rid of the WINED3DLIGHT typedef.
2011-11-21  Henri Verbeetwined3d: Recognize the SM4 round_ni opcode.
2011-11-21  Henri Verbeetwined3d: Recognize the SM4 ge opcode.
2011-11-21  Henri Verbeetwined3d: Recognize the SM4 eq opcode.
2011-11-21  André Hentschelwinemaker: Add support for compiling static libraries.
2011-11-21  André Hentschelwinemaker: Be less picky when detecting the target...
2011-11-21  André Hentschelwinemaker: Remove some unused variables.
2011-11-21  André Hentschelwinemaker: Respect more spaces when splitting the options.
2011-11-18  Alexandre JulliardRelease 1.3.33. wine-1.3.33
2011-11-18  Alexandre Julliardwrc: Fix lookup of strings that contain a context.
2011-11-18  Jacek Cabanjscript: Use bytecode interpreter for logical negation...
2011-11-18  Jacek Cabanjscript: Use bytecode interpreter for '!==' expressions.
2011-11-18  Jacek Cabanjscript: Added minimal bytecode compiler/interpreter...
2011-11-18  Jacek Cabanjscript: Store expression type in expression_t.
2011-11-18  Jacek Cabanjscript: Use a helper function to allocate expression...
2011-11-18  Jacek Cabanmshtml: Use CLEAR_CALLED instead of SET_CALLED in some...
2011-11-18  Jacek Cabanieframe: Fixed tests on IE9.
2011-11-18  Jacek Cabanmshtml: Implement nsIStandardURL interface in nsWineURI...
2011-11-18  Jörg Höhlemmdevapi/tests: Add PCM format tests.
2011-11-18  Erich Hooveruser32: Prioritize focus for dialog owner on EndDialog.
2011-11-18  Bernhard Loosntoskrnl: irp.AssociatedIrp.SystemBuffer is also used...
2011-11-18  Hans Leidekkerwinhttp: Implement WinHttpGetProxyForUrl.
2011-11-18  Frédéric Delanoycmd: Move WCMD_part_execute function to avoid forward...
2011-11-18  Frédéric Delanoywineboot: Make runkeys_names global variable static.
2011-11-18  Frédéric Delanoyole32: Avoid hardcoding array lengths.
2011-11-18  Frédéric Delanoycomctl32: Avoid hardcoding array lengths.
2011-11-18  Alexandre Julliardcomctl32/syslink: Wrap the link text on \n characters.
2011-11-18  Henri Verbeetwined3d: Get rid of the WINED3DMATRIX typedef.
2011-11-18  Henri Verbeetddraw: We can't render to the desktop window either.
2011-11-18  Henri Verbeetwined3d: Recognize the SM4 deriv_rty opcode.
2011-11-18  Henri Verbeetwined3d: Recognize the SM4 deriv_rtx opcode.
2011-11-18  Henri Verbeetd3d10: Implement D3D10StateBlockMaskUnion().
2011-11-18  Alexandre Julliardwinecfg: Convert dialogs to po files.
2011-11-18  Alexandre Julliardwinecfg: Set the program name and version at dialog...
2011-11-18  Alexandre Julliardwinedbg: Convert dialogs to po files.
2011-11-17  Alexandre Julliardwineps: Convert dialogs to po files.
2011-11-17  Alexandre Julliardwinspool: Convert dialogs to po files.
2011-11-17  Alexandre Julliardieframe: Convert dialogs to po files.
2011-11-17  Alexandre Julliardtaskmgr: Convert dialogs to po files.
2011-11-17  Piotr Cabanmsvcp: Sync spec files.
next