.. |
x11drv
|
Italian keyboard fixes.
|
2000-09-07 21:04:06 +00:00 |
.cvsignore
|
Moved the 16 bit driver functions callout into the dir.
|
2000-01-04 00:26:50 +00:00 |
Makefile.in
|
Moved struct32.c to windows directory.
|
2000-08-09 00:38:18 +00:00 |
caret.c
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
class.c
|
Don't try to delete a wndclass background brush if it's a COLOR_*
|
2000-09-12 23:38:33 +00:00 |
clipboard.c
|
Merged clipboard driver into USER driver.
|
2000-08-10 01:16:19 +00:00 |
cursoricon.c
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
dce.c
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
defdlg.c
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
defwnd.c
|
Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
|
2000-09-09 19:39:48 +00:00 |
dialog.c
|
Disable the owner of a modal dialog box just before creating the
|
2000-08-21 03:31:39 +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
|
Merged clipboard driver into USER driver.
|
2000-08-10 01:16: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
|
- fix one locking ignorant return 0; in MSG_SendMessageInterThread()
|
2000-08-29 03:52:46 +00:00 |
keyboard.c
|
Merged clipboard driver into USER driver.
|
2000-08-10 01:16:19 +00:00 |
mdi.c
|
Simplify a bit MDI child window creation.
|
2000-09-09 19:38:52 +00:00 |
message.c
|
- fixes debugger output
|
2000-09-12 23:40:40 +00:00 |
msgbox.c
|
Removed local variable shadows warnings.
|
2000-08-07 04:16:43 +00:00 |
multimon.c
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
nonclient.c
|
Make sure NC_HandleNCCalcSize returns a valid rectangle.
|
2000-09-12 23:37:57 +00:00 |
painting.c
|
Moved Select/RealizePalette implementation to USER and use
|
2000-09-16 20:57:39 +00:00 |
property.c
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
queue.c
|
Added exception handling wrapper to a number of server requests.
|
2000-08-30 00:00:48 +00:00 |
rect.c
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
scroll.c
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
spy.c
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
struct32.c
|
Moved struct32.c to windows directory.
|
2000-08-09 00:38:18 +00:00 |
struct32.h
|
Moved struct32.c to windows directory.
|
2000-08-09 00:38:18 +00:00 |
syscolor.c
|
Added support for non-deletable system brushes and pens created by
|
2000-09-16 20:53:51 +00:00 |
sysmetrics.c
|
Cleaned up some more USER dependencies.
|
2000-07-31 23:32:47 +00:00 |
sysparams.c
|
Add "FullWindowDrag" feature for not managed windows.
|
2000-08-14 17:20:25 +00:00 |
timer.c
|
Specify the service thread timers in ms instead of us.
|
2000-05-10 04:43:32 +00:00 |
user.c
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
win.c
|
- Separate application calls to ShowOwnedPopups from Wine calls (in
|
2000-08-20 03:40:59 +00:00 |
winhelp.c
|
Replaced VERSION_* calls by exported API equivalents.
|
2000-08-14 14:35:01 +00:00 |
winpos.c
|
KDE 1.x has problems with using XShapeCombineMask when there was no
|
2000-09-12 23:59:57 +00:00 |
winproc.c
|
Modified CallTo16Register routines to update register context after
|
2000-09-13 20:29:44 +00:00 |