reactos.git
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

19 years agoAdded vmwinst and imagehlp to the bootcd
Steven Edwards [Sat, 7 Aug 2004 22:26:00 +0000 (22:26 +0000)]
Added vmwinst and imagehlp to the bootcd
(imagehlp allows openoffice setup to work)

svn path=/trunk/; revision=10414

19 years agoWhen doing a debug boot pass /NOGUIBOOT to disable the
Steven Edwards [Sat, 7 Aug 2004 20:26:41 +0000 (20:26 +0000)]
When doing a debug boot pass /NOGUIBOOT to disable the
splash screen so we can see the /DEBUGPORT=SCREEN
output.

svn path=/trunk/; revision=10413

19 years ago- Faster dependency system.
Filip Navara [Sat, 7 Aug 2004 20:23:33 +0000 (20:23 +0000)]
- Faster dependency system.

svn path=/trunk/; revision=10412

19 years agoTagged certain functions that were exported both under NT and ROS, but not marked...
Alex Ionescu [Sat, 7 Aug 2004 19:13:27 +0000 (19:13 +0000)]
Tagged certain functions that were exported both under NT and ROS, but not marked as un/implemented.

svn path=/trunk/; revision=10411

19 years agoAdded shared RTL functions to appear in ntoskrnl exports (Since they are in fact...
Alex Ionescu [Sat, 7 Aug 2004 06:48:49 +0000 (06:48 +0000)]
Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl)

svn path=/trunk/; revision=10410

19 years agoRenamed /DEBUGPORT=FILELOG to
Steven Edwards [Sat, 7 Aug 2004 03:41:31 +0000 (03:41 +0000)]
Renamed /DEBUGPORT=FILELOG to
/DEBUGPORT=BOOTLOG to be compatbile with Windows.

svn path=/trunk/; revision=10409

19 years ago- Correctly handle ClipCursor(NULL) case.
Filip Navara [Sat, 7 Aug 2004 00:25:10 +0000 (00:25 +0000)]
- Correctly handle ClipCursor(NULL) case.

svn path=/trunk/; revision=10408

19 years agoadded display properties skeleton
Gero Kuehn [Sat, 7 Aug 2004 00:05:23 +0000 (00:05 +0000)]
added display properties skeleton

svn path=/trunk/; revision=10407

19 years ago- Move code from NtCreateSection to MmCreateSection and adjust it.
Filip Navara [Thu, 5 Aug 2004 19:59:13 +0000 (19:59 +0000)]
- Move code from NtCreateSection to MmCreateSection and adjust it.
- Use MmCreateSection instead of NtCreateSection where possible.

svn path=/trunk/; revision=10406

19 years agoFixed Names.
Alex Ionescu [Thu, 5 Aug 2004 19:03:24 +0000 (19:03 +0000)]
Fixed Names.

svn path=/trunk/; revision=10405

19 years agoAdded RTL Stubs, Prototypes and Exports.
Alex Ionescu [Thu, 5 Aug 2004 18:17:37 +0000 (18:17 +0000)]
Added RTL Stubs, Prototypes and Exports.

svn path=/trunk/; revision=10404

19 years agoReport "access denied" errors.
Emanuele Aliberti [Thu, 5 Aug 2004 12:11:49 +0000 (12:11 +0000)]
Report "access denied" errors.

svn path=/trunk/; revision=10403

19 years agoUpdate query thread times.
James Tabor [Thu, 5 Aug 2004 11:38:01 +0000 (11:38 +0000)]
Update query thread times.

svn path=/trunk/; revision=10402

19 years ago- Separate out cluster chain extending functionality from GetNextCluster to GetNextCl...
Filip Navara [Thu, 5 Aug 2004 02:48:18 +0000 (02:48 +0000)]
- Separate out cluster chain extending functionality from GetNextCluster to GetNextClusterExtend.
- Fix a typo in VfatHasFileSystem.

svn path=/trunk/; revision=10401

19 years agoReverted my changes to timers
Thomas Bluemel [Wed, 4 Aug 2004 22:31:17 +0000 (22:31 +0000)]
Reverted my changes to timers

svn path=/trunk/; revision=10400

19 years agofix clean target for new standard makefiles
Martin Fuchs [Wed, 4 Aug 2004 21:42:33 +0000 (21:42 +0000)]
fix clean target for new standard makefiles

svn path=/trunk/; revision=10399

19 years ago notifyhook.dll are not in subsys/system/explore mapp it is in subsys/system/explore...
Magnus Olsen [Wed, 4 Aug 2004 21:36:28 +0000 (21:36 +0000)]
 notifyhook.dll are not in subsys/system/explore mapp it is in  subsys/system/explore/notifyhook/ mapp

