Steve Lustbader
|
a2e1222486
|
Stubs for CreateTimerQueue and DeleteTimerQueueEx.
|
2002-11-25 20:51:31 +00:00 |
Steve Lustbader
|
f1e1fd05eb
|
Assorted Win2k/WinXP stubs.
|
2002-11-25 20:50:53 +00:00 |
Stefan Leichter
|
a5d7fbfb10
|
Converted implementation of _lseek to _lseeki64, implemented _lseek by
calling _lseeki64.
|
2002-11-25 20:50:01 +00:00 |
Mike McCormack
|
11f4b44451
|
Implemented registry change notifications.
|
2002-11-25 02:47:32 +00:00 |
Andreas Mohr
|
1e6258fca5
|
Added the missing cx member to the MyDLGITEMTEMPLATEEX struct.
|
2002-11-25 02:45:19 +00:00 |
Stefan Leichter
|
b88a9d5399
|
Converted implementation of _stat and _fstat to _stati64 and
_fstati64.
Implemented _stat/_fstat by calling _stati64/_fstati64.
|
2002-11-25 02:44:34 +00:00 |
Jason Edmeades
|
0ba86d81fe
|
Add support for VarAnd between integers.
|
2002-11-25 02:42:33 +00:00 |
Lionel Ulmer
|
dd738eab07
|
- Prevent the backbuffer to also have the frontbuffer flag set.
- Log the Locking flags.
- Print symbolic name (if any) of zero values for bit fields (thanks
Andi).
|
2002-11-25 02:42:04 +00:00 |
Alexandre Julliard
|
2696ae4c4b
|
Moved some GetThreadTimes tests out of the todo block.
|
2002-11-25 01:34:23 +00:00 |
György 'Nog' Jeney
|
6f3015b8ee
|
- Move SetSystemTime, GetTimeZoneInformation and
SetTimeZoneInformation implementation to ntdll.
- Docu updates.
|
2002-11-25 01:12:39 +00:00 |
Aric Stewart
|
eb56d81956
|
LVN_GETDISPINFO seems to always be Ansi.
|
2002-11-25 01:11:11 +00:00 |
Jukka Heinonen
|
98058eb14d
|
Moved handlers for int11, int15 and int5c to winedos.
|
2002-11-24 22:34:04 +00:00 |
Lionel Ulmer
|
710b86e43e
|
- add implementation for FindDevice function
- some miscellaneous clean-ups / additions
|
2002-11-24 22:33:41 +00:00 |
Alexandre Julliard
|
7791570139
|
Added CS_DBLCLKS so that systray receives double clicks.
|
2002-11-24 22:16:29 +00:00 |
Jukka Heinonen
|
5d3b7e64ec
|
VGA text mode no longer flickers and it is much faster.
VGA text mode is now initialized earlier.
VGA text mode is now emulated even without console.
|
2002-11-24 22:15:56 +00:00 |
Bill Medland
|
6c5e2b6703
|
Correct UnhookWindowsHook: clear the handle so that the server doesn't
try to use it.
|
2002-11-24 22:15:01 +00:00 |
Christian Costa
|
774c5f77db
|
Reenable OpenGL surface's flip method.
Reenable execute buffers.
Some bug fixes.
|
2002-11-24 22:14:40 +00:00 |
Jens Hoffmann
|
97bd11de89
|
Pass correct instance in keyboard_hook setup.
|
2002-11-24 22:14:08 +00:00 |
Jukka Heinonen
|
ab163db7c0
|
Move int2f handler to winedos.
Clean winedos headers a bit.
|
2002-11-23 02:23:54 +00:00 |
Alexandre Julliard
|
547cdc2b02
|
Made gdi compile with -DSTRICT.
|
2002-11-22 22:16:53 +00:00 |
Alexandre Julliard
|
6c428e5c07
|
Fixed a number of -DSTRICT issues.
|
2002-11-22 21:58:03 +00:00 |
Alexandre Julliard
|
aff7ddaeeb
|
Made user compile with -DSTRICT.
|
2002-11-22 21:22:14 +00:00 |
Alexandre Julliard
|
a8a422f70d
|
Fixed more -DSTRICT issues.
|
2002-11-22 20:43:01 +00:00 |
Alexandre Julliard
|
45078fb008
|
Properly split the 16-bit versions of GrayString and TabbedTextOut.
|
2002-11-22 20:41:17 +00:00 |
Alexandre Julliard
|
7ef66af34a
|
Moved some more 16-bit functions to user16.c.
A few fixes for -DSTRICT.
|
2002-11-22 04:47:10 +00:00 |
Alexandre Julliard
|
8710a79d54
|
Compile ole32 with -DSTRICT.
|
2002-11-22 04:43:02 +00:00 |
Johan Dahlin
|
991fd85d2f
|
Make shell32 compile with -DSTRICT.
|
2002-11-21 23:56:42 +00:00 |
Andrew John Hughes
|
d83d2d26f6
|
Make commdlg compile with -DSTRICT.
|
2002-11-21 23:55:10 +00:00 |
Marcus Meissner
|
5163752e8e
|
Handle the COORD <-> DWORD conversion the canonical way.
|
2002-11-21 23:45:31 +00:00 |
Steve Lustbader
|
24677dd4d9
|
Have PostMessage call PostThreadMessage when hwnd is NULL.
|
2002-11-21 23:44:58 +00:00 |
Michael Stefaniuc
|
28a632a830
|
Some -DSTRICT fixes.
|
2002-11-21 21:50:04 +00:00 |
Lionel Ulmer
|
43c3dc4d33
|
- Clean up all the D3D COM handling (but the underlaying code is still
as ugly as before).
- Handle properly (ie as on real Windows) negative values in
rectangles during blitting.
|
2002-11-21 21:04:16 +00:00 |
Steve Lustbader
|
361b9e8763
|
Stub for SetDCBrushColor.
|
2002-11-21 03:56:29 +00:00 |
Alexandre Julliard
|
1550044e5d
|
Add -lc when linking dlls to avoid warnings on FreeBSD.
|
2002-11-21 03:47:45 +00:00 |
Andrew John Hughes
|
ed800c69c8
|
Build ntdll with -DSTRICT.
|
2002-11-21 03:45:01 +00:00 |
Jukka Heinonen
|
1a665058e8
|
Removed last users of msdos/interrupts.c.
|
2002-11-21 00:02:09 +00:00 |
Alexandre Julliard
|
14e68ba7fe
|
Added support for system-wide hooks.
|
2002-11-20 19:54:32 +00:00 |
Alexandre Julliard
|
910aebbc8e
|
Removed -noimport on functions that are forwards to ntdll.
Added -noimport on functions that directly call the libc equivalent.
|
2002-11-20 19:52:14 +00:00 |
Tisheng Chen
|
80a6620815
|
Added Simplified Chinese support.
|
2002-11-20 19:47:44 +00:00 |
Eric Pouech
|
7c59874250
|
No longer using Win32 API relative to 16 bit subsystem for the 32 bit
part.
|
2002-11-20 19:47:08 +00:00 |
Eric Pouech
|
f086286d4f
|
Better support for multiple midi devices on the OSS interface.
|
2002-11-20 19:46:35 +00:00 |
Jukka Heinonen
|
56dff0d4df
|
Remove some Win32s specific code.
|
2002-11-20 19:40:12 +00:00 |
Jukka Heinonen
|
1a6afad1a4
|
Removed obsolete code.
|
2002-11-20 19:39:11 +00:00 |
Alexandre Julliard
|
083b0beb0b
|
Implemented some ismbc* functions (based on a patch by Greg Turner).
|
2002-11-19 00:52:38 +00:00 |
Patrik Stridvall
|
d1447faaec
|
Added stub implementation of cabinet.dll.
|
2002-11-19 00:47:12 +00:00 |
Alexandre Julliard
|
a9135e8333
|
Removed support for 'rsrc' spec file statement.
|
2002-11-18 23:16:09 +00:00 |
Vincent Béron
|
4162abbaf4
|
Get rid of the vararg and generic stuff.
|
2002-11-18 23:13:05 +00:00 |
Vincent Béron
|
2b226866e3
|
Added netdb.h protection.
|
2002-11-18 23:12:15 +00:00 |
Jukka Heinonen
|
a9fecb90c4
|
Removed last user of msdos/int1a.c.
|
2002-11-18 23:11:18 +00:00 |
Jukka Heinonen
|
02e177759d
|
Removed obsolete INT_Int31Handler.
|
2002-11-18 22:53:38 +00:00 |