reactos.git
20 years agoMinor cleanup.
Eric Kohl [Sun, 22 Feb 2004 14:26:07 +0000 (14:26 +0000)]
Minor cleanup.
Implement RegRestoreKeyW().

svn path=/trunk/; revision=8311

20 years agominor fix
Thomas Bluemel [Sun, 22 Feb 2004 14:09:51 +0000 (14:09 +0000)]
minor fix

svn path=/trunk/; revision=8310

20 years agodisplay 'not yet implemented' messages for printers, network and RAS; disable address...
Martin Fuchs [Sun, 22 Feb 2004 12:26:06 +0000 (12:26 +0000)]
display 'not yet implemented' messages for printers, network and RAS; disable address&command bar

svn path=/trunk/; revision=8306

20 years ago- Modifed DceUpdateVisRgn to correctly handle situations when DceGetVisRgn returns...
Filip Navara [Sun, 22 Feb 2004 12:25:35 +0000 (12:25 +0000)]
- Modifed DceUpdateVisRgn to correctly handle situations when DceGetVisRgn returns NULL.
- Fixed the alternative version of VIS_ComputeVisibleRegion and made it the one and only, because it's smaller and faster than the original one.

svn path=/trunk/; revision=8305

20 years ago- Don't call IntSendMessage in MsqTranslateMouseMessage with uninitialized variable...
Filip Navara [Sun, 22 Feb 2004 12:25:02 +0000 (12:25 +0000)]
- Don't call IntSendMessage in MsqTranslateMouseMessage with uninitialized variable as window handle.

svn path=/trunk/; revision=8304

20 years agodisable stubs for SHFindFiles() and SHFindComputer()
Martin Fuchs [Sun, 22 Feb 2004 12:18:58 +0000 (12:18 +0000)]
disable stubs for SHFindFiles() and SHFindComputer()

svn path=/trunk/; revision=8303

20 years agominor cleanup
Thomas Bluemel [Sun, 22 Feb 2004 12:06:43 +0000 (12:06 +0000)]
minor cleanup

svn path=/trunk/; revision=8301

20 years ago- handle case, when having problems to open image file
Martin Fuchs [Sun, 22 Feb 2004 10:20:30 +0000 (10:20 +0000)]
- handle case, when having problems to open image file
- disable FAT-button since it's not yet ready

svn path=/trunk/; revision=8299

20 years ago2004-02-22 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 22 Feb 2004 09:59:17 +0000 (09:59 +0000)]
2004-02-22  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* config (REGRESSIONTESTS): Add.
* rules.mak (REGTESTS_PATH_INC): Add.
* drivers/net/tcpip/makefile: Support regression tests.
* drivers/net/tcpip/tcpip/main.c: Prepare regression tests.
* hal/halx86/Makefile: Rename TARGET_LIBPATH to TARGET_IMPLIBPATH.
* regtests/kmregtests/driver.c (KMRegTestsRegister): Add.
(KMRegTestsRun): Move call to InitializeTests() and RegisterTests() to
DriverEntry().
(KMRegTestsDispatch): Support IOCTL_KMREGTESTS_REGISTER.
* regtests/kmregtests/kmregtests.h (IOCTL_KMREGTESTS_REGISTER): Define.
* tools/config.mk: Define REGTESTS if REGRESSIONTESTS = 1.
* tools/helper.mk: Support module private regression tests.
(TARGET_LIBPATH): Rename to TARGET_IMPLIBPATH.
(TARGET_LIBPATH, TARGET_REGTESTS): Add.
* tools/mkconfig.c: Support REGTESTS.
* tools/regtests.c (umstubfile, kmstubfile): Add.
(is_file_changed, write_file_if_changed): Add.
(KMSTUB): Add.
(HELP): Mention -u and -k switches.
(main): Parse -u and -k switches.
* drivers/net/tcpip/tests: New directory.
* drivers/net/tcpip/tests/.cvsignore: New file.
* drivers/net/tcpip/tests/Makefile: Makefile.
* drivers/net/tcpip/tests/tests: New directory.
* drivers/net/tcpip/tests/tests/.cvsignore: New file.

svn path=/trunk/; revision=8298

20 years ago- Unified indenting style in NtGdiExtTextOut and implemented support for right and...
Filip Navara [Sun, 22 Feb 2004 08:35:21 +0000 (08:35 +0000)]
- Unified indenting style in NtGdiExtTextOut and implemented support for right and centered text alignment.
- Don't render glyphs in TextIntGetTextExtentPoint.

