Alexandre Julliard
|
d338b49574
|
Removed no longer correct assertion.
|
2003-05-02 20:18:09 +00:00 |
Alexandre Julliard
|
98cfe58dcf
|
Removed useless check for registry file version.
|
2003-05-02 20:17:32 +00:00 |
Robert Reif
|
abde7d0acf
|
Reversed relationship between buffers and notifies.
Fixed notify reuse bug.
Minor documentation and error message cleanup.
|
2003-05-02 20:16:48 +00:00 |
Robert Reif
|
bcfff87be5
|
Added driver property set implementation.
Fixed notify release bug.
|
2003-05-02 20:16:20 +00:00 |
Adam Gundy
|
a982259e3e
|
When items are inserted in a partially populated treeview, the first
visible item was not correctly updated.
The first visible item was sometimes used to calculate the location of
other items when it had been freed.
|
2003-05-02 20:15:36 +00:00 |
Adam Gundy
|
06d610ec9b
|
Check the mask flags in the item structure to determine how much
memory to read/write.
|
2003-05-02 20:14:33 +00:00 |
Jukka Heinonen
|
e2ae56e0b9
|
Remove obsolete code from DOSVM_Wait.
Prepare DOSVM_Wait for handling nested interrupts in both real and
protected mode.
Provide temporary workaround for keyboard related deadlock.
|
2003-05-02 20:12:52 +00:00 |
Jukka Heinonen
|
40bebee7ce
|
Report correct IRQ bases to DPMI applications.
Make int31 print more tracing information.
|
2003-05-02 20:12:10 +00:00 |
Jukka Heinonen
|
f93d452d78
|
Fix argument passing to DOS program from winevdm.
Add support for invoking DOS programs with long command lines.
|
2003-05-02 20:11:52 +00:00 |
Dimitrie O. Paun
|
6ac3bee094
|
Remove stale links from the FAQ.
|
2003-05-02 20:10:50 +00:00 |
Andreas Mohr
|
8eb105ca31
|
Added missing Win98 user32.dll function exports entries.
|
2003-05-02 20:10:26 +00:00 |
Andreas Mohr
|
b7a3f2bff0
|
- improve intro text
- describe alternatives to Wine
|
2003-05-02 20:09:58 +00:00 |
Dimitrie O. Paun
|
4897535977
|
Remove some obsolete and/or redundant info.
|
2003-05-02 20:08:53 +00:00 |
Alexandre Julliard
|
e1a9b10f51
|
Moved the wpp library from tools/ to libs/.
Create symlinks to the various libraries in the libs directory.
|
2003-05-01 03:16:21 +00:00 |
Alexandre Julliard
|
117436e08e
|
Moved rules for building shared libraries into a global Makelib.rules
file.
|
2003-05-01 00:39:29 +00:00 |
Robert Shearman
|
f0025e2adc
|
- Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce,
RtlAddAce, RtlValidAcl.
- Added the corresponding functions in advapi32.
- Grouped the ACL functions in advapi32.
|
2003-05-01 00:29:26 +00:00 |
Stefan Leichter
|
ad59295e66
|
Application specific settings are also supported for dsound and
version sections.
|
2003-05-01 00:00:28 +00:00 |
Igor Stepin
|
4acde5346f
|
Changed font charset from ANSI to DEFAULT_CHARSET.
|
2003-05-01 00:00:10 +00:00 |
Mike Hearn
|
266a2f297e
|
Change return code comparison in AVI control (from patch by
stanleyg76@yahoo.com).
|
2003-04-30 23:59:46 +00:00 |
Mike Hearn
|
acc2229137
|
Add default codec entry (from patch by stanleyg76@yahoo.com).
|
2003-04-30 23:59:31 +00:00 |
Maxime Bellengé
|
7ba2a371d3
|
- Fix some indentation problems.
- Handle correctly the alignement of the checkboxes if the
BS_TOP/BS_BOTTOM flags are set.
|
2003-04-30 23:57:43 +00:00 |
Alexandre Julliard
|
812b4f46e9
|
Avoid calling Win32 resource functions on 16-bit modules.
|
2003-04-30 17:28:45 +00:00 |
Alexandre Julliard
|
ffc198b5f0
|
We still need to link against ntdll until the pthread stuff is fixed
properly.
|
2003-04-30 17:17:48 +00:00 |
Steven Edwards
|
e426e9a785
|
Fix for building lzexpand with Mingw or MS_VC++ includes
|
2003-04-30 17:15:06 +00:00 |
Alexandre Julliard
|
d139e94336
|
Added wine_init.
|
2003-04-30 17:12:29 +00:00 |
Alexandre Julliard
|
88fbc45dc9
|
Fixed typo in last minute change (spotted by Gerald Pfeifer).
|
2003-04-30 17:12:14 +00:00 |
Alexandre Julliard
|
424202bd9a
|
Moved most of the kernel resource APIs to dlls/kernel.
|
2003-04-30 00:53:23 +00:00 |
Dmitry Timoshkov
|
befff55609
|
Protect BeginPaint and EndPaint from lps being NULL.
|
2003-04-30 00:50:43 +00:00 |
Maxime Bellengé
|
0485fc19b6
|
Fix bounding rectangle computation for an ownerdraw tab.
|
2003-04-30 00:50:26 +00:00 |
Dimitrie O. Paun
|
dfdeaaf922
|
Generate custom draw notifications for ownerdraw listviews (based on a
patch by Maxime Bellengé).
Reorganize the custom draw code for better reuse.
|
2003-04-30 00:49:44 +00:00 |
Juan Lang
|
7b55bc45eb
|
Better API compliance and test case for NetWkstaTransportEnum.
|
2003-04-30 00:48:56 +00:00 |
Alexandre Julliard
|
86666c51e2
|
Implemented ntdll resource functions.
|
2003-04-29 23:00:48 +00:00 |
Robert Reif
|
aa8559e84a
|
Fixed a problem where OSS trigger support is inconsistent.
|
2003-04-29 22:54:09 +00:00 |
Alexandre Julliard
|
e3d681ba0a
|
Get rid of the COMMDLG_hInstance variables.
|
2003-04-29 22:52:02 +00:00 |
Robert Reif
|
e743e091ed
|
Added partial property set support which is used by dxdiag.exe.
|
2003-04-29 22:49:52 +00:00 |
Robert Reif
|
144d7f5da2
|
Added driver notify implementation.
|
2003-04-29 22:47:59 +00:00 |
Christian Costa
|
9d74dca27c
|
Small fix in IDirectInputDevice2Impl_QueryInterface.
|
2003-04-29 22:47:04 +00:00 |
Maxime Bellengé
|
711e1ba021
|
- Fix some indentation.
- Fix the loading of icon resources.
|
2003-04-29 22:46:16 +00:00 |
Christian Costa
|
6dca3ecc45
|
Reserve space for 16 streams in the stateblock.
|
2003-04-29 22:44:18 +00:00 |
Christian Costa
|
b92a58ea07
|
Enable creation of DirectInput objects trough CoCreateInstance.
|
2003-04-29 22:43:48 +00:00 |
Alexandre Julliard
|
78654e2bff
|
Fixed non-MZ case broken by previous patch.
|
2003-04-27 20:38:22 +00:00 |
Hans Leidekker
|
11b0f75d3f
|
Install winevdm.
|
2003-04-27 20:37:08 +00:00 |
Stefan Leichter
|
ecc6f06375
|
Moved (stub) implementation of GetKerningPairs from ascii to unicode.
|
2003-04-27 20:36:35 +00:00 |
Dimitrie O. Paun
|
846f253d1e
|
Indentation fixes.
|
2003-04-27 20:36:08 +00:00 |
Uwe Bonnes
|
7c578ab349
|
Some UrlCache stubs.
|
2003-04-27 20:35:38 +00:00 |
Uwe Bonnes
|
1d60387e9c
|
Added GetPrintProcessorDirectoryA stub.
|
2003-04-27 20:35:08 +00:00 |
Stephan BEUZE
|
8410e71fb5
|
Implemented message TCM_SETPADDING with the Dimitri's advice.
|
2003-04-27 20:34:30 +00:00 |
Alexandre Julliard
|
fedc411743
|
Moved the functionality of starting Win16 and DOS programs from the
common process startup into a separate winevdm application.
|
2003-04-27 00:47:58 +00:00 |
Alexandre Julliard
|
8f6727c57d
|
Added NONAMELESSUNION/STRUCT defines.
|
2003-04-27 00:40:47 +00:00 |
Alexandre Julliard
|
7dd3f7c786
|
Silently ignore 'so' loadorder in the config file instead of
displaying an error.
|
2003-04-27 00:40:23 +00:00 |