reactos.git
19 years ago- Fix GC_destroy for window DCs.
Filip Navara [Fri, 13 Aug 2004 17:10:22 +0000 (17:10 +0000)]
- Fix GC_destroy for window DCs.

svn path=/trunk/; revision=10516

19 years agoimplemented a few window placement functions and more checks for NULL-pointers
Thomas Bluemel [Fri, 13 Aug 2004 12:29:19 +0000 (12:29 +0000)]
implemented a few window placement functions and more checks for NULL-pointers

svn path=/trunk/; revision=10515

19 years agoPatch by Filip: Implemented some graphics functions and bugfixes to the windowing...
Thomas Bluemel [Fri, 13 Aug 2004 11:24:07 +0000 (11:24 +0000)]
Patch by Filip: Implemented some graphics functions and bugfixes to the windowing functions.

svn path=/trunk/; revision=10514

19 years agoadded urlmon to the source tree, doesn't compile due to COM interface issues that...
Richard Campbell [Fri, 13 Aug 2004 06:14:48 +0000 (06:14 +0000)]
added urlmon to the source tree, doesn't compile due to COM interface issues that i'm not quite interesting in trying to solve at the moment...if someone feels like taking a crack at it, go ahead, firefox needs this dll to be functional.  This is from the latest wine CVS.

svn path=/trunk/; revision=10513

19 years agoadded a few stubs to help get urlmon from the wine source tree to compile, there...
Richard Campbell [Fri, 13 Aug 2004 05:44:55 +0000 (05:44 +0000)]
added a few stubs to help get urlmon from the wine source tree to compile, there are still a few things left to do before i can bring in URLMon however.

svn path=/trunk/; revision=10512

19 years agoUpdated EDF file with new stubs in alphabetical order and synched EDF and DEF file.
Alex Ionescu [Fri, 13 Aug 2004 05:06:18 +0000 (05:06 +0000)]
Updated EDF file with new stubs in alphabetical order and synched EDF and DEF file.

svn path=/trunk/; revision=10511

19 years agoAdded Dbg Stubs and moved old ones to correct header and files.
Alex Ionescu [Fri, 13 Aug 2004 05:00:35 +0000 (05:00 +0000)]
Added Dbg Stubs and moved old ones to correct header and files.

svn path=/trunk/; revision=10510

19 years agodispatch MSG_QUIT and MSG_GUI_REDRAW messages. Thanks also to Filip.
Thomas Bluemel [Thu, 12 Aug 2004 23:38:17 +0000 (23:38 +0000)]
dispatch MSG_QUIT and MSG_GUI_REDRAW messages. Thanks also to Filip.

svn path=/trunk/; revision=10509

19 years agostarted an interface to emulate the skygi windowing but actually use win32 apis
Thomas Bluemel [Thu, 12 Aug 2004 19:27:12 +0000 (19:27 +0000)]
started an interface to emulate the skygi windowing but actually use win32 apis

svn path=/trunk/; revision=10508

19 years agoAdded two stubs.
Alex Ionescu [Thu, 12 Aug 2004 16:43:37 +0000 (16:43 +0000)]
Added two stubs.

svn path=/trunk/; revision=10507

19 years agoI/O Manager fixes. Patch by Filip Navara.
Alex Ionescu [Thu, 12 Aug 2004 16:43:12 +0000 (16:43 +0000)]
I/O Manager fixes. Patch by Filip Navara.

svn path=/trunk/; revision=10506

19 years agoan attempt to partially implement ctor_dtor_initialize() and a few more libskygi...
Thomas Bluemel [Thu, 12 Aug 2004 15:41:36 +0000 (15:41 +0000)]
an attempt to partially implement ctor_dtor_initialize() and a few more libskygi stubs

svn path=/trunk/; revision=10505

19 years agoSet the thread to the Allocated IRPs created by Io/Nt Query functions that didn't...
Alex Ionescu [Thu, 12 Aug 2004 06:15:50 +0000 (06:15 +0000)]
Set the thread to the Allocated IRPs created by Io/Nt Query functions that didn't do this. This can cause problems if the thread is ever read on a completed request.

svn path=/trunk/; revision=10504

19 years agoFixed/Added Stubs.
Alex Ionescu [Thu, 12 Aug 2004 06:04:21 +0000 (06:04 +0000)]
Fixed/Added Stubs.
Implemented PsRevertThreadToSelf

