ChangeSet ID: 8360
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/29 10:32:17
Modified files:
templates/en : faq.template
Log message:
changes by Tom Wickline <twickline(a)skybest.com>
1) Add Crossover Server to : Which one of the different Wine packages out there is good for me?
2) update : What is the current version of Wine?
3) update : Is there a CVS tree?
4) fix some dead links
Patch: http://cvs.winehq.com/patch.py?id=8360
Old revision New revision Changes Path
1.4 1.5 +20 -15 lostwages/templates/en/faq.template
ChangeSet ID: 8357
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/29 10:30:11
Modified files:
templates/en : cvs.template
Log message:
changes by Tom Wickline <twickline(a)skybest.com>
1) cvs -z 3 to cvs -z 0
2) add notice so people will still know they can compress there transfer.
Patch: http://cvs.winehq.com/patch.py?id=8357
Old revision New revision Changes Path
1.6 1.7 +9 -4 lostwages/templates/en/cvs.template
ChangeSet ID: 8356
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/28 10:03:05
Modified files:
templates/en : todo_lists.template
Log message:
changes by Tom Wickline <twickline(a)skybest.com>
1) changed my name Thomas is to formal :)
2) changed my e-mail addy
3) removed old link to preview as it is DOA.
Patch: http://cvs.winehq.com/patch.py?id=8356
Old revision New revision Changes Path
1.7 1.8 +2 -2 lostwages/templates/en/todo_lists.template
ChangeSet ID: 8355
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/27 16:15:18
Modified files:
include : utils.php wwn.php
Log message:
added array_qsort() to utils, we use this function in WWN to sort the top 5 posters in WWN issues.
Patch: http://cvs.winehq.com/patch.py?id=8355
Old revision New revision Changes Path
1.5 1.6 +37 -0 lostwages/include/utils.php
1.8 1.9 +13 -8 lostwages/include/wwn.php
ChangeSet ID: 8353
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/27 09:52:25
Modified files:
templates/en : status_changelog.template
Log message:
update by Tom Wickline <twickline(a)skybest.com>
Show in the changelog that I added Marcus Meissner as worker for
ole32 & oleaut32.
Patch: http://cvs.winehq.com/patch.py?id=8353
Old revision New revision Changes Path
1.1 1.2 +7 -0 lostwages/templates/en/status_changelog.template
ChangeSet ID: 8352
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/05/27 09:46:00
Modified files:
templates/en : contributing.template
Log message:
update by Tom Wickline <twickline(a)skybest.com>
On the contributing page under section C:3 we have Public relations
and C:4 as PR manager. C:3 is not used so I have removed the
PR manager slot and just named it Public relations. I'm not sure if
wine will ever have a official PR Manager. But we can all help on the
Public relations side.
Patch: http://cvs.winehq.com/patch.py?id=8352
Old revision New revision Changes Path
1.6 1.7 +4 -4 lostwages/templates/en/contributing.template
ChangeSet ID: 8341
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/21 22:39:13
Modified files:
dlls/dsound : sound3d.c propset.c primary.c mixer.c
dsound_main.c capture.c buffer.c
Log message:
Robert Reif <reif(a)earthlink.net>
- make parameter checking and error notification consistent
- propagate driver and local function errors where needed
- fix error returns where pointer is given for returned data
- add 3d listener to primary buffer when needed
- copy 3d part of buffer when duplicated
- fix bug when primary buffer is reopened with smaller buffer
- loosen requirements on caps data size check
- set caps for emulated mode based on actual driver caps
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8341
Old revision New revision Changes Path
1.18 1.19 +20 -3 wine/dlls/dsound/sound3d.c
1.6 1.7 +2 -0 wine/dlls/dsound/propset.c
1.11 1.12 +182 -50 wine/dlls/dsound/primary.c
1.14 1.15 +18 -11 wine/dlls/dsound/mixer.c
1.82 1.83 +228 -75 wine/dlls/dsound/dsound_main.c
1.11 1.12 +178 -49 wine/dlls/dsound/capture.c
1.9 1.10 +171 -71 wine/dlls/dsound/buffer.c
ChangeSet ID: 8336
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/21 22:35:24
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Avoid setting and resetting the same values when there are many
rectangles.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8336
Old revision New revision Changes Path
1.58 1.59 +46 -42 wine/dlls/d3d8/device.c