http://bugs.winehq.org/show_bug.cgi?id=2149
------- Additional Comments From braket(a)hotmail.com 2005-09-02 17:30 -------
as a workaround you can add a Desktop line in ~/.wine/config
Something like:
;; half life
[AppDefaults\\hl.exe\\x11drv]
"Desktop" = "640x480"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2710
Summary: CVS Regression - 16-bit File Dialog Crash
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
16-bit app. locks up when invoking File Open dialog. Patch:
http://cvs.winehq.org/patch.py?id=15923 causes the regression.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2699
------- Additional Comments From ikrakow_1999(a)yahoo.com 2005-09-02 10:30 -------
Reproduced in Wine 20050111, from CVS, with download as of 2/8/2005. Jem's
analysis is correct. Some additional comments:
1) ES_NUMBER is defined in include/winuser.h, line 639, as an edit control style.
2) ES_DISABLENOSCROLL is defined ins include/richedit.h, line 172, as a _rich_
edit control style.
3) ES_NUMBER is processed in dlls/user/edit.c (for the edit control). Look at
lines 3700-3702.
4) ES_DISABLENOSCROLL is _never_ processed.
In Windows, the rich edit control is subclassed from the edit control. The
designers of the rich edit control did not need to use the ES_NUMBER style bit
because the rich edit control never needed it. So they used it as
ES_DISABLENOSCROLL, overriding the ES_NUMBER setting.
The patch is more complicated than simply determining whether the control is an
edit or a rich edit control. Suppose a newly subclassed control (say,
RichEdit_Numeric) is derived from the edit control. The ES_NUMBER bit might be
used in that case. We need some general mechanism for handling subclassed
controls like this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2709
Summary: AppDB maintainer permissions
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grahame(a)regress.homelinux.org
I tried to update a howto I wrote for an application I'm maintaining but I keep
getting told that I don't have sufficient permissions.
I'm using the latest version of firefox in debian/unstable as my browser.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2699
jberkes(a)pc-tools.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|richedit unusable when |richedit behaves incorrectly
|ES_DISABLENOSCROLL aka |with ES_DISABLENOSCROLL
|ES_NUMBER style used |style, losing functionality
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2707
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=631
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2706
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.