Hi,
Here's the list of patches on top of Alexandre's "origin" in my public Wine tree. You can pull the branch more easily after setting it up as follows:
cat > .git/remotes/mmbranch <<EOF URL: http://mandoo.dyndns.org/wine.git Pull: refs/heads/master:refs/heads/mmbranch EOF
Do the above once, then pull the branch with:
git fetch mmbranch git pull . mmbranch
I will try to keep this branch current until Alexandre returns and resumes committing patches to the WineHQ GIT tree.
Happy hacking,
Mike
bash-3.00$ git log origin..
commit 13b5e99dfd9791262e4711567c404b802113ff73 Author: Mike Hearn mike@plan99.net Date: Mon May 1 18:33:26 2006 +0100
ole32: Add StgCreateFile test and conformance fix
commit 38d79b301474455ee46411a7c21a9c056ff6cf1c Author: Mike Hearn mike@plan99.net Date: Sat Apr 29 12:12:54 2006 +0100
wininet: Support http_proxy environment variable
commit 97fb3a880446a2ff67d1cc61cdecd77a42edefb1 Author: Jeff L lats@yless4u.com.au Date: Sun Apr 30 23:44:30 2006 +1000
usp10: Add ScriptTextOut functionality
commit ca7b5034a5f7d0ed2c25a431759dcd720081a34d Author: Mike Hearn mike@plan99.net Date: Mon May 1 09:08:58 2006 +0100
ntdll: Fix heap corruption in RtlDeleteAce
commit 48095715cf4b4992c4e4a0a4044195182c6d92e3 Author: James Hawkins truiken@gmail.com Date: Mon May 1 02:20:00 2006 -0500
advpack: Implement the EndPrompt command
commit 7b283c548841488ace2c6590cae377cce8d149d1 Author: James Hawkins truiken@gmail.com Date: Mon May 1 02:19:40 2006 -0500
advpack: Implement the BeginPrompt command
commit 225b35e48c895d259fe1b0a617e96c5e91bdf36a Author: Detlef Riekenberg wine.dev@web.de Date: Tue May 2 00:03:51 2006 +0200
winspool: fix WRT-failures in test_DEVMODE
commit b16a42351a28c2c6a95a5346b7662a3fbfb34dbc Author: Jason Green jave27@gmail.com Date: Mon May 1 16:49:12 2006 -0400
wined3d: Move DCL, DEF operations out of GenerateProgramArbHW and into separate functions
commit 1ea63fdaa962d07dec76070d590a2bb3e9117278 Author: Michael Stefaniuc mstefani@redhat.de Date: Mon May 1 22:44:43 2006 +0200
Don't check pointers for NULL before RtlFreeHeap.
commit b72aa40d42ef1275d93f6850454801f4c694f537 Author: Hans Leidekker hans@it.vu.nl Date: Mon May 1 16:29:14 2006 +0200
dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}.
commit 91b3f39744048220562d3f1d219fd920731ca503 Author: Hans Leidekker hans@it.vu.nl Date: Mon May 1 16:29:05 2006 +0200
dnsapi: Add tests for DnsRecordCompare.
commit 3a93218bfcbe9344a8cab066aa7da8204f04f6bd Author: Hans Leidekker hans@it.vu.nl Date: Mon May 1 16:28:56 2006 +0200
dnsapi: Implement DnsRecordCompare.
commit 0cf45cb63853d2428eba3cc533b6632a1dfac5fc Author: Marcus Meissner marcus@jet.franken.de Date: Mon May 1 16:13:33 2006 +0200
gphoto.ds: Check for gphoto2 libs and includes Added sane.ds and gphoto.ds datasource drivers.
commit 5b1aa8f1fcc35eeadc3fc34607fb82496c4c0adc Author: Marcus Meissner marcus@jet.franken.de Date: Mon May 1 16:10:14 2006 +0200
sane.ds: Split out sane datasource into its own driver.
commit 440e8e3c2d67b7951bb80bd5df9323df6d5b5b19 Author: Marcus Meissner marcus@jet.franken.de Date: Mon May 1 16:09:00 2006 +0200
twain32: Splitting TWAIN_32 and adding gphoto driver
commit 8065adbc5e0779e5a2d0ffccb059b66d5240730f Author: Michael Stefaniuc mstefani@redhat.de Date: Mon May 1 15:56:53 2006 +0200
secur32: Missing LeaveCriticalSection on error paths (found by Smatch)
commit 0070ea138c5da8115fd6e9a3e1abd85df2edabac Author: Michael Stefaniuc mstefani@redhat.de Date: Mon May 1 15:27:06 2006 +0200
mscat32: Add more forwards.
commit 77d88112ae366eb7ee24ede354679a36503a1268 Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:39:31 2006 +0100
ole32: Remove the fixme printed if CoGetClassObject fails in CoCreateInstance
commit 56c675e3e53bf894d872552bcbb0f35d1ba3b92f Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:38:18 2006 +0100
rpcrt4: Add a stub for RpcBindingSetOption
commit 9790edacd197cb292be1d095793c726a39b060ca Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:38:02 2006 +0100
rpcrt4: Implement NdrConformantVaryingArrayFree
commit 538a09ca042353c1e17f87f5a2df9568a8f18d3d Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:37:32 2006 +0100
rpcrt4: Use getaddrinfo to get the sockaddr
commit 15b2ebf315783610c906f41cf336a73bcdd5a45c Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:37:11 2006 +0100
rpcrt4: Dereference the pointer if necessary only after doing the pointer checks and writing the pointer ID to the wire
commit 87cc8fd118d80817cc3627c1803ccc78ec2113e8 Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:36:52 2006 +0100
rpcrt4: Improve the traces in the pointer functions
commit b94dc53c62888b9ea7e444e5dd68de5293bcedee Author: Robert Shearman rob@codeweavers.com Date: Mon May 1 10:36:30 2006 +0100
ntdll: Fix NtQueryInformationToken(TokenGroups)
commit dc86deebc867a58c0554f5aa513340c5be6fc7c1 Author: Jacek Caban jacek@codeweavers.com Date: Sun Apr 30 23:48:05 2006 +0200
shdocvw: Added some comments.
commit 726e01805e00812713b92bc64faeeb3c29114e7e Author: Paul Millar paul@astro.gla.ac.uk Date: Sat Apr 29 14:59:01 2006 +0100
configure: Fix cross compiling
commit ae6f548672054bbfd34f2555246f1a47f11174ec Author: Detlef Riekenberg wine.dev@web.de Date: Sun Apr 30 02:05:46 2006 +0200
winspool: fix broken test for GetPrinterDriver
commit 40a939e1329b43939ad45eba6d71766426170e2a Author: Ivan Gyurdiev ivg2@cornell.edu Date: Sun Apr 30 00:27:00 2006 -0400
wined3d: Clean up some dead code
commit 8139f58d86c87459359ea50775f7c794245bb06a Author: Ivan Gyurdiev ivg2@cornell.edu Date: Sun Apr 30 00:00:38 2006 -0400
wined3d: Break out independent texture instructions.
commit f6f1fe8a5296238de0b06c8e55bfd455d2f58bc4 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Sat Apr 29 21:48:01 2006 -0400
wined3d: Break out arithmetic instruction processing
commit 6f51dff3a36a186a58e4e7d3d126266075486000 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Sat Apr 29 17:13:29 2006 -0400
wined3d: Use the correct version mask for pixel and vertex shaders.
commit fc94353bed7fa3308fd09f21e1cef4982e0af19b Author: Robert Reif reif@earthlink.net Date: Sat Apr 22 10:22:48 2006 -0400
netapi32: Add minimal NetUserModalsGet test.
commit 30d248aa5d645cdac2d0946bcaaa6ea3824036bd Author: Robert Reif reif@earthlink.net Date: Sat Apr 29 15:35:27 2006 -0400
netapi32: implement NetUserModalsGet level 2
commit 150b62bef9ad49f34b0703e53c7934c19e98b475 Author: Robert Reif reif@earthlink.net Date: Sat Apr 29 10:14:40 2006 -0400
dsound: DirectSoundBuffer_Lock tests
commit 575b02fadce7def9d638d33f5eeb38a3630a817a Author: Huw Davies huw@codeweavers.com Date: Sat Apr 29 14:40:28 2006 +0100
oleaut32: Fix BSTR marshaling to be wire compatible with Windows
commit e753a2879bf2bfc9f25f83dd17601bf76f5bfe4f Author: Jacek Caban jacek@codeweavers.com Date: Sat Apr 29 13:35:29 2006 +0200
shdocvw: Added WebBrowser::[get|put]_ToolBar implementation.
commit 88b22b238d5882d39ef97fbf9befff1987116e9c Author: Jacek Caban jacek@codeweavers.com Date: Sat Apr 29 13:34:38 2006 +0200
shdocvw: Added WebBrowser::[get|put]_StatusBar implementation.
commit 289bc14c083e0ed13d1f33e933e29c7d8c088bc3 Author: Jacek Caban jacek@codeweavers.com Date: Sat Apr 29 13:33:05 2006 +0200
shdocvw: Added WebBrowser::[get|put]_AddressBar implementation.
commit b1f99aeb3ad7be07f8c4b1f91566363537963df7 Author: Mike Hearn mike@plan99.net Date: Sat Apr 29 12:13:24 2006 +0100
shell32: Stub out SHSetLocalizedName
commit 961bf968f68460c176b8ff588517c31780dff425 Author: Mike McCormack mike@codeweavers.com Date: Sun Apr 30 14:11:55 2006 +0900
shlwapi: Add a stub implementation for IUnknown_ProfferService.
commit 85e6a281167a05c5c711f02d26260487388ea157 Author: Mike McCormack mike@codeweavers.com Date: Sat Apr 29 19:20:51 2006 +0900
shlwapi: Add a stub implementation for IUnknown_QueryServiceExec
commit b9c8672114ca9f8ca9da4d21069b9aedf34382f8 Author: Mike McCormack mike@codeweavers.com Date: Sat Apr 29 18:13:13 2006 +0900
ole32: Return STG_E_REVERTED when a stream's parent storage has been closed.
commit 5cf8120f56c07876f87036e20588276851085db4 Author: James Hawkins truiken@gmail.com Date: Sat Apr 29 02:54:12 2006 -0500
advpack: Handle the RSCC_DELAY flag in run_setup_commands_callback
commit f5e71a1e2086540876c3c439417c4a9b24ba8e89 Author: Mike Hearn mike@plan99.net Date: Sat Apr 29 00:47:21 2006 +0100
mscat32: Implement the mscat32 forwarder DLL
commit fd60a2532919c2b0592d57c35ce3634015f1a330 Author: Robert Reif reif@earthlink.net Date: Fri Apr 28 23:40:09 2006 -0400
dsound: Check DirectSoundBuffer_Lock parameters.
commit 76beae316c856ebb30ec2aa0b27a4e5064d2b8bb Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:10:54 2006 -0500
advpack: Handle the RSCC_NOWAIT flag in run_setup_command_callback
commit 86479efaccc6dcfafbc8011aa5b947333e70d6d7 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:10:15 2006 -0500
advpack: Add the ability to register or unregister OCXs in one command
commit aad753d2afa64c3ec8bbb0ee1f6fed4c92e09b8c Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:09:08 2006 -0500
advpack: Implement the DelDirs command
commit 3649a960a4c88e218ee422aad592e94e73c05f82 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:08:35 2006 -0500
advpack: Implement the CheckAdminRights option
commit f48510df65aa55f4b40e516b8dc1aa00d30bab1c Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:08:10 2006 -0500
advpack: Implement the RunPreSetupCommands command
commit 78fa4534d71d9969e2f2c6f3176823ad6b3df501 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:07:28 2006 -0500
advpack: INF install is implemented so fix the documentation
commit 0de2303ef725a557d75541849fb7daa96ebd9fcf Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:06:34 2006 -0500
advpack: Implement the PerUserInstall command
commit fca18b9760ed25bece2792e832fc40397165a1c7 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:02:48 2006 -0500
advpack: Leave room for the NULL terminator in the working_dir string
commit 962cb2bb283cb2c6390f605fca296ce65ac607ce Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 20:00:59 2006 -0500
advpack: NULL-terminate the source path
commit ca9adb179dc1a50a632da62c142aa106ee11a33a Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 19:59:31 2006 -0500
advpack: Return the hresult in ExecuteCabW
commit 1bdf093676c9483515f292bd469d7b36ac27cee0 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 19:58:38 2006 -0500
advpack: NULL-terminate the field string if an option is provided
commit fa8f2477005c23a15bb3ac34b99afbc09a7d063a Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 19:57:48 2006 -0500
advpack: Clean up the formatting of RegInstall to match the rest of the file
commit 45980e4911922552032a6705d3825b34c74fb622 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 19:57:23 2006 -0500
advpack: Perform an Advanced INF-level install in RegInstall
commit 6cc4d5a466113241893e98b9ff8e18a5d347e862 Author: James Hawkins truiken@gmail.com Date: Fri Apr 28 19:56:49 2006 -0500
advpack: Factor out writing predefined strings into write_predefined strings
commit 3b346f01d8ae6e777946e8000aa073b284baa81d Author: tkho@ucla.edu tkho@ucla.edu Date: Wed Apr 26 17:45:31 2006 -0700
user: Fix GetMenuItemRect() for top-level menus
commit 25eacb294f44b0da2c7d90d8e7811940e8c0cfa3 Author: tkho@ucla.edu tkho@ucla.edu Date: Wed Apr 26 17:44:56 2006 -0700
user: Fix behavior when selecting disabled menu items
commit 434ce6e6909d602d825c4c98c0436ca9acffa945 Author: tkho@ucla.edu tkho@ucla.edu Date: Wed Apr 26 17:44:28 2006 -0700
user: Allow menu WndProc to recognize VK_[LR]MENU
commit 8e02965a6b12824233c5b6be95e343c8febb96d0 Author: tkho@ucla.edu tkho@ucla.edu Date: Wed Apr 26 16:50:18 2006 -0700
riched20: EM_GETLINE implementation and test
commit 13983373920eabaf8f5f815067a520942a43c8c2 Author: tkho@ucla.edu tkho@ucla.edu Date: Fri Apr 28 11:27:51 2006 -0700
user32: Extend conformance test to point out menu bugs
commit 267cb45c69234d777650cab8244d0bfa9a5f2721 Author: Phil Costin philcostin@hotmail.com Date: Fri Apr 28 22:56:54 2006 +0100
wined3d: Fix and clean up shader capabilities detection code
commit b4fecb5b18a503dae43fcbb27217c367dcb68e3a Author: Ivan Gyurdiev ivg2@cornell.edu Date: Fri Apr 28 17:37:50 2006 -0400
wined3d: Trace corrections
commit f865f4d8d11a115d7ddbb937f9f91c9bebd6e262 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 23:45:36 2006 +0200
shdocvw: Added WebBrowser::[get|put]_MenuBar implementation.
commit b5baafa8be67f67db42c32bfec8e4c97d18c731e Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:53:52 2006 +0200
shdocvw: Added get_HWND implementation.
commit cd50570202f78ee0a12226b4aa9f04c323bd9397 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:29:07 2006 +0200
shdocvw: Added [get|put]_Visible implementation.
commit 95487aee8e7b547db2c2f6cb25b9e9ba1ae4e5c1 Author: Fatih Asici fasici@linux-sevenler.org Date: Fri Apr 28 21:06:43 2006 +0300
fonts: Add some missing Latin glyphs to System
commit ab19bc3071d81a9ab592abde4f0409559a205ff1 Author: Fatih Asici fasici@linux-sevenler.org Date: Fri Apr 28 21:05:34 2006 +0300
fonts: Add missing Latin glyph to ms_sans_serif
commit 674739c3ee2224a16b1109387f848b40b866dc01 Author: Fatih Asici fasici@linux-sevenler.org Date: Fri Apr 28 21:00:58 2006 +0300
fonts: Add some missing Latin glyphs to Courier
commit 44cd457aa3caf73443b1da151a5ea1ddafa005ad Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:08:02 2006 +0200
shdocvw: Fix GetMiscStatus implementation.
commit 260d824e2db7d2d79d5edcba143b66e1bafaf94d Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:07:03 2006 +0200
mshtml: Added test of connection points.
commit 96acba41ee7059d6f5fa99580396bbce45a69dda Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:04:22 2006 +0200
mshtml: Added GetConnectionInterface implementation.
commit 4eb7a524923ea7628f5a13022249af67d715fd25 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:02:14 2006 +0200
mshtml: Added GetConnectionPointContainer implementation.
commit bccba749aaf1c86624b215c877422d0616acfea3 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 20:01:07 2006 +0200
mshtml: Added stub implementation of connection points.
commit 5093c926a368247d4732ba90f355a133ac04f60c Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 19:59:58 2006 +0200
mshtml: Added IConnectionPointContainer stub implementation.
commit 8153ff6ab8822b01b3416dee3731da50d257b733 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 19:58:38 2006 +0200
mshtml: Added get_body implementation.
commit bad2a9d74b1ef13c8e38619248a74d947a7d4f6f Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 19:57:28 2006 +0200
mshtml: Added IHTMLTextContainer stub implementation.
commit fbada2ffebf68a31f724d5f87787935ae504f625 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 28 19:55:43 2006 +0200
mshtml: Added IHTMLTextContainer declaration.
commit 13f536a34f79c52244a2037ed9d6355a3d0d1e72 Author: Jason Green jave27@gmail.com Date: Fri Apr 28 12:21:59 2006 -0400
wined3d: Eliminate duplicate function: vshader_program_dump_param()
commit b470af661ea4cc0cf7118740cada503941f51c4f Author: Jason Green jave27@gmail.com Date: Fri Apr 28 10:22:13 2006 -0400
wined3d: Move _shader_program_dump_decl_usage() into baseshader.c
commit 46a6380471e5efec03f86890efdf21d7eb69f7b5 Author: Phil Costin philcostin@hotmail.com Date: Fri Apr 28 14:41:45 2006 +0100
wined3d: Add check for GL Shading Language 100 Extension
commit 43b61e573ebff04a42f8441f84ab8ffe1bd9dce8 Author: Huw D M Davies h.davies1@physics.ox.ac.uk Date: Fri Apr 28 14:50:11 2006 +0100
oleaut32: Implement GetDocumentation_Proxy/Stub
commit 19607b31ac0794fbb3db18dc5123931c99b9c7ca Author: Huw D M Davies h.davies1@physics.ox.ac.uk Date: Fri Apr 28 14:48:38 2006 +0100
oleaut32: Implement GetFuncDesc_Proxy and friends
commit b0f18ca8f0aea5ca048b6766429c68e6f86db72a Author: Huw D M Davies h.davies1@physics.ox.ac.uk Date: Fri Apr 28 14:42:43 2006 +0100
oleaut32: Implement GetTypeAttr_Proxy and friends
commit 032d921bef8a25b8269526e0cd5bccf7dc69e4a0 Author: Huw D M Davies h.davies1@physics.ox.ac.uk Date: Fri Apr 28 14:28:24 2006 +0100
rpcrt4: support for non-encapsulated unions
commit c4f12130f97f95720b35b13d55b334013cc3690b Author: Vitaly Lipatov lav@etersoft.ru Date: Fri Apr 28 14:35:36 2006 +0400
mlang: partially implemented ConvertStringEx
commit 5fb48efc4e5cf4c7a2435c77fe69423fe141133e Author: Huw D M Davies h.davies1@physics.ox.ac.uk Date: Fri Apr 28 12:51:36 2006 +0100
gdi32: FcPatternGet( FC_FILE ) only returns the basename as of fontconfig 2.3.92 .
commit 20909871737f9a17d9a2e5b7ce4d786e5a163eaf Author: Ivan Gyurdiev ivg2@cornell.edu Date: Fri Apr 28 05:23:52 2006 -0400
wined3d: Merge register counting pass for vertex/pixel shaders
commit 98c7d831d0b84224a1c02efce7d8dd5461984763 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Fri Apr 28 05:22:53 2006 -0400
wined3d: Make register counting pass the same for vertex/pixel shaders.
commit 7fbeb0c289f2aed0a6328c88615da71c565a75f3 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Fri Apr 28 04:57:24 2006 -0400
wined3d: Share get_register_code()
commit 7653d5ce59a6f70c79db887dbf0a219a213b0979 Author: Mike McCormack mike@codeweavers.com Date: Fri Apr 28 13:41:22 2006 +0900
rpcrt4: Add some defines.
commit 7142c341423a72898c72d9fb7f4fd338507a7275 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Apr 27 20:52:12 2006 +0900
Add a stub implementation of mprapi.dll
commit 80696aa9fc4703343bc4d08b9107aac51bb2a990 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Apr 27 20:53:19 2006 +0900
Add partial support for ISC_REQ_ALLOCATE_MEMORY in the NTLM security provider
commit 68b097f7437c80cd2e141fd76926002931902abf Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Apr 27 20:52:58 2006 +0900
Fix some wrong assumptions in the NTLM test case, make it pass in XP SP2 and Wine
commit f5b8ea1c312fc783e12190f6235b346d6941f12e Author: Vitaly Lipatov lav@etersoft.ru Date: Thu Apr 27 12:23:18 2006 +0400
Fix union usage.
commit 11b6680cbc5d87dd6be563c5b9b73278948e1e98 Author: Matt Finnicum mattfinn@gmail.com Date: Wed Apr 26 12:30:02 2006 -0500
Implement EM_SETUNDOLIMIT
commit 73cfc90caa5f644395f2c1f7a35edd9a8d19d81e Author: Juris Smotrovs juris.smotrovs@sets.lv Date: Tue Apr 25 19:06:10 2006 +0300
Added message sequences to test_mdi_messages of "msg" test to demonstrate problems with position change messages for MDI children with invisible parents.
commit 8d70c5a81e8b18d100bf2d5323b8a5e44425d820 Author: qingdoa daoo qingdao33122@yahoo.com Date: Tue Apr 25 11:27:29 2006 +0800
Update first visible when appropiate in the TVI_SORT case
commit a12ed3de2a1b0e3f246224395d8dbbd17ca3f13b Author: Mike McCormack mike@codeweavers.com Date: Tue Apr 25 22:51:09 2006 +0900
Store drop targets in a standard list.
commit b5c46378217c63130e2b7d809b631b3257837199 Author: Robert Shearman rob@codeweavers.com Date: Wed Apr 26 15:43:54 2006 +0100
Implement the majority of ImpersonateLoggedOnUser
commit 952c8a774f0415ca0a20c0f2430c98f0d37a8446 Author: Robert Shearman rob@codeweavers.com Date: Wed Apr 26 15:43:39 2006 +0100
Retrieve the groups for a token from the server
commit ce098cb5c484e15ff4ca15d50de28e824121fcd1 Author: Robert Shearman rob@codeweavers.com Date: Wed Apr 26 15:44:14 2006 +0100
Initialise the LPWITHREADERROR structure after it has been allocated
commit e6cb03f4ab0e7afed9a95099669a5f2cb2591400 Author: Robert Shearman rob@codeweavers.com Date: Wed Apr 26 15:42:35 2006 +0100
Threads should start off without having an impersonation token
commit eeb9325ea9860c64c0853da723a0afc418d88a7f Author: Robert Shearman rob@codeweavers.com Date: Wed Apr 26 15:40:38 2006 +0100
Copy some format character types from wine/rpcfc.h to ndrtypes.h and change them into an enumeration
commit 4b75cda7e45835bd13ac04fee89f99178ac11e01 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Thu Apr 27 12:50:32 2006 +0900
Share get_opcode.
commit b1130296853f0d34cbc6f586f01846b1fdca01f2 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Thu Apr 27 12:23:43 2006 +0900
Clean up per version shader limits code
commit 3a1cdd25ead6eb2d77e65bf26b20f73b27664063 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Thu Apr 27 12:26:38 2006 +0900
Separate pshader/vshader tables
commit 1ffb77dba1b1393d795c3e4f65958845b9feb521 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Thu Apr 27 12:18:07 2006 +0900
Addline cleanup - unifies pixel shader addline() with vertexshader PSTRNCAT(), and puts the result into baseshader.c to be shared - merges its 3 arguments into a structure called SHADER_BUFFER - the varargs were based on Vitaliy Margolen's idea/patch, but I might have a diff. implementation
commit b7736f01a1aed27726cc765045a85b3e62dbdf57 Author: Ivan Gyurdiev ivg2@cornell.edu Date: Thu Apr 27 12:12:40 2006 +0900
QueryInterface corrections.
commit 60161b929083cdaf8fb415c66d0af001a96f5cc8 Author: Mike McCormack mike@codeweavers.com Date: Wed Apr 26 22:42:13 2006 +0900
Add stub implementations for RPC authentication functions.
commit 58a699b572c25efe69d10528fed0d40d3e6e7b50 Author: Marcus Meissner marcus@jet.franken.de Date: Wed Apr 26 18:25:43 2006 +0900
Mark the section with the program entry point as executable.
commit 7bd41f92eb6b69e1554dd4f18b8bb58ea8551958 Author: Mike McCormack mike@codeweavers.com Date: Wed Apr 26 18:19:09 2006 +0900
Fix peeking of http data with a nul byte in it.
commit 1bf0b1641d910f1500116cd7f82157b2623e8d5d Author: Mike McCormack mike@codeweavers.com Date: Wed Apr 26 14:13:52 2006 +0900
Use the source name of the msi package when it fails to copy.
commit 6efcc3e0c4b89f90a2348ce4f860b04cf15236ed Author: Mike McCormack mike@codeweavers.com Date: Wed Apr 26 00:55:51 2006 +0900
Force using /i file.msi, some programs pass properties without an =
commit 6fa4ab4716f68a7a39ce58933719ea794980ce9f Author: Eric Kohl eric.kohl@t-online.de Date: Tue Apr 25 22:44:54 2006 +0900
Implement 'oldnames' option.
commit e225f57ee88b1adac6165c7ae562506861fe38f7 Author: Michael Jung mjung@iss.tu-darmstadt.de Date: Sun Apr 23 21:09:30 2006 +0200
Don't append '\r' to the last paragraph in EM_GETTEXTEX
commit c8ad36dd922b8251b533989d051c6fe8d44fbb16 Author: qingdoa daoo qingdao33122@yahoo.com Date: Tue Apr 25 17:45:50 2006 +0900
Don't duplicate handle in _get_osfhandle
commit 40c49959bfd462f678264bd9e4c21e331c603932 Author: Dan Kegel dank@kegel.com Date: Tue Apr 25 16:50:19 2006 +0900
Fix missing case in MsiSourceListAddSourceEx.
commit 074af5529db005f0b5042b36525ca982242fbbba Author: Mike McCormack mike@codeweavers.com Date: Tue Apr 25 16:31:52 2006 +0900
Add stubs for rpcrt4.NdrFullPointer*().
commit c8a43646881a839c943bd62787c056ce874ee283 Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Tue Apr 25 13:21:00 2006 +0900
Vertex Shader regtype cleanups
commit 61459b6e8e1ddbb206238e6925e00f841d137ac2 Author: Eric Kohl eric.kohl@t-online.de Date: Tue Apr 25 13:12:47 2006 +0900
Fix a typo.
commit 4d2944537b05fa0ceff923f67fe9ef59d9ed724b Author: Andras Kovacs andras@csevego.net Date: Tue Apr 25 00:58:39 2006 +0900
Translated regedit's Hu.rc file.
commit 71d22e8d3f2a34569ce327566d0fa1c5a59feb0e Author: Andras Kovacs andras@csevego.net Date: Tue Apr 25 00:55:33 2006 +0900
Translated wordpad's Hu.rc file.
commit 056e42487b317be4dc647b43aa0a20a54ff33609 Author: Andras Kovacs andras@csevego.net Date: Tue Apr 25 00:53:29 2006 +0900
Translated README file.
commit bcfa41cd994e8636e7a6e7ae8c0e906c6421ec94 Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 21 18:38:40 2006 +0200
shdocvw: Don't use Mozilla ActiveX control id MSHTML is set.
commit 9764e5c70501140b899a3a1e3ca636229ffd9f82 Author: Hans Leidekker hans@it.vu.nl Date: Tue Apr 25 00:46:35 2006 +0900
Document the search functions.
commit 0d6d824d2da47a92e76b2c5e529d389dfffe3458 Author: Jacek Caban jacek@codeweavers.com Date: Tue Apr 25 00:42:39 2006 +0900
Remove no longer needed includes.
commit 4cc04cb95689a2bcec430d85f8ff20c0778123f5 Author: Robert Reif reif@earthlink.net Date: Tue Apr 25 00:29:20 2006 +0900
Add some lsa tests.
commit 64cb4b42a7601036ac5c63d8bc56f390ed3ecc89 Author: Matthew Finnicum mattfinn@gmail.com Date: Mon Apr 24 23:50:45 2006 +0900
Implemented conformance tests for EM_SETUNDOLIMIT.
commit afe16f21e06f76e8ef95b1fdf6eda60e21d004a6 Author: Robert Reif reif@earthlink.net Date: Mon Apr 24 23:54:49 2006 +0900
Fix LsaClose to return STATUS_SUCCESS.