Commit Graph
17326 Commits
Author SHA1 Message Date
Ged Murphy 80f7d06cfd add new quotes file to /system32/drivers/etc
svn path=/trunk/; revision=18554
2005-10-18 17:07:45 +00:00
Ged Murphy 8cdf4ff3d5 - move quotes out of the rc file and read them from /system32/drivers/etc as per windows.
- clean up code a bit
- exit threads with a return val

svn path=/trunk/; revision=18553
2005-10-18 17:06:36 +00:00
Brandon Turner 5c00cee958 fix errors in "activate". Change activate, window, and msgbox commands from checking for __REACTOS__ to NT4_INTERNAL_COMMAND. they are turned off by default(uncomment line 23 to enable).
svn path=/trunk/; revision=18552
2005-10-18 13:32:32 +00:00
Brandon Turner b8674b8084 remove more __REACTOS__ checks / unused code. I left WIN32_LEAN_AND_MEAN defined at all times. If this causes problems feel free to remove it.
svn path=/trunk/; revision=18551
2005-10-18 12:25:31 +00:00
Royce Mitchell III 547d458153 calc_buffer_display():
eliminate unnecessary copying ( and potential buffer overrun )
eliminate variable naming conflicts

svn path=/trunk/; revision=18550
2005-10-18 04:23:50 +00:00
Royce Mitchell III 67d9667289 msvc6 compilation fixes
fix buffer over(under?)flow in calc_sep()

svn path=/trunk/; revision=18549
2005-10-18 04:15:55 +00:00
Brandon Turner a658088fed remove some more __REACTOS__ checks. We dont need our GetConsoleWindow and it was never used. The size of CMD_LENGTH is the same for both and at some point will not longer be used once we have all dynamic allocations.
svn path=/trunk/; revision=18548
2005-10-18 03:12:49 +00:00
Brandon Turner 287174554b Remove the check for __REACTOS__. FormatMessage works better and is implemented in ros.
svn path=/trunk/; revision=18547
2005-10-18 01:55:20 +00:00
Christoph von Wittich 31154f2d58 set eol-style:native
svn path=/trunk/; revision=18546
2005-10-18 00:01:16 +00:00
Christoph von Wittich 9d731530bd fixed compiling with msvc
svn path=/trunk/; revision=18545
2005-10-18 00:00:27 +00:00
Christoph von Wittich 25886dff5a fix some bugs in regedit
like alloca -> HeapAlloc + HeapFree

svn path=/trunk/; revision=18544
2005-10-17 23:38:24 +00:00
Thomas Bluemel 18d6c8993b fix incorrect usage of alloca and a buffer overflow
svn path=/trunk/; revision=18540
2005-10-17 22:18:14 +00:00
Gé van Geldorp 2c226cd315 Forgot to change comment. Thanks to Royce3 for pointing it out.
svn path=/trunk/; revision=18538
2005-10-17 22:13:44 +00:00
Gé van Geldorp b098d29e8c Patch by hardon. Properly handle 0 timeouts. Fixes bug 857.
svn path=/trunk/; revision=18536
2005-10-17 22:08:07 +00:00
Gé van Geldorp 606c64b199 Everything must come to an end, even the desktop window. Fixes bug 805.
svn path=/trunk/; revision=18534
2005-10-17 21:57:02 +00:00
Magnus Olsen cb9fb3aeb7 New icons from our UI:mf
svn path=/trunk/; revision=18532
2005-10-17 21:47:17 +00:00
Gé van Geldorp cf74899c6f Should have committed this along with r18529
svn path=/trunk/; revision=18531
2005-10-17 21:40:37 +00:00
Magnus Olsen 3d7512b7cd New icons from our UI:mf
svn path=/trunk/; revision=18530
2005-10-17 21:40:38 +00:00
Gé van Geldorp e988d53026 Inform HAL about the switch to graphics mode as late as possible. Fixes bug 880.
svn path=/trunk/; revision=18529
2005-10-17 21:36:23 +00:00
Gunnar Dalsnes 35bd58021f -dont return NULL when realloc to 0 bytes (fixes one kernel32_winetest heap test)
-only allow realloc to new position if GMEM_MOVEABLE is passed (fixed mem)
-only allow realloc to new position if GMEM_MOVEABLE is passed OR mem is not locked (moveable mem)

svn path=/trunk/; revision=18528
2005-10-17 20:11:21 +00:00
Christoph von Wittich 59131bfc00 fixed rc files to compile with rc
svn path=/trunk/; revision=18526
2005-10-17 18:04:11 +00:00
Christoph von Wittich 61a1cafcf4 replaced rc with windres
svn path=/trunk/; revision=18525
2005-10-17 17:30:45 +00:00
Gé van Geldorp 16f6e946c5 First use "ptr", then set it to NULL
svn path=/trunk/; revision=18524
2005-10-17 16:59:31 +00:00
Christoph von Wittich 2960adb14b added missing translations for IDS_NEW_KEY and IDS_NEW_VALUE
svn path=/trunk/; revision=18523
2005-10-17 15:59:23 +00:00
Gé van Geldorp 4f71b06928 Fix installation after latest PnP changes. Fix by hpoussin
svn path=/trunk/; revision=18522
2005-10-17 15:52:50 +00:00
Christoph von Wittich 7d087d74d1 fixed buffer overflow
removed useless LocalUnlock
fixed memory leak

