Sweden-Number/windows
Stephane Lussier 3b6c5dce1e Top level windows with 0 width or height are created with a size of 1x1 in
the X11 driver. I've added some code to make sure those windows are never
mapped while the size <= 0.
2000-08-06 03:35:24 +00:00
..
ttydrv Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
x11drv Top level windows with 0 width or height are created with a size of 1x1 in 2000-08-06 03:35:24 +00:00
.cvsignore Moved the 16 bit driver functions callout into the dir. 2000-01-04 00:26:50 +00:00
Makefile.in Avoid calling the *Rect USER functions from inside GDI. 2000-03-18 22:12:33 +00:00
caret.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
class.c Spelling fixes. 2000-07-16 15:44:22 +00:00
clipboard.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
cursoricon.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
dce.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
defdlg.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
defwnd.c Now the service thread is no more in charge of erasing the background 2000-07-28 22:21:19 +00:00
dialog.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
driver.c Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need 2000-08-06 02:41:16 +00:00
event.c Moved graphics initialisation to the x11drv/ttydrv dll init code. 2000-03-20 18:21:19 +00:00
focus.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
hook.c Fixed some issues reported by winapi_check. 2000-04-06 20:21:16 +00:00
input.c Removed HEAP_xalloc. 2000-04-30 12:22:18 +00:00
keyboard.c Cleaned up a few USER dependencies. 2000-07-30 13:50:27 +00:00
mdi.c Convert WND.text field to Unicode. 2000-07-10 12:09:31 +00:00
message.c Always get a hardware message from the system queue in PeekMessage, 2000-07-28 20:17:54 +00:00
msgbox.c Under Windows 95/98/NT, message boxes do not have a default icon. 2000-07-09 12:16:36 +00:00
multimon.c Cleaned up some more USER dependencies. 2000-07-31 23:32:47 +00:00
nonclient.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
painting.c Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need 2000-08-06 02:41:16 +00:00
property.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
queue.c Moved a bunch of functions out of libwine/kernel/gdi into USER. 2000-08-04 04:21:02 +00:00
rect.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
scroll.c Moved a bunch of functions out of libwine/kernel/gdi into USER. 2000-08-04 04:21:02 +00:00
spy.c Convert WND.text field to Unicode. 2000-07-10 12:09:31 +00:00
syscolor.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
sysmetrics.c Cleaned up some more USER dependencies. 2000-07-31 23:32:47 +00:00
sysparams.c Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win 2000-06-24 12:54:00 +00:00
timer.c Specify the service thread timers in ms instead of us. 2000-05-10 04:43:32 +00:00
user.c Cleaned up some more USER dependencies. 2000-07-31 23:32:47 +00:00
win.c Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need 2000-08-06 02:41:16 +00:00
winhelp.c WinHelp must accept a NULL pointer to the help key string. 2000-04-29 14:15:11 +00:00
winpos.c Removed a few dependencies on GDI internals from USER dll. 2000-08-04 04:18:04 +00:00
winproc.c Added assembly wrapper for calling window procedures. 2000-07-16 20:29:44 +00:00