search for: gwl_style

Displaying 6 results from an estimated 6 matches for "gwl_style".

2001 Feb 04
1
Hey ! thanks ! Flash 5 works now ... for short ... :(
...oblem .. the problem with the install screnn can be fixt, by patching manualy the win.c cuz the patch file from http://www.integrita.com/cgi-local/lwgate.pl/WINE-PATCHES/archives --> 2000/07 --> setwindowlong is outdated, but u can fix it by hand, if u open win.c ; go to line 2032 ( case GWL_STYLE: ) and than change the code between 'case GWL_STYLE:' and 'if (wndPtr->flags & WIN_ISWIN32)' into : case GWL_STYLE: // style.styleOld = wndPtr->dwStyle; // newval &= ~(WS_CHILD); /* this bit can't be changed this way */ // style.styleNe...
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote: > > So not to beat a dead horse or anything, but after seeing Gavriel's note > that InstallShield was working in the latest Transgaming patch (I have no > need of the Direct3d stuff, but I was not able to find any relevant pattches > by Andreas on PATCHES), I installed the patch, and tried out installing > MediaPlayer yet again, and
2002 Mar 01
4
UI regression
Hi, Earlier this year I "upgraded" from wine 20010510 to 20011226 in order to see if some kind of resource leak was fixed which caused screen redraws to get progressively slower and slower and slower and slower, .... That was fixed but there seemed to be a significant number of graphics and UI regressions. I've just upgraded to 20020228 to see if things were any better and within
2009 May 22
0
Wine release 1.1.22
...2/animate: Fix Animate_* macros. comctl32/header: Retrieve control data only once at WinProc call. comctl32/header: Move parameter cast to WinProc where possible. comctl32/header: Use cached colors instead of querying them again. comtl32/listview: Cache Header control window GWL_STYLE. comctl32/treeview: Use cached colors instead of GetSysColor in TreeView. comctl32/tests: Don't use magic numbers for ListView exstyles. comctl32/ipaddress: Use cached colors instead of GetSysColor for IPAddress control. comctl32/monthcal: Use cached colors instead of Ge...
2009 Oct 23
0
Wine release 1.1.32
...e implementation. Michael Stefaniuc (3): windowscodecs: Remove redundant NULL check before HeapFree (Smatch). user32: Remove a duplicated return statement (Smatch). mshtml: Remove redundant NULL check before HeapFree (Smatch). Nikolay Sivov (54): comctl32/tab: Cache window GWL_STYLE style. comctl32/tab: Remove unnecessary helper parameter, use SDK name for UpDown control. comctl32/tab: Remove dead parameter check code. comctl32/tab: Add more TRACE(), further cleanup. comctl32/tab: Handle item focusing better (including keyboard support). comctl32/...
2009 Sep 25
0
Wine release 1.1.30
...KGND style. comctl32/header: Implement HDF_FIXEDWIDTH format flag. comctl32/listview: Handle LVCFMT_FIXED_WIDTH flag. comctl32/header: Implement HDS_NOSIZING style with tests. comctl32/listview: Add partial support for cxMin width field. comctl32/monthcal: Cache window GWL_STYLE. comctl32/monthcal: Draw selected day as v6 does. Get rid of ugly selection curve. comctl32/header: Add XP SP3 workaround for Header tests. Fix window handle leak. comctl32/dpa: Split tests to several functions to avoid undesired dependencies. include: Move some documented D...