Chris Morgan | 1 Aug 2005 02:38
Picon

AppDB - fix maintainer name display when processing maintainer queue

Chris Morgan <cmorgan <at> alum.wpi.edu>
admin/adminMaintainerQueue.php
Fix maintainer name display when processing maintainer queue.  Code
was assuming the returned values where arrays when they were in fact
just a single value, copy paste bug from another set of code.
Attachment (fix_maintainer_name_display.patch): application/octet-stream, 1616 bytes
Jesse Allen | 1 Aug 2005 03:04
Picon

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -2

SCRIPT_CACHE not defined?

make[2]: Entering directory `/home/jesse/.local/build/wine/dlls/usp10'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  
-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o usp10.o
usp10.c
usp10.c:54: error: syntax error before "SCRIPT_CACHE"

Thanks,
Jesse

Oliver Stieber | 1 Aug 2005 03:20
Picon
Favicon

[wined3d] texture state sepeartion part1 - 02

Hi,

 It looks like the first patch doesn't apply cleanly any more so I've redone it.

		
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
Oliver Stieber | 1 Aug 2005 03:22
Picon
Favicon

Re: [wined3d] texture state sepeartion part2 -02

This time the patch is incremental and requires part 1 to be applied first.

--- Oliver Stieber <oliver_stieber <at> yahoo.co.uk> wrote:

> Hi,
>    This patch sepeartes the setting of the DirectX texture and sampler states
> from the setting of OpenGL states (now in applyTextureStateState and
> applySamplerState)
> 
> Setting states relating to texture object will be move to basetexture and it's
> descendants in a future patch.
> 
> Also the clearing of the z matrix row in set_texture_matrix has been disabled
> as it was causing some problems.
> 
> 
> 
> 		
> ___________________________________________________________ 
> To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
http://uk.security.yahoo.com> diff -Nru -X ignore clean/wine/dlls/wined3d/device.c
small-patches/wine/dlls/wined3d/device.c
> --- clean/wine/dlls/wined3d/device.c	2005-07-29 14:08:50.635665384 +0100
> +++ small-patches/wine/dlls/wined3d/device.c	2005-07-31 19:46:12.590784328 +0100
>  <at>  <at>  -62,6 +62,9  <at>  <at> 
>  /* static function declarations */
>  static void WINAPI IWineD3DDeviceImpl_AddResource(IWineD3DDevice *iface, IWineD3DResource
> *resource);
>  
> +static void WINAPI IWineD3DDeviceImpl_ApplyTextureStageState(IWineD3DDevice *iface, DWORD
(Continue reading)

Oliver Stieber | 1 Aug 2005 03:36
Picon
Favicon

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

third time lucky.
--- Oliver Stieber <oliver_stieber <at> yahoo.co.uk> wrote:

> 
> --- Oliver Stieber <oliver_stieber <at> yahoo.co.uk> wrote:
> 
> > Hi,
> >    This patch adds stubbed support for ScriptGetFontProperties which is used by d3dxof fonts
> if
> > usp10.dll is found. I recommend disabling usp10.dll (uniscribe support) or using usp10.dll
> from
> > windows for now otherwise some text won't be displayed properly.
> > 
> With a return value..
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/uniscrib_17zn.asp
> 

		
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
Jesse Allen | 1 Aug 2005 06:59
Picon

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

On 7/31/05, Oliver Stieber <oliver_stieber <at> yahoo.co.uk> wrote:
> third time lucky.

Needs semicolon on usb10.h line 109, then it's OK.

Mike McCormack | 1 Aug 2005 08:01

DDRAW: warning fixes

ChangeLog:
* warning fixes
Attachment (ddraw-warning.diff): text/x-patch, 7294 bytes
Mike McCormack | 1 Aug 2005 08:17

libwineunicode: gcc 4.0 warning fix


This fixes 6 -Wpointer-sign warnings.

Mike

ChangeLog:
* gcc 4.0 warning fix
Attachment (unicode-warning.diff): text/x-patch, 798 bytes
James Hawkins | 1 Aug 2005 09:47
Picon

hhctrl: Add beginnings of the Help viewer

Hey,

After taking some advice, I'm going to go at this from a different
angle.  This patch just makes doWinMain open up a blank window, but
the framework is in so it will be easy to add the rest of the code I
have.  The CHM and WebBrowser modules will be coming up soon.  The
parts labeled Toolbar, Navigation Pane, and HTML Pane are stubs right
now, but they will be filled in later with later patches.

Changelog
* Add beginnings of the Help viewer.

--

-- 
James Hawkins
Attachment (help.diff): text/x-patch, 7712 bytes
James Hawkins | 1 Aug 2005 10:12
Picon

hhctrl: Add beginnings of the Help viewer [resend]

Hey,

Without HEAP_ZERO_MEMORY.

Changelog
* Add beginnings of the Help viewer.

--

-- 
James Hawkins
Attachment (help.diff): text/x-patch, 7697 bytes

Gmane