Commit Graph

  • 846acbcf70 Added a (C) notice. Art Yerkes 2004-08-08 22:07:06 +00:00
  • 30417399c0 Sync to Wine-20040716 Gé van Geldorp 2004-08-08 21:50:40 +00:00
  • 3ffa79d49a 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. Art Yerkes 2004-08-08 21:40:09 +00:00
  • c953f01971 Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 21:36:20 +00:00
  • 760a5fbb46 Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 21:15:48 +00:00
  • 9811098a69 Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 21:07:12 +00:00
  • 0bc264aea8 Sync to Wine-20040716: Henning Gerhardt <[email protected]> - Translated some English resource files into German. - More German translations. Hajime Segawa <[email protected]> - Added some Japanese translations. Gé van Geldorp 2004-08-08 20:49:55 +00:00
  • d0bf3394ea Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 20:42:47 +00:00
  • 66219a7d31 Sync to Wine-20040716: Uwe Bonnes <[email protected]> - HeapAlloc for WSTR must allocate len* sizeof(WCHARS). Henning Gerhardt <[email protected]> - Translated some English resource files into German. JosT Manuel Ferrer Ortiz <[email protected]> - Added Spanish translation. Hajime Segawa <[email protected]> - Added some Japanese translations. Gé van Geldorp 2004-08-08 20:33:39 +00:00
  • 9fa7984747 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. Alex Ionescu 2004-08-08 20:33:17 +00:00
  • 823ef8a298 Set explicit base address for notifyhook.dll so it won't get relocated Gé van Geldorp 2004-08-08 20:26:43 +00:00
  • 28676c56c8 Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 20:15:06 +00:00
  • 1c0c11dcb3 Sync to Wine-20040716: 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. Gé van Geldorp 2004-08-08 20:04:00 +00:00
  • a4617084d5 Add some property sheet messages Gé van Geldorp 2004-08-08 20:02:57 +00:00
  • 09528fb211 german translation of task manager by Klemens Friedl <[email protected]> Martin Fuchs 2004-08-08 19:16:10 +00:00
  • 4e20a1b256 german translation of welcome.exe by Klemens Friedl <[email protected]> Martin Fuchs 2004-08-08 19:15:57 +00:00
  • 3c977fea43 Fixed warning messages ans set -Werror in make file. James Tabor 2004-08-08 18:46:25 +00:00
  • 32b533c632 Allow alternate SEH construct. Patch by Art Yerkes. Alex Ionescu 2004-08-08 18:26:47 +00:00
  • a2b32fbcd6 serialize gui switching and switching the focus message queue Thomas Bluemel 2004-08-08 17:57:34 +00:00
  • 35b0435a15 Partial merge with wine-code. Solves BZ#230. Executing text-doc from start-Run. Same change sent to wine-patches Jens Collin 2004-08-08 16:04:00 +00:00
  • 82cdbd3a97 notepad takes input filename as parameter %1. Jens Collin 2004-08-08 16:01:07 +00:00
  • 287525992a - Fix section object dereferencing in NtCreateSection. Filip Navara 2004-08-08 10:46:20 +00:00
  • 6ba86d77fa Added advapi32 test for the registry. Steven Edwards 2004-08-07 22:51:27 +00:00
  • a730cae54d Added vmwinst and imagehlp to the bootcd (imagehlp allows openoffice setup to work) Steven Edwards 2004-08-07 22:26:00 +00:00
  • 7fe2c42738 When doing a debug boot pass /NOGUIBOOT to disable the splash screen so we can see the /DEBUGPORT=SCREEN output. Steven Edwards 2004-08-07 20:26:41 +00:00
  • e0449489e5 - Faster dependency system. Filip Navara 2004-08-07 20:23:33 +00:00
  • cd351f4dc9 Tagged certain functions that were exported both under NT and ROS, but not marked as un/implemented. Alex Ionescu 2004-08-07 19:13:27 +00:00
  • 730a1f48e2 Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl) Alex Ionescu 2004-08-07 06:48:49 +00:00
  • 592b1ab19b Renamed /DEBUGPORT=FILELOG to /DEBUGPORT=BOOTLOG to be compatbile with Windows. Steven Edwards 2004-08-07 03:41:31 +00:00
  • 312d818b93 - Correctly handle ClipCursor(NULL) case. Filip Navara 2004-08-07 00:25:10 +00:00
  • 17fbcf5e93 added display properties skeleton Gero Kuehn 2004-08-07 00:05:23 +00:00
  • 956358275c - Move code from NtCreateSection to MmCreateSection and adjust it. - Use MmCreateSection instead of NtCreateSection where possible. Filip Navara 2004-08-05 19:59:13 +00:00
  • 054fcf9a85 Fixed Names. Alex Ionescu 2004-08-05 19:03:24 +00:00
  • 3c1d312107 Added RTL Stubs, Prototypes and Exports. Alex Ionescu 2004-08-05 18:17:37 +00:00
  • 172a11d61b Report "access denied" errors. Emanuele Aliberti 2004-08-05 12:11:49 +00:00
  • b1a51402e2 Update query thread times. James Tabor 2004-08-05 11:38:01 +00:00
  • 68a3b15468 - Separate out cluster chain extending functionality from GetNextCluster to GetNextClusterExtend. - Fix a typo in VfatHasFileSystem. Filip Navara 2004-08-05 02:48:18 +00:00
  • 0004f90a07 Reverted my changes to timers Thomas Bluemel 2004-08-04 22:31:17 +00:00
  • 6f15da7d91 fix clean target for new standard makefiles Martin Fuchs 2004-08-04 21:42:33 +00:00
  • f34c1d586a fix clean target for new standard makefiles Martin Fuchs 2004-08-04 21:42:33 +00:00
  • a3a634bd46 fix clean target for new standard makefiles Martin Fuchs 2004-08-04 21:42:33 +00:00
  • f3f6e3172f notifyhook.dll are not in subsys/system/explore mapp it is in subsys/system/explore/notifyhook/ mapp Magnus Olsen 2004-08-04 21:36:28 +00:00
  • bfa88618a8 Thx to Herv� Poussineau the gcc 3.3.x are working agein [email protected] Magnus Olsen 2004-08-04 19:53:27 +00:00
  • f167814f32 - 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. Filip Navara 2004-08-04 19:40:45 +00:00
  • 8db63af2d6 - Correct a comment. Filip Navara 2004-08-04 18:27:21 +00:00
  • 0bde909135 - Fix compiling Explorer with precompiled headers. Filip Navara 2004-08-04 18:22:41 +00:00
  • c4811617d1 - Don't allow selecting separators in start menu and avoid nasty refreshing when moving mouse above the left ReactOS Logo bar. Filip Navara 2004-08-04 18:19:01 +00:00
  • 6c3634add7 Fix building the lean explorer Steven Edwards 2004-08-04 14:21:52 +00:00
  • bde15621e5 Register the LPC Port object object in the system name space. Emanuele Aliberti 2004-08-04 12:50:42 +00:00
  • 3faddac950 Add missing functions to the .def and .edf files and sort existing entries. Eric Kohl 2004-08-04 12:11:45 +00:00
  • c23f194bf6 Fix Compiler warning with -O2 Alex Ionescu 2004-08-04 02:36:53 +00:00
  • 08f1890738 - Change -fno-strict-aliasing to -Wno-strict-aliasing for optimized builds. Filip Navara 2004-08-04 02:27:07 +00:00
  • f9ee38ed2b - Fix setting of GDT and IDT pointers in KPCR. Filip Navara 2004-08-04 02:24:40 +00:00
  • 47b5abbd99 Fix Compiler warning with -O2 Alex Ionescu 2004-08-04 00:45:36 +00:00
  • 1740e56356 - Destroy associated listview when IShellView is destroyed. Filip Navara 2004-08-04 00:23:28 +00:00
  • a5154371b4 - Use NDIS_DbgPrint instead of DbgPrint for NDIS buffer messages. Filip Navara 2004-08-04 00:19:11 +00:00
  • 2aa9311ef8 Fix Compiler warning with -O2 Alex Ionescu 2004-08-04 00:18:01 +00:00
  • 0cff98313c - Disable debug messages of floppy driver. Filip Navara 2004-08-04 00:17:49 +00:00
  • ba0ae4ebaf - Don't print stack frames in NtContinue if NDEBUG is defined. Filip Navara 2004-08-04 00:17:14 +00:00
  • d9f7a83889 move doxygen targets into separate scripts Martin Fuchs 2004-08-03 20:05:02 +00:00
  • 49c4d2b4f2 move doxygen targets to separate scripts Martin Fuchs 2004-08-03 20:04:49 +00:00
  • 57da2ced76 Implement NtUserEnumDisplaySettings/IntEnumDisplaySettings. Gregor Anich 2004-08-03 19:55:58 +00:00
  • 16904f000e readd additional non-standard Makefile targets Martin Fuchs 2004-08-03 19:53:03 +00:00
  • e092a67cea add .cvsignore files for *.o and *.d Martin Fuchs 2004-08-03 19:48:00 +00:00
  • cdf16e21fe get version number to display from RES_STR_PRODUCT_VERSION Martin Fuchs 2004-08-03 19:43:45 +00:00
  • 08cf5682c3 get version number to display from RES_STR_PRODUCT_VERSION Martin Fuchs 2004-08-03 19:43:45 +00:00
  • 91aa9f2a2a get version number to display from RES_STR_PRODUCT_VERSION Martin Fuchs 2004-08-03 19:43:45 +00:00
  • 22147c5757 get version number to display from RES_STR_PRODUCT_VERSION Martin Fuchs 2004-08-03 19:43:45 +00:00
  • 3010e741cd get version number to display from RES_STR_PRODUCT_VERSION Martin Fuchs 2004-08-03 19:43:45 +00:00
  • c5a9f20753 Added Se Stubs, Prototypes and Exports. Alex Ionescu 2004-08-03 19:20:39 +00:00
  • 01767fb5d8 - Execute the implib rule for system applications. Filip Navara 2004-08-03 14:50:56 +00:00
  • 48ff8c0e48 Add wizard watermark and header bitmaps. Eric Kohl 2004-08-03 14:10:49 +00:00
  • f0d259c7bc SeAssignSecurity(): - Inherit SACL. - Make sure SIDs and ACLs are 4 byte aligned. Eric Kohl 2004-08-03 13:58:56 +00:00
  • 437de0500e - 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. Eric Kohl 2004-08-03 13:43:00 +00:00
  • 62d46e8d85 correct TARGET_PCH to 'precomp.h' Martin Fuchs 2004-08-02 20:55:26 +00:00
  • 932a73bfc2 context menus for start menus Martin Fuchs 2004-08-02 20:00:56 +00:00
  • 62f1a2a671 context menus for qick launch bar Martin Fuchs 2004-08-02 19:16:18 +00:00
  • efb2135435 - Add TARGET_PCH to Explorer makefile. - Delete only the one used .pch file and not *.pch in helper.mk. Filip Navara 2004-08-02 15:51:23 +00:00
  • 3639da0250 - Use __KeStallExecutionProcessor instead of plain loop in HalCalibratePerformanceCounter since __KeStallExecutionProcessor is safe even for optimized builds. Filip Navara 2004-08-02 15:09:22 +00:00
  • 64a312d97d If initializing the desktop implementation fails, print "Failed to initialize desktop implementation!", not "Failed to initialize window station implementation!" Gregor Anich 2004-08-02 15:07:26 +00:00
  • 0eb15adf43 - Ignore msacm32.spec.def and Makefile.ros. Filip Navara 2004-08-02 15:07:09 +00:00
  • 7193e1d360 - Delete ntoskrnl/ps/i386/*.o on "make clean". - Standardize Explorer makefile. - Remove obsolete WINE_MODE and WINE_RC handling from helper.mk. Filip Navara 2004-08-02 15:04:24 +00:00
  • 16ac657bde - Fix building of MidiMap and WaveMap audio drivers. Filip Navara 2004-08-02 14:58:59 +00:00
  • da6bb56348 update binres tools and fix renaming bug Martin Fuchs 2004-08-02 07:59:38 +00:00
  • 5efcf7ad5c - Remove build generated files from CVS. Filip Navara 2004-08-02 03:12:04 +00:00
  • d6ee3ac209 - Use #include <xxx> for system include files instead of #include "xxx". Filip Navara 2004-08-02 03:07:36 +00:00
  • c7dda4d8da - Remove msvfw32.spec.def as *.spec.def files are generated during the build. Filip Navara 2004-08-02 03:04:40 +00:00
  • aa682a95e1 - Remove #include directives surrounded by #ifndef __REACTOS__. Filip Navara 2004-08-02 03:03:10 +00:00
  • b80f0e34e1 - Remove unused makefiles. Filip Navara 2004-08-02 03:01:50 +00:00
  • cb394360c0 - Get rid of WINE_MODE and WINE_RC usage in makefiles. Filip Navara 2004-08-02 02:55:08 +00:00
  • 3c76881837 - Add definition of _tmakepath. Filip Navara 2004-08-02 02:52:31 +00:00
  • 39799e45c9 - Make sure all build files and directories are properly deleted on "make clean". Filip Navara 2004-08-01 23:27:56 +00:00
  • 03578741a9 - Add *.pch to list of ignored files. Filip Navara 2004-08-01 22:02:30 +00:00
  • a0198bed0d - Ignore all .ico files. Filip Navara 2004-08-01 22:00:33 +00:00
  • 4b0c6682d0 - Replace some usages of KEBUGCHECK(0) with correct bug check codes. Filip Navara 2004-08-01 21:57:35 +00:00
  • a9f6cf2b6c - Change all FAT*FindAvailableCluster functions to new functions FAT*FindAndMarkAvailableCluster which have incorporated the setting of EOF marker in the File Allocation Table for the returned cluster. Filip Navara 2004-08-01 21:57:18 +00:00
  • 0f48b872aa correct icon image order Martin Fuchs 2004-08-01 21:23:21 +00:00
  • 009b55a91e insert new ramdisk icon from Klemens Friedl Martin Fuchs 2004-08-01 20:56:59 +00:00
  • f258f3380a fixed popup menu for edit controls Thomas Bluemel 2004-08-01 19:49:21 +00:00
  • ace328553a corrected build error. Jens Collin 2004-08-01 15:56:15 +00:00