svn path=/trunk/; revision=18521
2005-10-17 15:17:54 +00:00
Christoph von Wittich 643679edee only define DPRINT macro if the compiler can handle __VA_ARGS__
reduces Warnings when compiling with MSVC

svn path=/trunk/; revision=18520
2005-10-17 13:57:40 +00:00
Martin Fuchs 0b5368c660 Fix for Bugzilla entry 904: activated the "not yet implemented" message for now, until SHFindFiles() will be implemented in shell32.dll
svn path=/trunk/; revision=18519
2005-10-17 13:14:04 +00:00
Martin Fuchs 48d2f86ba2 fix for Bugzilla entry 900 by mrnobo1024 at yahoo.com: don't destroy menus when switching between normal and scientific mode
svn path=/trunk/; revision=18518
2005-10-17 12:58:07 +00:00
Christoph von Wittich 5afb16c749 fixed "index out of range"
svn path=/trunk/; revision=18517
2005-10-17 12:44:16 +00:00
Martin Fuchs 47110fba6f fix a few taskbar context menu bugs including Bugzilla entry 720
svn path=/trunk/; revision=18516
2005-10-17 12:41:52 +00:00
Christoph von Wittich d3618b8394 removed HeapFree because of unexpected behaviour
svn path=/trunk/; revision=18515
2005-10-17 12:23:19 +00:00
Martin Fuchs 112bfa79a1 remove some unused special handling code and comments
svn path=/trunk/; revision=18514
2005-10-17 12:07:49 +00:00
Christoph von Wittich b0be32a4c4 fix compile with gcc
now it compiles with gcc && msvc

svn path=/trunk/; revision=18513
2005-10-17 12:04:26 +00:00
Hervé Poussineau 5afbfdd6e1 Add PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
svn path=/trunk/; revision=18512
2005-10-17 12:02:31 +00:00
Christoph von Wittich f9f5eb9f29 added missing HEAP_ZERO_MEMORY
added missing HeapFree

svn path=/trunk/; revision=18511
2005-10-17 11:49:36 +00:00
Christoph von Wittich a1651b5787 fix regedit to compile with MSVC
svn path=/trunk/; revision=18510
2005-10-17 11:10:11 +00:00
Christoph von Wittich da83fe4dcc fix some headers to compile with MSVC
svn path=/trunk/; revision=18509
2005-10-17 11:09:35 +00:00
Martin Fuchs 4d498c7390 - move shortcut comment texts into string resources
- add error handling
- create new "Accessories" folder in programs start menu

svn path=/trunk/; revision=18508
2005-10-17 11:03:30 +00:00
Christoph von Wittich 35113a023e destroy window handles when program terminates
svn path=/trunk/; revision=18507
2005-10-17 09:44:17 +00:00
Hervé Poussineau 39b4f74f8c Fix IoGetDeviceProperty, which should never return STATUS_BUFFER_OVERFLOW, but STATUS_BUFFER_TOO_SMALL
svn path=/trunk/; revision=18506
2005-10-17 08:41:00 +00:00
Christoph von Wittich 703d635153 set eol-style:native
svn path=/trunk/; revision=18505
2005-10-16 23:01:01 +00:00
Christoph von Wittich dc37877edc started implementation of msconfig tool
svn path=/trunk/; revision=18504
2005-10-16 22:59:45 +00:00
Magnus Olsen 5cd92ce1f5 forget add Ja.rc to rundll32.rc
svn path=/trunk/; revision=18503
2005-10-16 18:29:08 +00:00
Magnus Olsen 1474352abe Update directx header and correct more info.
I belive the ddraw.h header are okay now 

svn path=/trunk/; revision=18502
2005-10-16 18:21:20 +00:00
Eric Kohl 07c9ed4a4d Fix typos and remove trailing whitespace.
svn path=/trunk/; revision=18501
2005-10-16 17:11:48 +00:00
Christoph von Wittich 3ad8d81bd4 fixed some typos
svn path=/trunk/; revision=18500
2005-10-16 16:21:59 +00:00
Eric Kohl 2812e11e34 Fix [out, size_is, unique] parameter issues.
svn path=/trunk/; revision=18499
2005-10-16 15:27:38 +00:00
Hartmut Birr ecdd18cbd0 Invalidate the start value if start key doesn't exist.
svn path=/trunk/; revision=18498
2005-10-16 14:24:11 +00:00
Hervé Poussineau 197d4d0964 Sorry, most devices were reinstalled at each boot, as the calculated crc32 for the parent was changing.
Prevent this by using only the parent InstancePath instead of the whole DEVICE_NODE structure

svn path=/trunk/; revision=18497
2005-10-16 14:10:29 +00:00