Hidenori Takeshima
b54389b3ed
Added some stubs.
2002-04-08 22:45:34 +00:00
Dimitrie O. Paun
63231c52d7
- get rid of parent handle from info struct
...
- store hwnd in info struct, do not pass it around
- use unicode functions wherever possible
- consistent indentation
- bugs in Unicode handling fixed
- fix handling of error conditions
- fix initialization bugs, etc.
- complete tooltip support
- typesafety
- update the FIXME list to the latest specs
2002-04-08 22:44:20 +00:00
Michael Karcher
ea9cf5c531
Fixed OpenGL routines broken by the DC -> PHYSDEV change.
2002-04-08 22:43:58 +00:00
Geoffrey Hausheer
b1f478fada
Added comments explaing how to use cygwin/mingw/wine headers.
...
Added 'clean' and 'distclean'
Added new options -s and -i.
Archives will now include the entire './include' directory instead of
just './include/wine'.
Renamed makefile from Makefile.cyg to Makefile.win.
The makefile is now mingw compatible as well (although it's be better
if we could detect the correct location of the windows.h headers).
2002-04-08 20:17:51 +00:00
Dimitrie O. Paun
43230a2f42
- fix indentation
...
- handle all out-of-memory cases
- better drawing code
- fix CBES_EX_NOEDITIMAGE handling
- implement CBES_EX_NOEDITIMAGEINDENT
- implement I_{INDENT,IMAGE}CALLBACK
- fix notification code for ANSI/Unicode
- make use of iOverlay image
2002-04-08 20:16:01 +00:00
Paul Rupe
c86e5c9020
Added keymap tables for US dvorak layout.
2002-04-08 20:15:32 +00:00
Gerald Pfeifer
37e87f7408
Also #include <sys/uio.h>.
2002-04-08 20:14:58 +00:00
Hidenori Takeshima
0add223fa8
Added a sample win.ini.
2002-04-08 20:14:28 +00:00
Hidenori Takeshima
425acfdc21
Added some stubs.
2002-04-08 20:13:54 +00:00
Hidenori Takeshima
5d8b982b6b
Added resources for Japanese.
2002-04-08 20:13:27 +00:00
Hidenori Takeshima
bf6c92aa3a
Fixed crashing in stopping parser.
2002-04-08 20:12:50 +00:00
Hidenori Takeshima
2223450ad2
Use default GUI font instead of hard-coded 'MS Sans Serif'.
2002-04-08 20:12:36 +00:00
Jukka Heinonen
66503b0653
Converted "read standard input with echo" interrupt service to use
...
common DOSVM console input routine and made the service really echo.
2002-04-08 20:11:47 +00:00
Jukka Heinonen
adf7751dd5
Writes to stdout and VGA_WriteChars routine now update both VGA
...
buffers and Windows console.
Added routine for changing current console attributes.
Moved text mode handling from VGA_Poll into new routine and changed
locking primitive into critical section.
2002-04-08 20:11:28 +00:00
Hidenori Takeshima
dc31501ed2
Fixed an overflow in calculating times.
2002-04-08 20:10:10 +00:00
Dmitry Timoshkov
85c120fcb9
Added registry entries required for IE installer.
2002-04-06 00:43:13 +00:00
Huw D M Davies
68ef5e0327
Don't hang around for a minute if we can't exec the clipboard server.
2002-04-06 00:41:43 +00:00
François Gouget
392f6f8775
Replace some SendMessage with SendNotifyMessage in case the target
...
window belongs to another thread.
2002-04-06 00:40:41 +00:00
Jeremy White
a5e9bf7321
Fixed exit status in some cases.
2002-04-06 00:38:33 +00:00
Huw D M Davies
8a32613886
Spout a FIXME if we try to call ExtTextOut on an open path.
2002-04-06 00:37:50 +00:00
Huw D M Davies
b88f72465a
Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
...
Fixes to MergeDevmodes.
2002-04-06 00:12:42 +00:00
Huw D M Davies
7526fc5f92
Changed default paper size to letter.
2002-04-06 00:04:31 +00:00
Alexandre Julliard
ad16fc9e3b
Avoid crash when trying to attach to a terminating process.
2002-04-06 00:03:33 +00:00
Huw D M Davies
671577296e
Added support for ResetDC.
2002-04-06 00:00:56 +00:00
Huw D M Davies
18036cb5a1
Make ExtDeviceMode dialog use unicode property sheet functions.
2002-04-05 23:59:43 +00:00
Marcus Meissner
954107b6a8
HKEY_LOCAL_USER should be HKEY_CURRENT_USER.
2002-04-05 22:54:46 +00:00
Martin Wilck
2b47fb3cee
- separate cleanly between async scheduling and file IO related issues.
...
- make the API compatible with other types of async requests (e.g. for
sockets).
- remove exports of async IO related functions for DLL separation.
2002-04-05 22:53:57 +00:00
Alexandre Julliard
ce73456d80
Fixed GetTextExtentPointI driver usage.
2002-04-05 21:23:36 +00:00
Martin Wilck
58854430fa
Make the recv() and send() family of functions use WSARecvFrom() and
...
WSASendTo().
2002-04-05 21:22:55 +00:00
Steven Edwards
63963b8ddf
Fixed mingw32 warning about stdcall and fastcall being redefined.
2002-04-05 21:18:10 +00:00
Stefan Leichter
32b6ef349d
Check for NULL pointer in DrawTextExA.
2002-04-05 21:17:00 +00:00
Dimitrie O. Paun
7c3fca16c5
- fix edit box placement
...
- reorganize drawing for proper handling of edit box
- typesafety when processing messages
- subclass edit to handle up/down arrows
- more robust handling of failure cases
- numerous bugs fixed
- complete unicodification
- more specific debug messages
- remove cvs log info from file
- consistent indentation
2002-04-05 21:16:19 +00:00
Guy L. Albertelli
0a44e5bc84
- Add defines for the NMTBHOTITEM flag word.
...
- Add defines for the NM_CUSTOMDRAW return flags for toolbar.
2002-04-05 21:15:32 +00:00
Guy L. Albertelli
ffa48e0416
- Use the new comctl32 color array for the colors. Provides better
...
support for the TB_SETCOLORSCHEME.
- Do some optimizations.
- Correct computation of nHeight and PGN_CALCSIZE.
- Implement the undocumented 045E message.
2002-04-05 21:15:06 +00:00
Guy L. Albertelli
35d8e1ec0a
- Keep track of all system colors used by comctl32.dll.
...
- Provide routine to support the WM_SYSCOLORCHANGE message.
2002-04-05 21:14:05 +00:00
Guy L. Albertelli
71e4b98f5a
Adjust the child offset x value based on band style RBBS_CHILDEDGE.
2002-04-05 21:13:32 +00:00
Guy L. Albertelli
1251aa79cc
- Try to match the native control for the SetBkColor message.
...
- Correct processing in NCCalcSize message processing.
2002-04-05 21:13:07 +00:00
Alexandre Julliard
9302f85da8
Fixed compile without freetype.
2002-04-04 15:30:29 +00:00
Charles Loep
e9533488dc
Support for hiding file extensions in IShellFolder_GetDisplayNameOf.
2002-04-03 22:56:20 +00:00
Huw D M Davies
0b8e8d10b7
Check for failure of IShellFolder_GetDisplayNameOf.
2002-04-03 22:52:52 +00:00
Alexandre Julliard
f5e0f0c60a
Added timer on server exit to wait a bit for new clients.
...
Don't remove the socket until the registry is closed to avoid a race.
2002-04-03 22:51:18 +00:00
Francois Gouget
857fb75bf7
Forward C++ functions to the msvcrt library.
2002-04-03 22:49:51 +00:00
Aric Stewart
1e6063d531
Use rect only if there are flags.
2002-04-03 22:49:26 +00:00
Huw D M Davies
160be64e9e
Added writing META_ESCAPE records.
2002-04-03 22:47:50 +00:00
Huw D M Davies
43ff7d2d85
Do not enumerate the META_EOF record.
2002-04-03 22:46:32 +00:00
Huw D M Davies
f641cf4724
Removed old FF_ code.
2002-04-03 22:44:35 +00:00
Huw D M Davies
b3b0ddb859
Fix off by one error in HEADER_InsertItemW.
2002-04-03 22:43:27 +00:00
Alexandre Julliard
bc23ae6df3
Make dlopen_dll return an error immediately if the library exists but
...
dlopen() fails.
2002-04-03 22:13:01 +00:00
Huw D M Davies
c2c8bf1bdd
If lfFaceName == "", then we patch up the names according to
...
lfPitchAndFamily. This is not very pretty I'm afraid...
2002-04-03 22:09:58 +00:00
Huw D M Davies
5b01b50631
Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX.
2002-04-03 22:08:27 +00:00