Commit Graph

216 Commits

Author SHA1 Message Date
Rein Klazes 5c6fc1bb91 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
extended style is specified. Also implemented CreateMDIWindow32A()
call - single thread only -.
1998-11-01 14:50:06 +00:00
Marcus Meissner 9cfe2d5384 Added stubs for user32,advapi32 functions. 1998-11-01 14:02:57 +00:00
Marcus Meissner 51505b12b3 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. 1998-11-01 14:00:21 +00:00
Tim Newsome e7cdbb0589 Fix for non-modal dialog closing. 1998-11-01 13:04:43 +00:00
Ove Kaaven 1499a845ff Moved VGA-emulating DirectX code from dispdib.c to a separate
file. Made it use a system timer and trap I/O accesses to the VGA
DAC registers to accommodate DisplayDib-using programs that try to
access the VGA hardware directly.
1998-11-01 12:51:47 +00:00
Ove Kaaven 7f740cbb04 Indirection for INSTR_EmulateInstruction for use by DOS code.
Added support for a 55Hz system timer, letting DOS apps calibrate
their delay loops and such. Calls INSTR_EmulateInstruction for
instruction emulation (principally I/O port access). Added macro
V86_FLAG.
1998-11-01 12:41:19 +00:00
Juergen Schmied 5b00ec7c4d Corrected 2 wrong definitions. 1998-10-28 14:45:44 +00:00
Patrick Spinler 24ee621110 Added stubs for Process32First/Process32Next. 1998-10-28 14:20:19 +00:00
François Gouget 241c730d54 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
headers prototypes.
1998-10-28 10:47:09 +00:00
Huw D M Davies 87f87bf61c Added pBitmapBits and pCreateBitmap to the GDI function table and
moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
1998-10-28 09:53:53 +00:00
Juergen Schmied 309dbe10ef New SHGetSimpleIDListFromPath32AW.
Unicode-safe: PathFindFilename32AW.
1998-10-28 09:38:49 +00:00
Justin Bradford bce6d3e728 IExtractIcon had an extra c in a struct definition. 1998-10-28 09:37:38 +00:00
Marcus Meissner d1165095dc Stub for midiOpenStream (helps hexen2demo). 1998-10-27 15:22:26 +00:00
Alexandre Julliard cd5b38aeb0 Release 981025. 1998-10-25 17:21:26 +00:00
Andreas Mohr 84248a5a08 Fixes for LANG_NEUTRAL. 1998-10-25 10:32:22 +00:00
Alexandre Julliard 3bf623d798 Added some padding to the PDB for ill-behaving apps (problem reported
by Andreas Mohr).
1998-10-25 10:20:31 +00:00
Jonathan Buzzard bdc48bd1e4 Added a new debugging channel io to allow read/writes on a port to be
logged to a file.
1998-10-25 09:55:29 +00:00
Kai Morich 0913cdf00f Added Drag*32 functions. 1998-10-24 12:02:54 +00:00
Ulrich Weigand 4a546903a7 Added support for global handles, implemented ConvertToGlobalHandle.
Allocate startup data and 16-bit stack for initial process.
1998-10-24 12:00:33 +00:00
Ove Kaaven 99f51106cc Implemented DisplayDib. 1998-10-24 11:08:27 +00:00
Lionel Ulmer 27829e4337 Beginning of mouse support in DirectInput (only "standard" mouse
configuration supported for now).
1998-10-24 11:04:07 +00:00
Eric Kohl 9d8e864b34 Added xxx_Unregister() functions to all common controls. 1998-10-24 10:49:27 +00:00
Eric Kohl b075ce5fe4 Improved the rebar control. 1998-10-24 10:47:25 +00:00
Huw D M Davies 14c99d0036 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
driver.
1998-10-24 10:44:05 +00:00
Joseph Pranevich 912049d936 Added support for int17 and int19. 1998-10-24 10:40:36 +00:00
Juergen Schmied e8d281d45a Changed some string-shell32 functions to 32AW, parameter are
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
1998-10-24 09:22:57 +00:00
Juergen Schmied a29dab2ee8 Added VERSION_IsOsUnicode(). 1998-10-24 09:19:10 +00:00
Uwe Bonnes a370ab4eb7 File sharing fixes. 1998-10-24 09:16:44 +00:00
Juergen Schmied cba848847b New FONT_GetObject32W(), GetObject32W(). 1998-10-23 13:27:36 +00:00
Ove Kaaven 28c11324b5 First shot at DPMI realmode calls. 1998-10-23 09:50:07 +00:00
Marcus Meissner 6051fb3728 Small corrections in mmio declarations. 1998-10-22 15:58:53 +00:00
Marcus Meissner 96dad15fd8 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported). 1998-10-22 07:55:33 +00:00
Ove Kaaven 8163465a49 Added indirection for ctx_debug to the DOS loader, so Winelib works
again.
1998-10-21 17:20:48 +00:00
David Cuthbert fb074c44ec Better fix for this_is_a_syntax_error. 1998-10-21 15:38:59 +00:00
Dave Cuthbert 0a56c4f1fa Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
compile-time error message make more sense.
1998-10-19 08:47:08 +00:00
Alexandre Julliard 4ba574d6db Release 981018. 1998-10-18 17:19:57 +00:00
Matthew Becker 75175345ae Documentation updates. 1998-10-18 14:39:06 +00:00
Alexandre Julliard 97d2b92a78 Added Alex Priem. 1998-10-18 14:09:34 +00:00
Alex Priem ba211eeb85 Further improvements. 1998-10-18 14:05:38 +00:00
Turchanov Sergey 62d6e98152 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
1998-10-18 13:42:55 +00:00
Turchanov Sergey 07d7d7986f Fixed LoadImage to support almost all LR_ flags. 1998-10-18 13:41:15 +00:00
Turchanov Sergey 19aa3a793d Added VIRTUAL_MapFileW to map file to memory in one function call. 1998-10-18 13:31:43 +00:00
Turchanov Sergey 656eb96577 Moved Multimonitor API declarations to windows.h. 1998-10-18 11:56:35 +00:00
Turchanov Sergey 86f5d82f2f Implemented DefDriverProc32 from winmm.dll. 1998-10-18 11:22:36 +00:00
Alex Korobka d20858433d Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
bit.
1998-10-18 10:37:46 +00:00
Juergen Schmied c267e3ae24 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
buffer only when necessary.
Updated deu.nls and some LCTYPES in winnls.h.
1998-10-18 10:18:35 +00:00
Patrik Stridvall 1e1cf48107 Compile fix for Solaris. 1998-10-17 12:56:00 +00:00
Peter Hunnisett 34499cc60f Fixed small typo. 1998-10-17 12:22:49 +00:00
Marcus Meissner f4f1719ca5 Fixed some more missing WINAPIs (hopefully correct). 1998-10-17 12:10:19 +00:00
Joseph Pranevich 20a2c1e5b0 More interrupts that can be done from DOS mode. 1998-10-17 11:56:44 +00:00