svn path=/trunk/; revision=8297

20 years ago- Fixed deadlock in IntFindWindowToRepaint.
Filip Navara [Sat, 21 Feb 2004 23:30:18 +0000 (23:30 +0000)]
- Fixed deadlock in IntFindWindowToRepaint.

svn path=/trunk/; revision=8296

20 years ago- Fixed releasing of window object in IntValidateParent and NtUserRedrawWindow. Spott...
Filip Navara [Sat, 21 Feb 2004 22:22:26 +0000 (22:22 +0000)]
- Fixed releasing of window object in IntValidateParent and NtUserRedrawWindow. Spotted by Thomas Weidenmuller.
- Fixed potencial deadlock in IntPaintWindows. Spotted by Thomas Weidenmuller.

svn path=/trunk/; revision=8295

20 years ago- Minor correction of NtGdiExtTextOut.
Filip Navara [Sat, 21 Feb 2004 21:15:22 +0000 (21:15 +0000)]
- Minor correction of NtGdiExtTextOut.

svn path=/trunk/; revision=8294

20 years ago- Moved code from NtGdiTextOut to NtGdiExtTextOut and added basic support for ETO_OPA...
Filip Navara [Sat, 21 Feb 2004 20:26:54 +0000 (20:26 +0000)]
- Moved code from NtGdiTextOut to NtGdiExtTextOut and added basic support for ETO_OPAQUE flag.

svn path=/trunk/; revision=8293

20 years agoNull terminator fixes
Jason Filby [Sat, 21 Feb 2004 16:36:02 +0000 (16:36 +0000)]
Null terminator fixes

svn path=/trunk/; revision=8292

20 years agoKERNEL_VERSION_BUILD_RC added in buildno.h.
Emanuele Aliberti [Sat, 21 Feb 2004 15:34:51 +0000 (15:34 +0000)]
KERNEL_VERSION_BUILD_RC added in buildno.h.

svn path=/trunk/; revision=8291

20 years ago- Fixed my use of IntIsWindowVisible, it takes HWND as parameter and not PWINDOW_OBJECT.
Filip Navara [Sat, 21 Feb 2004 14:00:30 +0000 (14:00 +0000)]
- Fixed my use of IntIsWindowVisible, it takes HWND as parameter and not PWINDOW_OBJECT.

svn path=/trunk/; revision=8290

20 years ago- Minor correction (again)
Filip Navara [Sat, 21 Feb 2004 13:57:31 +0000 (13:57 +0000)]
- Minor correction (again)

svn path=/trunk/; revision=8289

20 years agoCVS maintenance
Filip Navara [Sat, 21 Feb 2004 13:56:36 +0000 (13:56 +0000)]
CVS maintenance

svn path=/trunk/; revision=8288

20 years ago- Minor correction
Filip Navara [Sat, 21 Feb 2004 13:51:13 +0000 (13:51 +0000)]
- Minor correction

svn path=/trunk/; revision=8287

20 years agoFix double release of fast mutex
Gé van Geldorp [Sat, 21 Feb 2004 13:37:26 +0000 (13:37 +0000)]
Fix double release of fast mutex

svn path=/trunk/; revision=8286

20 years ago- Fixed some nonsense code in NtGdiGetDCEx.
Filip Navara [Sat, 21 Feb 2004 13:13:27 +0000 (13:13 +0000)]
- Fixed some nonsense code in NtGdiGetDCEx.
- Fixed few race conditions in painting code.
- Removed function IntGetNCUpdateRegion and inlined it's code into IntInvalidateWindows.
- Removed function IsHidden and replaced it's usage by IntIsWindowVisible.

svn path=/trunk/; revision=8285

20 years ago- Fixed a wrong index, which resulted in writing over the end of an allocated buffer.
Hartmut Birr [Sat, 21 Feb 2004 12:58:49 +0000 (12:58 +0000)]
- Fixed a wrong index, which resulted in writing over the end of an allocated buffer.

svn path=/trunk/; revision=8284

20 years agoImport w32api version 2.5 include files
Gé van Geldorp [Sat, 21 Feb 2004 09:20:39 +0000 (09:20 +0000)]
Import w32api version 2.5 include files

svn path=/trunk/; revision=8283

