Commit graph

29909 commits

Author SHA1 Message Date
Aleksey Bragin 7449ba7de2 - Fix memory corruption, thanks to Alex for reporting.
svn path=/trunk/; revision=32527
2008-02-29 09:43:36 +00:00
Aleksey Bragin 3c8c05443a Samuel Serapion <samcharly@hotmail.com>
- Make the ext2 dbgprint not annoying.

svn path=/trunk/; revision=32526
2008-02-28 14:51:41 +00:00
Hervé Poussineau 36f0da37ea Use a generic .spec file, instead of a .def file per architecture
svn path=/trunk/; revision=32525
2008-02-28 14:13:07 +00:00
Aleksey Bragin a7fe55dbe5 - Fix coding style in some places.
svn path=/trunk/; revision=32524
2008-02-28 14:05:47 +00:00
Aleksey Bragin 01211c8fa1 - Remove duplicates, add STATUS_SUCCESS define (which gets commented out by wmc for now).
- Add STATUS_WAIT_X and STATUS_INSUFFICIENT_RESOURCES codes.

svn path=/trunk/; revision=32523
2008-02-28 13:52:54 +00:00
Aleksey Bragin a49e6640b4 - If BASEDIR env var is set to point to your WDK installation, make msvcX will take it into account, and add additional include directories for WDK headers and libraries for all kernelmode modules.
svn path=/trunk/; revision=32522
2008-02-28 13:35:09 +00:00
Aleksey Bragin 3de0480cae - Fix leaking an entry in some cases during ObpFreeCapturedAttributes call. For more details: http://www.reactos.org/forum/viewtopic.php?t=5311.
svn path=/trunk/; revision=32521
2008-02-28 11:37:14 +00:00
Aleksey Bragin ed6ebdede8 - Bump some Lsa debug messages from FIXME to TRACE, to prevent debug log spamming (their importance is rather low right now).
svn path=/trunk/; revision=32520
2008-02-28 11:10:18 +00:00
Colin Finck 19d6003deb Fix portcls build, broken in r32517, by moving the header inclusion order in "portcls.h" around.
I checked this with MS DDK and its "wdm.h" file also defines no types and depends on a previously included "ntddk.h" by the driver.

svn path=/trunk/; revision=32519
2008-02-27 22:47:56 +00:00
Aleksey Bragin 2fad0ee98f - This bug most probably is solved ages ago, but for testing purposes I enable this message before removing the check. Later could be substituted with an ASSERT.
svn path=/trunk/; revision=32518
2008-02-27 20:54:27 +00:00
Aleksey Bragin 1aaa081b2d - The forgotten declaration.
svn path=/trunk/; revision=32517
2008-02-27 20:50:41 +00:00
Aleksey Bragin 13dff8f1b1 Code cleanup:
- Move NtGlobalFlag declaration to wdm.h (which Emanuele wanted to do since it was committed in revision 1137).
- Remove unneeded declarations added by Filip in revision 9660 and Thomas in revision 14058, they all are in the proper headers already for a long time.

svn path=/trunk/; revision=32516
2008-02-27 20:35:51 +00:00
Aleksey Bragin ce7c9d5844 - Automatically create an entry for ntldr-style booting of ReactOS kernel in freeldr.ini.
- = EXPERIMENTAL, IT WON'T WORK YET, SO DON'T COMPLAIN = -

svn path=/trunk/; revision=32515
2008-02-27 20:13:34 +00:00
Colin Finck 1d57e7d51b The C99 __VA_ARGS__ is also supported under GCC, no reason to add a compiler switch here and use ##args for GCC
svn path=/trunk/; revision=32514
2008-02-27 19:58:48 +00:00
Colin Finck 0e419d44d8 - Remove an unneeded MSVC block in windef.h and indent the definition of the "min" and "max" macros
- Shuffle the header inclusion order in charmap around, so that it compiles warning-free under MSVC (at /W3)

svn path=/trunk/; revision=32513
2008-02-27 14:57:47 +00:00
Christoph von Wittich 2233f3c7cc don't link to ntdll
svn path=/trunk/; revision=32512
2008-02-27 14:27:49 +00:00
Christoph von Wittich 9f846e1db8 revert last change - it is a problem with reactos psdk headers
svn path=/trunk/; revision=32511
2008-02-27 14:15:57 +00:00
Christoph von Wittich 14a4c03189 fix msvc build
svn path=/trunk/; revision=32510
2008-02-27 14:14:16 +00:00
Christoph von Wittich 4dbc9374c3 rc doesn't like \" - use "" instead
svn path=/trunk/; revision=32509
2008-02-27 13:51:10 +00:00
Sylvain Petreolle c969f02a7e include Fr.rc and Nl.rc
svn path=/trunk/; revision=32508
2008-02-27 12:52:07 +00:00
Christoph von Wittich 79c6e213ad fix path to msvc def file
svn path=/trunk/; revision=32507
2008-02-27 12:27:45 +00:00
Christoph von Wittich 420b99bdde fix formatting and msvc build
svn path=/trunk/; revision=32506
2008-02-27 12:27:16 +00:00
Daniel Reimer f60d4ec823 Somehow these got lost in a past sync. Added French and Netherlands Translation to XCopy.
svn path=/trunk/; revision=32505
2008-02-27 12:04:30 +00:00
Daniel Reimer 53c21ea773 Update Winhelp and Wordpad to Wine 0.9.56
svn path=/trunk/; revision=32504
2008-02-27 11:55:59 +00:00
Daniel Reimer f071b75aa2 Bug 3105: Italian resources update by Paolo Devoti - devotip@tiscali.it
Bug 3106: Ukrainian translation update by Artem Reznikov - temarez@yandex.ru

