Alexandre Julliard
fc296da4e2
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
Jeremy White
d3e22d9d55
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
...
the resulting compilation failures).
2000-02-10 19:03:02 +00:00
Owen Wang
923685ac95
Make CLSIDFromString return a CLSID of zeros instead of crashing when
...
passed a null pointer.
2000-02-07 22:20:44 +00:00
Gerald Pfeifer
e5bd2f8221
Fixed unconditional use of JOYDEV.
2000-02-07 22:11:40 +00:00
Michael Cardenas
6a52a507fd
Added a bunch of macros needed for compiling Winelib apps.
2000-02-07 17:22:01 +00:00
Juergen Schmied
d90f15d043
Added ListView_EditLabel macros.
2000-02-07 17:18:00 +00:00
Juergen Schmied
2577e9df2d
Changed import to ordinal.
2000-02-07 17:17:41 +00:00
Juergen Schmied
b259af6d7c
Added IPersistFolder2 interface.
2000-02-07 17:17:28 +00:00
Andreas Mohr
a16c0e19a7
- implemented serial numbers for audio CDs and data CDs
...
- big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
naming and such
- split debug channel cdaudio into cdrom and mcicda
- fixed some typos
2000-02-07 16:28:52 +00:00
Sean Langley
9c92c7de2c
Made OleCreateFontIndirect have the same signature (exactly) as the
...
header file. Added olepro32 dll stubs.
2000-02-07 16:27:33 +00:00
Sean Langley
58c71d4f7c
OLEPRO32 stubs.
2000-02-07 16:26:56 +00:00
Juergen Schmied
1c35daedef
Added CF_HDROP.
2000-02-07 16:22:57 +00:00
Wolfgang Schwotzer
8f22c91b93
Extended the winmm joystick API calls to support the new Linux
...
joystick driver.
2000-02-07 16:22:07 +00:00
Juergen Lock
578276568f
Added context functions for FreeBSD.
2000-02-07 16:03:08 +00:00
Sheri Steeves
16cbf15686
Fix for the system tray, Icon and popup menu's now work.
2000-02-07 16:02:41 +00:00
Marcus Meissner
d16895beef
Use window properties instead of window long, also use them to
...
determine if we really own a window and can destroy it.
The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
Set paintable flag for application passed cooperative/drawing window.
GetDisplayMode: We might have and do support 2 backbuffers.
2000-02-07 16:02:13 +00:00
Noomen Hamza
55490022b9
Running object table are not using 0 as a valid index anymore.
2000-02-07 16:01:37 +00:00
Luc Tourangeau
e84b678408
Implementation of Static OwnerDraw.
2000-02-07 16:01:04 +00:00
Marcus Meissner
bd26e4d2cf
Height calculation was 1 off in ImageList_Read.
2000-02-07 16:00:33 +00:00
Alexandre Julliard
b2f6f0e7d2
Removed resource.h.
2000-02-03 01:54:36 +00:00
Ulrich Weigand
3dc5d9461e
Added .spec files for all libtest/ and programs/ WineLib apps.
...
Updated all Makefiles to use .spec files and new resource handling.
2000-02-03 01:37:23 +00:00
Ulrich Weigand
9ffd403001
Added .spec keyword 'mode' to allow creating built-in EXE modules.
...
Use built-in EXE modules for WineLib apps (instead of ELF modules).
Removed dummy ELF module creation.
Removed LIBRES handling.
2000-02-03 01:33:48 +00:00
Ulrich Weigand
d3d6c4ed14
Fixed memory overwrite bug.
2000-02-03 01:33:04 +00:00
Jeremy White
82d1a8fb73
Moved definitions such as BOOL16 and INT16 from windef.h into
...
wine/windef16.h.
2000-02-03 01:04:39 +00:00
Julio César Gázquez
05e81574f7
GetNumberFormatA implementation added.
2000-02-03 01:03:49 +00:00
Marcus Meissner
9934a8d021
Save and restore cursor in WriteConsoleOutputA.
2000-02-03 01:03:23 +00:00
Alex Priem
e15dff7411
- Implementation of WM_SETFORMAT
...
- Reworked drawing/selection
- Implementation of WM_KEYDOWN
2000-02-03 00:48:39 +00:00
Ove Kaaven
c956f67f46
Added INT_Int16ReadChar and made int09 handle special keys.
2000-02-03 00:47:01 +00:00
Ove Kaaven
c9307edf0c
Added alphanumeric mode to the VGA emulation.
...
Use service thread for the periodic refresh.
2000-02-03 00:46:29 +00:00
Ove Kaaven
9b89998113
Cleanup VGA refresh when terminating.
2000-02-03 00:46:00 +00:00
Ove Kaaven
5d6d5014fa
Handle backspace correctly.
2000-02-03 00:45:04 +00:00
Alexandre Julliard
318f4cefd2
Build most dlls as separate shared libraries.
2000-01-31 05:02:49 +00:00
Alexandre Julliard
7357337ff9
Release 20000130.
2000-01-30 22:50:37 +00:00
Ulrich Weigand
8a1bdb3074
Added configure check for sys/reg.h.
2000-01-30 22:22:22 +00:00
Marcus Meissner
9c978ab18e
Overlay indices are signed shorts (-1 means no overlay)
...
(ImageList_SetOverlayIndex) should accept -1 as overlayindex.
(ImageList_Read) We can read a NxM bitmap from the stream and have
to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
documentation.
(others) removed some potential operator precendence problems.
2000-01-30 22:21:22 +00:00
Marcus Meissner
382354e687
GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
2000-01-30 22:19:08 +00:00
Ulrich Weigand
7d43bceb7e
Moved debugger to libwine to make it available to WineLib apps.
...
Try to invoke external debugger if internal debugger crashes.
Try to handle early invocation of debugger more gracefully.
2000-01-30 21:16:45 +00:00
Ulrich Weigand
f3bfa3a4b0
Mark initial process as 32-bit for WineLib apps.
...
Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
Removed unused thread event.
2000-01-30 21:16:06 +00:00
Andreas Mohr
17b1f46150
- Windows skips the '\t' and ' ' at the beginning and end of section
...
key names of .INI files.
- Fixed Get/WritePrivateProfileStructA():
- (re-)translate the binary data into ASCII hex chars
- add checksum / checking of it
2000-01-30 21:15:14 +00:00
Juergen Schmied
8573cc7faf
- fixes, loading of settings per user
...
- autodetecting of windows registry version
2000-01-30 03:03:23 +00:00
Francois Gouget
f82a723a43
The COM virtual tables must use the
...
'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
2000-01-30 02:55:16 +00:00
Ove Kaaven
0b7a532acf
Made int9 handler add keystroke to BIOS keyboard buffer.
2000-01-30 02:54:14 +00:00
Ove Kaaven
43b2ad1973
dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
2000-01-30 02:53:56 +00:00
Ove Kaaven
b10e912936
Added a couple of prototypes.
2000-01-30 02:53:33 +00:00
Dmitry Timoshkov
c2061150aa
Add information about code pages to default registry.
2000-01-30 02:53:09 +00:00
Patrik Stridvall
a9ee4a2ea3
- Unixware (Solaris) linker typo fixed
...
- Solaris (and possibly Unixware) specific linker support for the
GNU:ism --[no-]whole-archive
- Solaris make specific makefile fix
2000-01-30 00:36:50 +00:00
Patrik Stridvall
de20c2ab08
Solaris support for {set,get}_thread_context added.
2000-01-30 00:23:12 +00:00
Alexandre Julliard
a661187be6
Added our own user_regs_struct definition for better compatibility.
2000-01-29 23:35:42 +00:00
Dmitry Timoshkov
6fb62f52f5
Correct the behaviour of the accelerator keys in dialogs according to
...
the Windows' one.
2000-01-29 22:09:40 +00:00
Ulrich Weigand
97d05c8067
Link only a single .rc file with application.
2000-01-29 22:07:03 +00:00