I did only corrrect the path so make bootcd works agein

svn path=/trunk/; revision=10397

19 years agoThx to Herv� Poussineau the gcc 3.3.x are working agein
Magnus Olsen [Wed, 4 Aug 2004 19:53:27 +0000 (19:53 +0000)]
Thx to Herv� Poussineau the gcc 3.3.x are working agein
poussine@freesurf.fr

svn path=/trunk/; revision=10396

19 years ago- Remove completion routine for VfatReadDisk. IRPs build with IoBuildSynchronousFsdRe...
Filip Navara [Wed, 4 Aug 2004 19:40:45 +0000 (19:40 +0000)]
- Remove completion routine for VfatReadDisk. IRPs build with IoBuildSynchronousFsdRequest mustn't be freed by IoFreeIrp, because they're still associated with a thread.
- Don't call IoBuildAsynchronousFsdRequest with NULL buffer for read/write requests. It's explicitly prohibited per DDK documentation and causes crashes on Windows (R) NT systems.

svn path=/trunk/; revision=10395

19 years ago- Correct a comment.
Filip Navara [Wed, 4 Aug 2004 18:27:21 +0000 (18:27 +0000)]
- Correct a comment.

svn path=/trunk/; revision=10394

19 years ago- Fix compiling Explorer with precompiled headers.
Filip Navara [Wed, 4 Aug 2004 18:22:41 +0000 (18:22 +0000)]
- Fix compiling Explorer with precompiled headers.

svn path=/trunk/; revision=10393

19 years ago- Don't allow selecting separators in start menu and avoid nasty refreshing when...
Filip Navara [Wed, 4 Aug 2004 18:19:01 +0000 (18:19 +0000)]
- Don't allow selecting separators in start menu and avoid nasty refreshing when moving mouse above the left ReactOS Logo bar.

svn path=/trunk/; revision=10392

19 years agoRegister the LPC Port object object in the system name space.
Emanuele Aliberti [Wed, 4 Aug 2004 12:50:42 +0000 (12:50 +0000)]
Register the LPC Port object object in the system name space.

svn path=/trunk/; revision=10390

19 years agoAdd missing functions to the .def and .edf files and sort existing entries.
Eric Kohl [Wed, 4 Aug 2004 12:11:45 +0000 (12:11 +0000)]
Add missing functions to the .def and .edf files and sort existing entries.

svn path=/trunk/; revision=10389

19 years agoFix Compiler warning with -O2
Alex Ionescu [Wed, 4 Aug 2004 02:36:53 +0000 (02:36 +0000)]
Fix Compiler warning with -O2

svn path=/trunk/; revision=10388

19 years ago- Change -fno-strict-aliasing to -Wno-strict-aliasing for optimized builds.
Filip Navara [Wed, 4 Aug 2004 02:27:07 +0000 (02:27 +0000)]
- Change -fno-strict-aliasing to -Wno-strict-aliasing for optimized builds.

svn path=/trunk/; revision=10387

19 years ago- Fix setting of GDT and IDT pointers in KPCR.
Filip Navara [Wed, 4 Aug 2004 02:24:40 +0000 (02:24 +0000)]
- Fix setting of GDT and IDT pointers in KPCR.

svn path=/trunk/; revision=10386

19 years agoFix Compiler warning with -O2
Alex Ionescu [Wed, 4 Aug 2004 00:45:36 +0000 (00:45 +0000)]
Fix Compiler warning with -O2

svn path=/trunk/; revision=10385

19 years ago- Destroy associated listview when IShellView is destroyed.
Filip Navara [Wed, 4 Aug 2004 00:23:28 +0000 (00:23 +0000)]
- Destroy associated listview when IShellView is destroyed.

svn path=/trunk/; revision=10384

19 years ago- Use NDIS_DbgPrint instead of DbgPrint for NDIS buffer messages.
Filip Navara [Wed, 4 Aug 2004 00:19:11 +0000 (00:19 +0000)]
- Use NDIS_DbgPrint instead of DbgPrint for NDIS buffer messages.

svn path=/trunk/; revision=10383

19 years agoFix Compiler warning with -O2
Alex Ionescu [Wed, 4 Aug 2004 00:18:01 +0000 (00:18 +0000)]
Fix Compiler warning with -O2

svn path=/trunk/; revision=10382

19 years ago- Disable debug messages of floppy driver.
Filip Navara [Wed, 4 Aug 2004 00:17:49 +0000 (00:17 +0000)]
- Disable debug messages of floppy driver.

svn path=/trunk/; revision=10381