20 years ago- Minor correction to NtConnectPort to avoid freeing NULL pointer. Based on patch...
Filip Navara [Sat, 21 Feb 2004 09:06:27 +0000 (09:06 +0000)]
- Minor correction to NtConnectPort to avoid freeing NULL pointer. Based on patch by Waldo Alvarez Ca�izares.

svn path=/trunk/; revision=8282

20 years ago- Fix by Waldo Alvarez Ca�izares for 8 <-> 8 bpp and 32 <-> 32 bpp StretchBlt
Filip Navara [Sat, 21 Feb 2004 09:06:25 +0000 (09:06 +0000)]
- Fix by Waldo Alvarez Ca�izares for 8 <-> 8 bpp and 32 <-> 32 bpp StretchBlt

svn path=/trunk/; revision=8281

20 years agoFix environment variable handling. The (optional) envp argument to main() shall not...
Mike Nordell [Sat, 21 Feb 2004 08:02:49 +0000 (08:02 +0000)]
Fix environment variable handling. The (optional) envp argument to main() shall not contain strings of the form "=C:=C:\directory\".

svn path=/trunk/; revision=8280

20 years agoBump version number on HEAD
Gé van Geldorp [Fri, 20 Feb 2004 23:24:30 +0000 (23:24 +0000)]
Bump version number on HEAD

svn path=/trunk/; revision=8279

20 years ago- Fixed line endings
Filip Navara [Fri, 20 Feb 2004 15:05:36 +0000 (15:05 +0000)]
- Fixed line endings

svn path=/trunk/; revision=8278

20 years agoKill another --include-dir
Gé van Geldorp [Fri, 20 Feb 2004 08:33:37 +0000 (08:33 +0000)]
Kill another --include-dir

svn path=/trunk/; revision=8277

20 years agoIf nWidth or nHeight is zero, CreateBitmap returns the handle to a 1- by 1-pixel...
Royce Mitchell III [Fri, 20 Feb 2004 07:45:58 +0000 (07:45 +0000)]
If nWidth or nHeight is zero, CreateBitmap returns the handle to a 1- by 1-pixel, monochrome bitmap.

svn path=/trunk/; revision=8276

20 years agoMove --include-dir from helper.mk to rules.mak
Gé van Geldorp [Thu, 19 Feb 2004 22:24:59 +0000 (22:24 +0000)]
Move --include-dir from helper.mk to rules.mak

svn path=/trunk/; revision=8275

20 years agoAlso zero out first sector of root dir when formatting FAT12 and FAT16
Gé van Geldorp [Thu, 19 Feb 2004 21:24:54 +0000 (21:24 +0000)]
Also zero out first sector of root dir when formatting FAT12 and FAT16
volumes

svn path=/trunk/; revision=8274

20 years agoSync to Wine-20040213
Gé van Geldorp [Thu, 19 Feb 2004 21:19:27 +0000 (21:19 +0000)]
Sync to Wine-20040213
* Jon Griffiths <jon_p_griffiths@yahoo.com>
  Add some missing prototypes, fix AssocIsDangerous.
  Implement StrRetToBSTR, delay-import oleaut32.
* Alexandre Julliard
  Only link against libdxguid where necessary.
* Juan Lang <juan_lang@yahoo.com>
  Stub for MLIsMLHInstance.
* Francois Gouget <fgouget@free.fr>
  Add missing '\n's to debug traces.

svn path=/trunk/; revision=8272

20 years agoadded pool tags for better debugging
Thomas Bluemel [Thu, 19 Feb 2004 21:12:11 +0000 (21:12 +0000)]
added pool tags for better debugging

svn path=/trunk/; revision=8271

20 years agoremove duplicate windres include directory to get notepad build
Martin Fuchs [Thu, 19 Feb 2004 20:24:22 +0000 (20:24 +0000)]
remove duplicate windres include directory to get notepad build

svn path=/trunk/; revision=8269

20 years agosamlib is needed for 2nd stage setup
Gé van Geldorp [Thu, 19 Feb 2004 19:45:52 +0000 (19:45 +0000)]
samlib is needed for 2nd stage setup

svn path=/trunk/; revision=8268

20 years agoadded pool tags for better debugging
Thomas Bluemel [Thu, 19 Feb 2004 19:44:39 +0000 (19:44 +0000)]
added pool tags for better debugging

svn path=/trunk/; revision=8266

