- Properly calculate caption length when converting multi-byte string
to wide character one.
- Wizard contents shouldn't be moved by the size of watermark bitmap.
- Fix PSH_WIZARD97_[NEW/OLD] checks.
- Blit the watermark even if PSH_USEHBMWATERMARK flag isn't set and
blit only the part that fits into the dialog.
svn path=/trunk/; revision=10448
Create toolbar with a not zero default size, it allows applications
which check toolbar size before adding buttons to it work.
svn path=/trunk/; revision=10444
handling. Should allow us to use source files from open source drivers that
compile with msvc given some care. Not a complete solution but it eliminates
the most tedious part of the job.
svn path=/trunk/; revision=10437
Henning Gerhardt <[email protected]>
- More German translations.
Hajime Segawa <[email protected]>
- Added some Japanese translations.
Dimitrie O. Paun <[email protected]>
- Lookup driver information in registry and system.ini.
- Make the code inspect the registry/system.ini at call time, rather
then initialization time.
- Code cleanups.
svn path=/trunk/; revision=10435
Mike McCormack <[email protected]>
- Fix memory allocation problems.
Marcus Meissner <[email protected]>
- Do not assign to casted values.
Alexandre Julliard
- Implemented GetUIVersion (based on a patch by Stefan Leichter).
Stefan Leichter <[email protected]>
- Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
- Removed todo_wine from GetAcceptLanguagesA tests.
- Added tests for GetAcceptLanguagesA.
Henning Gerhardt <[email protected]>
- Translated some English resource files into German.
Hajime Segawa <[email protected]>
- Added some Japanese translations.
svn path=/trunk/; revision=10434
Mike Hearn <[email protected]>
- Don't ERR on a used connection being destroyed.
- Don't print an extra newline in the olerelay code.
- Remove the RPC connection cache as Windows does not allow multiple
binds on the same connection.
- Correct connection releases on error path in RPCRT4_OpenBinding.
svn path=/trunk/; revision=10433
Henning Gerhardt <[email protected]>
- Translated some English resource files into German.
- More German translations.
Hajime Segawa <[email protected]>
- Added some Japanese translations.
svn path=/trunk/; revision=10432
Mike McCormack <[email protected]>
- Fix a few serious race conditions in the OLE object pipe server.
- Add some explanations to compobj.c, implement flushing message queue
on shutdown.
Francois Gouget <[email protected]>
- Assorted spelling fixes.
Marcus Meissner <[email protected]>
- IMalloc vtables are static.
- IID_IObjectWithSite is already in libuuid, no need to declare here.
Aric Stewart <[email protected]>
- Return an error in CoMarshalInterface if the IUnknown pointer is NULL
and don't crash.
Ivan Leo Puoti <[email protected]>
- Removed the winedefault.reg message.
Robert Shearman <[email protected]>
- Add static to non-exported marshal functions.
- Remove unused marshal functions.
- Rename several RPC functions.
svn path=/trunk/; revision=10431
Implemented ExAllocatePoolWithQuota, ExAllocatePoolWithQuotaTag, PsChargePoolQuota, PsChargeProcessNonPagedPoolQuota, PsChargeProcessPagedPoolQuota, PsChargeProcessPoolQuota.
Also implemented a basic ExAllocatePoolWithTagPriority, but needs Special Pool support for Driver Verifier functionality. The allocation works however.
svn path=/trunk/; revision=10429
Krishna Murthy <[email protected]>
- Add the selected extension from file type filter if file name does not
contain the file extension.
Dmitry Timoshkov <[email protected]>
- Fix control coordinates in German and French versions of open file
dialog.
- Remove duplicate control ids in Catalan, Russian and Ukrainian
dialogs.
James Hawkins <[email protected]>
- Fixed collate icon behavior.
- Check for empty PrinterName in PRINTDLG_WMCommandW.
svn path=/trunk/; revision=10427
Mike McCormack <[email protected]>
- Create a tooltip on demand in the Listview.
Robert Shearman <[email protected]>
- Implemented PSM_HWNDTOINDEX.
- Add stubs for some new property sheet messages.
- Clean up the mask drawing code.
- Improve bitmap not found message.
- Start of balloon tip support.
Jon Griffiths <[email protected]>
- Don't crash on NULL tab text.
Filip Navara <[email protected]>
- Make the pattern drawing in TOOLBAR_DrawPattern look better.
svn path=/trunk/; revision=10425