svn path=/trunk/; revision=10503

19 years agoAccording to alex_ionescu, callers of IoAllocateIrp should set the
Art Yerkes [Thu, 12 Aug 2004 05:59:25 +0000 (05:59 +0000)]
According to alex_ionescu, callers of IoAllocateIrp should set the
Tail.Overlay.Thread member themselves in the new Irp.  These calls
to IoAllocateIrp were not followed by setting the thread.

svn path=/trunk/; revision=10502

19 years agoSteven Edwards wanted me to commit this.
Thomas Bluemel [Thu, 12 Aug 2004 02:50:35 +0000 (02:50 +0000)]
Steven Edwards wanted me to commit this.

This adds a vew basic stubs of the SkyOS libraries libsky and libskygi. This actually was an experiment if SkyOS apps run in ReactOS/Win/WINE. It gets a slightly patched (only the optional PE header needs to be set to the right subsys code) version of TicTacToe released in the SkyOS forums. It doesn't crash but also doesn't work yet of course, but it successfully launches and calls the functions as you can see in the debug output.

svn path=/trunk/; revision=10501

19 years agoAdded Lock and Heap Info struc's.
James Tabor [Wed, 11 Aug 2004 21:03:11 +0000 (21:03 +0000)]
Added Lock and Heap Info struc's.

svn path=/trunk/; revision=10500

19 years agoModule Library supported now. There is a bug with scanning winlogon that causes a...
James Tabor [Wed, 11 Aug 2004 21:02:12 +0000 (21:02 +0000)]
Module Library supported now. There is a bug with scanning winlogon that causes a exception. The version.dll data is worng.

svn path=/trunk/; revision=10499

19 years agoKrishna Murthy <Krishna.Murthy@guptaworldwide.com>
Thomas Bluemel [Wed, 11 Aug 2004 10:37:06 +0000 (10:37 +0000)]
Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
Replaced LISTBOX_SetCaretIndex() with LISTBOX_MoveCaret() in
LB_SELECTSTRING handler so that the caret moves to the index and item
is highlighted.

svn path=/trunk/; revision=10498

19 years agoAdd RtlFormatMessage stub.
Eric Kohl [Wed, 11 Aug 2004 09:30:23 +0000 (09:30 +0000)]
Add RtlFormatMessage stub.

svn path=/trunk/; revision=10497

19 years agopass LUIDs to RosEnableThreadPrivileges()
Thomas Bluemel [Wed, 11 Aug 2004 08:48:20 +0000 (08:48 +0000)]
pass LUIDs to RosEnableThreadPrivileges()

svn path=/trunk/; revision=10496

19 years agolittle fix
Thomas Bluemel [Wed, 11 Aug 2004 08:32:48 +0000 (08:32 +0000)]
little fix

svn path=/trunk/; revision=10495

19 years agoadded RosEnableThreadPrivileges() and RosResetThreadPrivileges() helper functions...
Thomas Bluemel [Wed, 11 Aug 2004 08:28:13 +0000 (08:28 +0000)]
added RosEnableThreadPrivileges() and RosResetThreadPrivileges() helper functions for easier thread privilege management

svn path=/trunk/; revision=10494

19 years agoReplaced RtlAllocateHeap with NtAllocateVirtualMemory.
James Tabor [Wed, 11 Aug 2004 03:48:31 +0000 (03:48 +0000)]
Replaced RtlAllocateHeap with NtAllocateVirtualMemory.

svn path=/trunk/; revision=10493

19 years agoImplemented CreateSecurityPage() to create an empty property sheet.
Thomas Bluemel [Wed, 11 Aug 2004 01:21:53 +0000 (01:21 +0000)]
Implemented CreateSecurityPage() to create an empty property sheet.

svn path=/trunk/; revision=10492

19 years agoFix RtlEqualLuid()
Gé van Geldorp [Tue, 10 Aug 2004 23:26:39 +0000 (23:26 +0000)]
Fix RtlEqualLuid()

svn path=/trunk/; revision=10491

19 years agoAllocate new LUID for each logon session
Gé van Geldorp [Tue, 10 Aug 2004 21:18:16 +0000 (21:18 +0000)]
Allocate new LUID for each logon session

