Hi,
Since Alexandre is lying on the beach in Greece and there'll be a gap between commits, I've made my Wine tree available and will be committing patches from wine-patches to it.
You can pull (merge) these changes into your current Wine GIT tree it as follows:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git pull . mmbranch
I'll send Alexandre a all the patches in the tree when he returns, but his tastes may differ to mine... :)
Hopefully this will help prevent development from dropping to a snail's pace for two weeks.
Mike
Hi,
Could you please put up a page, what patches are in the interim tree. So that we might know if there are any problems, we know who to blame ;)
Thanks, Vijay
On 4/27/06, Mike McCormack mike@codeweavers.com wrote:
Hi,
Since Alexandre is lying on the beach in Greece and there'll be a gap between commits, I've made my Wine tree available and will be committing patches from wine-patches to it.
You can pull (merge) these changes into your current Wine GIT tree it as follows:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git pull . mmbranch
I'll send Alexandre a all the patches in the tree when he returns, but his tastes may differ to mine... :)
Hopefully this will help prevent development from dropping to a snail's pace for two weeks.
Mike
On 4/27/06, Vijay Kiran Kamuju infyquest@gmail.com wrote:
Hi,
Could you please put up a page, what patches are in the interim tree. So that we might know if there are any problems, we know who to blame ;)
git log mmbranch
-- James Hawkins
Vijay Kiran Kamuju wrote:
Could you please put up a page, what patches are in the interim tree. So that we might know if there are any problems, we know who to blame ;)
If you fetch the tree into your GIT using:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch
you can then see the patches in it using one of the following:
git whatchanged mmbranch git-log origin..HEAD
I've attached the output of the latter below.
Mike
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.