20 years ago- Fixed line endings
Filip Navara [Thu, 19 Feb 2004 19:26:52 +0000 (19:26 +0000)]
- Fixed line endings
- Updated regsvr32 to latest version by ShadowFlare.

svn path=/trunk/; revision=8265

20 years ago- Revert the last change, because it really doesn't help.
Filip Navara [Thu, 19 Feb 2004 17:54:05 +0000 (17:54 +0000)]
- Revert the last change, because it really doesn't help.
- Don't detect mouse on COM2 by default.

svn path=/trunk/; revision=8264

20 years agoPatch by H�seyin Uslu <20194562@mail.baskent.edu.tr>
Gé van Geldorp [Thu, 19 Feb 2004 17:04:11 +0000 (17:04 +0000)]
Patch by H�seyin Uslu <20194562@mail.baskent.edu.tr>
Check color passed on command line, make sure foreground and background
are not the same.

svn path=/trunk/; revision=8263

20 years agofixed WinPosWindowFromPoint(), now it should work properly.
Thomas Bluemel [Thu, 19 Feb 2004 15:27:55 +0000 (15:27 +0000)]
fixed WinPosWindowFromPoint(), now it should work properly.

svn path=/trunk/; revision=8262

20 years agoFix by Waldo Alvarez Cacizares, fixes 16<->16 bpp stretchblitting (AbiWord splashscre...
Aleksey Bragin [Thu, 19 Feb 2004 09:31:30 +0000 (09:31 +0000)]
Fix by Waldo Alvarez Cacizares, fixes 16<->16 bpp stretchblitting (AbiWord splashscreen will look good)

svn path=/trunk/; revision=8260

20 years agoCommits for bug 193, merged from release branch.
Art Yerkes [Thu, 19 Feb 2004 06:59:50 +0000 (06:59 +0000)]
Commits for bug 193, merged from release branch.

svn path=/trunk/; revision=8259

20 years agoAdded VK_DECIMAL in numberpad chars.
Art Yerkes [Thu, 19 Feb 2004 03:51:29 +0000 (03:51 +0000)]
Added VK_DECIMAL in numberpad chars.

svn path=/trunk/; revision=8257

20 years agoFixed bug 167.
Art Yerkes [Thu, 19 Feb 2004 03:45:44 +0000 (03:45 +0000)]
Fixed bug 167.

svn path=/trunk/; revision=8254

20 years agoImport from the release branch.
Art Yerkes [Thu, 19 Feb 2004 03:33:33 +0000 (03:33 +0000)]
Import from the release branch.

svn path=/trunk/; revision=8252

20 years agoCVS maintenance
Gé van Geldorp [Wed, 18 Feb 2004 23:29:12 +0000 (23:29 +0000)]
CVS maintenance

svn path=/trunk/; revision=8250

20 years agoPatch by Mark Tempel and Ge van Geldorp
Gé van Geldorp [Wed, 18 Feb 2004 23:20:14 +0000 (23:20 +0000)]
Patch by Mark Tempel and Ge van Geldorp
Check RtlAllocateHeap() return value for 8-byte alignment.

svn path=/trunk/; revision=8249

20 years ago2004-02-18 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 18 Feb 2004 21:29:20 +0000 (21:29 +0000)]
2004-02-18  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* apistatus.lst: Correct path of videoprt.dll.

svn path=/trunk/; revision=8248

20 years ago- Attempt to avoid interaction with kernel debugging over serial port.
Filip Navara [Wed, 18 Feb 2004 16:00:56 +0000 (16:00 +0000)]
- Attempt to avoid interaction with kernel debugging over serial port.

svn path=/trunk/; revision=8246

20 years agoPatch by Sylvain Petreolle:
Thomas Bluemel [Wed, 18 Feb 2004 13:46:15 +0000 (13:46 +0000)]
Patch by Sylvain Petreolle:
'No newline at EOF' warning fix.

svn path=/trunk/; revision=8245

20 years agoroll back thomas's change, apparently it IS causing the problems, my build system...
Richard Campbell [Wed, 18 Feb 2004 12:21:57 +0000 (12:21 +0000)]
roll back thomas's change, apparently it IS causing the problems, my build system is just being stupid.

svn path=/trunk/; revision=8244

20 years agofix bug in NtGdiExtEscape - not checking for NULL == DriverFunctions.Escape.
Royce Mitchell III [Wed, 18 Feb 2004 02:37:18 +0000 (02:37 +0000)]
fix bug in NtGdiExtEscape - not checking for NULL == DriverFunctions.Escape.
also added buffer copying.