svn path=/trunk/; revision=10490

19 years agoCopy AuthenticationId from existing token when duplicating a token
Gé van Geldorp [Tue, 10 Aug 2004 21:11:20 +0000 (21:11 +0000)]
Copy AuthenticationId from existing token when duplicating a token

svn path=/trunk/; revision=10489

19 years agoChange debugging statement
Gé van Geldorp [Tue, 10 Aug 2004 20:30:35 +0000 (20:30 +0000)]
Change debugging statement

svn path=/trunk/; revision=10488

19 years agoImplement TokenOrigin class for GetTokenInformation
Gé van Geldorp [Tue, 10 Aug 2004 20:13:42 +0000 (20:13 +0000)]
Implement TokenOrigin class for GetTokenInformation

svn path=/trunk/; revision=10487

19 years ago- Fixed the calculation of used non paged pool pages in grow_block.
Hartmut Birr [Tue, 10 Aug 2004 20:00:49 +0000 (20:00 +0000)]
- Fixed the calculation of used non paged pool pages in grow_block.

svn path=/trunk/; revision=10486

19 years ago- Returned more of the protection bits in MmGetPageProtect.
Hartmut Birr [Tue, 10 Aug 2004 19:57:58 +0000 (19:57 +0000)]
- Returned more of the protection bits in MmGetPageProtect.
- Ignore the PAGE_SYSTEM attribute and set the user bit according to the
  given address in MmSetPageProtect and MmCreateVirtualMappingUnsafe.
- Don't change the accessed and dirty bit in MmSetPageProtect.

svn path=/trunk/; revision=10485

19 years ago- Replaced MmGetPageEntry with MmGetPageProtect/MmSetPageProtect in KdbOverwriteInst.
Hartmut Birr [Tue, 10 Aug 2004 19:49:25 +0000 (19:49 +0000)]
- Replaced MmGetPageEntry with MmGetPageProtect/MmSetPageProtect in KdbOverwriteInst.

svn path=/trunk/; revision=10484

19 years agoMinor fix
Eric Kohl [Tue, 10 Aug 2004 19:12:40 +0000 (19:12 +0000)]
Minor fix

svn path=/trunk/; revision=10483

19 years agoDmitry Timoshkov <dmitry@codeweavers.com>
Thomas Bluemel [Tue, 10 Aug 2004 19:09:37 +0000 (19:09 +0000)]
Dmitry Timoshkov <dmitry@codeweavers.com>
Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with a test case.

svn path=/trunk/; revision=10482

19 years agoadded aclui.dll to the bootcd
Thomas Bluemel [Tue, 10 Aug 2004 17:10:57 +0000 (17:10 +0000)]
added aclui.dll to the bootcd

svn path=/trunk/; revision=10481

19 years agofixed typo spotted by Royce.
Thomas Bluemel [Tue, 10 Aug 2004 16:21:27 +0000 (16:21 +0000)]
fixed typo spotted by Royce.

svn path=/trunk/; revision=10480

19 years agoadded aclui.dll to the automatic build
Thomas Bluemel [Tue, 10 Aug 2004 15:49:55 +0000 (15:49 +0000)]
added aclui.dll to the automatic build

svn path=/trunk/; revision=10479

19 years agoimplemented EditSecurity()
Thomas Bluemel [Tue, 10 Aug 2004 15:47:54 +0000 (15:47 +0000)]
implemented EditSecurity()

svn path=/trunk/; revision=10478

19 years agolittle fix
Thomas Bluemel [Tue, 10 Aug 2004 15:21:27 +0000 (15:21 +0000)]
little fix

svn path=/trunk/; revision=10477

19 years ago- Remove forgotten temporary debug message.
Filip Navara [Tue, 10 Aug 2004 15:09:14 +0000 (15:09 +0000)]
- Remove forgotten temporary debug message.

svn path=/trunk/; revision=10476

19 years agostop animation timer after completion
Thomas Bluemel [Tue, 10 Aug 2004 15:08:05 +0000 (15:08 +0000)]
stop animation timer after completion

svn path=/trunk/; revision=10475

19 years agoimproved the installation process
Thomas Bluemel [Tue, 10 Aug 2004 15:00:22 +0000 (15:00 +0000)]
improved the installation process

svn path=/trunk/; revision=10474

