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 |
Alexandre Julliard
|
c976db1a03
|
Avoid potential crashes when there is no handle table.
|
2005-07-13 12:09:49 +00:00 |
Alexandre Julliard
|
7258914ef6
|
Use the official names for the Unicode string constants.
|
2005-07-13 12:07:41 +00:00 |
Mike McCormack
|
bda7ace2e9
|
Interlocked LONG* gcc warning fixes.
|
2005-07-13 11:59:15 +00:00 |
Hans Leidekker
|
8d63dfb73e
|
Beginnings of WLDAP32.
|
2005-07-13 11:56:15 +00:00 |
Steve Zellers
|
e51ffce568
|
Fixed leftover import table name in output_import_thunk.
|
2005-07-13 11:39:12 +00:00 |
Alexandre Julliard
|
1ca3de36e8
|
Ignore high bit of spin count.
|
2005-07-13 11:38:08 +00:00 |
Oliver Stieber
|
6a032491d3
|
Added basic memory management and tracking to wined3d.
|
2005-07-13 11:34:55 +00:00 |
Hans Leidekker
|
a745ca0144
|
Added winldap.h header.
|
2005-07-13 11:32:08 +00:00 |
Jacek Caban
|
56a13d13e9
|
THIS macros cleanup.
|
2005-07-13 11:29:53 +00:00 |
Jacek Caban
|
9caed94dd1
|
Call ShowUI and HideUI in UIActivate.
|
2005-07-13 11:29:38 +00:00 |
Henning Gerhardt
|
7581d47f92
|
- Added German winspool resource file.
- Updated German winecfg resource file.
|
2005-07-13 11:29:26 +00:00 |
Stefan Huehner
|
f4285e68fe
|
Fix some -Wsign-compare warnings.
|
2005-07-13 11:29:10 +00:00 |
Jacek Caban
|
8831329dae
|
Added hh.exe.
|
2005-07-12 20:41:52 +00:00 |
Alexandre Julliard
|
01caa5e645
|
Moved the fields that depends on startup info from the init_process
request to get_startup_info.
|
2005-07-12 20:27:09 +00:00 |
Mike McCormack
|
8c64ebc963
|
Clean up CURSORICON_Load.
|
2005-07-12 20:23:18 +00:00 |
Aric Stewart
|
4b9f3728e0
|
Both wcschr and wcsrchr should be able to find the terminating
character.
|
2005-07-12 19:28:04 +00:00 |
Alexandre Julliard
|
e40383699e
|
Fixed strchrW and strrchrW for a null character (spotted by Aric
Stewart).
|
2005-07-12 19:27:41 +00:00 |
Mike McCormack
|
0791d06215
|
Interlocked LONG* gcc warning fixes.
|
2005-07-12 19:21:36 +00:00 |
Huw Davies
|
f675a78340
|
Forward SetJobA -> SetJobW.
|
2005-07-12 19:19:09 +00:00 |
Aric Stewart
|
2e963b89e2
|
Further testing shows that when CustomActionData needs to be blank it
is an empty string not ' '.
|
2005-07-12 19:18:48 +00:00 |
Mike McCormack
|
8012754ee2
|
Remove CURSORICON_SimulateLoadingFromResourceW.
|
2005-07-12 19:18:31 +00:00 |
Mike McCormack
|
37a8e0d0c9
|
Modify CURSORICON_FindBestIcon/Cursor to use enumerator functions.
|
2005-07-12 18:11:54 +00:00 |
Robert Shearman
|
30ff940a68
|
Call SetLastError on errors.
|
2005-07-12 18:11:40 +00:00 |
Robert Shearman
|
ff93df6e0f
|
- Support right-aligned text in TabbedTextOut.
- Add documentation.
|
2005-07-12 18:11:26 +00:00 |
Raphael Junqueira
|
88f73c4f33
|
- add direct3d configuration on winecfg graphics panel
- resync Fr libraries dialog (based on En.rc)
|
2005-07-12 18:11:11 +00:00 |
Alexandre Julliard
|
4b0809e8a8
|
Use the unicode.h functions where possible.
|
2005-07-12 17:57:31 +00:00 |