19 years ago- Don't print stack frames in NtContinue if NDEBUG is defined.
Filip Navara [Wed, 4 Aug 2004 00:17:14 +0000 (00:17 +0000)]
- Don't print stack frames in NtContinue if NDEBUG is defined.

svn path=/trunk/; revision=10380

19 years agomove doxygen targets into separate scripts
Martin Fuchs [Tue, 3 Aug 2004 20:05:02 +0000 (20:05 +0000)]
move doxygen targets into separate scripts

svn path=/trunk/; revision=10379

19 years agomove doxygen targets to separate scripts
Martin Fuchs [Tue, 3 Aug 2004 20:04:49 +0000 (20:04 +0000)]
move doxygen targets to separate scripts

svn path=/trunk/; revision=10378

19 years agoImplement NtUserEnumDisplaySettings/IntEnumDisplaySettings.
Gregor Anich [Tue, 3 Aug 2004 19:55:58 +0000 (19:55 +0000)]
Implement NtUserEnumDisplaySettings/IntEnumDisplaySettings.

svn path=/trunk/; revision=10377

19 years agoreadd additional non-standard Makefile targets
Martin Fuchs [Tue, 3 Aug 2004 19:53:03 +0000 (19:53 +0000)]
readd additional non-standard Makefile targets

svn path=/trunk/; revision=10376

19 years agoadd .cvsignore files for *.o and *.d
Martin Fuchs [Tue, 3 Aug 2004 19:48:00 +0000 (19:48 +0000)]
add .cvsignore files for *.o and *.d

svn path=/trunk/; revision=10375

19 years agoget version number to display from RES_STR_PRODUCT_VERSION
Martin Fuchs [Tue, 3 Aug 2004 19:43:45 +0000 (19:43 +0000)]
get version number to display from RES_STR_PRODUCT_VERSION

svn path=/trunk/; revision=10374

19 years agoget version number to display from RES_STR_PRODUCT_VERSION
Martin Fuchs [Tue, 3 Aug 2004 19:43:45 +0000 (19:43 +0000)]
get version number to display from RES_STR_PRODUCT_VERSION

svn path=/trunk/; revision=10372

19 years agoAdded Se Stubs, Prototypes and Exports.
Alex Ionescu [Tue, 3 Aug 2004 19:20:39 +0000 (19:20 +0000)]
Added Se Stubs, Prototypes and Exports.

svn path=/trunk/; revision=10370

19 years ago- Execute the implib rule for system applications.
Filip Navara [Tue, 3 Aug 2004 14:50:56 +0000 (14:50 +0000)]
- Execute the implib rule for system applications.

svn path=/trunk/; revision=10369

19 years agoAdd wizard watermark and header bitmaps.
Eric Kohl [Tue, 3 Aug 2004 14:10:49 +0000 (14:10 +0000)]
Add wizard watermark and header bitmaps.

svn path=/trunk/; revision=10368

19 years agoSeAssignSecurity():
Eric Kohl [Tue, 3 Aug 2004 13:58:56 +0000 (13:58 +0000)]
SeAssignSecurity():
- Inherit SACL.
- Make sure SIDs and ACLs are 4 byte aligned.

svn path=/trunk/; revision=10367

19 years ago- Use 'MS Shell Dlg' font in all dialogs.
Eric Kohl [Tue, 3 Aug 2004 13:43:00 +0000 (13:43 +0000)]
- Use 'MS Shell Dlg' font in all dialogs.
- Fix some typos in german dialogs.
- Add locale page dialog.
- Store owner name, owner organization and computer name in the registry.

svn path=/trunk/; revision=10366

19 years agocorrect TARGET_PCH to 'precomp.h'
Martin Fuchs [Mon, 2 Aug 2004 20:55:26 +0000 (20:55 +0000)]
correct TARGET_PCH to 'precomp.h'

svn path=/trunk/; revision=10365

19 years agocontext menus for start menus
Martin Fuchs [Mon, 2 Aug 2004 20:00:56 +0000 (20:00 +0000)]
context menus for start menus

svn path=/trunk/; revision=10364

19 years agocontext menus for qick launch bar
Martin Fuchs [Mon, 2 Aug 2004 19:16:18 +0000 (19:16 +0000)]
context menus for qick launch bar

svn path=/trunk/; revision=10363

19 years ago- Add TARGET_PCH to Explorer makefile.
Filip Navara [Mon, 2 Aug 2004 15:51:23 +0000 (15:51 +0000)]
- Add TARGET_PCH to Explorer makefile.
- Delete only the one used .pch file and not *.pch in helper.mk.

