Oliver Stieber
|
41718267be
|
Fixed a division by 0 in setup_light that occurs with range is zero.
|
2005-07-15 16:32:25 +00:00 |
Frank Richter
|
567b6facab
|
Add support for drawing gradient captions.
|
2005-07-15 16:31:55 +00:00 |
Dmitry Timoshkov
|
9bea3bfc96
|
Avoid unnecessary casts.
|
2005-07-15 11:44:46 +00:00 |
Alexandre Julliard
|
c8c3bf3c53
|
Sort the SPI_* constants and remove some duplicates.
|
2005-07-15 11:44:36 +00:00 |
Michael Jung
|
9568893940
|
Add file type column in detailed shell view.
Make the order of shell view columns 'prefix-compatible' with
shfldr_fs.
Don't remove filename extensions for path pidls in GetDisplayNameOf.
|
2005-07-15 11:43:25 +00:00 |
Dmitry Timoshkov
|
40dd77bf5a
|
Make VIRTUAL_HandleFault return an NTSTATUS.
|
2005-07-15 11:43:09 +00:00 |
Kevin Koltzau
|
28f15a3bdf
|
Forward some header notifications to parent of listview.
|
2005-07-15 11:42:47 +00:00 |
Thomas Weidenmueller
|
2e7f3ad702
|
Support PSM_IDTOINDEX.
|
2005-07-15 11:42:18 +00:00 |
Hans Leidekker
|
d3447022e1
|
Link directly to liblcms.
Fix typo in test.
|
2005-07-15 10:09:43 +00:00 |
Dmitry Timoshkov
|
1dc18952ae
|
Use SIZE_T type for size variables in NTDLL when appropriate.
|
2005-07-15 10:01:30 +00:00 |
Thomas Weidenmueller
|
6ea26b50a9
|
- Support PSH_WIZARDHASFINISH in wizards.
- Correct tab order of the wizard buttons.
|
2005-07-15 09:59:04 +00:00 |
Stefan Huehner
|
06822b8977
|
Fix some write-strings warnings.
|
2005-07-15 09:58:36 +00:00 |
Michael Jung
|
6b7778f36b
|
Do filename postprocessing in GetDisplayNameOf (Hide filename
extensions if appropriate).
|
2005-07-15 09:58:03 +00:00 |
Oliver Stieber
|
43466542a6
|
Correct a missplaced #if in IWineD3DDeviceImpl_CleanRender.
|
2005-07-15 09:57:52 +00:00 |
Aric Stewart
|
cd6fd67dcb
|
When adding an image copy the full previous buffer.
Implement replacing an icon with one from a resource.
|
2005-07-15 09:57:21 +00:00 |
Paul Vriens
|
b92725af17
|
Add missing member to WINTRUST_DATA struct.
|
2005-07-15 09:56:40 +00:00 |
Robert Shearman
|
d89705daf6
|
Fix return value of InternetQueryDataAvailable.
|
2005-07-15 09:56:34 +00:00 |
Eric Pouech
|
00a4a989b8
|
Get rid of HeapValidate as it's not properly handled by some memory
management tools (Microquill for example).
|
2005-07-15 09:56:17 +00:00 |
Eric Pouech
|
81f1ea1c7c
|
Ensure msvcrt's io block is passed down from wcmd's parent process to
child process.
|
2005-07-15 09:55:52 +00:00 |
Felix Nawothnig
|
9e96be87ac
|
Fix the EnumEnhMetaFile tests.
|
2005-07-15 09:55:33 +00:00 |
Huw Davies
|
183fcb5c2d
|
Set the default doc title to that of Windows.
Pass cups the doc title.
|
2005-07-15 09:55:23 +00:00 |
Oliver Stieber
|
fe80b4ea48
|
Implemented Get/Set/Free private data in resource.
|
2005-07-15 09:54:57 +00:00 |
Paul Vriens
|
a221e0e2dd
|
Return TRUST_E_PROVIDER_UNKNOWN until implemented.
|
2005-07-15 09:54:34 +00:00 |
Detlef Riekenberg
|
edc061333f
|
Space is valid between module name and entry point.
|
2005-07-14 12:34:04 +00:00 |
Alexandre Julliard
|
3be8cb8b02
|
Moved initialization of the default user process parameters to ntdll.
|
2005-07-14 12:33:30 +00:00 |
Oliver Stieber
|
3aefc4e4a4
|
Fixed a bug in Preload caused be a missing brace around a for loop,
slightly improved the way that errors are handled by passing back hr
from some function calls.
|
2005-07-14 12:31:05 +00:00 |
Stefan Huehner
|
190e1597ff
|
Fix some missing-declarations warnings.
|
2005-07-14 12:19:53 +00:00 |
Jacek Caban
|
eae4e45c01
|
- Added more tests.
- Make tests pass under Wine.
|
2005-07-14 12:18:59 +00:00 |
Stefan Huehner
|
737978a833
|
Fix a -Wsign-compare warning.
|
2005-07-14 12:18:38 +00:00 |
Jacek Caban
|
c532793426
|
Added MSHTML library declaration.
|
2005-07-14 12:18:30 +00:00 |
Robert Shearman
|
37773dda84
|
Make mailslots use as much of the default async fd implementation as
possible.
|
2005-07-14 12:18:05 +00:00 |
Alexandre Julliard
|
9ad5628639
|
Moved the server start time to the init_thread request and got rid of
the init_process request (based on a patch by Felix Nawothnig).
|
2005-07-14 10:32:46 +00:00 |
Robert Shearman
|
ec167634f9
|
Handle CopyImage and other functions failing by not adding the icon
and notifying the caller.
|
2005-07-14 10:15:59 +00:00 |
Juan Lang
|
31acf7f5a5
|
Release DC in error condition on StretchDIBits.
|
2005-07-14 10:15:42 +00:00 |
Kevin Koltzau
|
f5db41b2a1
|
Define GCM_RIGHTMOUSEDROP.
|
2005-07-14 10:15:06 +00:00 |
Paul Vriens
|
4908c2bc07
|
Update the Dutch translations.
|
2005-07-14 10:14:54 +00:00 |
Robert Shearman
|
0c9195c650
|
Remove additional current process tracking in backtrace_all as it can
refer to freed memory.
|
2005-07-14 10:14:44 +00:00 |
Jacek Caban
|
04a8cff140
|
- Better handling of UI and InPlace active state.
- Implemented InPlaceDeactivate.
- THIS macros cleanup.
|
2005-07-14 10:14:33 +00:00 |
Juan Lang
|
13766712f9
|
Encode/decode certs, with tests.
|
2005-07-14 10:14:22 +00:00 |
Alexandre Julliard
|
11ad6a0ac4
|
Return the startup info size in the init_thread request, and allocate
the process parameters structure in ntdll instead of kernel.
|
2005-07-13 19:43:35 +00:00 |
Oliver Stieber
|
b220ce1343
|
Correct a few formats that were incorrect.
|
2005-07-13 19:38:39 +00:00 |
Juan Lang
|
40f37a14e0
|
Add more missing definitions.
|
2005-07-13 19:31:55 +00:00 |
Jonathan Ernst
|
c7bf987aa1
|
Updated winecfg French resources.
|
2005-07-13 19:31:36 +00:00 |
Robert Shearman
|
fbf0ea9f18
|
Store the default DACL in the token.
|
2005-07-13 19:31:27 +00:00 |
Jacek Caban
|
375548634d
|
Added downloadmgr.idl.
|
2005-07-13 19:31:07 +00:00 |
Alexandre Julliard
|
d3a6a16efd
|
Initialize relay debugging earlier on now that the registry is loaded
by the server.
|
2005-07-13 14:23:06 +00:00 |
Alexandre Julliard
|
4391be583e
|
Get rid of the boot_done request.
|
2005-07-13 14:20:13 +00:00 |
Oliver Stieber
|
9253e0e39c
|
Tidy up some comments and formatting.
|
2005-07-13 14:15:54 +00:00 |
Huw Davies
|
1ed9bac896
|
Partial implementation of SetJobW.
Set the document title in StartDocPrinter.
|
2005-07-13 14:14:37 +00:00 |
Alexandre Julliard
|
0424f38169
|
Already initialize the process in the first init_thread request
instead of waiting for the init_process request.
|
2005-07-13 12:12:43 +00:00 |