reactos.git
16 years agofix some names
Timo Kreuzer [Fri, 3 Aug 2007 22:31:55 +0000 (22:31 +0000)]
fix some names

svn path=/trunk/; revision=28149

16 years ago- Define one LANGUAGE, SUBLANG pair per resource file and not per resource.
Colin Finck [Fri, 3 Aug 2007 21:36:53 +0000 (21:36 +0000)]
- Define one LANGUAGE, SUBLANG pair per resource file and not per resource.
  This makes it easier for translators and also fixes a mix-up of languages.
- Move the brazilian translations from pt-PT.rc to a new pt-BR.rc file.
- Remove the "#ifdef LANG_WALON" statement from wa-WA.rc and disable this resource file in rsrc.rc instead like it's done for eo-EO.rc.
  These are WINE-specific LANG defines. We also have them in include/reactos/wine/winnt.h, but this file is not included. It has to be decided later how to handle these languages.

See issue #2523 for more details.

svn path=/trunk/; revision=28148

16 years agoEnable "Deck" menu item.
Eric Kohl [Fri, 3 Aug 2007 18:04:34 +0000 (18:04 +0000)]
Enable "Deck" menu item.

svn path=/trunk/; revision=28146

16 years agobuild sol as unicode
Ged Murphy [Fri, 3 Aug 2007 18:01:04 +0000 (18:01 +0000)]
build sol as unicode

svn path=/trunk/; revision=28145

16 years agodon't rename the executable for make install. This should keep w3seek happy for a...
Ged Murphy [Fri, 3 Aug 2007 17:48:24 +0000 (17:48 +0000)]
don't rename the executable for make install. This should keep w3seek happy for a while :)

svn path=/trunk/; revision=28144

16 years agodon't link to a non existent lib
Ged Murphy [Fri, 3 Aug 2007 17:34:55 +0000 (17:34 +0000)]
don't link to a non existent lib

svn path=/trunk/; revision=28143

16 years agodon't ask everytime the user wants to close the window
Ged Murphy [Fri, 3 Aug 2007 17:25:22 +0000 (17:25 +0000)]
don't ask everytime the user wants to close the window

svn path=/trunk/; revision=28142

16 years agoFix non mingw backend invocations
Hervé Poussineau [Fri, 3 Aug 2007 16:09:09 +0000 (16:09 +0000)]
Fix non mingw backend invocations

svn path=/trunk/; revision=28139

16 years agoCreate resource output directory before calling bin2res
Hervé Poussineau [Fri, 3 Aug 2007 15:33:45 +0000 (15:33 +0000)]
Create resource output directory before calling bin2res

svn path=/trunk/; revision=28138

16 years agoPatch by Frode Lillerud <frode@enkelt.no>
Thomas Bluemel [Fri, 3 Aug 2007 15:14:49 +0000 (15:14 +0000)]
Patch by Frode Lillerud <frode@enkelt.no>
- Basic implementation of logoff.exe
See issue #2509 for more details.

svn path=/trunk/; revision=28137

16 years agoUpdated ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
Colin Finck [Fri, 3 Aug 2007 15:12:08 +0000 (15:12 +0000)]
Updated ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
See issue #2524 for more details.

svn path=/trunk/; revision=28136

16 years agosyssetup.inf really belongs to output directory, not intermediate one
Hervé Poussineau [Fri, 3 Aug 2007 14:33:43 +0000 (14:33 +0000)]
syssetup.inf really belongs to output directory, not intermediate one

svn path=/trunk/; revision=28135

16 years agoExtract resources to intermediate directory
Hervé Poussineau [Fri, 3 Aug 2007 13:51:19 +0000 (13:51 +0000)]
Extract resources to intermediate directory

svn path=/trunk/; revision=28134

16 years agoAdd -O option, to define where are stored extracted resources
Hervé Poussineau [Fri, 3 Aug 2007 13:47:51 +0000 (13:47 +0000)]
Add -O option, to define where are stored extracted resources

svn path=/trunk/; revision=28133

16 years agoTranslate new stuff in German RC File.
Daniel Reimer [Fri, 3 Aug 2007 12:57:12 +0000 (12:57 +0000)]
Translate new stuff in German RC File.

svn path=/trunk/; revision=28132