svn path=/trunk/; revision=8243

20 years agocorrect comments
Martin Fuchs [Wed, 18 Feb 2004 00:01:59 +0000 (00:01 +0000)]
correct comments

svn path=/trunk/; revision=8242

20 years agoRemove not needed specific-compiler compile-time warning.
Mike Nordell [Tue, 17 Feb 2004 23:58:54 +0000 (23:58 +0000)]
Remove not needed specific-compiler compile-time warning.

svn path=/trunk/; revision=8239

20 years agoSync with Wine-20040213
Gé van Geldorp [Tue, 17 Feb 2004 23:09:05 +0000 (23:09 +0000)]
Sync with Wine-20040213

svn path=/trunk/; revision=8238

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 23:01:19 +0000 (23:01 +0000)]
Sync with Wine-20040213:
Troy Rollo <wine@troy.rollo.name>
Added documentation for DocFiles, based on the CorVu implementation of
DocFiles.

svn path=/trunk/; revision=8237

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 23:00:01 +0000 (23:00 +0000)]
Sync with Wine-20040213:
Robert Shearman <R.J.Shearman@warwick.ac.uk>
- CoSetState info should be thread local.
- SetErrorInfo should allocate an apartment when no apartment present.
Alexandre Julliard
Moved a few remaining 16-bit definitions out of the standard headers.

svn path=/trunk/; revision=8236

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:40:47 +0000 (22:40 +0000)]
Sync with Wine-20040213:
Huw Davies <huw@codeweavers.com>
Fix a TRACE.

svn path=/trunk/; revision=8235

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:39:49 +0000 (22:39 +0000)]
Sync with Wine-20040213:
Huw Davies <huw@codeweavers.com>
Only redraw button in PressButton and Indeterminate if its state has
changed.
Huw Davies <huw@codeweavers.com>
Honour TB_SETMAXTEXTROWS.
Ulrich Czekalla <ulrich@codeweavers.com>
Add support for BTNS_WHOLEDROPDOWN.
Populate button rect when sending TBN_DROPDOWN.
Dmitry Timoshkov <dmitry@codeweavers.com>
Add partial support for some undocumented toolbar messages.
Huw Davies <huw@codeweavers.com>
TB_ADDBUTTONS can pass a string ptr instead of an index.
TB_GETBUTTONINFO only returns a string if it's not in the internal
string list.
Huw Davies <huw@codeweavers.com>
Use the BTNS_* toolbar button style defines rather than the outdated
TBSTYLE_*.
Huw Davies <huw@codeweavers.com>
Add a missing return.
Jon Griffiths <jon_p_griffiths@yahoo.com>
Draw disabled toolbar buttons correctly.

svn path=/trunk/; revision=8234

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:38:03 +0000 (22:38 +0000)]
Sync with Wine-20040213:
Vitaliy Margolen <wine-patch@kievinfo.com>
- Fix handling of TCS_RAGGEDRIGHT style.
- Clip UpDown control only if it is present.
- Add ToDos.

svn path=/trunk/; revision=8233

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:35:27 +0000 (22:35 +0000)]
Sync with Wine-20040213:
Francois Gouget <fgouget@free.fr>
Assorted spelling and case fixes.
Alexandre Julliard:
Moved a few remaining 16-bit definitions out of the standard headers.

svn path=/trunk/; revision=8232

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:33:55 +0000 (22:33 +0000)]
Sync with Wine-20040213:
Aric Stewart <aric@codeweavers.com>
Work toward properly updating the SelectionMark when the selected
state changed inside a listbox.

svn path=/trunk/; revision=8231

20 years agoSync with Wine-20040213:
Gé van Geldorp [Tue, 17 Feb 2004 22:32:53 +0000 (22:32 +0000)]
Sync with Wine-20040213:
Robert Shearman <R.J.Shearman@warwick.ac.uk>
Fix nGrow initialization in DPA_CreateEx.

svn path=/trunk/; revision=8230

20 years agoinserted _NO_MDI questions
Martin Fuchs [Tue, 17 Feb 2004 21:50:44 +0000 (21:50 +0000)]
inserted _NO_MDI questions

svn path=/trunk/; revision=8229

20 years agocorrected comment
Martin Fuchs [Tue, 17 Feb 2004 21:50:07 +0000 (21:50 +0000)]
corrected comment

svn path=/trunk/; revision=8228

