Commit Graph

508 Commits (431d1a0ce24859aa4046a61695ae164fe8802cba)
 

Author SHA1 Message Date
Robert Pouliot 45e9b6cda4 Added French language support. 1998-10-27 13:19:55 +00:00
Ulrich Weigand 12dc8e7185 Bugfix: memory overwrite bug. 1998-10-27 13:17:43 +00:00
NF Stevens 1410cdd0c4 A couple of TRACE messages are missing a newline at the end. 1998-10-26 11:04:12 +00:00
Pascal Cuoq 724f1900de 32-bit clipboard support. 1998-10-26 10:58:16 +00:00
Ulrich Weigand e948930ea8 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
on the queue.
1998-10-26 10:45:13 +00:00
NF Stevens 9552483350 Fixed a minor problem with the menus for mdi child windows. 1998-10-26 10:44:17 +00:00
Marcus Meissner 23e5ab1ebc Removed no longer necessary commented out code, destroy old window
when SetDisplayMode is called again, EnumDisplayModes now returns
all possible modes (using a static list).
1998-10-26 10:42:54 +00:00
Marcus Meissner 8338329197 Anon shared mapping fixed for file sharing. 1998-10-26 10:24:22 +00:00
Alexandre Julliard cd5b38aeb0 Release 981025. 1998-10-25 17:21:26 +00:00
Andreas Mohr 84248a5a08 Fixes for LANG_NEUTRAL. 1998-10-25 10:32:22 +00:00
Alexandre Julliard 3bf623d798 Added some padding to the PDB for ill-behaving apps (problem reported
by Andreas Mohr).
1998-10-25 10:20:31 +00:00
Jonathan Buzzard bdc48bd1e4 Added a new debugging channel io to allow read/writes on a port to be
logged to a file.
1998-10-25 09:55:29 +00:00
David Faure b745eaa466 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
ignored. 0x00 is used for generated key events only.
1998-10-25 09:24:29 +00:00
Douglas Ridgway efaa573501 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
GetMessagePos, GetMessageTime.
1998-10-25 09:20:30 +00:00
Marcus Meissner 51e3046932 Delete the filename for the mapping instantly. 1998-10-25 09:19:54 +00:00
Michael Poole d0a130a542 Stub for SHSimpleIDListFromPath. 1998-10-25 09:18:40 +00:00
Alexandre Julliard 75796ea8fe Fixed bug in SwitchStackTo. 1998-10-25 08:05:46 +00:00
Patrik Stridvall d054b4123c Check if scrollbar and parent are visible before redraw. 1998-10-24 13:06:16 +00:00
Kai Morich 0913cdf00f Added Drag*32 functions. 1998-10-24 12:02:54 +00:00
Kai Morich 6a387e500e Added Drag&Drop from KDE app to 16/32 bit Windoze app. 1998-10-24 12:02:20 +00:00
Kai Morich 54ae47358c Added FIXME message in PostMessage32x if parameters are truncated
when calling PostMessage16.
1998-10-24 12:01:36 +00:00
Ulrich Weigand 4a546903a7 Added support for global handles, implemented ConvertToGlobalHandle.
Allocate startup data and 16-bit stack for initial process.
1998-10-24 12:00:33 +00:00
Leigh Wedding 7692b583ca Small fix. 1998-10-24 11:58:36 +00:00
Pablo Saratxaga 50f43b701b Added Spanish resources. 1998-10-24 11:43:53 +00:00
Pablo Saratxaga cbddf0c716 Small corrections. 1998-10-24 11:19:44 +00:00
Marcus Meissner 05e2d3b456 LoadLibraryExW spec added (function was there).
SetProcessPriorityBoost stub added.
1998-10-24 11:18:59 +00:00
Patrik Stridvall c9e1950021 Compile fix for Solaris. 1998-10-24 11:18:18 +00:00
Ove Kaaven 99f51106cc Implemented DisplayDib. 1998-10-24 11:08:27 +00:00
Marcus Meissner 0108d6423e Hack to support integer ids in all static controls. 1998-10-24 11:04:56 +00:00
Lionel Ulmer 27829e4337 Beginning of mouse support in DirectInput (only "standard" mouse
configuration supported for now).
1998-10-24 11:04:07 +00:00
Eric Kohl 9d8e864b34 Added xxx_Unregister() functions to all common controls. 1998-10-24 10:49:27 +00:00
Eric Kohl 3ad67467b1 Some minor improvements and fixes. 1998-10-24 10:48:31 +00:00
Eric Kohl b075ce5fe4 Improved the rebar control. 1998-10-24 10:47:25 +00:00
Eric Kohl 9feb53191d Added support for transparent and tracking tooltips. 1998-10-24 10:46:53 +00:00
Eric Kohl 329072dcab Fixed a popup menu selection bug. 1998-10-24 10:46:10 +00:00
Eric Kohl d0b79c0886 Fixed DrawCaption16() and DrawCaptionTemp16(). 1998-10-24 10:45:42 +00:00
David Faure 905d6226ef Fixed warning. 1998-10-24 10:45:01 +00:00
Huw D M Davies 14c99d0036 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
driver.
1998-10-24 10:44:05 +00:00
Joseph Pranevich 912049d936 Added support for int17 and int19. 1998-10-24 10:40:36 +00:00
Carl van Schaik e269f8ad80 Stubs for dos mode reboot interrupt. 1998-10-24 10:39:06 +00:00
Carl van Schaik 0ada41eb45 Some printer stubs for DOS added. 1998-10-24 10:38:42 +00:00
Joseph Pranevich f217cf5e1f More stubs added. These changes are only partially mine, I just made
them compile.
1998-10-24 10:35:11 +00:00
Joseph Pranevich f7c6049dd4 Added some traces and cleaned up a couple of things. 1998-10-24 10:34:45 +00:00
Juergen Schmied e8d281d45a Changed some string-shell32 functions to 32AW, parameter are
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
1998-10-24 09:22:57 +00:00
Juergen Schmied a29dab2ee8 Added VERSION_IsOsUnicode(). 1998-10-24 09:19:10 +00:00
Uwe Bonnes c36a154ebb More off-by-one errors fixed. 1998-10-24 09:17:43 +00:00
Uwe Bonnes a370ab4eb7 File sharing fixes. 1998-10-24 09:16:44 +00:00
Nick Holloway 23b06a8f18 Bug fix. 1998-10-23 17:26:44 +00:00
Ove Kaaven 72b279236e Fixed DOS environment passing. 1998-10-23 16:20:12 +00:00
Juergen Schmied 4659741056 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname. 1998-10-23 13:31:32 +00:00