Dmitry Timoshkov
|
822429ad55
|
Fix out of the source tree build (again).
|
2001-07-19 19:09:33 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Alexandre Julliard
|
37ec927536
|
Use the new protocol.def file to build the request structures.
Define protocol structures in a separate server_protocol.h file.
Removed __WINE_SERVER__ checks now that all includes are in the right
directory.
|
2001-07-19 00:35:37 +00:00 |
Ian Pilcher
|
020146619c
|
Read/calculate average character width for all fonts.
Work directly with 16-bit WCHARs; don't convert to CP1252.
|
2001-07-19 00:30:43 +00:00 |
Ian Pilcher
|
4194fe48e3
|
Make Helvetica Narrow a separate font family.
|
2001-07-19 00:30:15 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
3dd618791e
|
Documentation fixes.
|
2001-07-18 21:02:05 +00:00 |
Patrik Stridvall
|
d07a646f0f
|
Several additions and bug fixes.
|
2001-07-18 20:09:12 +00:00 |
Alexandre Julliard
|
fcef026169
|
Reject pointer messages in SendNotifyMessage[AW] and
SendMessageCallback[AW]. Fixed prototypes.
|
2001-07-18 20:07:01 +00:00 |
Francois Gouget
|
d2cb1d1426
|
Include rpc*.h/windows.h/ole2.h just like windows.
|
2001-07-18 20:04:08 +00:00 |
Mike McCormack
|
1e72a3e96b
|
Use GetCommState16 to save state in OpenComm16.
Merge comm16 globals into one structure.
|
2001-07-18 20:03:11 +00:00 |
Bill Medland
|
4eb22c68b3
|
Make the font name and size settings reflect the data in the font file
rather than arbitrary values.
|
2001-07-18 20:00:44 +00:00 |
Uwe Bonnes
|
0249fcd560
|
SNOOP_DoReturn: remove redundant printing of tid.
|
2001-07-18 20:00:06 +00:00 |
Alexandre Julliard
|
10c886f050
|
Updated dependencies.
|
2001-07-17 00:57:41 +00:00 |
Mike McCormack
|
0a17a7c055
|
Rewrite SetCommState16 to use SetCommState.
|
2001-07-17 00:57:01 +00:00 |
Andreas Mohr
|
26af822102
|
More descriptive error on buffer overflow.
|
2001-07-17 00:56:37 +00:00 |
Bill Medland
|
e79f0768e1
|
As for the edit control, the style of the borders on the list control
is modified in the dialog loading code, not in the control itself.
|
2001-07-17 00:55:23 +00:00 |
Andreas Mohr
|
a49b5be97d
|
Fixed some more overflowing string traces.
|
2001-07-17 00:51:00 +00:00 |
Gerard Patel
|
326b280efc
|
Draw MenuBar in proper place (some cases).
|
2001-07-17 00:43:22 +00:00 |
Lionel Ulmer
|
4a1a8f2b60
|
Make sure user32 is always loaded before x11drv.
|
2001-07-17 00:41:24 +00:00 |
Francois Gouget
|
384c2325d3
|
Handle spaces properly when restarting winelauncher for debug.
|
2001-07-17 00:40:50 +00:00 |
Francois Gouget
|
3408e9cfd0
|
Some 'calendar' typos...
|
2001-07-17 00:40:30 +00:00 |
Francois Gouget
|
f8142d3fa5
|
Added missing CommandLineToArgvW prototype.
|
2001-07-17 00:39:58 +00:00 |
Gerard Patel
|
5aa9754c6a
|
Refresh bitmap count to take in account imagelist changes after
TB_SETIMAGELIST.
|
2001-07-17 00:39:15 +00:00 |
Gerard Patel
|
2d82be84a5
|
Fixed unicode warning.
|
2001-07-17 00:38:50 +00:00 |
Ove Kaaven
|
705e7d708b
|
Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
when opening a named pipe if the pipe exists but no instances of it are
currently waiting for a connection.
|
2001-07-17 00:38:00 +00:00 |
Alexandre Julliard
|
5f258c68f3
|
Backed out the suspend_process_for_ptrace change.
Fixed a couple of races in ptrace code.
|
2001-07-14 00:50:30 +00:00 |
Jeremy White
|
c7b4ed77fb
|
Remove the -rpath option from the link command.
|
2001-07-14 00:49:50 +00:00 |
Patrik Stridvall
|
83dbdceba3
|
Fixed issue found by winapi_check.
|
2001-07-14 00:49:03 +00:00 |
Patrik Stridvall
|
bda507405e
|
Several additions and bug fixes.
|
2001-07-14 00:48:41 +00:00 |
Marcus Meissner
|
ff338b2733
|
Better LockWindowUpdate debug.
|
2001-07-14 00:48:14 +00:00 |
Marcus Meissner
|
1ef0d39c66
|
Made some FIXME()s print the respective strings passed.
Changed StgSetTimes() to correct type.
|
2001-07-14 00:47:52 +00:00 |
Marcus Meissner
|
d2838353ae
|
Added Quality Box (readonly currently) for 16bit templated dialogs.
Added [Printer] button support in 16bit templated dialogs.
Try sending orientation icon to stc10 too.
|
2001-07-14 00:47:20 +00:00 |
Marcus Meissner
|
1884f9b680
|
Replaced most of the numbers with the symbolic constants of the dialog
items.
|
2001-07-14 00:47:01 +00:00 |
Uwe Bonnes
|
cf735f7a95
|
Don't claim the parport for exclusive access and release the port
after every access.
|
2001-07-14 00:46:22 +00:00 |
Mike McCormack
|
187ed4106d
|
Rewrite GetCommState16 using GetCommState.
|
2001-07-14 00:45:58 +00:00 |
Uwe Bonnes
|
574a10efb7
|
SNOOP_GetProcAddress: don't touch already initialized fun-entries.
|
2001-07-14 00:43:57 +00:00 |
Alexandre Julliard
|
10109e6083
|
Removed unused functions suspend/remove_all_threads.
|
2001-07-12 22:35:20 +00:00 |
Patrik Stridvall
|
e9782fa1fc
|
Documentation fixes.
|
2001-07-12 22:33:51 +00:00 |
Mike McCormack
|
e61ad3a9f3
|
Implement overlapped completion routines.
Don't use lpOverlapped->OffsetHigh to store bytes to transfer.
|
2001-07-12 22:29:41 +00:00 |
Lionel Ulmer
|
1fc39be64f
|
Fix X crash when running in managed mode.
|
2001-07-12 22:27:56 +00:00 |
Alexandre Julliard
|
5d2b0a148d
|
Regenerated codepage files with Unicode 3.1 data.
|
2001-07-12 22:23:40 +00:00 |
Patrik Stridvall
|
4d2b85bf99
|
Fixed some issues found by winapi_check.
|
2001-07-12 22:22:23 +00:00 |
Patrik Stridvall
|
b59a9c7622
|
Several additions and bug fixes.
|
2001-07-12 22:22:05 +00:00 |
Bill Medland
|
987ea4688b
|
Get winemaker to drop the trailing CtrlZ that is still to be found on
quite a lot of DOS files.
|
2001-07-12 22:21:44 +00:00 |
Alexandre Julliard
|
704d035364
|
Fixed a few issues with tsx11 locking.
Always map the client window when moving out of iconic state.
|
2001-07-12 02:49:31 +00:00 |
Alexandre Julliard
|
ca4fa36584
|
Don't call SNOOP_RegisterDLL on builtins.
|
2001-07-12 02:46:55 +00:00 |
Lionel Ulmer
|
aeb92b1ca3
|
- removed unused OSMesa linking
- removed OSMesa code
|
2001-07-12 02:46:23 +00:00 |
Mike McCormack
|
f41de9779c
|
Implement COMM_MSRUpdate with GetCommModemStatus.
|
2001-07-12 02:45:25 +00:00 |
Peter Hunnisett
|
8cec3cff1e
|
Added a bunch of entry points.
Added some stubs and header information.
Fixed some return codes.
|
2001-07-11 20:19:06 +00:00 |