search for: ws_child

Displaying 18 results from an estimated 18 matches for "ws_child".

2001 Feb 04
1
Hey ! thanks ! Flash 5 works now ... for short ... :(
...ut 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.styleNew = newval | (style.styleOld & (WS_CHILD)); /* FIXME: this part originally prevented you from modifying * WS_VISIBLE and WS_CHILD flags. * However at least Win95 allows modificatio...
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
2014 Apr 04
0
Wine release 1.7.16
...round SetForegroundWindow failure due to foreground lock timeout. msvcp90: Add _Random_device implementation. msvcrt: Remove setlocale test with empty locale string. qcap/tests: Fix AviMux test failures on Win2k. user32: Change SetFocus behavior on windows with parent and no WS_CHILD flag. user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag. user32: Make it possible to activate a window with parent and no WS_CHILD flag in WS_NCLBUTTONDOWN function. Robert Naumann (1): mgmtapi: Fix a typo in the export of SnmpMgrRequest. Se...
2001 Mar 15
2
Entropia distributed computing client won't install
Hi, Because our institute is planning a distributed-computing project in cooperation with the Entropia software, and I do not like the idea of excluding all Linux users from the project, I tried to get the Entropia software running using a recent version of wine (Wine release 20010305), which I compiled & installed on a SuSE Linux 6.4 machine (glibc 2.1.3, kernel 2.2.14) (the entropia
2020 Aug 07
0
Wine release 5.0.2
...le. kernel32: On process entry store PEB address in %ebx. kernel32/tests: Add a PE test image that resembles format of some of 8k demos. Emilio Cobos ?lvarez (1): widl: Use DECLSPEC_ALIGN in MSVC compatible way for return types too. Gabriel Iv?ncescu (3): quartz: Clear the WS_CHILD style instead of unparenting the window. winex11.drv: Use a helper to retrieve the decoration rect for managed windows. winex11.drv: Fix X11DRV_X_to_window_rect to handle windows smaller than the decoration. Gijs Vermeulen (2): advpack: Extract inf file before installing in Execu...
2011 Nov 18
0
Wine release 1.3.33
...ed at this point. Dmitry Timoshkov (6): ntdll: Use PAGE_EXECUTE_READWRITE protection when allocating stubs. kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it pass under Wine. gdi32: Remove a duplicated line of code. user32: Add tests for mixed WS_CHILD | WS_POPUP window styles. user32: Dialog creation code should force WS_CHILD style for dialog controls. user32: Issue a warning when dialog control creation fails. Eric Pouech (3): expand: Remove extraneous curly braces from switch statements. expand: No longer use Unix std...
2017 Nov 11
0
Wine release 2.21
...t brushes in playback. d3dx9: Implement D3DXFrameFind(). Paul Gofman (1): d3dx9: Zero constantinfo_reserved on error in get_constants_desc(). Piotr Caban (13): wine.inf: Add Windows Messaging Subsystem MAPI registry key. hhctrl.ocx: Set window owner in HtmlHelp function if WS_CHILD flag is not specified. vbscript: Add UBound implementation. oleaut32: Fix automatic value getting in ITypeInfo::Invoke. oleaut32: Ignore underflows in VarR8FromStr. vbscript: Add support for "for each" on arrays. vbscript: Add for each tests on array. v...
2012 Jul 17
0
Wine release 1.5.9
...s: Add support for converting RGB formats to 8bpp indexed. gdiplus: Add support for converting RGB formats to 1bpp indexed. Erich Hoover (3): shell32: Fix FindExecutable search path when a default directory is supplied. hhctrl.ocx: Implement HH_CLOSE_ALL. hhctrl.ocx: Permit WS_CHILD help windows. Francois Gouget (4): gdi32: Remove an unused wgl debugging channel. winex11.drv: We must include Xlib.h before Xrandr.h. appwiz.cpl: Only offer to download an addon if its installer is missing. mshtml: Avoid returning with an unset URL policy in error cases....
2014 Mar 07
0
Wine release 1.7.14
...plementation. qcap: Fix strf chunk size in AviMuxIn_ReceiveConnection. qcap: Fix some memory leaks in Avi Mux. qcap: Fix uninitialized variable access in Avi Mux. qcap/tests: Add more Avi Mux tests. qcap/tests: Add option to save generated avi file. user32: Check WS_CHILD style in IsChild function. ole32: Change DoDragDrop return value on IDropTarget::Drop call. ole32: Merge OLEDD_TrackMouseMove and OLEDD_TrackStateChange functions. ole32: Fix DROPEFFECT value in OLEDD_TrackStateChange. ole32: Add more DoDragDrop tests. ole32/tests: Fix...
2016 Mar 04
0
Wine release 1.9.5
...riched20/tests: wAlignment should be compared to the PFA_ values. riched20: Don't apply paragraph formatting until the end of paragraph. riched20: Add handling for a few more special characters. Jacek Caban (14): user32: Don't use window's parent as an owner if WS_CHILD style is not set. user32: Added debug traces to SetParent. mshtml: Added HTMLXMLHttpRequestFactory DISPID_VALUE implementation. mshtml: Expose XMLHttpRequest constructor to scripts. mshtml/tests: Fixed tests on some IE versions. mshtml: Added IHTMLXMLHttpRequest::getRe...
2002 Mar 02
3
sorting listview by clicking header
thanks to all of the great work that has been done to listview, my app is finally readable. cudos on the latest patch that fixed up text (that was getting truncated), it's correct this time around. anyways, the one thing missing to get my app working is column sorting (done by clicking a header). i have below the output from a "trace+listview,trace+header" run of the app, clipped
2011 Feb 18
0
Wine release 1.3.14
...ew tests for D3DXCreateBox. Detlef Riekenberg (4): winspool: Do not mark AddPrinterA as stub. msi/tests: Fix a typo. mshtml/tests: Fix a typo. shlwapi: Add stubs for SHWinHelpOnDemandA/W. Dmitry Timoshkov (4): user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent. user32: Add message tests for SetParent(). mlang: GetGlobalFontLinkObject() takes a non-zero number of arguments. user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state. EG Galano (1): gdiplus/tests: Make sure ret...
2007 Jul 27
0
Wine release 0.9.42
...st GetServiceDisplayNameA for service with no displayname. advapi32/service: Forward GetServiceDisplayNameA to GetServiceDisplayNameW. advapi32/service: Fix buffersize calculations for GetServiceDisplayNameW. Peter Dons Tychsen (1): x11drv: Fix the special case where windows have WS_CHILD and WS_POPUP. Rob Shearman (18): ole32: Remove some dead code. rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that can be marshalled is SHRT_MAX, not USHRT_MAX. rpcrt4: Check to make sure there is enough data in the buffer during unmarshalling, so...
2006 Nov 10
0
Wine release 0.9.25
...Add tests for ConfigurePort. Dmitry Timoshkov (13): user32: Properly log HCBT_KEYSKIPPED hook event, make the message user32: Flush painting events harder in some places in order to avoid races in the message tests. user32: Add a test for CreateWindow/DestroyWindow behaviour with WS_CHILD | WS_POPUP style, make it pass under Wine. user32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the comparison. user32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem. user32/tests: Move the system menu test into its own test....
2011 Dec 02
0
Wine release 1.3.34
...ntrols are loaded before creating the dialog. shlwapi: Convert dialogs to po files. kernel32/tests: Avoid size_t in traces. msxml3: Don't return REFIID to avoid compiler warnings. makefiles: Build tags from all the source files. user32: Don't allow activating a WS_CHILD top-level window through SetFocus. gdi32: Only store the path in the DC when it's closed. gdi32: Get rid of the no longer needed path states. gdi32: Get rid of the GdiPath typedef. gdi32: Get rid of the Hungarian line noise in the gdi_path structure. gdi32: Specify...
2011 Dec 16
0
Wine release 1.3.35
...29127 Typing of the Dead demo crashes on launch 29142 Sins of a Solar Empire Trinity causes GLXBadDrawable 29161 ZMud fails to run 29162 Gens 11b rerecording: fails to initialize drawing surface 29179 SAMO-Touragent application, does not launch due to exception stack overflow 29180 WS_CHILD dialog might want WS_CAPTION 29204 the dib text rendering breaks text in d3d 29213 DDR=gdi leads to a crash 29216 Sacred Gold v2.28 hangs on exit (ddr=opengl) 29233 FoxitReader 5.1 crashes when a pdf is loaded 29235 Worms Armageddon: frontend flickers 29239 Age of Empires 1 &...
2010 Oct 01
0
Wine release 1.3.4
...anslation. build-env: Don't use 'exchange instruction set' instructions on ARM to fix build on ARMv6 e.g. Nokia N810. taskkill: Add German translation. ipconfig: Update German translation. Aric Stewart (3): quartz: Allow for proper setting of the video window to WS_CHILD. quartz: Improve video window sizing on first sample. mciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt a playing video. Aurimas Fi?eras (5): shell32: Update Lithuanian translation. taskmgr: Update Lithuanian translation. taskkill: Add Lithuanian translation....
2020 Mar 27
0
Wine release 5.5
...e of process helper functions. kernel32/tests: Fix the grammar and formatting of a process comment. mscoree: Handle the shared wine-mono installation like the msi case. shell32/tests: Fix the temporary directory creation in shlexec. Gabriel Iv?ncescu (19): quartz: Clear the WS_CHILD style instead of unparenting the window. jscript: Get rid of the variable_obj parameter to exec_source. jscript: Use the proper variable_obj for bytecodes with named items. jscript: Lookup and ref the named item's dispatch first, during interpretion. jscript: Create sepa...