Sign in
goma
/
wine
/
332d62ba108ff5d33ae1007f16eb3e2a94efd839
/
dlls
/
ttydrv
/
ttydrv.h
d8a9244
Added function table to GDI objects for better encapsulation.
by Alexandre Julliard
· 23 years ago
5cab46e
Cleaned up some inter-dll dependencies in palette management.
by Alexandre Julliard
· 23 years ago
dec2cee
Removed some direct accesses to the DC structure.
by Alexandre Julliard
· 23 years ago
db31709
Fixed compile without curses.
by Alexandre Julliard
· 23 years ago
e21c15e
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 23 years ago
32fb580
Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
by Alexandre Julliard
· 23 years ago
99bb9f9
Added GetDeviceCaps to the DC driver interface. Removed devCaps
by Alexandre Julliard
· 24 years ago
6bbc745
Moved the 16-bit pointer to the DIB bits out of the driver-specific
by Alexandre Julliard
· 24 years ago
ed15fc7
Moved ForceWindowRaise to the USER driver and removed the WND driver.
by Alexandre Julliard
· 24 years ago
3abeae8
Moved window move/resize syscommand handling to the graphics driver.
by Alexandre Julliard
· 24 years ago
9ae0fe5
Moved most of the implementation of SetWindowPos and SetDrawable into
by Alexandre Julliard
· 24 years ago
39f5428
Moved GetTextMetrics to unicode.
by Huw D M Davies
· 24 years ago
91222da
Moved most builtin controls structures into their respective C file.
by Alexandre Julliard
· 24 years ago
9877906
Removed dependencies on the internals of the CLASS structure.
by Alexandre Julliard
· 24 years ago
447ddfd
Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>
by Alexandre Julliard
· 24 years ago
a32ddc0
Implemented Get/SetDIBColorTable.
by Ove Kaaven
· 24 years ago
2239abb
Allocate DC objects on the process heap, and removed WIN_DC_INFO
by Alexandre Julliard
· 24 years ago
42d20f9
Merged clipboard driver into USER driver.
by Alexandre Julliard
· 25 years ago
[Renamed (78%) from include/ttydrv.h]
b0efe28
Removed a few dependencies on GDI internals from USER dll.
by Alexandre Julliard
· 25 years ago
646c562
Cleaned up some more USER dependencies.
by Alexandre Julliard
· 25 years ago
5b6879c
- implementation of SetWindowsRgn and GetWindowRgn
by Francois Jacques
· 25 years ago
04da8b8
Convert WND.text field to Unicode.
by Dmitry Timoshkov
· 25 years ago
2b5d564
Merged mouse dll into USER.
by Alexandre Julliard
· 25 years ago
f64c404
Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
by Alexandre Julliard
· 25 years ago
7f3418f
Store monitor size and depth in the generic structure.
by Alexandre Julliard
· 25 years ago
28c3a1b
Moved graphics initialisation to the x11drv/ttydrv dll init code.
by Alexandre Julliard
· 25 years ago
9b59da0
Misc small cleanups.
by Alexandre Julliard
· 25 years ago
ce829bd
Better thread safety for WarpPointer hack.
by James Abbatiello
· 25 years ago
c553924
Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
by Huw D M Davies
· 25 years ago
b8e94b6
Move Bezier code out of x11drv into commmon GDI code; if any driver
by Huw D M Davies
· 25 years ago
cf84434
Improved the TTY driver.
by Patrik Stridvall
· 25 years ago
f0f8da5
Fixes several bugs in gdi path handling.
by Huw D M Davies
· 25 years ago
c9713e5
- removed keyboard auto-repeat when DInput acquires it
by Lionel Ulmer
· 25 years ago
4d715fd
Improved the stubs.
by Patrik Stridvall
· 25 years ago
acc7467
Added the possibility to have mouse movements reported relative to
by Lionel Ulmer
· 25 years ago
2970067
- Implement interprocess clipboard communication.
by Noel Borthwick
· 26 years ago
203780e
Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
by Ulrich Weigand
· 26 years ago
d96e1f1
Moved code to the X11 driver.
by Patrik Stridvall
· 26 years ago
153334e
Removed DummyMotionNotify EVENT driver routine.
by Ulrich Weigand
· 26 years ago
5c982c9
Adapted to EVENT_ driver changes.
by Ulrich Weigand
· 26 years ago
e39b676
Implement DocumentProperties, DeviceCapabilities, beginnings of
by Huw D M Davies
· 26 years ago
9d14a00
Removed #include "wine/winuser16.h" and use "struct tag????" instead.
by Michael Veksler
· 26 years ago
44a1b59
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
by Alex Korobka
· 26 years ago
b87fe2e
More code moved to the X11 driver (bitmap and palette and misc).
by Patrik Stridvall
· 26 years ago
4f1ac05
Moved hrgnUpdate from client to window coordinates, made nonclient
by Alex Korobka
· 26 years ago
2e1cafa
Renamed wintypes.h to windef.h.
by Jim Aston
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
b50272b
Fix problem where you need mouse activity to unlock some 16 bits
by Stephane Lussier
· 26 years ago
b36c6fb
Corrected prototypes func() ->func(void).
by Juergen Schmied
· 26 years ago
8d8703c
Moved some more code to the X11 driver.
by Patrik Stridvall
· 26 years ago
151170c
Moved more things to the X11 driver.
by Patrik Stridvall
· 26 years ago
f638aef
Added the new TTY driver.
by Patrik Stridvall
· 26 years ago