19 years agoSort Rtl* functions.
Eric Kohl [Tue, 10 Aug 2004 12:07:11 +0000 (12:07 +0000)]
Sort Rtl* functions.

svn path=/trunk/; revision=10473

19 years agoMove bitmap functions to the shared rtl library.
Eric Kohl [Tue, 10 Aug 2004 12:05:20 +0000 (12:05 +0000)]
Move bitmap functions to the shared rtl library.

svn path=/trunk/; revision=10472

19 years agoinclude the right files
Thomas Bluemel [Tue, 10 Aug 2004 12:00:55 +0000 (12:00 +0000)]
include the right files

svn path=/trunk/; revision=10471

19 years agoMove bitmap functions to the shared rtl library.
Eric Kohl [Tue, 10 Aug 2004 12:00:09 +0000 (12:00 +0000)]
Move bitmap functions to the shared rtl library.
Implement RtlClearBit, RtlSetBit and RtlTestBit.

svn path=/trunk/; revision=10470

19 years agosplit up headers
Thomas Bluemel [Tue, 10 Aug 2004 11:54:43 +0000 (11:54 +0000)]
split up headers

svn path=/trunk/; revision=10469

19 years agoAdded a few helper functions for easier usage of strings in resources
Thomas Bluemel [Tue, 10 Aug 2004 10:57:54 +0000 (10:57 +0000)]
Added a few helper functions for easier usage of strings in resources

svn path=/trunk/; revision=10468

19 years ago- Fixed lots of bugs in NTFS code and added correct update sequence
Filip Navara [Tue, 10 Aug 2004 09:28:56 +0000 (09:28 +0000)]
- Fixed lots of bugs in NTFS code and added correct update sequence
  fixups handling and untested NTFS 3+ sparse file support.

svn path=/trunk/; revision=10467

19 years agoFixed typographical error.
Emanuele Aliberti [Tue, 10 Aug 2004 07:25:49 +0000 (07:25 +0000)]
Fixed typographical error.

svn path=/trunk/; revision=10466

19 years agoSmall fixes to I/O Manager and Implemented IoMakeAssociatedIrp. Parts by Filip Navara.
Alex Ionescu [Tue, 10 Aug 2004 06:26:42 +0000 (06:26 +0000)]
Small fixes to I/O Manager and Implemented IoMakeAssociatedIrp. Parts by Filip Navara.

svn path=/trunk/; revision=10465

19 years agoFix compiler warnings.
Filip Navara [Tue, 10 Aug 2004 01:49:37 +0000 (01:49 +0000)]
Fix compiler warnings.

svn path=/trunk/; revision=10464

19 years agofixed file headers
Thomas Bluemel [Tue, 10 Aug 2004 00:12:31 +0000 (00:12 +0000)]
fixed file headers

svn path=/trunk/; revision=10463

19 years agoadded stubs for aclui.dll
Thomas Bluemel [Tue, 10 Aug 2004 00:09:40 +0000 (00:09 +0000)]
added stubs for aclui.dll

svn path=/trunk/; revision=10462

19 years agoadded header for aclui.dll
Thomas Bluemel [Mon, 9 Aug 2004 23:29:06 +0000 (23:29 +0000)]
added header for aclui.dll

svn path=/trunk/; revision=10461

19 years agoNtOpenThread should look at the CIDs UniqueThread member only, not at
Gé van Geldorp [Mon, 9 Aug 2004 22:15:01 +0000 (22:15 +0000)]
NtOpenThread should look at the CIDs UniqueThread member only, not at
UniqueProcess. Makes OpenThread() work.

svn path=/trunk/; revision=10460

19 years agoMostly implemented, Listdlls half way works now.
James Tabor [Mon, 9 Aug 2004 19:55:33 +0000 (19:55 +0000)]
Mostly implemented, Listdlls half way works now.

svn path=/trunk/; revision=10459

19 years agoAdding missing structures for Debug information.
James Tabor [Mon, 9 Aug 2004 19:41:13 +0000 (19:41 +0000)]
Adding missing structures for Debug information.

svn path=/trunk/; revision=10458

19 years agoUndo test change
Gé van Geldorp [Mon, 9 Aug 2004 18:28:28 +0000 (18:28 +0000)]
Undo test change

svn path=/trunk/; revision=10457

