Jens Collin
15971f9aa5
ShellExecute is run when executable is not found to open for example Notepad files by typing "myfile.txt".
...
svn path=/trunk/; revision=10147
2004-07-16 20:39:06 +00:00
Filip Navara
016e6a3f65
- Implementation of mmTaskCreate. Based on patch by Eric Pouech.
...
svn path=/trunk/; revision=10146
2004-07-16 20:24:59 +00:00
Thomas Bluemel
f82a992ec2
fixed typo
...
svn path=/trunk/; revision=10145
2004-07-16 20:20:53 +00:00
Eric Kohl
fa2ac0c0ca
Fix an old typo.
...
svn path=/trunk/; revision=10144
2004-07-16 19:54:05 +00:00
Art Yerkes
fbdcc7cb6f
Fonts converted by Larry Snyder
...
Converted suitably licensed X fonts from type 1 to TTF for use in ROS.
svn path=/trunk/; revision=10143
2004-07-16 17:21:05 +00:00
Eric Kohl
9d87061713
Implement security descriptor cache.
...
svn path=/trunk/; revision=10142
2004-07-16 17:20:23 +00:00
Gregor Anich
243d59c9e6
Fix some bugs, works on Windows and ReactOS with Mesa and NVIDIA driver.
...
x86 asm version of gl dispatch functions work now too (in gl.c)
svn path=/trunk/; revision=10141
2004-07-16 16:16:16 +00:00
Alex Ionescu
28e3667b69
Fixed prototypes to work in MSVC.
...
svn path=/trunk/; revision=10139
2004-07-16 13:45:02 +00:00
Filip Navara
3ab4ec1f54
- Handle indexed palettes in IntEngCreateSrcMonoXlate.
...
svn path=/trunk/; revision=10135
2004-07-15 21:14:51 +00:00
Martin Fuchs
e7d21fa39e
ignore unexpected exceptions while extracting icons
...
svn path=/trunk/; revision=10133
2004-07-15 21:04:02 +00:00
Martin Fuchs
4fd7ec5f63
replace BUFFER_LEN by dynamic allocations
...
svn path=/trunk/; revision=10132
2004-07-15 20:43:18 +00:00
Filip Navara
3281baa0bf
- Minor correction to DIB_32BPP_BitBlt that I broke with my last patch.
...
svn path=/trunk/; revision=10126
2004-07-15 18:13:22 +00:00
Eric Kohl
64b9c0f3cc
Implement RtlAddAuditAccessAceEx().
...
svn path=/trunk/; revision=10125
2004-07-15 08:15:49 +00:00
James Tabor
b1fb96b44c
Clear Partition0 DriveNotReady, for Removable Media.
...
svn path=/trunk/; revision=10124
2004-07-15 04:04:08 +00:00
Art Yerkes
e6f5d067e0
oskittcp: fixed handling of uio in send.
...
afd: fixed send.
tcpip: fixed double-complete of send irp.
svn path=/trunk/; revision=10122
2004-07-15 03:21:47 +00:00
Art Yerkes
9ce1fe0ddb
Small changes to debug output in catalog, handle, upcall.
...
ns.c -- getservbyport contributed by Cameron Palmer.
svn path=/trunk/; revision=10121
2004-07-15 02:03:07 +00:00
Steven Edwards
c26b523ad9
added Spanish translation by Carlos Garcia Gomez.
...
svn path=/trunk/; revision=10120
2004-07-14 22:20:07 +00:00
Steven Edwards
383e5a9c1a
Warn rather than bail on HWND_MESSAGE windows
...
request. This gets the Scintilla Editor from theopencd to work.
svn path=/trunk/; revision=10119
2004-07-14 21:52:23 +00:00
Filip Navara
3baccc96f1
- Accidently commited this file with my last patch. Reverting.
...
svn path=/trunk/; revision=10118
2004-07-14 21:45:05 +00:00
Filip Navara
219e1664cf
- Add FIXME comment to LoadIconImage.
...
svn path=/trunk/; revision=10117
2004-07-14 20:52:13 +00:00
Filip Navara
dcbabca872
- Change the prototype of DIB_*_BitBlt* functions to take a pointer to a BLTINFO structure instead of many parameters.
...
- Make DIB_GetSource and DIB_GetSourceIndex macros.
- Add IntEngCreateSrcMonoXlate.
- Change the semantics of IntEngCreate*Xlate functions to treat palette mode == 0 as mode of the passed palette.
- Add XlateBrush and XlatePen to the DC structure.
- Fixed the bad design decision that caused mess when one brush was selected into more than one DC.
- Remove incorrect Int[Get/Set]DCColor implementation (used by [Get/Set]DC[Pen/Brush]Color).
- Get rid of compiler warnings in Win32k.
svn path=/trunk/; revision=10116
2004-07-14 20:48:58 +00:00
Steven Edwards
d0ba990059
Sync msacm32 with Winehq cvs. will merge my tweaks soon.
...
This gets Winamp5 loading.
svn path=/trunk/; revision=10115
2004-07-14 18:30:54 +00:00
Steven Edwards
d1d2a0a14a
Use Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable. Thanks to Filip Navara.
...
svn path=/trunk/; revision=10114
2004-07-14 17:47:03 +00:00
Steven Edwards
93cfddbb38
Added licensing page to usetup.
...
svn path=/trunk/; revision=10112
2004-07-14 16:24:00 +00:00
Eric Kohl
c6ec21e207
- Move access checks from NtAccessCheck() to SeAccessCheck().
...
- Check for 'take ownership' privilege.
svn path=/trunk/; revision=10111
2004-07-14 14:25:31 +00:00
Gé van Geldorp
6e17c87e59
Split "old-style Win 3.1" file dialog into 16 and 32 bit code
...
svn path=/trunk/; revision=10110
2004-07-14 06:52:29 +00:00
Filip Navara
cbda303409
- Revert part of my last TLS patch.
...
svn path=/trunk/; revision=10109
2004-07-14 02:40:45 +00:00
Eric Kohl
91946de006
First experimental implementstion of NtAccessCheck().
...
This should fix bug #362 .
svn path=/trunk/; revision=10108
2004-07-13 16:59:35 +00:00
Eric Kohl
4cc77e37cc
Move some access rights so they are usable form kernel-mode.
...
svn path=/trunk/; revision=10107
2004-07-13 16:57:35 +00:00
Eric Kohl
3e7bd9bd79
RtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().
...
svn path=/trunk/; revision=10106
2004-07-13 11:52:09 +00:00
Eric Kohl
3ed7b52fb9
NtOpenThreadToken() opens the thread token if OpenAsSelf is FALSE.
...
svn path=/trunk/; revision=10105
2004-07-13 11:48:32 +00:00
Eric Kohl
eda69bc46f
NtDuplicateToken() must create and return a handle to the duplicated token.
...
svn path=/trunk/; revision=10104
2004-07-13 08:43:35 +00:00
James Tabor
6e5edb7df9
Force a rebuild of the partition table if it already exists with a DeviceObject.
...
svn path=/trunk/; revision=10103
2004-07-13 02:43:06 +00:00
Gé van Geldorp
1605dba90a
SetLogonNotifyWindow is now implemented
...
svn path=/trunk/; revision=10102
2004-07-12 22:34:27 +00:00
Gé van Geldorp
9a26dd9c78
Fix RestartDialog() and RestartDialogEx() prototypes
...
svn path=/trunk/; revision=10101
2004-07-12 22:07:34 +00:00
Gé van Geldorp
0cffba8389
Robert Shearman <R.J.Shearman@warwick.ac.uk>
...
- Make ole32 a delay-load import of shell32.
(except that the ReactOS build system doesn't handle delay-load imports
yet, so make it a normal import)
svn path=/trunk/; revision=10100
2004-07-12 22:03:09 +00:00
Gé van Geldorp
bd1c1f6d7b
Fix syntax problem for some windres versions
...
svn path=/trunk/; revision=10099
2004-07-12 22:01:22 +00:00
Gé van Geldorp
935851acb6
Ilya Korniyko <k_ilya@ukr.net>
...
- Added Ukrainian translations.
Jos� Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
- Updated the Spanish shell32 translation and made some corrections to
other language files.
svn path=/trunk/; revision=10098
2004-07-12 21:26:39 +00:00
Gé van Geldorp
55dc46bf13
Use string resources for ExitWindowsDialog() and RestartDialogEx() to allow
...
internationalization.
svn path=/trunk/; revision=10097
2004-07-12 20:53:24 +00:00
Gé van Geldorp
aa38cd0cd1
Marcus Meissner <marcus@jet.franken.de>
...
- Fixed double applet = applet = assignment.
- Removed sic_hdpa only used in 1 C file as static var.
- Make VT_Shell_IMalloc32 and related variables static.
svn path=/trunk/; revision=10096
2004-07-12 20:32:16 +00:00
Gé van Geldorp
a1f4820c31
Shutdown step 1: inform winlogon (forgotten file)
...
svn path=/trunk/; revision=10095
2004-07-12 20:26:35 +00:00
Gé van Geldorp
4ce7742222
Shutdown step 1: inform winlogon
...
svn path=/trunk/; revision=10094
2004-07-12 20:09:35 +00:00
Eric Kohl
16a868a4e7
Replace hardcoded values by new constants.
...
svn path=/trunk/; revision=10092
2004-07-12 19:39:29 +00:00
Thomas Bluemel
11997022fd
forgot to export 2 functions
...
svn path=/trunk/; revision=10091
2004-07-12 16:27:46 +00:00
Thomas Bluemel
32b2a4dc1a
implementation of HidD_GetHidGuid()
...
svn path=/trunk/; revision=10090
2004-07-12 16:04:37 +00:00
Thomas Bluemel
ef8c92364b
added stubs for the Hid User Library (hid.dll)
...
svn path=/trunk/; revision=10089
2004-07-12 15:08:43 +00:00
Eric Kohl
32e7b224da
Define missing PNTSTATUS.
...
svn path=/trunk/; revision=10088
2004-07-12 13:51:29 +00:00
Eric Kohl
72b6ef30e7
Fix NtAccessCheck() prototype.
...
svn path=/trunk/; revision=10087
2004-07-12 12:05:49 +00:00
Thomas Bluemel
ad9cdc4edc
simplified dynamic loading of dlls
...
svn path=/trunk/; revision=10086
2004-07-12 10:33:04 +00:00
Thomas Bluemel
6535d130b7
removed wrong comments
...
svn path=/trunk/; revision=10085
2004-07-11 23:08:31 +00:00