svn path=/trunk/; revision=32503
2008-02-27 11:29:17 +00:00
Daniel Reimer 17a48f69ae Bug 3105: Italian resources update by Paolo Devoti - devotip@tiscali.it
Bug 3106: Ukrainian translation update by Artem Reznikov - temarez@yandex.ru

svn path=/trunk/; revision=32502
2008-02-27 11:28:34 +00:00
Christoph von Wittich 6da06e7853 remove duplicated code
svn path=/trunk/; revision=32501
2008-02-27 10:54:25 +00:00
Christoph von Wittich d49acd34e8 move variable declarations to top
reduce flickering

svn path=/trunk/; revision=32500
2008-02-27 10:53:59 +00:00
Magnus Olsen 8a104be4fc implmented follow callbacks in gdi32
DvpGetVideoPortBandwidth, DvpColorControl, DvpGetVideoSignalStatus, DvpGetVideoPortFlipStatus,  DvpCanCreateVideoPort,  DvpWaitForVideoPortSync,  DvpUpdateVideoPort

svn path=/trunk/; revision=32499
2008-02-27 01:36:56 +00:00
Timo Kreuzer 8000a006f2 fix build, sorry
svn path=/trunk/; revision=32498
2008-02-26 23:25:24 +00:00
Timo Kreuzer c11d265144 Bye, bye, GDIOBJ header! You've served us well, but now the time has come for you to make room for BASEOBJECT.
Also bye, bye, HandleTable parameter. You've never done any reasonable job, so no one will be missing you.

svn path=/trunk/; revision=32497
2008-02-26 23:09:20 +00:00
Gregor Brunmar 314611d68d Implemented IDirect3D9::CheckDeviceType()
svn path=/trunk/; revision=32496
2008-02-26 21:33:04 +00:00
Gregor Brunmar ec108a7c35 Added D3DCAPS8 to d3dhal.h
svn path=/trunk/; revision=32495
2008-02-26 21:18:32 +00:00
Colin Finck 3ad8ee1191 Don't define NDEBUG in the .rbuild file, but before the inclusion of debug.h (like we have it for all ROS components)
svn path=/trunk/; revision=32494
2008-02-26 16:00:00 +00:00
Christoph von Wittich 3c437562b5 some MSVC compat fixes
svn path=/trunk/; revision=32493
2008-02-26 15:23:57 +00:00
Christoph von Wittich 5f67896462 only get the last error code when it is needed
svn path=/trunk/; revision=32492
2008-02-26 14:04:35 +00:00
Christoph von Wittich 271529ea21 fix formatting
svn path=/trunk/; revision=32491
2008-02-26 13:54:12 +00:00
Christoph von Wittich 232221602a don't try to wait on a NULL handle
don't try to close a NULL handle

svn path=/trunk/; revision=32490
2008-02-26 13:48:22 +00:00
Hervé Poussineau 3374624325 Fix indentation, broken in r32487
svn path=/trunk/; revision=32489
2008-02-26 13:39:22 +00:00
Christoph von Wittich 518637c89c fix some format strings
svn path=/trunk/; revision=32488
2008-02-26 13:09:41 +00:00
Christoph von Wittich 1a43baa3d1 fix a possible memory leak
svn path=/trunk/; revision=32487
2008-02-26 12:52:59 +00:00
Dmitry Chapyshev 17a4f40fbe - Update Russian translation
svn path=/trunk/; revision=32486
2008-02-26 05:51:04 +00:00
Timo Kreuzer d8582b6bd2 - add BASEOBJECT to brush, palette, font and region structures- fix debug output
svn path=/trunk/; revision=32485
2008-02-26 01:00:34 +00:00
Magnus Olsen 8779081ea2 implemet follow for the callback interface videoport in gdi32.dll/win32/gdi32/misc/gdientry.c
DvpCreateVideoPort, DvpDestroyVideoPort, DvpFlipVideoPort 
Bugfix : DdGetDriverInfo for the videoport callback interface set the pUserDvdPort->dwFlags right 8not tested in windows yet)
Bugfix : DdQueryDirectDrawObject forget two d3d* callbacks to setup propert to user mode.




svn path=/trunk/; revision=32484
2008-02-25 22:21:33 +00:00
Colin Finck 3b1a6d89ac Don't return if no keyboard or mouse is present. Instead continue detecting the devices.
The returns were replaced by INFO's for debug output. Fireball or hpoussin, please review if this fix is ok or if we need to add some more handling for these cases.

See issue #2790 for more details.

svn path=/trunk/; revision=32483
2008-02-25 21:59:19 +00:00
Colin Finck d31f977a47 - Add Copy & Paste functions for whole characters
- Add an "Edit" menu now that we have some more menu items belonging to this category

svn path=/trunk/; revision=32482
2008-02-25 18:01:06 +00:00
Christoph von Wittich ac53928d2c fix a typo
svn path=/trunk/; revision=32479
2008-02-25 14:25:15 +00:00
Dmitry Chapyshev 28aac8858c - Fix build
svn path=/trunk/; revision=32478
2008-02-25 13:07:51 +00:00
Dmitry Chapyshev 463a09947a - Fix typos
svn path=/trunk/; revision=32477
2008-02-25 12:27:49 +00:00
Daniel Reimer 2dadd4f793 Bug 3093: Bulgarian language update of Vgafonteditor by sstpr@narod.ru
svn path=/trunk/; revision=32476
2008-02-25 10:29:44 +00:00