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
Andreas Mohr
8cd93514f0
- add some documentation items
...
- fix some spelling
- fix some warnings
2000-01-29 21:12:58 +00:00
Andreas Mohr
1fe93345c4
- support for reading labels and serial nums from device
...
- "reasonable" misc/cdrom.c device handling
- much improved audio CD support
- serial number overwrite bug fix
- spelling fixes
2000-01-29 21:11:47 +00:00
Andreas Mohr
027187df65
Added SETUPX dll.
2000-01-29 21:09:02 +00:00
Patrik Stridvall
fb32c7bb38
Fixed minor issues found by winapi_check.
2000-01-29 21:02:19 +00:00
Patrik Stridvall
87698cb8e2
- Minor fixes.
...
- Moved some of the API specifications from the global file to the
local files.
2000-01-29 21:01:47 +00:00
Marcus Meissner
d40170d20c
Implemented ImageList_Read (not 100% correct in regarding to setting
...
the bitmap).
Filled out unknown members of ILHEAD.
Started reordering IMAGELIST to make it Windows binary compatible.
2000-01-29 21:00:25 +00:00
Marcus Meissner
8b466e0ce8
nIconIndex == -1 should return nr of available icons, not 0.
2000-01-29 20:59:31 +00:00
Alexandre Julliard
d327fcbdb3
Fixed building of dosmod and wineclipsrv.
2000-01-29 20:02:49 +00:00
Alexandre Julliard
01de6dce46
Bug fix: added temp structure to cope with debug traces during thread
...
startup.
2000-01-29 20:02:07 +00:00
Alexandre Julliard
0dd3655fd0
Removed debugstr.h.
2000-01-29 19:49:58 +00:00
Alexandre Julliard
8bc1d837d2
Use a per-thread buffer and write(2) for debug traces.
...
Removed debug_dumpstr.
2000-01-29 19:46:50 +00:00
Juergen Schmied
6a9f1906a5
Small fix.
2000-01-27 05:39:44 +00:00
Juergen Schmied
788d8d554c
Get HCU name from unix user name.
2000-01-27 05:37:54 +00:00
Alexandre Julliard
0a7c1f6c5b
Implemented GetThreadSelectorEntry through the server.
2000-01-27 02:54:17 +00:00
Alexandre Julliard
3d678afc4c
Dynamically load version.dll in MMDRV_GetDescription32.
2000-01-26 02:36:43 +00:00
Alexandre Julliard
8c7f7e4df9
Use a linked list instead of a DPA for the hook list.
2000-01-26 02:25:44 +00:00
Alexandre Julliard
96ebf15edd
Use a linked list instead of a DPA to manage pixmaps.
2000-01-26 02:21:30 +00:00
Gerard Patel
617f6908de
Returns an error if trying to write to a stream opened for read.
2000-01-26 02:04:44 +00:00
Andreas Mohr
0b16006b73
Add a newbie warning for slashes in the search Path= of wine.conf.
2000-01-26 02:04:09 +00:00
Ove Kaaven
b44a83cf67
Wait for ShmCompletion during Flip.
2000-01-26 02:03:32 +00:00
Alexandre Julliard
0adad95db3
Made --enable-dll the default.
...
Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
Cleaned up install targets in main Makefile.
2000-01-26 01:45:58 +00:00
Alexandre Julliard
fee65e4672
Don't crash when ObjectAttributes is NULL.
2000-01-26 01:39:51 +00:00
Alexandre Julliard
eafa391081
Use argv[0] to locate the server executable.
2000-01-25 21:19:58 +00:00
Alexandre Julliard
079fd72ca7
Share the system heap between different address spaces. Made process
...
heap per-address space instead of per-process.
2000-01-25 01:41:35 +00:00
Alexandre Julliard
2fe57779fb
Made the server listen for new clients on a Unix socket in
...
$HOME/.wine. Newly started wine processes now attach to an existing
server if one is running.
2000-01-25 01:40:27 +00:00
Alexandre Julliard
647876e598
Added PROFILE_GetConfigDir function.
2000-01-25 01:35:01 +00:00
Alexandre Julliard
cb1fc735f0
Changed the server to return STATUS_* error codes.
2000-01-24 21:58:06 +00:00
Alexandre Julliard
2646fb6047
Built a complete translation table for RtlNtStatusToDosError.
2000-01-24 20:59:45 +00:00