Daniel Reimer
aa9fd8c419
Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.
...
svn path=/trunk/; revision=31671
2008-01-08 16:12:49 +00:00
Daniel Reimer
4b9377aa40
Bug 2943: Ukrainian translation update
...
svn path=/trunk/; revision=31670
2008-01-08 15:11:33 +00:00
Daniel Reimer
51c114304f
Bug 2943: Ukrainian translation update
...
svn path=/trunk/; revision=31669
2008-01-08 15:11:29 +00:00
Hervé Poussineau
81ac40ae05
By default, display ERROR level debug output
...
Let KDBG change default output mask
svn path=/trunk/; revision=31668
2008-01-08 09:51:53 +00:00
Hervé Poussineau
24e8a63544
Fix debug message
...
svn path=/trunk/; revision=31667
2008-01-08 09:49:22 +00:00
Hervé Poussineau
8285f46476
No need to link to ntdll for such a simply functionality
...
svn path=/trunk/; revision=31666
2008-01-08 09:34:47 +00:00
Daniel Reimer
cf5631fac8
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
...
svn path=/trunk/; revision=31665
2008-01-08 08:06:08 +00:00
Daniel Reimer
cdf6136478
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
...
svn path=/trunk/; revision=31664
2008-01-08 08:06:08 +00:00
Hervé Poussineau
36598431fe
Add debug trace
...
svn path=/trunk/; revision=31663
2008-01-08 07:28:45 +00:00
James Tabor
f8150df959
Add layout support for CreateCompatibleDC.
...
svn path=/trunk/; revision=31662
2008-01-08 05:29:13 +00:00
Timo Kreuzer
eb5c44b4a9
change gdi object deleting mechanism to a windows compatible one.
...
svn path=/trunk/; revision=31661
2008-01-08 05:04:52 +00:00
James Tabor
238f8e2ac9
Remove unused flags and start using new dc type ids.
...
svn path=/trunk/; revision=31660
2008-01-08 03:48:08 +00:00
Timo Kreuzer
689819ce3e
fix 2 names
...
svn path=/trunk/; revision=31659
2008-01-08 02:49:09 +00:00
Hervé Poussineau
d4eefffcc2
Fix build
...
svn path=/trunk/; revision=31658
2008-01-07 21:58:00 +00:00
Hervé Poussineau
def6b93ee4
Link to wine library, as we're using wine debug macros
...
svn path=/trunk/; revision=31657
2008-01-07 21:50:21 +00:00
Hervé Poussineau
aa482ff783
Add traces
...
svn path=/trunk/; revision=31656
2008-01-07 21:42:59 +00:00
Colin Finck
6345038990
Win32k:
...
- Read from HKCU\Keyboard Layout\Preload for getting the keyboard layout ID to use instead of using the default locale.
This finally makes it possible to set the keyboard layout and system locale independently.
- Change ReadRegistryValue from KEY_ALL_ACCESS to KEY_READ, we don't need more rights.
usetup:
- Rename "ProcessKeyboardLayoutRegistry" to "ProcessLocaleRegistry" as it doesn't set anything related to keyboard layouts.
- Add a new function "ProcessKeyboardLayoutRegistry", which sets the keyboard layout ID in the correct registry key.
- Add ERROR_UPDATE_LOCALE_SETTINGS
- Fix the indentation of some parts of the language headers and update the german one.
Known issues:
- Before input.dll is finished, we can only set the keyboard layout in usetup or by manually editing the registry.
- 1st stage and 2nd stage setup always use US English keyboard layout for now.
See issue #2635 for more details.
svn path=/trunk/; revision=31655
2008-01-07 21:34:56 +00:00
Dmitry Chapyshev
98128b8390
- Apply patch from GedMurphy
...
svn path=/trunk/; revision=31654
2008-01-07 21:08:02 +00:00
Hervé Poussineau
cd933bb16c
[FORMATTING] Fix indentation
...
svn path=/trunk/; revision=31653
2008-01-07 20:55:02 +00:00
Dmitry Chapyshev
b195ebe655
- Fix buffer overflows
...
svn path=/trunk/; revision=31652
2008-01-07 20:07:09 +00:00
Aleksey Bragin
9694f40179
- Don't include ntsecpkg.h for now. If it's needed, it should be included differently.
...
svn path=/trunk/; revision=31651
2008-01-07 19:51:02 +00:00
Dmitry Chapyshev
696cbe0336
- Fix typos
...
- Update Russian translation
svn path=/trunk/; revision=31650
2008-01-07 17:46:56 +00:00
Dmitry Chapyshev
b9fe66f51c
- Add locale information to registry
...
- Change main.cpl to input.dll
svn path=/trunk/; revision=31649
2008-01-07 17:36:02 +00:00
Colin Finck
bd334b2185
Fix the indentation mess in "settings.c" as well
...
svn path=/trunk/; revision=31648
2008-01-07 17:22:05 +00:00
Colin Finck
65bd222a65
Fix the indentation mess in "usetup.c"
...
svn path=/trunk/; revision=31647
2008-01-07 16:50:40 +00:00
Aleksey Bragin
cfe56f2869
- Add declaration for KdChangeOption exported native API.
...
svn path=/trunk/; revision=31645
2008-01-07 16:12:48 +00:00
Hervé Poussineau
001fd00066
Update irot.idl
...
Misc cleanup
svn path=/trunk/; revision=31644
2008-01-07 15:17:48 +00:00
Dmitry Chapyshev
a6719d5f5f
- Add Russian translation
...
svn path=/trunk/; revision=31643
2008-01-07 15:08:18 +00:00
Dmitry Chapyshev
00fe6ccc98
- Added ACP, OEMCP and MACCP keys to registry
...
- Added ERROR_ADDING_CODEPAGE to all languages
- Update Russian translation
svn path=/trunk/; revision=31642
2008-01-07 14:51:42 +00:00
Aleksey Bragin
a173909f74
- WIDL Wine vs. ReactOS differences.
...
svn path=/trunk/; revision=31641
2008-01-07 14:23:35 +00:00
Aleksey Bragin
77de066997
- Change incorrect rpcrt4's synchronous operation back to asynchronous (which was in Wine back in 0.9.5).
...
- Update corresponding patch file, increasing context to 5 lines for better merging.
svn path=/trunk/; revision=31640
2008-01-07 14:16:27 +00:00
Hervé Poussineau
8fbe89bbba
Use kernel facilities to change debug level at runtime
...
svn path=/trunk/; revision=31639
2008-01-07 12:57:32 +00:00
Dmitry Chapyshev
105d16cdd9
- Add ANSI, OEM and MAC codepage to MUI_LANGUAGE structure
...
svn path=/trunk/; revision=31638
2008-01-07 12:34:54 +00:00
Johannes Anderwald
82aae4981b
- alter keyboard layout when a non default language is chosen
...
- fix typo
svn path=/trunk/; revision=31636
2008-01-06 23:36:01 +00:00
Thomas Bluemel
2eacda93bd
Fix handling of WM_COMMAND messages
...
svn path=/trunk/; revision=31635
2008-01-06 22:28:28 +00:00
Aleksey Bragin
9d4716655a
- Add a sample, commented out line to simplify enabling debug channels in usermode applications.
...
svn path=/trunk/; revision=31633
2008-01-06 16:37:44 +00:00
Aleksey Bragin
1a8f12eaee
- Add ros-specific changes patch.
...
- Set svn:eol-style properties.
svn path=/trunk/; revision=31632
2008-01-06 16:33:52 +00:00
Aleksey Bragin
ecdee48d72
- Update rpcrt4 to Wine-20080105, so it corresponds to the WIDL. Local changes applied.
...
svn path=/trunk/; revision=31631
2008-01-06 16:18:31 +00:00
Art Yerkes
07dce281aa
Removed library.
...
svn path=/trunk/; revision=31630
2008-01-06 15:23:26 +00:00
Art Yerkes
512fc27314
Some cleanup. Didn't mean to turn on debug in mminit.
...
Remove ppcdevtree. It's not needed anymore.
svn path=/trunk/; revision=31629
2008-01-06 15:12:41 +00:00
Daniel Reimer
6c62866642
Final commmit with manifests for now. I did not touch Wine Synched and dlls which are not skinned in XP anyway.
...
svn path=/trunk/; revision=31628
2008-01-06 15:10:45 +00:00
Art Yerkes
f139636237
Whoops got some WIP code in here.
...
svn path=/trunk/; revision=31627
2008-01-06 15:07:18 +00:00
Art Yerkes
b093ef0584
Straggler.
...
svn path=/trunk/; revision=31626
2008-01-06 15:03:31 +00:00
Art Yerkes
36de05867e
t's a bit embarrasing that some of this was undone until recently, but we now
...
correctly communicate the boot-time memory map to kernel land. In question is
still how the ppcmmu idea of free pages and the ntoskrnl one will coincide.
Lots of things were adapted in ofwldr as ntoskrnl and freeldr changed a bit
since this was forked. Also, some hacks were in here to allow ofwldr to be
ignorant of how some things were mapped. That's fixed.
Many stupid and obvious bugs have been fixed.
I've basically gutted a lot of HAL stuff, so it isn't committed here.
I had mistakenly used the same array size as x86 did in the ports array in
kdcom. This is corrected.
I added in some support for boot time device detection (sadly, I haven't yet
decided what will become of openfirmware properties yet).
Much has been done to simplify the mess that mboot became.
svn path=/trunk/; revision=31625
2008-01-06 14:52:00 +00:00
Daniel Reimer
47a870ac46
More Manifests and now all relevant Apps are Skinned. (Tell me if I missed one) DLLs will come later this day.
...
svn path=/trunk/; revision=31624
2008-01-06 14:04:44 +00:00
Daniel Reimer
70f5d3c4d7
Add Manifests to RosApps. Not very useful yet, but when we really get a XP Compatible Skinning System in the Future, it will be for sure!
...
svn path=/trunk/; revision=31623
2008-01-06 13:35:12 +00:00
Aleksey Bragin
68354a9baf
- Add rpcasync.h from wine and include it.
...
- Add missing GetThreadId winapi function declaration.
svn path=/trunk/; revision=31622
2008-01-06 10:09:50 +00:00
James Tabor
b5c759cceb
Fix regression in RealizePalette. Send broadcast message if palette was changed.
...
svn path=/trunk/; revision=31621
2008-01-06 06:57:57 +00:00
James Tabor
6880f63f6f
Patch by Stefan100 stefan__100__ at hotmail.com. Removes unimplemented NtGdi functions.
...
svn path=/trunk/; revision=31620
2008-01-06 02:52:19 +00:00
James Tabor
4197bbe411
Removed NtGdiExtTextOut/PolyTextOut. Update related files.
...
svn path=/trunk/; revision=31619
2008-01-06 02:16:09 +00:00