Ove Kaaven
|
a32ddc0f8d
|
Implemented Get/SetDIBColorTable.
|
2000-11-25 21:42:00 +00:00 |
Alexandre Julliard
|
27939f00fd
|
Start using import tables for dlls that can already support it.
|
2000-11-12 03:50:10 +00:00 |
Alexandre Julliard
|
70098f6990
|
Don't link libwine_unicode into all dlls.
|
2000-11-10 01:07:42 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
Patrik Stridvall
|
d3534c3957
|
Optimized {,p}MoveTo{,Ex}{,16}.
|
2000-11-05 03:28:18 +00:00 |
Alexandre Julliard
|
2239abb9f9
|
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).
|
2000-11-05 02:05:07 +00:00 |
Dmitry Timoshkov
|
8a31634a00
|
Replaced ToAscii by ToUnicode in the User driver interface.
|
2000-10-25 21:34:31 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Andreas Mohr
|
007fb24088
|
Added support for non-deletable system brushes and pens created by
USER.
|
2000-09-16 20:53:51 +00:00 |
Alexandre Julliard
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Alexandre Julliard
|
42d20f9dca
|
Merged clipboard driver into USER driver.
Moved all ttydrv source files to dlls/ttydrv.
Load functions pointer for the USER driver from the graphics driver
dll with GetProcAddress.
|
2000-08-10 01:16:19 +00:00 |
Alexandre Julliard
|
b0efe28f6c
|
Removed a few dependencies on GDI internals from USER dll.
|
2000-08-04 04:18:04 +00:00 |
Alexandre Julliard
|
6c9d83aa4c
|
Added imports of user32/gdi32/kernel32 wherever necessary.
|
2000-08-03 00:04:24 +00:00 |
Alexandre Julliard
|
646c562f9c
|
Cleaned up some more USER dependencies.
|
2000-07-31 23:32:47 +00:00 |
Alexandre Julliard
|
6953d6756c
|
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
|
2000-06-20 20:24:14 +00:00 |
Alexandre Julliard
|
2b5d564e63
|
Merged mouse dll into USER.
|
2000-06-08 04:57:22 +00:00 |
Alexandre Julliard
|
b34d66615e
|
Fixed warning.
|
2000-06-03 21:35:35 +00:00 |
Alexandre Julliard
|
7fe09bce86
|
Moved kernel initialization to kernel_main.c
|
2000-06-03 04:49:40 +00:00 |
Patrik Stridvall
|
906465f5a7
|
Link the TTY driver with the standard libs.
|
2000-04-25 19:58:22 +00:00 |
Alexandre Julliard
|
c53ceba478
|
Improved support for Makefiles that need to recurse in subdirectories.
|
2000-04-09 18:19:59 +00:00 |
Alexandre Julliard
|
f64c404ea6
|
Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
|
2000-03-30 19:26:44 +00:00 |
Patrik Stridvall
|
39fc90a7b2
|
Fixed some warnings.
|
2000-03-28 19:30:06 +00:00 |
Alexandre Julliard
|
7f3418fba0
|
Store monitor size and depth in the generic structure.
Merged monitor driver into USER driver.
|
2000-03-25 17:30:13 +00:00 |
Alexandre Julliard
|
77d5ebbb37
|
Link ttydrv and x11drv objects into their respective dll.
|
2000-03-25 14:03:50 +00:00 |
Alexandre Julliard
|
28c3a1baf3
|
Moved graphics initialisation to the x11drv/ttydrv dll init code.
Merged event, keyboard and mouse drivers into USER driver.
|
2000-03-20 18:21:19 +00:00 |
Alexandre Julliard
|
1dac57f05f
|
Created separate dlls for user,gdi,ttydrv,x11drv.
Fixed Winelib argc handling (thanks to Eric Pouech).
|
2000-03-19 12:08:09 +00:00 |