20 years agoAlways return 8-byte aligned blocks
Gé van Geldorp [Tue, 17 Feb 2004 21:11:17 +0000 (21:11 +0000)]
Always return 8-byte aligned blocks

svn path=/trunk/; revision=8226

20 years agodisable autostart if the SHIFT key is pressed
Martin Fuchs [Tue, 17 Feb 2004 20:20:01 +0000 (20:20 +0000)]
disable autostart if the SHIFT key is pressed

svn path=/trunk/; revision=8223

20 years ago- Work on serial mouse detection to fix bug #198.
Filip Navara [Tue, 17 Feb 2004 18:01:59 +0000 (18:01 +0000)]
- Work on serial mouse detection to fix bug #198.

svn path=/trunk/; revision=8221

20 years agofixed WindowFromPoint() to search backwards
Thomas Bluemel [Tue, 17 Feb 2004 17:43:09 +0000 (17:43 +0000)]
fixed WindowFromPoint() to search backwards

svn path=/trunk/; revision=8220

20 years agoAdded test app for AlphaBlend()
Thomas Bluemel [Tue, 17 Feb 2004 14:55:59 +0000 (14:55 +0000)]
Added test app for AlphaBlend()

svn path=/trunk/; revision=8219

20 years agoChanged timeout from 2000 to 2001 ms, to be able to find it easier in kmode.
Mike Nordell [Tue, 17 Feb 2004 10:52:03 +0000 (10:52 +0000)]
Changed timeout from 2000 to 2001 ms, to be able to find it easier in kmode.

svn path=/trunk/; revision=8218

20 years agocleanup in project file
Martin Fuchs [Mon, 16 Feb 2004 22:54:53 +0000 (22:54 +0000)]
cleanup in project file

svn path=/trunk/; revision=8215

20 years agoadded .cvsignore
Martin Fuchs [Mon, 16 Feb 2004 22:01:02 +0000 (22:01 +0000)]
added .cvsignore

svn path=/trunk/; revision=8212

20 years agomerged Wine commits to shell32
Martin Fuchs [Mon, 16 Feb 2004 21:46:12 +0000 (21:46 +0000)]
merged Wine commits to shell32

svn path=/trunk/; revision=8211

20 years agoNtUserSystemParametersInfo:
Richard Campbell [Mon, 16 Feb 2004 11:16:06 +0000 (11:16 +0000)]
NtUserSystemParametersInfo:

  - removed a case statement, it is now handled in USER32

svn path=/trunk/; revision=8210

20 years agoNtUserSystemParametersInfo:
Richard Campbell [Mon, 16 Feb 2004 07:26:25 +0000 (07:26 +0000)]
NtUserSystemParametersInfo:

  - Removed static font variables.

svn path=/trunk/; revision=8207

20 years agoSystemParametersInfo:
Richard Campbell [Mon, 16 Feb 2004 07:25:01 +0000 (07:25 +0000)]
SystemParametersInfo:
 - SPI_GETNONCLIENTMETRICS and SPI_GETICONTITLELOGFONT
   now load their settings from the registry.
 - SPI_SET* aren't yet implemented, because i'd like to test my
   implementation before i commit them.

svn path=/trunk/; revision=8206

20 years agoadvapi dependency.
Richard Campbell [Mon, 16 Feb 2004 01:30:38 +0000 (01:30 +0000)]
advapi dependency.

svn path=/trunk/; revision=8204

20 years agoDon't build kernel32 test because of build failure
Gé van Geldorp [Sun, 15 Feb 2004 21:57:34 +0000 (21:57 +0000)]
Don't build kernel32 test because of build failure

svn path=/trunk/; revision=8203

20 years agoRollback hinter enabling since font output looks worse with the auto
Gé van Geldorp [Sun, 15 Feb 2004 21:45:37 +0000 (21:45 +0000)]
Rollback hinter enabling since font output looks worse with the auto
hinter enabled

svn path=/trunk/; revision=8202

20 years agoTop level windows have menus, child windows have IDs
Gé van Geldorp [Sun, 15 Feb 2004 20:50:56 +0000 (20:50 +0000)]
Top level windows have menus, child windows have IDs

svn path=/trunk/; revision=8201

20 years ago- Used a different buffer to get the mode informations.
Hartmut Birr [Sun, 15 Feb 2004 19:27:36 +0000 (19:27 +0000)]
- Used a different buffer to get the mode informations.