19 years agoTest log_accum.pl
Gé van Geldorp [Mon, 9 Aug 2004 18:26:26 +0000 (18:26 +0000)]
Test log_accum.pl

svn path=/trunk/; revision=10456

19 years agoAdded Debug Buffer Information. Testing with SysInternals.com listdlls.exe.
James Tabor [Mon, 9 Aug 2004 18:17:23 +0000 (18:17 +0000)]
Added Debug Buffer Information. Testing with SysInternals.com listdlls.exe.

svn path=/trunk/; revision=10455

19 years agoAdd internal flags for ExitWindowsEx()
Gé van Geldorp [Mon, 9 Aug 2004 17:54:56 +0000 (17:54 +0000)]
Add internal flags for ExitWindowsEx()

svn path=/trunk/; revision=10454

19 years agoimplemented a couple of Hid device functions
Thomas Bluemel [Mon, 9 Aug 2004 16:02:43 +0000 (16:02 +0000)]
implemented a couple of Hid device functions

svn path=/trunk/; revision=10453

19 years agoUpdate porting status for COMCTL32.
Filip Navara [Mon, 9 Aug 2004 15:42:04 +0000 (15:42 +0000)]
Update porting status for COMCTL32.

svn path=/trunk/; revision=10452

19 years agoThomas Weidenm�ller <w3seek@reactos.org>
Filip Navara [Mon, 9 Aug 2004 15:35:58 +0000 (15:35 +0000)]
Thomas Weidenm�ller <w3seek@reactos.org>
Implemented syslink control.

svn path=/trunk/; revision=10451

19 years agoDefinitions for SysLink control.
Filip Navara [Mon, 9 Aug 2004 15:34:50 +0000 (15:34 +0000)]
Definitions for SysLink control.

svn path=/trunk/; revision=10450

19 years agoMarcus Meissner <marcus@jet.franken.de>
Filip Navara [Mon, 9 Aug 2004 15:22:28 +0000 (15:22 +0000)]
Marcus Meissner <marcus@jet.franken.de>
Implemented PSM_INDEXTOHWND.

svn path=/trunk/; revision=10449

19 years agoFilip Navara <xnavara@volny.cz>
Filip Navara [Mon, 9 Aug 2004 15:21:57 +0000 (15:21 +0000)]
Filip Navara <xnavara@volny.cz>
- 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

19 years agoDefine PBS_MARQUEE and PBM_SETMARQUEE.
Filip Navara [Mon, 9 Aug 2004 15:15:20 +0000 (15:15 +0000)]
Define PBS_MARQUEE and PBM_SETMARQUEE.

svn path=/trunk/; revision=10447

19 years agoFilip Navara <xnavara@volny.cz>
Filip Navara [Mon, 9 Aug 2004 15:12:24 +0000 (15:12 +0000)]
Filip Navara <xnavara@volny.cz>
Use system metrics values in TOOLBAR_DrawPattern instead of hardcoded
values.

svn path=/trunk/; revision=10446

19 years agoThomas Weidenmueller <wine-patches@reactsoft.com>
Filip Navara [Mon, 9 Aug 2004 15:09:17 +0000 (15:09 +0000)]
Thomas Weidenmueller <wine-patches@reactsoft.com>
Added support for PBS_MARQUEE style.

svn path=/trunk/; revision=10445

19 years agoDmitry Timoshkov <dmitry@codeweavers.com>
Filip Navara [Mon, 9 Aug 2004 15:08:23 +0000 (15:08 +0000)]
Dmitry Timoshkov <dmitry@codeweavers.com>
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

19 years agoFilip Navara <xnavara@volny.cz>
Filip Navara [Mon, 9 Aug 2004 15:08:00 +0000 (15:08 +0000)]
Filip Navara <xnavara@volny.cz>
Fix CreateMappedBitmap for palette-less bitmaps.

svn path=/trunk/; revision=10443

19 years agoHenning Gerhardt <henning.gerhardt@web.de>
Filip Navara [Mon, 9 Aug 2004 15:07:37 +0000 (15:07 +0000)]
Henning Gerhardt <henning.gerhardt@web.de>
Minor fixes and updates to the German resource files.

svn path=/trunk/; revision=10442

19 years agoSort Zw* functions
Eric Kohl [Mon, 9 Aug 2004 11:18:08 +0000 (11:18 +0000)]
Sort Zw* functions

