Royce Mitchell III
5e2e1b620b
TEB and ICD table offsets and ICD table structure
...
svn path=/trunk/; revision=8037
2004-02-05 16:11:19 +00:00
Martin Fuchs
702870db9d
don't count on NULL termination of returned strings
...
svn path=/trunk/; revision=8036
2004-02-05 08:23:50 +00:00
Royce Mitchell III
49f02ee444
patch by blight with help from Royce3 for ICD behavioral research:
...
Changed GLFUNCS_MACRO to support C implementation of functions,
added MSVC asm version of gl functions, links now, driver and
GLRC lists protected by mutexes, added some breakpoints,
and fixed 1 or 2 Drv prototypes.
svn path=/trunk/; revision=8035
2004-02-05 04:28:11 +00:00
Gé van Geldorp
8fdb9cdcc1
Fix race condition when one thread changes the update region of a window
...
and another thread retrieves a paint message for that window.
svn path=/trunk/; revision=8033
2004-02-04 23:01:07 +00:00
Gé van Geldorp
969bf0b926
Second attempt at bug #5 : reset active DCEs when window positions change
...
svn path=/trunk/; revision=8032
2004-02-04 22:59:04 +00:00
Gé van Geldorp
40bc1b6611
Use window thread instead of current thread to obtain desktop
...
svn path=/trunk/; revision=8031
2004-02-04 22:55:21 +00:00
Filip Navara
f599776b65
- Rewritten NtGdiEllipse with improved and optimized algorithm. Now it works also for non-circles, but unfortuently it still looks a bit choppy.
...
svn path=/trunk/; revision=8030
2004-02-04 22:10:00 +00:00
Eric Kohl
2dae92de89
Add debug message logging (disabled by default).
...
Store user account data in Account\Users.
svn path=/trunk/; revision=8027
2004-02-04 17:57:56 +00:00
Gé van Geldorp
4986ea13b8
Adjust NtUserChildWindowFromPointEx declaration to match definition
...
svn path=/trunk/; revision=8026
2004-02-04 10:23:05 +00:00
Martin Fuchs
c7278edf80
get background color out of the bitmap
...
svn path=/trunk/; revision=8025
2004-02-04 09:43:51 +00:00
Martin Fuchs
d49e09da20
added 4bpp logo bmp
...
svn path=/trunk/; revision=8024
2004-02-04 09:31:27 +00:00
Martin Fuchs
6505062b5a
added special logo bitmap for 4 bpp color resolution
...
svn path=/trunk/; revision=8023
2004-02-04 09:29:53 +00:00
Richard Campbell
9896efb9e2
increased icon spacing, my computer and other icon titles aren't clipped anymore...
...
svn path=/trunk/; revision=8022
2004-02-04 01:26:34 +00:00
Richard Campbell
5922c20a8d
implemented ChildWindowFromPoint(Ex)
...
svn path=/trunk/; revision=8021
2004-02-04 01:10:25 +00:00
Richard Campbell
7e4dffe404
changed 'Create New Task' to 'Run'
...
svn path=/trunk/; revision=8020
2004-02-04 00:53:45 +00:00
Gé van Geldorp
bec973c423
Move call to PrivateCsrssManualGuiCheck to before the creation of
...
window classes
svn path=/trunk/; revision=8019
2004-02-04 00:05:46 +00:00
Richard Campbell
8c6973cde5
stubbed out dsound, dinput, and ddraw, some apps get a little farther before crashing now (FCEU).
...
svn path=/trunk/; revision=8018
2004-02-03 23:09:48 +00:00
Martin Fuchs
57a8fb919e
integrated new startmenu side bar logo (posted by Paulo Correasilva)
...
svn path=/trunk/; revision=8017
2004-02-03 21:34:59 +00:00
Filip Navara
2b54029e8b
- Fix NtUserScroll[WindowEx/DC]
...
- Minor correction in NtUserBeginPaint
- Added check for NULL handle in IntPaintWindows
svn path=/trunk/; revision=8016
2004-02-03 17:53:55 +00:00
Filip Navara
44f54f5ec0
- Use ScrollWindowEx for scrolling text in console
...
svn path=/trunk/; revision=8015
2004-02-03 17:53:54 +00:00
Thomas Bluemel
8dfbb5f8ab
added *.d files
...
svn path=/trunk/; revision=8014
2004-02-03 15:52:33 +00:00
Eric Kohl
3c199a3cb1
Move RtlGUIDFromString() and RtlInt64ToUnicodeString() stubs.
...
Removed fpu emulator entry points.
svn path=/trunk/; revision=8013
2004-02-03 14:38:23 +00:00
Filip Navara
ef6d18b7ad
- Fix a NULL termination.
...
svn path=/trunk/; revision=8012
2004-02-03 14:25:38 +00:00
Eric Kohl
cd98a247e4
Add byte swap functions.
...
svn path=/trunk/; revision=8011
2004-02-03 14:24:02 +00:00
Royce Mitchell III
ffa90a12e2
patch by blight:
...
I have not changed the function loading code to use the TEB's glDispatch
table, but the calling code should be kinda ok already (the x86 version)
For the C version of the forwarding code we need another agument for the X
macro i think. At the moment it is function name ("glVertex3f"), return type
("void") and args ("GLfloat x, GLfloat y, GLfloat z") - we'd need one with
"x, y, z" for that case that we can pass on the arguments with C.
The WGL code also doesn't use the TEB yet, it still uses TLS.
svn path=/trunk/; revision=8010
2004-02-03 14:23:42 +00:00
Gé van Geldorp
6531ed6cf1
Deactivate last change since it can cause a FastMutex to be recursively
...
acquired
svn path=/trunk/; revision=8009
2004-02-03 09:44:35 +00:00
Emanuele Aliberti
11c1fc3591
PORT_MESSAGE and PORT_MAX_MESSAGE are already defined off include/ntos. I remove them for now.
...
svn path=/trunk/; revision=8008
2004-02-03 00:05:57 +00:00
Emanuele Aliberti
3356caccb3
LPC: initial work on NT/ROS compatibility.
...
svn path=/trunk/; revision=8007
2004-02-02 23:48:42 +00:00
Gé van Geldorp
70a9c9cdf0
Handle NULL window as special case when computing visible region for GetDC.
...
Fixes bug #59
svn path=/trunk/; revision=8006
2004-02-02 23:28:17 +00:00
Martin Fuchs
51612d040b
reading of FAT image files (work in progress)
...
svn path=/trunk/; revision=8005
2004-02-02 23:18:07 +00:00
Eric Kohl
2f3d748c1d
Implement RtlAccessAllowedAceEx() and RtlAccessDeniedAceEx().
...
Use ACL constants and fix ACL-revision checks.
svn path=/trunk/; revision=8004
2004-02-02 22:38:43 +00:00
Gé van Geldorp
7b7b608822
Update DC when moving a window. Fixes bug #5 . Based on a patch by
...
Filip Navara.
svn path=/trunk/; revision=8003
2004-02-02 22:09:05 +00:00
Filip Navara
994fed8844
- Remove AddrFileEntry from CONNECTION_ENDPOINT. It's no longer needed.
...
- Fixed acquiring a spin lock in FileCloseConnection.
svn path=/trunk/; revision=8002
2004-02-02 21:02:48 +00:00
Eric Kohl
8a81d07bde
Fix stupid cut&paste bug.
...
svn path=/trunk/; revision=8001
2004-02-02 20:59:46 +00:00
Filip Navara
c1f516ab97
Add registry entries for IShellLink[AW] interfaces.
...
svn path=/trunk/; revision=8000
2004-02-02 20:25:28 +00:00
Hartmut Birr
7ab30519b8
- Fixed the return value in RtlStringFromGUID.
...
svn path=/trunk/; revision=7999
2004-02-02 19:04:11 +00:00
Royce Mitchell III
fb4488df01
warning fix ( casting issue )
...
svn path=/trunk/; revision=7998
2004-02-02 18:21:32 +00:00
Filip Navara
9caad5c470
Compilation fixes.
...
svn path=/trunk/; revision=7997
2004-02-02 17:59:23 +00:00
Filip Navara
7e215a0498
Import of OpenGL Utility library.
...
svn path=/trunk/; revision=7996
2004-02-02 16:39:16 +00:00
Gé van Geldorp
a474343fb9
Change workaround for bug in Nullsoft installer.
...
svn path=/trunk/; revision=7995
2004-02-02 15:51:29 +00:00
Gé van Geldorp
08b2e62907
lstrcpyn is documented to always return a NUL terminated string
...
svn path=/trunk/; revision=7994
2004-02-02 15:50:16 +00:00
Gé van Geldorp
90fd161f1e
Don't increment loop variable inside the loop too. Spotted by Mark IJbema.
...
svn path=/trunk/; revision=7993
2004-02-02 15:16:53 +00:00
Thomas Bluemel
a21e7f7e43
fixed compiling problems
...
svn path=/trunk/; revision=7992
2004-02-02 15:10:00 +00:00
Eric Kohl
e61405acd5
Implement RtlFindLeastSignificantBit() and RtlFindMostSignificantBit().
...
svn path=/trunk/; revision=7991
2004-02-02 13:34:01 +00:00
Eric Kohl
fb0bca238a
Use ACL constants and fix ACL-revision checks.
...
svn path=/trunk/; revision=7990
2004-02-02 12:05:41 +00:00
Eric Kohl
aa7104ce33
Add missing ACL-related constants.
...
svn path=/trunk/; revision=7989
2004-02-02 12:03:43 +00:00
Emanuele Aliberti
6004fa9998
Type casting for compiling USER32. What did break it?
...
svn path=/trunk/; revision=7988
2004-02-02 11:46:41 +00:00
Royce Mitchell III
1dd7917966
initial implementation of OPENGL32_LoadDrivers(), call it on PROCESS_ATTACH. Removed trailing W from functions where unnecessary.
...
svn path=/trunk/; revision=7987
2004-02-02 06:01:35 +00:00
Royce Mitchell III
e0cc57149b
bunch more groundwork for ICD support - patch by blight
...
svn path=/trunk/; revision=7986
2004-02-02 05:36:37 +00:00
Eric Kohl
5a34c87b8b
Implement RtlFindLeastSignificantBit(), RtlFindMostSignificantBit() and _itow().
...
svn path=/trunk/; revision=7985
2004-02-02 00:36:36 +00:00
Richard Campbell
18ff29b0fa
unstubbed childwindowfrompoint(ex). This function is implemented in my local source tree, will commit as soon as i do some testing to make sure things work as planned.
...
svn path=/trunk/; revision=7984
2004-02-02 00:18:58 +00:00
Gé van Geldorp
03726a14c8
Changes for richedit
...
svn path=/trunk/; revision=7983
2004-02-01 21:55:45 +00:00
Gé van Geldorp
d196e4b798
Add mpr and wininet to default build/install
...
svn path=/trunk/; revision=7982
2004-02-01 21:41:00 +00:00
Gé van Geldorp
de26fb22b7
Stub out just enough of wininet.dll to make the AbiWord installer happy
...
svn path=/trunk/; revision=7981
2004-02-01 21:33:56 +00:00
Gé van Geldorp
3651baea0a
Workaround for bug in Nullsoft installer. This closes ReactOS bug #194 .
...
svn path=/trunk/; revision=7980
2004-02-01 21:27:44 +00:00
Gé van Geldorp
09fd2196ac
CVS maintenance
...
svn path=/trunk/; revision=7979
2004-02-01 21:26:06 +00:00
Gé van Geldorp
9a55977414
Sync richedit with WineHQ
...
svn path=/trunk/; revision=7978
2004-02-01 21:20:05 +00:00
Thomas Bluemel
5db4db7d8f
little bugfix
...
svn path=/trunk/; revision=7977
2004-02-01 20:50:10 +00:00
Eric Kohl
0d5dbba99c
- Move rangelist stubs.
...
- Move sscanf() stub.
- Implement _bsearch(), _lfind(), _ui64toa() and _ui64tow().
- Export iswdigit(), iswlower(), iswxdigit() and _vsnwsprintf().
- Replace Win32 types by corresponding native types.
svn path=/trunk/; revision=7976
2004-02-01 20:48:06 +00:00
Thomas Bluemel
af5a3793e1
added support for right-aligned menus
...
svn path=/trunk/; revision=7975
2004-02-01 20:45:02 +00:00
Gé van Geldorp
dc7e97f014
Update status
...
svn path=/trunk/; revision=7974
2004-02-01 20:11:00 +00:00
Gé van Geldorp
30fec5037f
Add mpr.dll
...
svn path=/trunk/; revision=7973
2004-02-01 20:08:08 +00:00
Gé van Geldorp
4c1d8f1a02
CVS maintenance
...
svn path=/trunk/; revision=7971
2004-02-01 19:58:55 +00:00
Gé van Geldorp
098630e3d6
Import mpr from Wine
...
svn path=/trunk/; revision=7970
2004-02-01 19:48:44 +00:00
Martin Fuchs
4d326b81dc
implemented context menu for file child windows
...
svn path=/trunk/; revision=7969
2004-02-01 19:17:31 +00:00
Filip Navara
c9e333fafc
Latest version of serial mouse driver with fixes by Logan_V8_TT.
...
svn path=/trunk/; revision=7968
2004-02-01 18:28:38 +00:00
Emanuele Aliberti
8443a77631
Use macros for LPC message limits in current LPC implementation.
...
svn path=/trunk/; revision=7967
2004-02-01 18:19:28 +00:00
Royce Mitchell III
04aba507f3
function list macro
...
svn path=/trunk/; revision=7966
2004-02-01 17:18:48 +00:00
Royce Mitchell III
809430ad58
more work on openg32
...
svn path=/trunk/; revision=7965
2004-02-01 17:07:16 +00:00
Eric Kohl
927fc7ad03
Fix buggy expansion (signed/unsigned) of InitiatorBusID.
...
svn path=/trunk/; revision=7964
2004-02-01 16:02:35 +00:00
Eric Kohl
ed7963440d
Changed base address of samlib.dll.
...
svn path=/trunk/; revision=7963
2004-02-01 15:56:37 +00:00
Gé van Geldorp
f28940b24f
Fix wrong GetBitmapDimensionEx() usage
...
svn path=/trunk/; revision=7962
2004-02-01 15:52:02 +00:00
Gé van Geldorp
32532d4019
Silence debug messages
...
svn path=/trunk/; revision=7961
2004-02-01 15:46:53 +00:00
Gé van Geldorp
e1d6ad5272
Rename BITMAPOBJ "size" member to "dimension" to make clear it's to be
...
used for Get/SetBitmapDimensionEx only. Fix current wrong usage.
svn path=/trunk/; revision=7960
2004-02-01 15:45:41 +00:00
Gé van Geldorp
2cb71414cb
Testing shows that MS-Win does allow a thread to leave a critical section
...
entered by another thread.
svn path=/trunk/; revision=7959
2004-02-01 14:05:30 +00:00
Filip Navara
cac89868b0
Test for bugs that prevent Mozilla from working.
...
svn path=/trunk/; revision=7958
2004-02-01 12:30:36 +00:00
Martin Fuchs
394bc9f628
display pseudo-file attributes "link" and "executable"
...
svn path=/trunk/; revision=7957
2004-02-01 11:53:11 +00:00
Martin Fuchs
257d7fb7f0
update TODO list
...
svn path=/trunk/; revision=7956
2004-02-01 11:22:24 +00:00
Martin Fuchs
26e89bbfbc
display registry value contents
...
svn path=/trunk/; revision=7955
2004-02-01 11:19:28 +00:00
Martin Fuchs
b88d580163
new 'content' column to display symbolic link targets
...
svn path=/trunk/; revision=7954
2004-02-01 10:52:24 +00:00
Martin Fuchs
3e745d2acd
Patch by Filip Navara <xnavara@volny.cz>:
...
Can someone please commit this patch? I can't wait for the root's lock
and this patch fixes one dumb problem/crash I introduced...
svn path=/trunk/; revision=7953
2004-02-01 09:58:30 +00:00
Filip Navara
981a893bbd
- Resolve two GDI handle leaks
...
- Faster GDI handle allocation strategy
svn path=/trunk/; revision=7952
2004-02-01 08:07:07 +00:00
Filip Navara
a4b82ffa87
Fixed .cvsignore.
...
svn path=/trunk/; revision=7951
2004-02-01 08:03:43 +00:00
Royce Mitchell III
cb603fa318
beginnings of ros's opengl32 - by blight and Royce3
...
svn path=/trunk/; revision=7950
2004-02-01 07:11:06 +00:00
Gé van Geldorp
003adb9a68
Silence debug messages
...
svn path=/trunk/; revision=7949
2004-01-31 23:53:45 +00:00
Gé van Geldorp
649ad5c8c0
Implemented Write(Private)ProfileStringA/W
...
svn path=/trunk/; revision=7948
2004-01-31 23:52:42 +00:00
Martin Fuchs
4e8837594f
mount drives in NT object namespace
...
svn path=/trunk/; revision=7947
2004-01-31 23:43:28 +00:00
Martin Fuchs
18feaceddc
display types of files, NT objects and registry key/entries
...
svn path=/trunk/; revision=7946
2004-01-31 23:02:21 +00:00
Martin Fuchs
df1d5b7032
- don't sort registry hives
...
- fix for memory corruption problem
svn path=/trunk/; revision=7945
2004-01-31 21:01:53 +00:00
Thomas Bluemel
77721fee4b
fixed missing release of window objects
...
svn path=/trunk/; revision=7944
2004-01-31 19:56:14 +00:00
Martin Fuchs
8506980996
included Registry as virtual file system
...
svn path=/trunk/; revision=7943
2004-01-31 19:31:51 +00:00
Martin Fuchs
b2f6c15aa4
empty REGISTRY directory
...
svn path=/trunk/; revision=7942
2004-01-31 17:26:38 +00:00
Martin Fuchs
973445eeff
re-activate already open shell/ntobj child windows instead of opening new windows
...
svn path=/trunk/; revision=7941
2004-01-31 17:09:19 +00:00
Eric Kohl
288705874e
Start parsing at the root object when an object path needs to be reparsed.
...
Patch by Art Yerkes.
svn path=/trunk/; revision=7940
2004-01-31 16:52:47 +00:00
Martin Fuchs
cb2752aa76
included NT Object namespace as virtual file system
...
svn path=/trunk/; revision=7939
2004-01-31 16:25:23 +00:00
Emanuele Aliberti
f4625da5df
Define macros for LPC limits:
...
PORT_MAX_DATA_LENGTH 0x104
PORT_MAX_MESSAGE_LENGTH 0x148
svn path=/trunk/; revision=7938
2004-01-31 15:27:54 +00:00
Richard Campbell
70ced9fd3b
Seperated the Caption font and the icon title font. Note that this code will soon be rendered obsolete by code that loads metrics fonts from the registry.
...
svn path=/trunk/; revision=7937
2004-01-31 14:57:58 +00:00
Eric Kohl
c88b53bb8e
Fixed querying and enumerating the subkeys of HKEY_LOCAL_MACHINE.
...
This fixes bug #78 .
svn path=/trunk/; revision=7936
2004-01-31 14:33:01 +00:00
Filip Navara
faa1a76919
Call initialization of the msvcrt parts ported from Wine.
...
svn path=/trunk/; revision=7935
2004-01-31 13:29:19 +00:00
Hartmut Birr
9ac2b2c62c
- Do only lock a new page on exit from AccessFaultSectionView.
...
svn path=/trunk/; revision=7933
2004-01-31 00:16:55 +00:00
Hartmut Birr
dab0a77461
- Check for a privat page and change only the page protection
...
for such a page in MmAccessFaultSectionView.
svn path=/trunk/; revision=7932
2004-01-30 23:57:58 +00:00
Gé van Geldorp
5dee2e6519
Silence debug messages
...
svn path=/trunk/; revision=7931
2004-01-30 22:29:39 +00:00
Gé van Geldorp
d14d65ec2a
Silence debug messages
...
svn path=/trunk/; revision=7930
2004-01-30 22:12:47 +00:00
Gé van Geldorp
c0e2ebf80c
Implement some profile (.ini file) functions
...
svn path=/trunk/; revision=7929
2004-01-30 21:48:09 +00:00
Martin Fuchs
8a89b6750f
fixed relocation problem to re-activate new error messages
...
svn path=/trunk/; revision=7928
2004-01-30 20:31:35 +00:00
Andrew Greenwood
26584f6d6a
Preliminary implementation of mmdrv.dll. This is fixed to using MidiOut0 (provided by the mpu401 driver) and is *very* basic. It's only possible to open the MIDI device and play a note, with this.
...
Eventually, a list of devices will need to be obtained from the registry.
svn path=/trunk/; revision=7927
2004-01-30 18:32:58 +00:00
Richard Campbell
0b9faf4625
reverted martin's patch as it causes ROS to no longer boot correctly into GUI mode, patch by filip navara.
...
svn path=/trunk/; revision=7926
2004-01-30 17:53:07 +00:00
Andrew Greenwood
47fe4c6cf3
MIDI / MPU401 output test application.
...
This just opens the first MIDI device, which at present should be the one provided by mpu401.sys (via mmdrv.dll), and plays a note.
svn path=/trunk/; revision=7925
2004-01-30 17:38:08 +00:00
Filip Navara
549c9ff77e
Minor correction to RtlDeleteCriticalSection.
...
svn path=/trunk/; revision=7924
2004-01-30 17:32:17 +00:00
Andrew Greenwood
d00716c055
Temporarily named the device "MidiOut0" so mmdrv.dll (when committed!) will use it.
...
This driver can currently play some short MIDI messages when combined with my mmdrv.dll and miditest.exe programs (which I intend to commit eventually, once they're integrated into the ReactOS tree.)
svn path=/trunk/; revision=7923
2004-01-30 17:10:23 +00:00
Andrew Greenwood
392b65e4a7
Fixed a few minor problems so the driver compiles with the current ROS headers etc.
...
It still doesn't really do much apart from play a buffer of silence when loaded, but maybe someone can help me with this :)
svn path=/trunk/; revision=7922
2004-01-30 17:08:13 +00:00
Filip Navara
4b2257966c
stubs/stubs.c (EngGetLastError, EngSetLastError): Moved to ...
...
eng/error.c: ... here
stubs/stubs.c (BRUSHOBJ_ulGetBrushColor): Moved to ...
eng/brush.c: ... here and implemented.
objects/semaphor.c: Moved to ...
eng/semaphor.c: ... here
svn path=/trunk/; revision=7921
2004-01-30 16:36:16 +00:00
Richard Campbell
81984d5d5e
More font fixes.
...
svn path=/trunk/; revision=7920
2004-01-30 15:53:36 +00:00
Richard Campbell
9eb201eea9
Switcharoo with some fonts, this fixes some of the font issues introduced by my font loading patch.
...
svn path=/trunk/; revision=7919
2004-01-30 13:11:52 +00:00
Richard Campbell
acb0c0998c
Enabled the bytecode interpreter with the unpatented hinting system, ftoption.h warns that this doesn't work as advertise, if anyone has any problems, disable it. This improves the quality of some of the fonts dramatically.
...
svn path=/trunk/; revision=7918
2004-01-30 13:10:42 +00:00
Gé van Geldorp
b61bc104f2
Patch by Michael Fritscher
...
Change error message displayed when trying to 'cd' to non-existent dir
svn path=/trunk/; revision=7917
2004-01-30 12:34:02 +00:00
Gé van Geldorp
5c0e9ff60d
Patch by Michael Fritscher
...
Implement /W option
svn path=/trunk/; revision=7916
2004-01-30 12:27:41 +00:00
Gé van Geldorp
b9e10092bd
Patch by Michael Fritscher
...
Implement /P and /Y options
svn path=/trunk/; revision=7915
2004-01-30 12:24:41 +00:00
Filip Navara
de69dfa6c7
Implementation of InitializeCriticalSectionAndSpinCount and RtlInitializeCriticalSectionAndSpinCount.
...
svn path=/trunk/; revision=7914
2004-01-29 23:41:36 +00:00
Martin Fuchs
7ecc5dcb3f
imported error message texts from MSDN
...
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes__1000-1299_.asp )
svn path=/trunk/; revision=7913
2004-01-29 22:26:20 +00:00
Richard Campbell
2950445444
I swear! last commit! (forgot to ZwClose)
...
svn path=/trunk/; revision=7912
2004-01-29 22:24:51 +00:00
Richard Campbell
0d2c4c19fd
Fixed a small bug in my code and removed DbgPrint.
...
svn path=/trunk/; revision=7911
2004-01-29 22:23:27 +00:00
Richard Campbell
8904505d1f
Dynamically load fonts on startup. Code probably isn't perfect, but it works. This code exposes another small 'bug'. System font appears to be dependent on the loading order of the fonts.
...
svn path=/trunk/; revision=7910
2004-01-29 22:17:54 +00:00
Martin Fuchs
33084f82f3
use strcmpiW() instead of _wcsicmp() for Wine-compatibility
...
svn path=/trunk/; revision=7908
2004-01-29 20:09:20 +00:00
Gunnar Dalsnes
dae39308ff
GetLocaleInfoA impl. (copied from wine)
...
svn path=/trunk/; revision=7907
2004-01-28 23:03:59 +00:00
Gé van Geldorp
b6b9cc70d8
Merge back commits from WineHQ
...
svn path=/trunk/; revision=7906
2004-01-28 21:57:41 +00:00
Filip Navara
eb51ca8257
Added missing .cvsignore files.
...
svn path=/trunk/; revision=7905
2004-01-28 21:56:36 +00:00
Gé van Geldorp
f336758ba4
Merge back commits from WineHQ
...
svn path=/trunk/; revision=7904
2004-01-28 21:40:09 +00:00
Gé van Geldorp
c5eedd47f6
Merge back commits from WineHQ
...
svn path=/trunk/; revision=7903
2004-01-28 21:27:51 +00:00
Filip Navara
9d72a8b12b
Minor change to allow linking setupapi.dll.
...
svn path=/trunk/; revision=7902
2004-01-28 21:02:07 +00:00
Gé van Geldorp
bccf34a7a1
Determine number of accelerator table entries in resource from size of
...
the resource
svn path=/trunk/; revision=7901
2004-01-28 21:00:23 +00:00
Eric Kohl
cdcb7ec378
Remove ntos.h and roskrnl.h from kernel-mode code.
...
svn path=/trunk/; revision=7900
2004-01-28 20:55:50 +00:00
Gé van Geldorp
eb980ec861
Inform kernel whether Unicode or Ansi window proc is preferred
...
svn path=/trunk/; revision=7899
2004-01-28 20:54:30 +00:00
Gé van Geldorp
3d25387466
Don't wait for GUI processes to finish
...
svn path=/trunk/; revision=7898
2004-01-28 20:52:57 +00:00
Martin Fuchs
b4446c11bb
merged back commited WINE patches: \n for TRACE messages
...
svn path=/trunk/; revision=7897
2004-01-28 20:10:59 +00:00
Martin Fuchs
d276fcc1d3
merged back commited WINE patches
...
svn path=/trunk/; revision=7896
2004-01-28 20:10:01 +00:00
Filip Navara
f6966e84c8
Fixed base addresses and exports.
...
svn path=/trunk/; revision=7895
2004-01-28 19:34:45 +00:00
Gé van Geldorp
a3c1e6c8c7
Patch by Michael Fritscher
...
Fix /p when screen buffer is larger than output window
svn path=/trunk/; revision=7894
2004-01-28 17:47:27 +00:00
Gé van Geldorp
88c6922a90
strncpy does add NUL bytes to fill dest buffer completely,
...
however lstrcpyn does not.
svn path=/trunk/; revision=7893
2004-01-28 08:51:09 +00:00
Gé van Geldorp
18a0b41cb6
Don't depend on wine user32 internals
...
svn path=/trunk/; revision=7892
2004-01-27 21:54:03 +00:00
Gé van Geldorp
c778f1be56
Don't write more nul bytes than necessary
...
svn path=/trunk/; revision=7891
2004-01-27 21:43:47 +00:00
Hartmut Birr
01723ab7ca
- Fixed some problems which occurs if a read only segment is
...
changed to write and back to read only and if such a segment
(or a page from such a segment) is paged out and reloaded again.
svn path=/trunk/; revision=7890
2004-01-27 20:13:08 +00:00
Gé van Geldorp
72a5d17432
Fix cross-thread WM_SETTEXT messages
...
svn path=/trunk/; revision=7889
2004-01-27 13:21:35 +00:00
Thomas Bluemel
8c589debf7
activate modal dialog when clicking on a disabled window
...
svn path=/trunk/; revision=7888
2004-01-27 11:52:37 +00:00
Thomas Bluemel
55a09e1914
release window object when destroying window children and skip only children that have a different parent window (instead of owner window because controls do not have a window owner)
...
svn path=/trunk/; revision=7887
2004-01-27 09:36:14 +00:00
Thomas Bluemel
420710cf61
don't activate disabled windows
...
svn path=/trunk/; revision=7886
2004-01-27 08:49:58 +00:00
Thomas Bluemel
71270ddbba
GetAncestor() doesn't set a last-error if the handle passed is the desktop window, it just returns NULL
...
svn path=/trunk/; revision=7885
2004-01-27 08:29:28 +00:00
Gé van Geldorp
f1253083e4
Release mutex on error exit
...
svn path=/trunk/; revision=7884
2004-01-26 23:29:23 +00:00
Thomas Bluemel
53623ae9dc
implemented multiline menu bars
...
svn path=/trunk/; revision=7883
2004-01-26 23:22:48 +00:00
Filip Navara
83adec498a
Readd some resource, because they're actually used!
...
svn path=/trunk/; revision=7882
2004-01-26 20:36:41 +00:00