svn path=/trunk/; revision=8200

20 years ago- Locked the pages in MmCommitPagedPoolAddress, if it is necessary.
Hartmut Birr [Sun, 15 Feb 2004 19:03:29 +0000 (19:03 +0000)]
- Locked the pages in MmCommitPagedPoolAddress, if it is necessary.

svn path=/trunk/; revision=8199

20 years agoremoved unnecessary explicit define of _M_IX86
Royce Mitchell III [Sun, 15 Feb 2004 18:37:35 +0000 (18:37 +0000)]
removed unnecessary explicit define of _M_IX86

svn path=/trunk/; revision=8198

20 years ago- Canceled my last changes.
Hartmut Birr [Sun, 15 Feb 2004 17:04:52 +0000 (17:04 +0000)]
- Canceled my last changes.

svn path=/trunk/; revision=8197

20 years agoAdded registry functions header.
Art Yerkes [Sun, 15 Feb 2004 07:52:18 +0000 (07:52 +0000)]
Added registry functions header.

svn path=/trunk/; revision=8196

20 years agoImplement menu handling
Gé van Geldorp [Sun, 15 Feb 2004 07:39:12 +0000 (07:39 +0000)]
Implement menu handling

svn path=/trunk/; revision=8195

20 years agoBig merge in wine code. This merged version is far more complete than
Art Yerkes [Sun, 15 Feb 2004 07:17:00 +0000 (07:17 +0000)]
Big merge in wine code.  This merged version is far more complete than
the previous one.   See notes and comments by me and the original author
of iphlpapi_main.c, Juan Lang.

svn path=/trunk/; revision=8194

20 years agoRemoved dbgprints.
Art Yerkes [Sun, 15 Feb 2004 07:07:11 +0000 (07:07 +0000)]
Removed dbgprints.

svn path=/trunk/; revision=8192

20 years agoFixed a bug in AppendUnicodeStringToString which could cause a null to
Art Yerkes [Sun, 15 Feb 2004 07:04:45 +0000 (07:04 +0000)]
Fixed a bug in AppendUnicodeStringToString which could cause a null to
be placed one position after the end of a completely full string.

svn path=/trunk/; revision=8191

20 years agoGetComputerName(Ex)?[AW] implemented. These are needed for the wine
Art Yerkes [Sun, 15 Feb 2004 07:03:56 +0000 (07:03 +0000)]
GetComputerName(Ex)?[AW] implemented.  These are needed for the wine
iphlpapi_main.

svn path=/trunk/; revision=8190

20 years agoSome unstub which should allow programs that use getprotobyname to work.
Art Yerkes [Sun, 15 Feb 2004 07:03:02 +0000 (07:03 +0000)]
Some unstub which should allow programs that use getprotobyname to work.
This eventually needs to tie in properly to the layered service stuff.

svn path=/trunk/; revision=8189

20 years agoAdded makefile with unix eols.
Art Yerkes [Sun, 15 Feb 2004 06:21:16 +0000 (06:21 +0000)]
Added makefile with unix eols.

svn path=/trunk/; revision=8188

20 years agoOne more try with unix eols.
Art Yerkes [Sun, 15 Feb 2004 06:20:54 +0000 (06:20 +0000)]
One more try with unix eols.

svn path=/trunk/; revision=8187

20 years agoAdded with dos eols.
Art Yerkes [Sun, 15 Feb 2004 06:05:05 +0000 (06:05 +0000)]
Added with dos eols.

svn path=/trunk/; revision=8186

20 years agoRemoved makefile temporarily.
Art Yerkes [Sun, 15 Feb 2004 06:04:35 +0000 (06:04 +0000)]
Removed makefile temporarily.

svn path=/trunk/; revision=8185

20 years agoAdded new regsvr32 app.
Art Yerkes [Sun, 15 Feb 2004 05:52:47 +0000 (05:52 +0000)]
Added new regsvr32 app.

svn path=/trunk/; revision=8184

20 years agoAuthor: ShadowFlare
Art Yerkes [Sun, 15 Feb 2004 05:51:20 +0000 (05:51 +0000)]
Author: ShadowFlare

Arty's note:
Added ShadowFlare's regsvr32.  The one in rosapps doesn't seem to build,
so I think it should be eventually removed.
I'm putting this one here instead of rosapps because it goes with some
of the other apps in this directory (like rundll32)

svn path=/trunk/; revision=8183