svn path=/trunk/; revision=10362

19 years ago- Use __KeStallExecutionProcessor instead of plain loop in HalCalibratePerformanceCou...
Filip Navara [Mon, 2 Aug 2004 15:09:22 +0000 (15:09 +0000)]
- Use __KeStallExecutionProcessor instead of plain loop in HalCalibratePerformanceCounter since __KeStallExecutionProcessor is safe even for optimized builds.

svn path=/trunk/; revision=10361

19 years agoIf initializing the desktop implementation fails, print "Failed to initialize desktop...
Gregor Anich [Mon, 2 Aug 2004 15:07:26 +0000 (15:07 +0000)]
If initializing the desktop implementation fails, print "Failed to initialize desktop implementation!", not "Failed to initialize window station implementation!"

svn path=/trunk/; revision=10360

19 years ago- Ignore msacm32.spec.def and Makefile.ros.
Filip Navara [Mon, 2 Aug 2004 15:07:09 +0000 (15:07 +0000)]
- Ignore msacm32.spec.def and Makefile.ros.

svn path=/trunk/; revision=10359

19 years ago- Delete ntoskrnl/ps/i386/*.o on "make clean".
Filip Navara [Mon, 2 Aug 2004 15:04:24 +0000 (15:04 +0000)]
- Delete ntoskrnl/ps/i386/*.o on "make clean".
- Standardize Explorer makefile.
- Remove obsolete WINE_MODE and WINE_RC handling from helper.mk.

svn path=/trunk/; revision=10358

19 years ago- Fix building of MidiMap and WaveMap audio drivers.
Filip Navara [Mon, 2 Aug 2004 14:58:59 +0000 (14:58 +0000)]
- Fix building of MidiMap and WaveMap audio drivers.

svn path=/trunk/; revision=10357

19 years agoupdate binres tools and fix renaming bug
Martin Fuchs [Mon, 2 Aug 2004 07:59:38 +0000 (07:59 +0000)]
update binres tools and fix renaming bug

svn path=/trunk/; revision=10356

19 years ago- Remove build generated files from CVS.
Filip Navara [Mon, 2 Aug 2004 03:12:04 +0000 (03:12 +0000)]
- Remove build generated files from CVS.

svn path=/trunk/; revision=10355

19 years ago- Use #include <xxx> for system include files instead of #include "xxx".
Filip Navara [Mon, 2 Aug 2004 03:07:36 +0000 (03:07 +0000)]
- Use #include <xxx> for system include files instead of #include "xxx".

svn path=/trunk/; revision=10354

19 years ago- Remove msvfw32.spec.def as *.spec.def files are generated during the build.
Filip Navara [Mon, 2 Aug 2004 03:04:40 +0000 (03:04 +0000)]
- Remove msvfw32.spec.def as *.spec.def files are generated during the build.

svn path=/trunk/; revision=10353

19 years ago- Remove #include directives surrounded by #ifndef __REACTOS__.
Filip Navara [Mon, 2 Aug 2004 03:03:10 +0000 (03:03 +0000)]
- Remove #include directives surrounded by #ifndef __REACTOS__.

svn path=/trunk/; revision=10352

19 years ago- Remove unused makefiles.
Filip Navara [Mon, 2 Aug 2004 03:01:50 +0000 (03:01 +0000)]
- Remove unused makefiles.

svn path=/trunk/; revision=10351

19 years ago- Get rid of WINE_MODE and WINE_RC usage in makefiles.
Filip Navara [Mon, 2 Aug 2004 02:55:08 +0000 (02:55 +0000)]
- Get rid of WINE_MODE and WINE_RC usage in makefiles.

svn path=/trunk/; revision=10350

19 years ago- Add definition of _tmakepath.
Filip Navara [Mon, 2 Aug 2004 02:52:31 +0000 (02:52 +0000)]
- Add definition of _tmakepath.

svn path=/trunk/; revision=10349

19 years ago- Make sure all build files and directories are properly deleted on "make clean".
Filip Navara [Sun, 1 Aug 2004 23:27:56 +0000 (23:27 +0000)]
- Make sure all build files and directories are properly deleted on "make clean".

svn path=/trunk/; revision=10348

19 years ago- Add *.pch to list of ignored files.
Filip Navara [Sun, 1 Aug 2004 22:02:30 +0000 (22:02 +0000)]
- Add *.pch to list of ignored files.

svn path=/trunk/; revision=10347

19 years ago- Ignore all .ico files.
Filip Navara [Sun, 1 Aug 2004 22:00:33 +0000 (22:00 +0000)]
- Ignore all .ico files.

svn path=/trunk/; revision=10346