16 years agoadd language resources
Ged Murphy [Fri, 3 Aug 2007 12:54:41 +0000 (12:54 +0000)]
add language resources

svn path=/trunk/; revision=28131

16 years agoadd a few more card back bitmaps
Ged Murphy [Fri, 3 Aug 2007 12:50:49 +0000 (12:50 +0000)]
add a few more card back bitmaps

svn path=/trunk/; revision=28130

16 years ago- add a dialog to allow users to change the card backs
Ged Murphy [Fri, 3 Aug 2007 12:47:40 +0000 (12:47 +0000)]
- add a dialog to allow users to change the card backs
- highlights a few drawing bugs in ros

svn path=/trunk/; revision=28129

16 years agoAdd missing include directory
Hervé Poussineau [Fri, 3 Aug 2007 12:12:41 +0000 (12:12 +0000)]
Add missing include directory

svn path=/trunk/; revision=28128

16 years agoCheck if the same Monitor ID (= 10 bytes from the EDID, which can be used to uniquely...
Colin Finck [Fri, 3 Aug 2007 12:10:43 +0000 (12:10 +0000)]
Check if the same Monitor ID (= 10 bytes from the EDID, which can be used to uniquely identify a monitor) appears two times and stop the enumeration in this case.

This is needed for some older monitors (1994-1999), which transmit the EDID data according to the VBE/DDC Standard 1.0.
We assumed that the function for reading the EDID fails, when we input higher controller unit numbers, but some older monitors don't care about the controller unit number and always return valid EDID data.
More information is available at: http://www.vesa.org/public/VBE/VBEDDC11.PDF

See issue #2239 for more details.

svn path=/trunk/; revision=28127

16 years agoMove some more autogenerated files to intermediate directory
Hervé Poussineau [Fri, 3 Aug 2007 11:54:33 +0000 (11:54 +0000)]
Move some more autogenerated files to intermediate directory
Remove POSTAUTO hack in Makefile

svn path=/trunk/; revision=28126

16 years agoAdd ROS_ARCH environment variable
Hervé Poussineau [Fri, 3 Aug 2007 11:35:01 +0000 (11:35 +0000)]
Add ROS_ARCH environment variable
Set -r option of rbuild as mandatory

svn path=/trunk/; revision=28124

16 years agoRevert r28121 as it removes an optimization
Thomas Bluemel [Fri, 3 Aug 2007 10:23:19 +0000 (10:23 +0000)]
Revert r28121 as it removes an optimization

svn path=/trunk/; revision=28122

16 years agoImprove calculation of new buffer size
Thomas Bluemel [Fri, 3 Aug 2007 10:21:59 +0000 (10:21 +0000)]
Improve calculation of new buffer size

svn path=/trunk/; revision=28121

16 years agoFix buffer overflow
Thomas Bluemel [Fri, 3 Aug 2007 10:12:25 +0000 (10:12 +0000)]
Fix buffer overflow
See issue #2516 for more details.

svn path=/trunk/; revision=28120

16 years agoCreate directory before rbuild tries to access it
Hervé Poussineau [Fri, 3 Aug 2007 10:12:03 +0000 (10:12 +0000)]
Create directory before rbuild tries to access it

svn path=/trunk/; revision=28119

16 years agoAutogenerate syssetup.inf file in intermediate directory
Hervé Poussineau [Fri, 3 Aug 2007 09:41:42 +0000 (09:41 +0000)]
Autogenerate syssetup.inf file in intermediate directory

svn path=/trunk/; revision=28118

16 years agoCreate the invisible SAS window even in setup mode
Hervé Poussineau [Fri, 3 Aug 2007 09:28:01 +0000 (09:28 +0000)]
Create the invisible SAS window even in setup mode
Explicitly reboot at the end of 2nd stage
See issue #2431 for more details.

svn path=/trunk/; revision=28116

16 years agoRemove GetClassLong hack for GCL_MENUNAME, this is no longer needed
Thomas Bluemel [Fri, 3 Aug 2007 08:19:47 +0000 (08:19 +0000)]
Remove GetClassLong hack for GCL_MENUNAME, this is no longer needed

svn path=/trunk/; revision=28115

16 years agoPatch by Carlo Bramix <carlo.bramix@libero.it>
Thomas Bluemel [Fri, 3 Aug 2007 07:35:39 +0000 (07:35 +0000)]
Patch by Carlo Bramix <carlo.bramix@libero.it>
- Get rid of some code duplication
See issue #2517 for more details.

svn path=/trunk/; revision=28114

16 years agoactivate the properties option in the menu, also make it bold
Ged Murphy [Thu, 2 Aug 2007 23:31:32 +0000 (23:31 +0000)]
activate the properties option in the menu, also make it bold
See issue #2522 for more details.

svn path=/trunk/; revision=28113

16 years ago0x124a is NtUserValidateTimerCallback, thanks jimtabor for finding this out.
Timo Kreuzer [Thu, 2 Aug 2007 23:29:43 +0000 (23:29 +0000)]
0x124a is NtUserValidateTimerCallback, thanks jimtabor for finding this out.

svn path=/trunk/; revision=28112

16 years agosmall bugfix: don't zero terminate the szCSDVersion sting beyond the buffer.
Timo Kreuzer [Thu, 2 Aug 2007 22:23:27 +0000 (22:23 +0000)]
small bugfix: don't zero terminate the szCSDVersion sting beyond the buffer.

svn path=/trunk/; revision=28111

16 years agoNtGdiGetSetBitmapBits:
Timo Kreuzer [Thu, 2 Aug 2007 22:14:32 +0000 (22:14 +0000)]
NtGdiGetSetBitmapBits:
- use SEH and probe the user mode buffers
- SetLastWin32Error on invalid handle
- move the copying to IntGetSetBitmapBits
- only use IntGetSetBitmapBits from inside win32k
- move NtGdiGetBitmapBits to bitmap.c
- allow copying a number of bytes not matching one entire line, like on windows
I think that was all changes.

svn path=/trunk/; revision=28110

16 years agoAdd NtGdiTransformPoints stub.
James Tabor [Thu, 2 Aug 2007 22:02:23 +0000 (22:02 +0000)]
Add NtGdiTransformPoints stub.

svn path=/trunk/; revision=28109

16 years agoremove NtGdiArc, NtGdiArcTo and NtGdiChord from ntgdibad.h
Timo Kreuzer [Thu, 2 Aug 2007 21:50:05 +0000 (21:50 +0000)]
remove NtGdiArc, NtGdiArcTo and NtGdiChord from ntgdibad.h

svn path=/trunk/; revision=28107

16 years agoan API test kit + win32k native API test app.
Timo Kreuzer [Thu, 2 Aug 2007 21:42:37 +0000 (21:42 +0000)]
an API test kit + win32k native API test app.
It does syscalls on ros by linking to w32kdll.dll
On windows it uses syscall tables (only winxp sp2 available atm)

svn path=/trunk/; revision=28106

16 years agoSupport "root" attribute in <directory> elements
Hervé Poussineau [Thu, 2 Aug 2007 14:14:19 +0000 (14:14 +0000)]
Support "root" attribute in <directory> elements

svn path=/trunk/; revision=28102

16 years agoAdd keyboard layouts again that were removed in r27723
Thomas Bluemel [Thu, 2 Aug 2007 10:26:52 +0000 (10:26 +0000)]
Add keyboard layouts again that were removed in r27723

svn path=/trunk/; revision=28099

16 years agoRemove cmd_test for now...
Thomas Bluemel [Thu, 2 Aug 2007 07:39:55 +0000 (07:39 +0000)]
Remove cmd_test for now...

svn path=/trunk/; revision=28097

16 years agoFix compiling rostests
Thomas Bluemel [Thu, 2 Aug 2007 06:59:36 +0000 (06:59 +0000)]
Fix compiling rostests

svn path=/trunk/; revision=28096

16 years agoInclude stddef.h for ptrdiff_t
Thomas Bluemel [Thu, 2 Aug 2007 04:19:52 +0000 (04:19 +0000)]
Include stddef.h for ptrdiff_t

svn path=/trunk/; revision=28095

16 years agoFix buffer overflow in InfpAddSection.
Thomas Bluemel [Thu, 2 Aug 2007 04:09:19 +0000 (04:09 +0000)]
Fix buffer overflow in InfpAddSection.
See issue #2516 for more details.

svn path=/trunk/; revision=28094

16 years agofix a crash
Christoph von Wittich [Thu, 2 Aug 2007 03:08:17 +0000 (03:08 +0000)]
fix a crash

svn path=/trunk/; revision=28093

16 years agofix null pointer check
Christoph von Wittich [Thu, 2 Aug 2007 01:45:02 +0000 (01:45 +0000)]
fix null pointer check

svn path=/trunk/; revision=28092

16 years agoremove NtGdiArc, NtGdiArcTo and NtGdiChord from win32k, they are not used any longer.
Timo Kreuzer [Thu, 2 Aug 2007 01:44:59 +0000 (01:44 +0000)]
remove NtGdiArc, NtGdiArcTo and NtGdiChord from win32k, they are not used any longer.

svn path=/trunk/; revision=28091

16 years agofix another memory leak
Christoph von Wittich [Thu, 2 Aug 2007 01:13:28 +0000 (01:13 +0000)]
fix another memory leak

svn path=/trunk/; revision=28090

16 years agoupdate ntgdibad.h
Timo Kreuzer [Thu, 2 Aug 2007 00:25:02 +0000 (00:25 +0000)]
update ntgdibad.h

svn path=/trunk/; revision=28089

16 years agorename NtGdiSetDCState to IntGdiSetDCState
Timo Kreuzer [Thu, 2 Aug 2007 00:23:48 +0000 (00:23 +0000)]
rename NtGdiSetDCState to IntGdiSetDCState

svn path=/trunk/; revision=28088

16 years agorename NtGdiSetHookFlags into IntGdiSetHookFlags
Timo Kreuzer [Thu, 2 Aug 2007 00:16:31 +0000 (00:16 +0000)]
rename NtGdiSetHookFlags into IntGdiSetHookFlags

svn path=/trunk/; revision=28087

16 years agorename NtGdiGetDCState to IntGdiGetDCState
Timo Kreuzer [Thu, 2 Aug 2007 00:10:15 +0000 (00:10 +0000)]
rename NtGdiGetDCState to IntGdiGetDCState

svn path=/trunk/; revision=28086

16 years agofix a memory leak
Christoph von Wittich [Wed, 1 Aug 2007 22:50:58 +0000 (22:50 +0000)]
fix a memory leak

svn path=/trunk/; revision=28085

16 years agofix a memory leak
Christoph von Wittich [Wed, 1 Aug 2007 22:41:35 +0000 (22:41 +0000)]
fix a memory leak

svn path=/trunk/; revision=28084

16 years agodon't double free hFile
Christoph von Wittich [Wed, 1 Aug 2007 22:04:04 +0000 (22:04 +0000)]
don't double free hFile
See issue #2499 for more details.

svn path=/trunk/; revision=28083

16 years agoSpecial handling for some fake dos devices
Thomas Bluemel [Wed, 1 Aug 2007 19:50:28 +0000 (19:50 +0000)]
Special handling for some fake dos devices

svn path=/trunk/; revision=28081

16 years agoMove meta code from painting to arc. Including the new Pie function with ifed out.
James Tabor [Wed, 1 Aug 2007 19:26:55 +0000 (19:26 +0000)]
Move meta code from painting to arc. Including the new Pie function with ifed out.

svn path=/trunk/; revision=28079

16 years agoDon't output "file not found" messages in recursive searches
Thomas Bluemel [Wed, 1 Aug 2007 18:55:47 +0000 (18:55 +0000)]
Don't output "file not found" messages in recursive searches

svn path=/trunk/; revision=28078

16 years agoFix displaying the free space on the volume
Thomas Bluemel [Wed, 1 Aug 2007 18:36:23 +0000 (18:36 +0000)]
Fix displaying the free space on the volume

svn path=/trunk/; revision=28077

16 years agoImprove output of directory summaries
Thomas Bluemel [Wed, 1 Aug 2007 18:18:26 +0000 (18:18 +0000)]
Improve output of directory summaries

svn path=/trunk/; revision=28076

16 years ago- Correctly detect volume changes when querying in multiple directories
Thomas Bluemel [Wed, 1 Aug 2007 17:48:08 +0000 (17:48 +0000)]
- Correctly detect volume changes when querying in multiple directories
- "dir directory" displays the contents of a directory

svn path=/trunk/; revision=28075

16 years agoSimplify and fix code by using GetFullPathName and GetVolumePathName instead of re...
Thomas Bluemel [Wed, 1 Aug 2007 16:20:16 +0000 (16:20 +0000)]
Simplify and fix code by using GetFullPathName and GetVolumePathName instead of re-inventing the wheel once again.
See issue #2041 for more details.

svn path=/trunk/; revision=28074

16 years agoFix a memory leak in the dir command
Thomas Bluemel [Wed, 1 Aug 2007 14:32:57 +0000 (14:32 +0000)]
Fix a memory leak in the dir command

svn path=/trunk/; revision=28073

16 years agoFix buffer overflow bug in mkdir command
Thomas Bluemel [Wed, 1 Aug 2007 13:34:48 +0000 (13:34 +0000)]
Fix buffer overflow bug in mkdir command
See issue #2499 for more details.

svn path=/trunk/; revision=28072

16 years agoRemove debug statements I accidently committed
Thomas Bluemel [Wed, 1 Aug 2007 13:27:16 +0000 (13:27 +0000)]
Remove debug statements I accidently committed

svn path=/trunk/; revision=28071

16 years ago- Detect memory leaks when cmd exits
Thomas Bluemel [Wed, 1 Aug 2007 12:34:49 +0000 (12:34 +0000)]
- Detect memory leaks when cmd exits
- Use _tmain

svn path=/trunk/; revision=28070

16 years agoimplement Arc, ArcTo, Chord, calling NtGdiArcInternal
Timo Kreuzer [Wed, 1 Aug 2007 12:34:38 +0000 (12:34 +0000)]
implement Arc, ArcTo, Chord, calling NtGdiArcInternal

svn path=/trunk/; revision=28069

16 years agoCompile memory heap corruption detection code with _DEBUG_MEM and define it by defaul...
Thomas Bluemel [Wed, 1 Aug 2007 12:04:49 +0000 (12:04 +0000)]
Compile memory heap corruption detection code with _DEBUG_MEM and define it by default (for now)

svn path=/trunk/; revision=28068

16 years agoImprove debug message
Thomas Bluemel [Wed, 1 Aug 2007 10:41:22 +0000 (10:41 +0000)]
Improve debug message

svn path=/trunk/; revision=28067

16 years agoAllocate correct amount of memory.
Thomas Bluemel [Wed, 1 Aug 2007 10:39:49 +0000 (10:39 +0000)]
Allocate correct amount of memory.
See issue #2499 for more details.

svn path=/trunk/; revision=28066

16 years ago- Add code to detect buffer overflows and buffer underflows on memory operations...
Thomas Bluemel [Wed, 1 Aug 2007 10:17:13 +0000 (10:17 +0000)]
- Add code to detect buffer overflows and buffer underflows on memory operations. This code is only enabled if _DEBUG is defined.
- Change all calls to malloc, realloc and free to cmd_alloc, cmd_realloc and cmd_free

svn path=/trunk/; revision=28065

16 years ago- update cards.dll to use GPL cards which don't resemble the Windows counterparts
Ged Murphy [Wed, 1 Aug 2007 09:30:28 +0000 (09:30 +0000)]
- update cards.dll to use GPL cards which don't resemble the Windows counterparts
- cards taken from http://sourceforge.net/projects/macsolitairex

svn path=/trunk/; revision=28064

16 years agoImplement ExtEscape, MaskBlt, PlgBlt, wich were linked to the Nt functions before...
Timo Kreuzer [Wed, 1 Aug 2007 02:07:15 +0000 (02:07 +0000)]
Implement ExtEscape, MaskBlt, PlgBlt, wich were linked to the Nt functions before. But those have a different parameter count. Fixes compilation.

svn path=/trunk/; revision=28063

16 years agoNtGdiMaskBlt has 13 params not 12
Timo Kreuzer [Wed, 1 Aug 2007 02:05:24 +0000 (02:05 +0000)]
NtGdiMaskBlt has 13 params not 12
NtGdiPlgBlt has 11 params not 10
NtGdiSetPixelFormat has 2 params not 3

svn path=/trunk/; revision=28062

16 years agofix parameter count for NtGdiExtEscape in w32ksvc.db (8 parameters not 6)
Timo Kreuzer [Wed, 1 Aug 2007 00:57:17 +0000 (00:57 +0000)]
fix parameter count for NtGdiExtEscape in w32ksvc.db (8 parameters not 6)

svn path=/trunk/; revision=28061

16 years agofix nci tool to only generate one stub file for our win32ksys lib to silence the...
Timo Kreuzer [Tue, 31 Jul 2007 23:00:31 +0000 (23:00 +0000)]
fix nci tool to only generate one stub file for our win32ksys lib to silence the warning. Fix some comments.

svn path=/trunk/; revision=28060

16 years agoconvert timedate.cpl to unicode
Ged Murphy [Tue, 31 Jul 2007 22:17:07 +0000 (22:17 +0000)]
convert timedate.cpl to unicode

svn path=/trunk/; revision=28059

16 years agorevers guiconsole.c changes that was mistake committed in r28057
Magnus Olsen [Tue, 31 Jul 2007 21:41:15 +0000 (21:41 +0000)]
revers guiconsole.c changes that was mistake committed in r28057

svn path=/trunk/; revision=28058

16 years agoadding win32ksys the syscall lib for win32k
Magnus Olsen [Tue, 31 Jul 2007 21:38:52 +0000 (21:38 +0000)]
adding win32ksys the syscall lib for win32k
waring
type make clean,
delete makefile.auto
make clean does not delete the gdi32/misc/i386 delete that folder and need delete it u self
make clean does not delete the user32/misc/i386 delete that folder and need delete it u self

svn path=/trunk/; revision=28057

16 years ago- don't write more bytes to the reg key than is required. fixes bug 2402
Ged Murphy [Tue, 31 Jul 2007 21:17:57 +0000 (21:17 +0000)]
- don't write more bytes to the reg key than is required. fixes bug 2402
- use unicode explicitly
See issue #2402 for more details.

svn path=/trunk/; revision=28056

16 years agouser32 cleanup lite
Magnus Olsen [Tue, 31 Jul 2007 20:22:13 +0000 (20:22 +0000)]
user32 cleanup lite
redirect the InvalidateRect@12 to NtUserInvalidateRect@12 in the def file

nci tools changes (done of timo and me)
frist part moving the w32ksvc.db and sysfuncs.lst where they belong

svn path=/trunk/; revision=28055

16 years agoAdd NtGdiCreate-DeleteClientObj to win32k. This is used for Metafile not EnhMeta.
James Tabor [Tue, 31 Jul 2007 07:06:06 +0000 (07:06 +0000)]
Add NtGdiCreate-DeleteClientObj to win32k. This is used for Metafile not EnhMeta.

svn path=/trunk/; revision=28054

16 years agoRemove NtGdiGdiGet-SetBatchLimit.
James Tabor [Tue, 31 Jul 2007 04:41:24 +0000 (04:41 +0000)]
Remove NtGdiGdiGet-SetBatchLimit.

svn path=/trunk/; revision=28053

16 years agodon't allow renaming of root keys
Christoph von Wittich [Mon, 30 Jul 2007 23:27:52 +0000 (23:27 +0000)]
don't allow renaming of root keys
See issue #2508 for more details.

svn path=/trunk/; revision=28052

16 years agoadd a NULL pointer check
Christoph von Wittich [Mon, 30 Jul 2007 21:04:38 +0000 (21:04 +0000)]
add a NULL pointer check
See issue #2508 for more details.

svn path=/trunk/; revision=28050

16 years agoNorwegian translation for msgina and mmc path by Frode Lillerud (frode at enkelt...
Christoph von Wittich [Mon, 30 Jul 2007 18:28:55 +0000 (18:28 +0000)]
Norwegian translation for msgina and mmc path by Frode Lillerud (frode at enkelt dot no)
See issue #2507 for more details.

svn path=/trunk/; revision=28049

16 years agoRevert w3seek's changes from r27978, mkhive segfaults with them on 64-bit systems
Colin Finck [Mon, 30 Jul 2007 16:02:00 +0000 (16:02 +0000)]
Revert w3seek's changes from r27978, mkhive segfaults with them on 64-bit systems

svn path=/trunk/; revision=28047

16 years agoOnly return valid values from WM_NOTIFYFORMAT with NF_QUERY in DefWindowProc
Thomas Bluemel [Mon, 30 Jul 2007 15:16:15 +0000 (15:16 +0000)]
Only return valid values from WM_NOTIFYFORMAT with NF_QUERY in DefWindowProc

svn path=/trunk/; revision=28046

16 years ago- implement NtUserHideCaret, make NtUserShowCaret prototype match XP ones.
Timo Kreuzer [Mon, 30 Jul 2007 15:08:14 +0000 (15:08 +0000)]
- implement NtUserHideCaret, make NtUserShowCaret prototype match XP ones.
- update w32ksvc.db
- update ntuser.h
- remove implementations of ShowCaret and HideCaret from user32, redirectexports to nt functions
- add macros for ShowCaret / HideCaret to user32p.h to resolve user32 internal references

svn path=/trunk/; revision=28045

16 years agoRemove ExportDriver concept.
Hervé Poussineau [Mon, 30 Jul 2007 13:18:35 +0000 (13:18 +0000)]
Remove ExportDriver concept.
If you want a driver which exports some functions, simply set it as kernelmodedriver and add a .def file

svn path=/trunk/; revision=28043

16 years agoMake output of "vol" command (more) compatible with windows (Bug 2255) from Coviti...
Daniel Reimer [Mon, 30 Jul 2007 13:16:42 +0000 (13:16 +0000)]
Make output of "vol" command (more) compatible with windows (Bug 2255) from Coviti (coviti {at} gmail {dot} com)

svn path=/trunk/; revision=28042

16 years agoremove the 'enterprise' text, I don't think we're worthy of it just yet.
Ged Murphy [Mon, 30 Jul 2007 10:17:20 +0000 (10:17 +0000)]
remove the 'enterprise' text, I don't think we're worthy of it just yet.

svn path=/trunk/; revision=28040

16 years agoAdd a Logon screensaver similar to the one of Windows developed by Marc Piulachs...
Colin Finck [Mon, 30 Jul 2007 09:36:32 +0000 (09:36 +0000)]
Add a Logon screensaver similar to the one of Windows developed by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
I modified the code, so the screensaver is listed as "Logon ScreenSaver" instead of "Default ScreenSaver"

I also added the other screensavers we have to the Boot-CD.
Some of them highlight some bugs in ReactOS, when you try to use them.
See issue #2505 for more details.

svn path=/trunk/; revision=28038

16 years agofix broken condition in CallWindowProc
Christoph von Wittich [Mon, 30 Jul 2007 08:44:52 +0000 (08:44 +0000)]
fix broken condition in CallWindowProc

svn path=/trunk/; revision=28037

16 years agouse NtUserInvalidateRect and NtUserInvalidateRgn in user32. Should be redirected...
Timo Kreuzer [Mon, 30 Jul 2007 04:03:00 +0000 (04:03 +0000)]
use NtUserInvalidateRect and NtUserInvalidateRgn in user32. Should be redirected directly in.def file, but it breaks a lot of references, so currently only calling it.

svn path=/trunk/; revision=28036

16 years agoadd NtUserInvalidateRect and NtUserInvalidateRgn to w32ksvc.db
Timo Kreuzer [Mon, 30 Jul 2007 03:42:40 +0000 (03:42 +0000)]
add NtUserInvalidateRect and NtUserInvalidateRgn to w32ksvc.db

svn path=/trunk/; revision=28035

16 years agoadd NtUserInvalidateRect and NtUserInvalidateRgn
Timo Kreuzer [Mon, 30 Jul 2007 03:41:48 +0000 (03:41 +0000)]
add NtUserInvalidateRect and NtUserInvalidateRgn

svn path=/trunk/; revision=28034

16 years agoimplement NtUserInvalidateRect and NtUserInvalidateRgn
Timo Kreuzer [Mon, 30 Jul 2007 03:30:55 +0000 (03:30 +0000)]
implement NtUserInvalidateRect and NtUserInvalidateRgn

svn path=/trunk/; revision=28033

16 years agosimplify VIS_ComputeVisibleRegion
Timo Kreuzer [Mon, 30 Jul 2007 02:49:11 +0000 (02:49 +0000)]
simplify VIS_ComputeVisibleRegion

svn path=/trunk/; revision=28032

16 years agofix a DPRINT
Timo Kreuzer [Mon, 30 Jul 2007 02:29:52 +0000 (02:29 +0000)]
fix a DPRINT

svn path=/trunk/; revision=28031

16 years agoupdate ntgdibad.h
Timo Kreuzer [Mon, 30 Jul 2007 02:24:48 +0000 (02:24 +0000)]
update ntgdibad.h

svn path=/trunk/; revision=28030