This implention is wrong please revert it
it shall and must be implement in win32k not direcly to gdi32
NtGdiGetCharWidth
----- Original Message -----
From: <jimtabor(a)svn.reactos.org>
To: <ros-svn(a)reactos.org>
Sent: den 21 January 2006 01:52
Subject: [ros-svn] [jimtabor] 20958: Port Wine GetCharWidth32A.
> Port Wine GetCharWidth32A.
>
>
> Updated files:
> trunk/reactos/lib/gdi32/objects/font.c
>
> _______________________________________________
> Ros-svn mailing list
> Ros-svn(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-svn
I think few of the devs ever read the Design forum (???)
There are a some nice GUI designs, mostly done with a drawing program.
So I thought it would be great to make those designs available inside
ROS. Some of them (I think kokodin made a good and quite good
programmable design) could be done by changing the user32 code, but it's
not a good idea to make theming by changing user32 code. So I had the
following idea: all code really needed to draw the GUI elements could be
exported into an external dll (gui.dll or something like that) so some
basic theming would be pretty easy and still fast. We would only need a
kind of GUI API that would allow changing most things, but would not be
too complex.
What do you think of this?
If you think it's a good idea, I would try to outsource the gui code out
of user32 and try to develop a basic and a secondary (based on kokodin's
design) dll.
greatlrd(a)svn.reactos.org wrote:
> Author: greatlrd
> Date: Fri May 26 23:23:34 2006
> New Revision: 22062
>
> URL: http://svn.reactos.ru/svn/reactos?rev=22062&view=rev
> Log:
> replace djgpp hell bugs fcvtbuf with project http://www.jbox.dk/sanos/source/lib/fcvt.c.html with small modification's to match ReactOS arch. Floating point to string conversion routines Copyright (C) 2002 Michael Ringgaard. All rights reserved.
>
> Make wine test for fcvt shut up we are failing 64 of wine test in msvrt printf, but we pass all fcvt test. before we did fail 75 test in wine test of msvrt printf test. Before we did fail almost all test case for fcvt in wine test
>
I've been actually importing a LOT of the SanOS code into rtl back when
I was working on fixing many of the broken inlined GAS routines, and his
code REALLY kicks ass. I strongly recommend using the SanOS CRT
functions when possible.
Best regards,
Alex Ionescu
Murphy, Ged (Bolton) wrote:
>
>
> amunger(a)svn.reactos.org wrote:
> >
> > URL: http://svn.reactos.ru/svn/reactos?rev=22052&view=rev
> > Log:
> > Bump trunk to 0.4.0, no turning back now.
> >
>
> Ehh???
Oh I see, nevermind.
I read it wrong initially.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
amunger(a)svn.reactos.org wrote:
>
> URL: http://svn.reactos.ru/svn/reactos?rev=22052&view=rev
> Log:
> Bump trunk to 0.4.0, no turning back now.
>
Ehh???
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Hi!
ReactOS.Bugzilla(a)reactos.org wrote:
> http://www.reactos.org/bugzilla/show_bug.cgi?id=1172
>
>
> hpoussin(a)reactos.org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC|hpoussin(a)reactos.org |
> Summary|Network driver will not |VIA Rhine II net driver
> |install. |doesn't detect miniport
>
>
>
>
> ------- Comment #9 from hpoussin(a)reactos.org 2006-05-23 22:18 CET -------
> Changing title, as it is no more a installation problem.
> (btw, the wrong name in ncpa control panel is due to a missing entry in
> [Strings] section)
>
>
Funny, it once worked.
[MANUF]
%PCI\VEN_1106&VT3065.DeviceDesc% = VT3065_ndi,PCI\VEN_1106&DEV_3065
;%PCI\VEN_1106&VT3065.DeviceDesc% = VT3065_ndi,PCI\VEN_1106&DEV_3065&SUBSYS_734C1462
<snip >
Manuf = "VIA Technologies, Inc."
VT3106S.DeviceDesc = "VIA Rhine III Management Adapter"
VT3106J.DeviceDesc = "VIA Rhine III Fast Ethernet Adapter"
VT3065.DeviceDesc = "VIA Rhine II Fast Ethernet Adapter"
VT3043.DeviceDesc = "VIA VT86C100A Rhine Fast Ethernet Adapter"
FET.Service.DispName = "VIA Rhine Family Fast Ethernet Adapter Driver Service"
Not that I am aware of... but I could be wrong too because I never
hang around the bugzilla site lol
>> Can someone actually fix the radio buttons? It's getting annoying to
>> see it with no outlining on it, not sure why whoever wrote the code
>> for it left the outline of it out...
>>
>Hi,
>Is there a bug report for it already? I think we never finished it.
>Thanks,
>James
--
-David W. Eckert
Hey all,
Well, since time has been very restricted for me I have not done as
much code auditing as I would have liked.
However, I did add a page to the wiki about writing secure code
(Secure_Programming). I hope people find it useful and will add
ReactOS specific items to it.
I decided to use another page rather than add to
Programming_Guidelines as it could grow quite big on its own. It is
not linked from any other pages as I didn't want to tread on anyones
toes or get in the way of someone else.
Hope this helps people write a bit more securely :)
Martin
Can someone actually fix the radio buttons? It's getting annoying to
see it with no outlining on it, not sure why whoever wrote the code
for it left the outline of it out...
--
-David W. Eckert
WaxDragon wrote:
> I have the UIC's approval.
I never approved it to be non-user-selectable in the first place.
IRC log (18 Apr 2006):
22:27 -!- Irssi: Starting query in FreeNode with Christoph_vW
22:27 <Christoph_vW> http://www.ApiViewer.de/downloads/test.png
22:29 <mf> nice
22:29 <Christoph_vW> ok
22:30 <Christoph_vW> that is what I wanted to hear :-)
22:31 <mf> yeah i saw someone on the forum do that too
22:31 <Christoph_vW> I thought we should differ from windows in some way
22:31 <mf> now make a corner-to-corner gradient :)
22:31 <mf> a-la openstep
22:34 <mf> left-top to right-bottom
22:34 <Christoph_vW> not yet
22:49 <mf> it IS optional though, right?
22:49 <Christoph_vW> no...
22:49 <Christoph_vW> I replaced the old gradient
22:49 <mf> ...
22:50 <mf> please revert it until you can turn it on/off
22:50 <mf> or else there'll be a lot of complaints from devs and useres
22:50 <mf> users*
23:02 <Christoph_vW> http://www.ApiViewer.de/downloads/test2.png
23:05 <mf> slightly better ;)
23:05 <Christoph_vW> good
Not that anyone ever listens to what I have to say, though.