svn path=/trunk/; revision=10441

19 years agoRundown Protection Implementation. Implemented ExAcquireRundownProtection, ExAcquireR...
Alex Ionescu [Mon, 9 Aug 2004 01:26:10 +0000 (01:26 +0000)]
Rundown Protection Implementation. Implemented ExAcquireRundownProtection, ExAcquireRundownProtectionEx, ExInitializeRundownProtection, ExReInitializeRundownProtection, ExReleaseRundownProtection, ExReleaseRundownProtectionEx, ExRundownCompleted, ExWaitForRundownProtectionRelease

svn path=/trunk/; revision=10440

19 years agoAdded a (C) notice.
Art Yerkes [Sun, 8 Aug 2004 22:07:06 +0000 (22:07 +0000)]
Added a (C) notice.

svn path=/trunk/; revision=10439

19 years agoSync to Wine-20040716
Gé van Geldorp [Sun, 8 Aug 2004 21:50:40 +0000 (21:50 +0000)]
Sync to Wine-20040716

svn path=/trunk/; revision=10438

19 years agoSimple preprocessor for converting try ... except to our pseh-style exception
Art Yerkes [Sun, 8 Aug 2004 21:40:09 +0000 (21:40 +0000)]
Simple preprocessor for converting try ... except to our pseh-style exception
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

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 21:36:20 +0000 (21:36 +0000)]
Sync to Wine-20040716:
Henning Gerhardt <henning.gerhardt@web.de>
- More German translations.
Hajime Segawa <winetips@sidenet.ddo.jp>
- Added some Japanese translations.
Dimitrie O. Paun <dpaun@rogers.com>
- 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

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 21:15:48 +0000 (21:15 +0000)]
Sync to Wine-20040716:
Mike McCormack <mike@codeweavers.com>
- Fix memory allocation problems.
Marcus Meissner <marcus@jet.franken.de>
- Do not assign to casted values.
Alexandre Julliard
- Implemented GetUIVersion (based on a patch by Stefan Leichter).
Stefan Leichter <Stefan.Leichter@camLine.com>
- Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
- Removed todo_wine from GetAcceptLanguagesA tests.
- Added tests for GetAcceptLanguagesA.
Henning Gerhardt <henning.gerhardt@web.de>
- Translated some English resource files into German.
Hajime Segawa <winetips@sidenet.ddo.jp>
- Added some Japanese translations.

svn path=/trunk/; revision=10434

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 21:07:12 +0000 (21:07 +0000)]
Sync to Wine-20040716:
Mike Hearn <mh@codeweavers.com>
- 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

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 20:49:55 +0000 (20:49 +0000)]
Sync to Wine-20040716:
Henning Gerhardt <henning.gerhardt@web.de>
- Translated some English resource files into German.
- More German translations.
Hajime Segawa <winetips@sidenet.ddo.jp>
- Added some Japanese translations.

svn path=/trunk/; revision=10432

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 20:42:47 +0000 (20:42 +0000)]
Sync to Wine-20040716:
Mike McCormack <mike@codeweavers.com>
- 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 <fgouget@free.fr>
- Assorted spelling fixes.
Marcus Meissner <marcus@jet.franken.de>
- IMalloc vtables are static.
- IID_IObjectWithSite is already in libuuid, no need to declare here.
Aric Stewart <aric@codeweavers.com>
- Return an error in CoMarshalInterface if the IUnknown pointer is NULL
  and don't crash.
Ivan Leo Puoti <puoti@inwind.it>
- Removed the winedefault.reg message.
Robert Shearman <rob@codeweavers.com>
- Add static to non-exported marshal functions.
- Remove unused marshal functions.
- Rename several RPC functions.

svn path=/trunk/; revision=10431

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 20:33:39 +0000 (20:33 +0000)]
Sync to Wine-20040716:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
Henning Gerhardt <henning.gerhardt@web.de>
- Translated some English resource files into German.
JosT Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
- Added Spanish translation.
Hajime Segawa <winetips@sidenet.ddo.jp>
- Added some Japanese translations.

svn path=/trunk/; revision=10430

19 years agoInitial Support for Quota Pool Allocations.
Alex Ionescu [Sun, 8 Aug 2004 20:33:17 +0000 (20:33 +0000)]
Initial Support for Quota Pool Allocations.
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

