1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
Commit graph

16944 commits

Author SHA1 Message Date
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
Joseph Pranevich
7bcf341a64 Added int16 (Keyboard) support, mostly stubs. 1998-10-17 11:55:07 +00:00
Juergen Schmied
6101324f3b Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
1998-10-16 15:40:20 +00:00
Uwe Bonnes
73d6c134c2 Renamed all LPIMAGE_* types to PIMAGE_*. 1998-10-16 09:30:33 +00:00
Moshe Vainer
4a150e7753 Partial implementation of GetOutlineTextMetrics32A.
Added structures for OUTLINETEXTMETRICS.
1998-10-14 18:15:43 +00:00
Ulrich Weigand
27bb362fe1 Do not clip source rectangle even by visible region for bitblts.
Added field 'totalExtent' to WIN_DC_INFO.
1998-10-14 18:06:44 +00:00
Marcus Meissner
48ed3e11a4 Fixed --disable-debug config option. 1998-10-14 17:58:40 +00:00
Ulrich Weigand
a3527cf369 Implemented new PE DLL initalization code, trying to call the
DllEntryPoint routines always in correct order :-)
Bypass snooping when getting data buffer addresses (thunk buffers,
__GP handlers) and for 32-bit routines directly called from 16-bit
(due to stack address size problems).
1998-10-11 19:31:10 +00:00
Ulrich Weigand
bf5f693ff9 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments. 1998-10-11 19:12:16 +00:00
Ulrich Weigand
85a7ff4090 GlobalFix16 is supposed to return selector to the memory area. 1998-10-11 19:10:10 +00:00
Ulrich Weigand
2e30f6ffa3 Use emergency TEB selector to avoid debugger crashes when stepping
through relay stubs (or when FS is invalid otherwise).
1998-10-11 18:59:11 +00:00
Ulrich Weigand
d4663668b8 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.
1998-10-11 18:47:02 +00:00
Andreas Mohr
e6c12eeb04 Yet another small self-loader fix. 1998-10-11 17:36:46 +00:00
Patrik Stridvall
8295c862dc Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. 1998-10-11 17:09:05 +00:00
Patrik Stridvall
091e78564d Started the implementation of IMAGEHLP.DLL. 1998-10-11 17:04:17 +00:00
Patrik Stridvall
29c08dd4df Started the implementation of MSACM.DLL and MSACM32.DLL. 1998-10-11 17:00:29 +00:00
Juergen Schmied
6acd059970 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented. 1998-10-11 15:50:14 +00:00
Juergen Schmied
5371e45285 New structures DVASPECT, TYMED, IDLList.
Shell specific clipboard formats.
1998-10-11 15:45:48 +00:00
Alexandre Julliard
5f2c7dc15d Added Eric Pouech. 1998-10-11 14:16:50 +00:00
Eric Pouech
9f65a719fb Started coding 32 bit MCI handling.
Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
Wrote MCI MIDI support.
1998-10-11 14:14:24 +00:00
Eric Kohl
17216d35a7 Fixed some undocumented functions.
Changed algorithm in DPA_QuickSort().
Fixed heap creation/destruction and control [un]registration in
ComCtl32LibMain().
1998-10-11 13:21:17 +00:00
Eric Kohl
96388c85b1 Added tracking support and fixed loading of resource strings.
Added unregister code.
1998-10-11 13:19:17 +00:00
Eric Kohl
37d68ef55b Added IPAddress and NativeFont controls. 1998-10-11 13:17:47 +00:00