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
Aleksey Bragin
6bfe38b04b
man implementation in ReactOS by Semyon Novikov (tappak).
...
It works in current ROS implementation according to his words
svn path=/trunk/; revision=7909
2004-01-29 20:28:56 +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
Thomas Bluemel
48cc68f016
1. implemented MenuItemFromPoint()
...
2. fixed hittest-code so it returns HTMENU properly
svn path=/trunk/; revision=7881
2004-01-26 12:46:16 +00:00
Thomas Bluemel
e6249843b8
set menuitem rects after measuring the size
...
svn path=/trunk/; revision=7880
2004-01-26 10:09:04 +00:00
Thomas Bluemel
9d9f3772f6
fixed close button
...
svn path=/trunk/; revision=7879
2004-01-26 09:32:17 +00:00
Thomas Bluemel
a5ea007a53
gave NtUserCall*Param decent names
...
svn path=/trunk/; revision=7878
2004-01-26 08:44:51 +00:00
Gé van Geldorp
49c7a9ae93
Add __REACTOS__ define
...
svn path=/trunk/; revision=7877
2004-01-25 18:42:49 +00:00
Filip Navara
6e361ec59f
More work on software mouse pointer implementation.
...
svn path=/trunk/; revision=7876
2004-01-25 16:47:10 +00:00
Richard Campbell
4fc67741b8
more housekeeping
...
svn path=/trunk/; revision=7875
2004-01-25 13:09:34 +00:00
Richard Campbell
5792580e59
housekeeping
...
svn path=/trunk/; revision=7874
2004-01-25 13:06:55 +00:00
Martin Fuchs
ffce6d13d0
fixed Doxygen Generation
...
svn path=/trunk/; revision=7873
2004-01-25 11:55:59 +00:00
Jason Filby
bf5b782c83
*** empty log message ***
...
svn path=/trunk/; revision=7872
2004-01-25 09:57:15 +00:00
Filip Navara
872e4089f0
Minor fix.
...
svn path=/trunk/; revision=7871
2004-01-25 08:32:51 +00:00
Filip Navara
09fa2c188b
Fixed binary search algroithm in LdrGetExportByOrdinal - numbers can reach negative values.
...
svn path=/trunk/; revision=7870
2004-01-25 08:32:49 +00:00
Filip Navara
5f474aea89
Work on ioctlsocket and WSAIoctl.
...
svn path=/trunk/; revision=7869
2004-01-25 08:32:44 +00:00
Filip Navara
3360515771
Actually the last entry in export table is NumberOfNames - 1 and not NumberOfNames.
...
svn path=/trunk/; revision=7868
2004-01-24 23:44:26 +00:00
Martin Fuchs
8fb6b0e581
resolve some FIXMEs by translating new text strings; provided by Paulo [<correasilva@tugamail.com>]
...
svn path=/trunk/; revision=7867
2004-01-24 23:00:51 +00:00
Filip Navara
e25e386086
Moved the generic mouse pointer implementation to win32k (not complete yet).
...
svn path=/trunk/; revision=7865
2004-01-24 19:47:05 +00:00
Filip Navara
db0f9b9ba4
Work on mouse pointer implementation.
...
svn path=/trunk/; revision=7864
2004-01-24 17:42:56 +00:00
Steven Edwards
ed4bb6a2cd
Started porting Setupapi.dll from WINE to ReactOS.
...
svn path=/trunk/; revision=7863
2004-01-24 15:39:47 +00:00
Martin Fuchs
7fd96c83a7
dde_connect(): set error code ERROR_DDE_FAIL when encountering DDE connection problems
...
svn path=/trunk/; revision=7862
2004-01-24 12:20:17 +00:00