Marc Piulachs
8b2caeb2a4
forgot to commit this file. Add 3dtext to the build
...
svn path=/trunk/; revision=29906
2007-10-27 00:11:32 +00:00
Marc Piulachs
65687e3dbc
Update/Fix spanish localizations
...
svn path=/trunk/; revision=29905
2007-10-26 22:46:23 +00:00
Marc Piulachs
f57df59ffd
Very simple OpenGL 3D text screensaver similar to the windows one.
...
Original work by Jeff Molofee tutorials (http://nehe.gamedev.net )
basically converted from C++ to C and adapted as a windows screensaver
Not added to reactos.dff for now because opengl seems to be broken again
See issue #2755 for more details.
svn path=/trunk/; revision=29904
2007-10-26 22:34:42 +00:00
Timo Kreuzer
fffc7ba078
UserScrollDC: 2nd try to fix the invalidated region. desk.cpl looks ok now and in my tests all worked like on XP, also fix the returned invalidated rect (don't use NtGdiGetClipBox)
...
NtUserScrollDC: return the region type
NtUserScrollwindowEx: fix the default clip region
svn path=/trunk/; revision=29903
2007-10-26 22:08:53 +00:00
Aleksey Bragin
ec2b9a0991
- Define LIST_ENTRY functions as part of host headers, instead of mkhive-specific defines.
...
- Use CM_KEY_CONTROL_BLOCK when communicating with new CM implementation ("config"). CM now builds a dummy KCB so that the functions in "config" can go around their business with KCB without needing to know what a ros-specific PKEY_OBJECT is.
svn path=/trunk/; revision=29902
2007-10-26 20:59:42 +00:00
Marc Piulachs
dbb8fcae7b
Implement Infs.Always section parsing to syssetup. Thanks to hpoussin for his suggestions
...
svn path=/trunk/; revision=29901
2007-10-26 16:19:52 +00:00
Hervé Poussineau
9b47f9fb33
Add a SourceDiskFiles section in txtsetup.sif, instead of hardcoding a list of drivers in freeldr
...
svn path=/trunk/; revision=29900
2007-10-26 15:32:04 +00:00
Aleksey Bragin
36a91123ec
- Both calls to LpcpMoveMessage must be guarded with SEH.
...
See issue #2243 for more details.
svn path=/trunk/; revision=29896
2007-10-26 09:02:24 +00:00
Aleksey Bragin
0b279a26b2
- Make behavior consistent: if there is no relocation information, return SUCCESS in both possible cases.
...
See issue #2268 for more details.
svn path=/trunk/; revision=29895
2007-10-26 08:48:04 +00:00
Art Yerkes
f6640c9b72
Remaining fixes from branch transition. MmuTurnOn, now with GDB stub.
...
svn path=/trunk/; revision=29894
2007-10-26 06:37:52 +00:00
James Tabor
e40b261ed9
ScrollDC From my notes 08/16/2003:
...
- Wine testing was not enough. If dx & dy are zero and hrgn and lprc are used or not zero. The Rect for hrgn and lprc are set zero w/o NtUserScrollDC being called. It just returns TRUE.
- If HDC is zero it will return FALSE and not call NtUserScrollDC.
svn path=/trunk/; revision=29893
2007-10-26 02:07:33 +00:00
Ged Murphy
5d397e4214
fix use of globals introduced in r29883
...
svn path=/trunk/; revision=29891
2007-10-25 23:23:53 +00:00
Timo Kreuzer
f95e0ccee8
UserScrollDC:
...
- rename rcScroll to rcClip
- simplify calculation of source point
- fix calculation of invalidated region
svn path=/trunk/; revision=29890
2007-10-25 23:10:50 +00:00
Timo Kreuzer
bb72e4c3a3
remove ToUnicode() stub from win32k
...
svn path=/trunk/; revision=29889
2007-10-25 23:06:50 +00:00
Timo Kreuzer
f20c2c30a3
fix error check
...
svn path=/trunk/; revision=29888
2007-10-25 23:03:04 +00:00
Daniel Reimer
cd76b4ba4b
Fix Build. Someone forgot to remove some +, when he copy pasted from a diff.
...
svn path=/trunk/; revision=29887
2007-10-25 21:47:33 +00:00
Johannes Anderwald
73960e0ad5
- Draw color quality indicator in Display Properties -> Settings
...
- patch by Vytis Girdzijauskas, "CMan", cman[at]cman[dot]us
See issue #2762 for more details.
svn path=/trunk/; revision=29883
2007-10-25 19:40:27 +00:00
Johannes Anderwald
ff318ae339
Hwang YunSong() <hys545@dreamwiz.com>
...
- Updated Korean resource.
Timo Kreuzer
- check if theres a current IDrapDropTarget interface and only then perform actions on it
See issue #1211 for more details.
svn path=/trunk/; revision=29882
2007-10-25 19:25:40 +00:00
Colin Finck
e2a8f1f20f
- Add a Ukrainian translation for eventvwr by Rostislav Zabolotny (rstzab AT yandex DOT ru).
...
I modified it a bit to reflect the current changes, since it was created from an older revision.
- Add a common header to all translations
- Fix the dialog metrics of the About dialog in the Russian translation
See issue #2764 for more details.
svn path=/trunk/; revision=29880
2007-10-25 17:28:30 +00:00
Aleksey Bragin
6dad5e16a9
- Update cmlib interface to NT 5.2.
...
- Fix a bug in CmpInitializeHive which was calling HvInitializeHive with inverted params.
- Fix some host header issues.
svn path=/trunk/; revision=29879
2007-10-25 15:53:51 +00:00
Mike Nordell
5419828b1a
[COMMENTS] Redundant comments removed.
...
svn path=/trunk/; revision=29878
2007-10-25 14:56:30 +00:00
James Tabor
91096c362d
Fix icon title class descriptor for ReactOS.
...
svn path=/trunk/; revision=29876
2007-10-25 12:38:15 +00:00
Mike Nordell
d5b0ccd113
Quota cleanup. IRQL verfications for public functions. Still macro-protected and defaults to disabled.
...
svn path=/trunk/; revision=29875
2007-10-25 12:31:55 +00:00
Hervé Poussineau
73267a20e1
Add traces
...
Do not crash in IExtractIconW::GetIconLocation if out pointers are NULL
svn path=/trunk/; revision=29872
2007-10-25 10:28:19 +00:00
James Tabor
509c477b2e
Sync with Wine: Static controls.
...
svn path=/trunk/; revision=29864
2007-10-25 02:25:53 +00:00
Marc Piulachs
26567de320
fix cat.exe > tcat.exe executable filename
...
svn path=/trunk/; revision=29862
2007-10-25 01:21:44 +00:00
Marc Piulachs
4655339c23
Build files updates and fixes
...
svn path=/trunk/; revision=29860
2007-10-25 01:15:21 +00:00
Colin Finck
3b27462836
Replace "LTEXT ... SS_CENTER" by a simple "CTEXT"
...
svn path=/trunk/; revision=29856
2007-10-24 20:26:13 +00:00
Mike Nordell
443c699ba3
Interlocked add/sub for quota. Still disabled code.
...
svn path=/trunk/; revision=29853
2007-10-24 13:33:19 +00:00
James Tabor
5005dede1c
- Implement NtUserGetComboBoxInfo and use it in GetComboBoxInfo.
...
- Use Shared locks.
svn path=/trunk/; revision=29849
2007-10-24 11:19:30 +00:00
Hervé Poussineau
5bce4dda0c
Better check of GetWindowsDirectory() return value
...
svn path=/trunk/; revision=29846
2007-10-24 07:49:40 +00:00
Hervé Poussineau
9fdfadf2fa
Duplicate the user token before calling CreateProcessAsUser()
...
See issue #2569 for more details.
svn path=/trunk/; revision=29845
2007-10-24 07:45:44 +00:00
Art Yerkes
ff15530f99
Remove extra var.
...
svn path=/trunk/; revision=29842
2007-10-24 03:34:58 +00:00
Art Yerkes
3f99dd619b
React to changes in rbuild with regard to definitions. These are now
...
conditionally done in rosbe-ppc's gcc wrapper.
svn path=/trunk/; revision=29841
2007-10-24 02:23:54 +00:00
James Tabor
46d328103b
Update NtUserGetComboBoxInfo header info.
...
svn path=/trunk/; revision=29840
2007-10-24 02:03:56 +00:00
James Tabor
07c753c912
- Sync to Wine: Listbox controls
...
- Implement NtUserGetListBoxInfo and GetListBoxInfo. Fix header entry.
- Add LB_GETLISTBOXINFO to psdk.
svn path=/trunk/; revision=29839
2007-10-24 01:04:06 +00:00
Gregor Brunmar
243774066b
Made r29837 readable
...
svn path=/trunk/; revision=29838
2007-10-23 21:47:18 +00:00
Gregor Brunmar
f1546e5b22
Added RtlCopySecurityDescriptor
...
svn path=/trunk/; revision=29837
2007-10-23 21:42:03 +00:00
Aleksey Bragin
d68e72bf84
- Revert 29702 (IopParseDeviceHack is still required in 1st stage, and the Real Bug is at some other place, so no need in masking it away by doing calls which avoid buggy operation).
...
svn path=/trunk/; revision=29834
2007-10-23 19:19:06 +00:00
Marc Piulachs
5891bd30ce
- various fixes to the spanish language resources
...
svn path=/trunk/; revision=29831
2007-10-23 15:24:40 +00:00
Hervé Poussineau
28f4b0ee2e
IExtractIcon::GetIconLocation is not documented to support a NULL pointer as last parameter
...
svn path=/trunk/; revision=29830
2007-10-23 14:26:53 +00:00
Marc Piulachs
c494d813c2
- Added a new start menu folder "Accessibility" (IDS_SYS_ACCESSIBILITY)
...
- Install magnify on the start menu
See issue #2742 for more details.
svn path=/trunk/; revision=29829
2007-10-23 13:25:26 +00:00
Mike Nordell
33b96d03bf
Unbreak build (unused local var's warnings when not using the quota code).
...
svn path=/trunk/; revision=29828
2007-10-23 12:31:21 +00:00
Mike Nordell
821c3e5125
[FORMATTING] Consistency.
...
svn path=/trunk/; revision=29827
2007-10-23 11:08:18 +00:00
Mike Nordell
c4720317ab
First small attempt at implementing process memory quota. Currently disabled without explicit code modification (enabled by macro) to not modify behaviour of trunk.
...
svn path=/trunk/; revision=29826
2007-10-23 10:05:40 +00:00
Mike Nordell
6daf79aab8
[FORMATTING] Tab -> spc consistency.
...
svn path=/trunk/; revision=29825
2007-10-23 09:49:16 +00:00
Hervé Poussineau
acdded5eed
When creating the context menu, take care of attributes returned by the shell folder implementation
...
svn path=/trunk/; revision=29824
2007-10-23 09:43:23 +00:00
Hervé Poussineau
f9ca3809d6
Use SHCreateDefaultExtractIcon to simplify code
...
svn path=/trunk/; revision=29823
2007-10-23 09:09:46 +00:00
Hervé Poussineau
daa26745c2
Implement SHCreateDefaultExtractIcon
...
Export SHCreateDefaultContextMenu
svn path=/trunk/; revision=29822
2007-10-23 09:01:39 +00:00
Aleksey Bragin
c99c8b6957
- Add a bit more debug traces, like the previous implementation had.
...
svn path=/trunk/; revision=29821
2007-10-23 08:32:19 +00:00