Something broke on WineHQ. For some reason tags
aren't getting parsed right - see this week's WWN for an example.
It's displaying "". I haven't looked into it at all,
but I figured someone (Dimi?) might remember messing with this stuff
recently.
Also, anyone happen to know if Wine can be used
On Thu, 2005-05-19 at 23:25 -0500, Dustin Navea wrote:
> It _would_ be nice if we could possibly move all of the FAQ's and
> users/development guides to the wiki..
No, they are just fine where they are. We just moved them to new
repository. We have translations, we can generate different output
It _would_ be nice if we could possibly move all of the FAQ's and
users/development guides to the wiki.. That way it would be easier to
maintain, as you could do it from any computer, and not have to edit
sgml, submit a patch, etc..
I could help with porting it all in my free time, now that th
This one has been pre-diagnosed and the patch has been found. All
relevant info is in the message from wine-bugs, attached below, any
additional info needed? Let me know and I will request it from the author..
Dustin
Original Message
Subject: [Bug 2969] New: CVS Regression -
On Fri, 2005-05-20 at 00:42 +0200, Maarten Lankhorst wrote:
> m3h, v4l driver for vfwcapture.. please leave the ERR notice on
> initialisation intact, thank you :)
I think you've overusing ERR(). ERR() should be called
to signal an internal error such as inconsistent state,
not something that the
On Thu, 2005-05-19 at 19:38 -0500, James Hawkins wrote:
> +if (!lpLVItem)
> +return FALSE;
Please don't check for NULL, it's an internal function,
you should never pass NULL there. And if you do, it
should crash :)
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Daniel Kegel wrote:
[EMAIL PROTECTED] wrote:
http://bugs.winehq.org/show_bug.cgi?id=2609
[Proposed fix:]
struct rlimit address_limits;
int required_address_space = 1024 * 1024 * 1400; /* 1400M */
getrlimit(RLIMIT_AS, &address_limits);
if (address_limits.rlim_max < required_addre
Dimitrie Paun wrote:
These are good tips. Maybe we should collect them on the Wiki :)
Couple more:
-- if you want to put your email on your page, but are afraid
of spam, use the MailTo macro like so:
[[MailTo(dimi AT SPAMFREE lattica DOT com)]]
This will still show the address prope
From: "Alexandre Julliard" <[EMAIL PROTECTED]>
> > In particular, what do we do with
> > windows/syscolor.c:SYSCOLOR_MakeObjectSystem()
>
> Now you know why this hasn't been done yet ;-)
What about a private __wine_make_system_object()?
It's not like we'll use our USER on windows, no?
--
D
These are good tips. Maybe we should collect them on the Wiki :)
Couple more:
-- if you want to put your email on your page, but are afraid
of spam, use the MailTo macro like so:
[[MailTo(dimi AT SPAMFREE lattica DOT com)]]
This will still show the address properly in the browser,
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> I'm not sure if this is what Alexandre had in
> mind, but here it goes...
>
> ... I just realized that some things may break.
> In particular, what do we do with
> windows/syscolor.c:SYSCOLOR_MakeObjectSystem()
Now you know why this hasn't be
[EMAIL PROTECTED] wrote:
http://bugs.winehq.org/show_bug.cgi?id=2609
[Proposed fix:]
struct rlimit address_limits;
int required_address_space = 1024 * 1024 * 1400; /* 1400M */
getrlimit(RLIMIT_AS, &address_limits);
if (address_limits.rlim_max < required_address_space)
WINE_WARN("Your virtual
Hello,
I wanted to try netscape 8 but it's bugging about gif support being
unavailable; so I got the gif library - but now wine won't recompile:
...
make[2]: Entering directory
`/home/jorishuizer/.wine-source/wine/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_O
--On Wednesday, May 18, 2005 11:00 PM +0100 Mike Hearn <[EMAIL PROTECTED]>
wrote:
Newbie developers, I crave your feedback. Are these actually useful or am
I wasting my time?
While I haven't had a chance to check these out, I value the resource for
future use. I've got some upcoming Windows-base
Hi,
I'm running vc.net as a cross-compiler under wine. Everything looks very nice
when you run it with X server running. Yet, when there's no X present,
winetty driver kicks in and corrupts the console output. Is there a simple
remedy? Here are the problems that I observe:
1. Pointless Xlib err
Stefan Dösinger escreveu:
Am Mittwoch, 18. Mai 2005 22:00 schrieb Mike Hearn:
This time, it's how to debug PE Explorer hanging when you double click on
a DLL in the file open dialog (fixed in CVS).
http://wiki.winehq.com/Debugging_the_PE_Explorer_file_open_dialog
Newbie developers, I crave your
Dustin Navea escreveu:
Im troubleshooting bug 2962
http://bigs.winehq.com/show_bug.cgi?id=2962 and I had the reporter
revert to the october release. But when trying to compile it, it
failed, so I told him to do make distclean.. Now he's getting the no
rule to make target distclean... Im stumpe
Im troubleshooting bug 2962 http://bigs.winehq.com/show_bug.cgi?id=2962
and I had the reporter revert to the october release. But when trying
to compile it, it failed, so I told him to do make distclean.. Now he's
getting the no rule to make target distclean... Im stumped as to what to
do... C
I'm not sure if this is what Alexandre had in
mind, but here it goes...
... I just realized that some things may break.
In particular, what do we do with
windows/syscolor.c:SYSCOLOR_MakeObjectSystem()
Index: dlls/gdi/gdiobj.c
==
2005-05-19 Kouji Sasaki <[EMAIL PROTECTED]>
(B
(B> > Changelog:
(B> >
(B> > * dlls/comctl32/listview.c
(B> >
(B> > Corrected the priority of operators for LISTVIEW_GetNextItem function.
(B>
(B> > --- dlls/comctl32/listview.c 2005-04-14 22:58:24.0 +0900
(B> > +++ dlls
2005-05-19 Kouji Sasaki <[EMAIL PROTECTED]>
(B
(B> > Added the feature to change row height in owner draw controls.
(B>
(B> The indentation looks a bit funky on this one -- can you please
(B> use 4-space indentation?
(B>
(B> --
(B> Dimi.
(B>
(B
(BI will send the modified patch with
2005-05-19 Kouji Sasaki <[EMAIL PROTECTED]>
(B
(B> > Corrected the determination of capturing inside EDIT_WM_MouseMove
(B> function.
(B>
(B> > - if (GetCapture() != es->hwndSelf)
(B> > + if (GetCapture() != es->hwndSelf || !es->bCaptureState)
(B>
(B> Can we have
(B> GetCapture() == e
2005-05-19 Kouji Sasaki <[EMAIL PROTECTED]>
(B
(B> > Added the callback item processing for LISTVIEW_EndEditLabelT function.
(B>
(B> I think this would be a bit more explicit and correct (is_textW() returns
(B> false
(B> if pszText == NULL) if the test is the other way around:
(B>
(B> +
Am Mittwoch, 18. Mai 2005 22:00 schrieb Mike Hearn:
> This time, it's how to debug PE Explorer hanging when you double click on
> a DLL in the file open dialog (fixed in CVS).
>
> http://wiki.winehq.com/Debugging_the_PE_Explorer_file_open_dialog
>
> Newbie developers, I crave your feedback. Are t
> *SystemDriverInformation should be called SystemModuleInformation because
> it provides information on any module in system address space, not only
> drivers.
>
> ChangeLog: Rename SystemDriverInformation to SystemModuleInformation
>
> Ivan.
> *
>
>
Could you also change ntdll/nt.c as it's used t
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes:
> But first I'll have a play under wine to compare my testing results with my
> suggested patch and see what breaks...
>
> Unfortunately I cant really think of a 'test' I can add into the wine tests
> for this as most of the testing was under w
I just ran into bug 2609:
http://bugs.winehq.org/show_bug.cgi?id=2609
which is that wine fails to initialize when the user has a ulimit for
virtual memory (address space) set to less than around 1300MB. This is
something wine could test for and issue a warning. I know this isn't
technically a
A few tips on how to use the Wiki:
- Embedding a block of code is best done like this:
{{{
#!cplusplus
if (foo)
{
bar;
}
}}}
This will give it nice syntax highlighting, a monospace font and line
numbers.
- Unfortunately StudlyCaps as the Win32 API uses them is the same style
that tr
> With only GetCapture() != es->hwndSelf statemet, the string selection will
(Boccur
(B> even if the capturing is done by external processes.
(B
(BSo what you are saying is that an external process captures the mouse,
(Band somehow GetCapture() returns the handle of this edit. Why would
(Btha
> I will send the modified patch with 4 space indents.
(B
(BThanks!
(B
(B> But because some of the original source codes do not have 4 space indents,
(B> patches there are matched with the original code's indents.
(B
(BI know, I hope to get time to hack some more on listview,
(Breview the c
Dimi Paun <[EMAIL PROTECTED]> writes:
> I've always been a bit confused about the parameters to the
> list macros. If you don't use them much (which I didn't) it's
> hard to remember them. I think it would be best if we are
> consistent with other for loops out there.
I think they are perfectly c
Dimi Paun wrote:
I've always been a bit confused about the parameters to the
list macros. If you don't use them much (which I didn't) it's
hard to remember them. I think it would be best if we are
consistent with other for loops out there.
ChangeLog
Change the parameter order for LIST_FOR_EACH_E
32 matches
Mail list logo