Commit graph

29058 commits

Author SHA1 Message Date
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
Daniel Reimer 0eadf4a00c Bug 2935: Polish translation part 3/x and the rest of 2/x by Olaf Siejka
svn path=/trunk/; revision=31618
2008-01-05 23:06:05 +00:00
Hervé Poussineau 6a94d219db Add ntdllsys library to contain the syscalls of ntdll.dll
svn path=/trunk/; revision=31617
2008-01-05 22:38:42 +00:00
Aleksey Bragin 0642d6bf5c - Merge 31498 (include define guard fix).
svn path=/trunk/; revision=31616
2008-01-05 20:45:31 +00:00
Aleksey Bragin 0b560fde00 - WIDL from Wine-20080105, with 2 ReactOS-specific changes:
* LANG_SUTU and other non-standard language defines are guarded with #ifndef __REACTOS__
 * "#define NO_NATIVE_LNG" hpoussin's patch.

svn path=/trunk/; revision=31615
2008-01-05 20:40:33 +00:00
James Tabor b38a8a2d4c Fixed regression in RealizePalette, found by Stefan100.
svn path=/trunk/; revision=31614
2008-01-05 19:35:03 +00:00
Hervé Poussineau 94f4d04f97 Fix svn properties
svn path=/trunk/; revision=31613
2008-01-05 18:57:24 +00:00
James Tabor 569862a321 Patch by Stefan100 stefan__100__ at hotmail.com. Remove EnhMeta calls from win32k and ntgdibad.h.
svn path=/trunk/; revision=31609
2008-01-05 17:35:23 +00:00
Hervé Poussineau 2134c50b74 Be compatible with MS Windows 2003 SP1 syscall list
svn path=/trunk/; revision=31608
2008-01-05 17:29:44 +00:00
Hervé Poussineau 99f6c30541 Add NtRenameKey prototype
svn path=/trunk/; revision=31607
2008-01-05 17:28:07 +00:00
Pierre Schweitzer adee0f7cc8 Zero memory before use
svn path=/trunk/; revision=31606
2008-01-05 13:15:54 +00:00
Colin Finck d2a9119447 Attempt to fix build :)
svn path=/trunk/; revision=31604
2008-01-05 11:51:51 +00:00
Magnus Olsen f6ec459639 add #ifndef _DDRAWGDI_ so we can use this file more and once.
and gcc does not complain if it include twice

svn path=/trunk/; revision=31603
2008-01-05 11:07:31 +00:00
Aleksey Bragin 0a5f4f5403 - Fix possible handle leak.
See issue #2934 for more details.

svn path=/trunk/; revision=31602
2008-01-05 10:01:34 +00:00
James Tabor 3a4e403d40 Fix inverse sort for rects.
svn path=/trunk/; revision=31601
2008-01-05 05:58:40 +00:00
Ziliang Guo 21fd38fc61 Continue with editing of documentation.
svn path=/trunk/; revision=31600
2008-01-04 23:24:37 +00:00
Hervé Poussineau cb25e9a856 Add hlink.dll and schannel.dll to bootcd
svn path=/trunk/; revision=31599
2008-01-04 21:55:51 +00:00
The Wine Synchronizer d87e26dee7 Autosyncing with Wine HEAD
svn path=/trunk/; revision=31598
2008-01-04 21:53:55 +00:00