Mike McCormack
d72bd7ec2e
Declare some MSI functions.
2003-12-01 22:38:43 +00:00
Eric Pouech
cd7328672e
Move usage of 16 bit specific functions (MapSL) in 16 bit code only.
2003-12-01 22:38:19 +00:00
Jukka Heinonen
cf1b653596
Add upper limit for the number of pending timer interrupts.
...
Check if timer has been stuck and issue an error to user.
Fix handling of timer period zero.
2003-12-01 22:37:15 +00:00
Marcus Meissner
236ad0df3c
Use correct pointer for SysFreeString.
2003-12-01 22:36:49 +00:00
Tom Wickline
a66d2a2cbf
Use the same version format for all DX dlls.
2003-12-01 22:36:17 +00:00
Kirill Smelkov
c3c33a042f
Added SetDCPenColor prototype.
2003-12-01 22:35:10 +00:00
Kevin Koltzau
a1619a39c2
Export QueryWorkingSet.
2003-12-01 22:34:39 +00:00
Alexandre Julliard
2ea7a80965
Added make_progs tool to generate the programs makefile.
...
Create symlinks for all the Winelib apps.
2003-11-30 06:18:43 +00:00
Juan Lang
50b7cf0433
- fixes thread safety issues
...
- fixes problems with non-IP (e.g. IPX) addresses
- updates comments to reflect winsock, netapi32 changes
2003-11-30 06:03:21 +00:00
Dmitry Timoshkov
2964888d05
A general cleanup of the version resources in Wine DLLs.
2003-11-30 05:59:29 +00:00
Juan Lang
b05861dc5f
Removed annoying message about missing entry in /etc/services.
2003-11-30 02:54:25 +00:00
Andrew de Quincey
fc0968d4d1
Fixed one more HeapReAlloc call.
2003-11-30 02:53:29 +00:00
Richard Cohen
3a3ace6e14
Remove some unused code.
2003-11-30 02:52:23 +00:00
Alexandre Julliard
177f3d1e25
Removed some no longer used programs.
2003-11-30 01:55:54 +00:00
Brian Vincent
81d03dafdf
Replace some obsolete resources with newer ones.
2003-11-30 01:43:27 +00:00
Richard Cohen
444f9212af
Added missing GDI_ReleaseObj() to GetDCBrushColor & GetDCPenColor.
2003-11-30 01:43:00 +00:00
Stefan Leichter
ee33c001ac
Changed the version resource to be created in the common way.
2003-11-30 01:42:26 +00:00
Alexandre Julliard
2ae6f4bd24
Fixed bitmap range checking to avoid integer overflows.
2003-11-29 00:23:23 +00:00
Juan Lang
e7fd6fd2a1
Implemented a lot of Netbios().
2003-11-29 00:19:19 +00:00
Rein Klazes
e94dad187a
Remember (do not reset) font size and style parameters in the initial
...
dialog and when another font is selected.
2003-11-28 23:40:12 +00:00
Rein Klazes
c9197aad4f
Fix a bug in the test for italic font style property.
2003-11-28 23:38:51 +00:00
Mike Hearn
3e22f4320f
Update debug channel list.
2003-11-28 23:36:25 +00:00
Francois Gouget
82bff6bddd
Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
...
may not be initialized (found by Valgrind).
2003-11-28 23:36:06 +00:00
Rein Klazes
e998d0e3cb
Tidy up indentation.
2003-11-28 23:35:34 +00:00
Alexandre Julliard
5f8223670a
Porting fixes.
2003-11-28 23:19:30 +00:00
Alexandre Julliard
8eb5e68168
cbthread and cbowner don't need to be exported.
2003-11-28 23:17:56 +00:00
Alexandre Julliard
0b19a6f7bc
Better support for div and ldiv in Winelib apps.
2003-11-28 23:17:28 +00:00
Francois Gouget
ed36816bfe
Remove duplicated SerialComm key.
2003-11-28 23:15:50 +00:00
Alexandre Julliard
0d7bdc7abd
Moved the 16-bit code out of socket.c and into a separate file.
2003-11-28 23:14:02 +00:00
Juan Lang
94670d40ef
Implement the TCP table query, netstat.exe now shows TCP listening and
...
connected sockets.
2003-11-28 23:12:05 +00:00
Stefan Leichter
2835ebee12
Added version info resource.
2003-11-28 23:11:30 +00:00
Richard Cohen
b29f02a9df
- Add standard dll path last instead of first.
...
- Add standard lib path as well.
- Remove . from default library search path.
- Compiling with -lwine needs to use the given -L paths.
2003-11-28 23:10:55 +00:00
Rolf Kalbermatter
81ce443f5e
Fix two memory leaks. Found by Dietrich Teickner.
2003-11-28 23:10:19 +00:00
Huw Davies
6cfbf89529
Merge {Set,Insert}Item[AW] to {Set,Insert}ItemT.
2003-11-27 01:11:01 +00:00
Alexandre Julliard
46321f4c15
Added unicows dll, based on the spec file written by Shachar Shemesh.
2003-11-27 01:10:26 +00:00
Alexandre Julliard
402b79a1e8
Porting fixes.
2003-11-27 00:59:36 +00:00
Rein Klazes
a97c7d2fb3
In clip_children() don't clip the visible region by children that have
...
a WS_EX_TRANSPARENT style.
2003-11-27 00:56:05 +00:00
Ulrich Czekalla
1afef2c732
In TREEVIEW_EnsureVisible handle case where firstVisible is NULL.
2003-11-27 00:55:18 +00:00
Steven Edwards
cfcc449324
Porting fixes.
2003-11-26 22:29:30 +00:00
Jeff Miller
811c4119b9
Mask off bit 0x80 in the accelerator table entry field fVirt if it's
...
not the last entry.
2003-11-26 22:28:16 +00:00
Huw Davies
96b9057097
Merge GetItem[AW] into GetItemT.
2003-11-26 22:26:19 +00:00
Alexandre Julliard
97903d260b
Added support for inter-process GetWindowLong on the window extra
...
bytes.
2003-11-26 22:15:41 +00:00
Aric Stewart
d78dfc8e44
Redraw if bold state changes.
2003-11-26 22:07:17 +00:00
Robert Shearman
7d6afc5ddc
- Add support for TBSTYLE_EX_MIXEDBUTTONS.
...
- Add support for TBSTYLE_EX_HIDECLIPPEDBUTTONS.
- Replace 'magic numbers' with #define'd constants.
- Fix TBN_INITCUSTOMIZE.
- Add support for TBN_CUSTHELP and TBN_RESET.
- Fix TB_SETEXTENDEDSTYLE (it appears it should or the new style,
rather than set).
- Fix TB_SETSTYLE (this is meant to be for setting the control style,
not the button style).
2003-11-26 22:05:02 +00:00
Michael Günnewig
edd8bc3a77
Fixed multiple bugs in FindSample implementation of AVI and WAV file
...
handler.
2003-11-26 22:04:29 +00:00
Ulrich Czekalla
12f7a36132
Always recompute an item's text width in the case of text callbacks
...
and when its attributes change.
2003-11-26 22:03:58 +00:00
Dmitry Timoshkov
985ae970fb
Fix .spec file parameters for CreateDC driver API.
2003-11-26 22:03:34 +00:00
Dmitry Timoshkov
602c4a7e8a
Fix another RtlReAllocateHeap call.
2003-11-26 22:03:21 +00:00
Alexandre Julliard
e267311e93
Fixed WINELIB_NAME_AW typo (thanks to Robert Shearman).
...
Removed extra BroadcastSystemMessage prototype.
2003-11-26 05:22:42 +00:00
Dimitrie O. Paun
4bb62422d9
Added a few missing TabCtrl_* macros.
2003-11-26 05:20:32 +00:00