19 years agoSet explicit base address for notifyhook.dll so it won't get relocated
Gé van Geldorp [Sun, 8 Aug 2004 20:26:43 +0000 (20:26 +0000)]
Set explicit base address for notifyhook.dll so it won't get relocated

svn path=/trunk/; revision=10428

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 20:15:06 +0000 (20:15 +0000)]
Sync to Wine-20040716:
Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
- Add the selected extension from file type filter if file name does not
  contain the file extension.
Dmitry Timoshkov <dmitry@codeweavers.com>
- Fix control coordinates in German and French versions of open file
  dialog.
- Remove duplicate control ids in Catalan, Russian and Ukrainian
  dialogs.
James Hawkins <truiken@gmail.com>
- Fixed collate icon behavior.
- Check for empty PrinterName in PRINTDLG_WMCommandW.

svn path=/trunk/; revision=10427

19 years agoSync to Wine-20040716:
Gé van Geldorp [Sun, 8 Aug 2004 20:04:00 +0000 (20:04 +0000)]
Sync to Wine-20040716:
Mike McCormack <mike@codeweavers.com>
- Create a tooltip on demand in the Listview.
Robert Shearman <rob@codeweavers.com>
- 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 <jon_p_griffiths@yahoo.com>
- Don't crash on NULL tab text.
Filip Navara <xnavara@volny.cz>
- Make the pattern drawing in TOOLBAR_DrawPattern look better.

svn path=/trunk/; revision=10425

19 years agoAdd some property sheet messages
Gé van Geldorp [Sun, 8 Aug 2004 20:02:57 +0000 (20:02 +0000)]
Add some property sheet messages

svn path=/trunk/; revision=10424

19 years agogerman translation of task manager by Klemens Friedl <frik85@hotmail.com>
Martin Fuchs [Sun, 8 Aug 2004 19:16:10 +0000 (19:16 +0000)]
german translation of task manager by Klemens Friedl <frik85@hotmail.com>

svn path=/trunk/; revision=10423

19 years agogerman translation of welcome.exe by Klemens Friedl <frik85@hotmail.com>
Martin Fuchs [Sun, 8 Aug 2004 19:15:57 +0000 (19:15 +0000)]
german translation of welcome.exe by Klemens Friedl <frik85@hotmail.com>

svn path=/trunk/; revision=10422

19 years agoFixed warning messages ans set -Werror in make file.
James Tabor [Sun, 8 Aug 2004 18:46:25 +0000 (18:46 +0000)]
Fixed warning messages ans set -Werror in make file.

svn path=/trunk/; revision=10421

19 years agoAllow alternate SEH construct. Patch by Art Yerkes.
Alex Ionescu [Sun, 8 Aug 2004 18:26:47 +0000 (18:26 +0000)]
Allow alternate SEH construct. Patch by Art Yerkes.

svn path=/trunk/; revision=10420

19 years agoserialize gui switching and switching the focus message queue
Thomas Bluemel [Sun, 8 Aug 2004 17:57:34 +0000 (17:57 +0000)]
serialize gui switching and switching the focus message queue

svn path=/trunk/; revision=10419

19 years agoPartial merge with wine-code. Solves BZ#230. Executing text-doc from start-Run. Same...
Jens Collin [Sun, 8 Aug 2004 16:04:00 +0000 (16:04 +0000)]
Partial merge with wine-code. Solves BZ#230. Executing text-doc from start-Run. Same change sent to wine-patches

svn path=/trunk/; revision=10418

19 years agonotepad takes input filename as parameter %1.
Jens Collin [Sun, 8 Aug 2004 16:01:07 +0000 (16:01 +0000)]
notepad takes input filename as parameter %1.

svn path=/trunk/; revision=10417

19 years ago- Fix section object dereferencing in NtCreateSection.
Filip Navara [Sun, 8 Aug 2004 10:46:20 +0000 (10:46 +0000)]
- Fix section object dereferencing in NtCreateSection.

svn path=/trunk/; revision=10416

19 years agoAdded advapi32 test for the registry.
Steven Edwards [Sat, 7 Aug 2004 22:51:27 +0000 (22:51 +0000)]
Added advapi32 test for the registry.

svn path=/trunk/; revision=10415