Commit graph

38531 commits

Author SHA1 Message Date
Daniel Reimer b58cef33fa Sync all apps with wine 1.1.27. (rosapps)
This is not a 1:1 sync anymore, because Wine adds all single rc files into the makefile now and we dont support this right now.
-> Reverted to old behavior and added a pragma revert line to all rc files which change the pragma for UTF8 Support.

svn path=/trunk/; revision=42752
2009-08-17 01:37:17 +00:00
James Tabor 2594a8fbef - Move GetCharacterPlacement functions into new locations. Implemented GetCharacterPlacementA from wine port.
- Port from wine, original authors: Juergen Schmied <juergen.schmied@metronet.de>, Peter Oberndorfer <kumbayo84@arcor.de>

svn path=/trunk/; revision=42751
2009-08-17 01:34:20 +00:00
James Tabor 2e771a7968 - Add callback for client side thread startup. This is for bug 4785.
svn path=/trunk/; revision=42750
2009-08-17 00:30:25 +00:00
Gregor Schneider 96e5d9e878 - Don't allow glyph indices (ETO_GLYPH_INDEX) in ExtTextOut as long as they are not created properly
- GetCharacterPlacementA/W has to work to allow this, currently broken/stubbed
- Switch to full text processing mode so that those texts are shown
- Fixes garbled text in OpenOffice 1.14/1.15 installers, bug #933

svn path=/trunk/; revision=42749
2009-08-17 00:24:46 +00:00
Gregor Schneider a7c654b075 Handle a missing output buffer in NtGdiGetCharABCWidthsW
svn path=/trunk/; revision=42748
2009-08-17 00:13:44 +00:00
Dmitry Gorbachev 39980608f8 Add an assertion. See bug #4785.
svn path=/trunk/; revision=42747
2009-08-16 22:52:05 +00:00
James Tabor 46af179093 - [Win32k] Removed W32THREADINFO.
- Tested AbiWord, User32 wine tests. Yes, of course, this needs more testing.


svn path=/trunk/; revision=42746
2009-08-16 21:44:59 +00:00
Gregor Schneider c365f1c1bb Handle failure of EngLockSurface as well
svn path=/trunk/; revision=42745
2009-08-16 20:11:31 +00:00
Stefan Ginsberg ac35e87724 - Revert 32309 -- instead of removing FORCEINLINE to make GCC happy (it can't inline functions using va_list), use __inline to merely hint that the function should be inlined. This lets you use RtlStringCbPrintfA and RtlStringCbPrintfExA in multiple source files as the functions aren't static.
- Moreover, there is no reason to forceinline all the RtlString* routines -- they are quite big and the compiler should be allowed to optimize here as it likes, so just use __inline. Also add RtlStringCchCopyA and re-enable ASSERTMSG and use it for the stubs.
- Add missing GUID_CLASS_COMPORT and GUID_SERENUM_BUS_ENUMERATOR to ntddser.h
- Add driverspecs.h to stub out Driver Verifier annotations
- The WDK serenum source sample now compiles with our header set.

svn path=/trunk/; revision=42744
2009-08-16 20:08:48 +00:00
Gregor Schneider f145632ab6 Handle failure of EngCreateClip, spotted by Amine Khaldi
svn path=/trunk/; revision=42743
2009-08-16 19:56:40 +00:00
Gregor Schneider ea7be198c3 - Copy the source rectangle after checking it
- Create input rectangle from destination size if source is not used

svn path=/trunk/; revision=42742
2009-08-16 19:43:58 +00:00
Gregor Schneider d9bc76c65a Allocate span memory for every clipping type, not only for one
svn path=/trunk/; revision=42741
2009-08-16 19:20:50 +00:00
Gregor Schneider 9a8137bdd5 Add some useful information to the popen header
svn path=/trunk/; revision=42740
2009-08-16 18:58:25 +00:00
Gregor Schneider 1aebf2497e Only set the pattern function pointer if the pattern surface is valid, spotted by Amine Khaldi
svn path=/trunk/; revision=42739
2009-08-16 18:52:06 +00:00
KJK::Hyperion f5828613f7 Tests to exercise support for calling stack-allocated trampolines. All three tests pass
svn path=/trunk/; revision=42738
2009-08-16 16:50:35 +00:00
KJK::Hyperion 9aacc392d5 modified include/reactos/libs/pseh/pseh2.h
Trampoline-related definitions are no longer necessary in the public header

modified   lib/pseh/i386/framebased-gcchack.c
   Don't use byte arrays when you mean unaligned field, Arch: use __attribute__((packed)) instead, and gcc will thank you for not violating strong aliasing

svn path=/trunk/; revision=42737
2009-08-16 16:40:52 +00:00
Stefan Ginsberg e3e940dcc6 - Remove incorrect #pragma pack/pop
svn path=/trunk/; revision=42736
2009-08-16 13:20:19 +00:00
Timo Kreuzer 074f29786e Update PDEVOBJ and GRAPHICS_DEVICE fields
svn path=/trunk/; revision=42735
2009-08-16 12:57:41 +00:00
Stefan Ginsberg c13c6c8daa - Woops, NDIS_PHYSICAL_MEDIUM got lost somehow... and NDIS_MEDIUM belongs in ntddndis.h too
svn path=/trunk/; revision=42734
2009-08-16 12:53:31 +00:00
Stefan Ginsberg 49d9ff57e9 - Fix ntstrsafe.h's dependency on debug.h
svn path=/trunk/; revision=42733
2009-08-16 12:42:18 +00:00
Stefan Ginsberg 78d31c85a0 - Remove duplicate ntddndis.h in /psdk/ -- we already have it in /ddk/. Add the duplicated types to the DDK version. Also move NDIS_OBJECT_HEADER over to ntddndis.h from ndis.h as this is where it belongs.
- Remove "ntdd1934.h" -- this header should be named ntdd1394.h. We already have a copy named so, but the old incompatible header wasn't removed.

svn path=/trunk/; revision=42732
2009-08-16 12:37:44 +00:00
Matthias Kupfer 48ba688d46 fix German translation of ReactOS Applications Manager
svn path=/trunk/; revision=42731
2009-08-16 12:31:54 +00:00
Matthias Kupfer b788aceff0 fix some typos
svn path=/trunk/; revision=42730
2009-08-16 12:28:17 +00:00
Matthias Kupfer 9fd24347d5 - second part of German translation of rapps entries.
- change some entries to proper values

svn path=/trunk/; revision=42729
2009-08-16 12:23:01 +00:00
Sylvain Petreolle 8181199496 fix tditest build
svn path=/trunk/; revision=42728
2009-08-16 11:04:42 +00:00
James Tabor 977596b2e5 - Use correct head structure for event hooks.
svn path=/trunk/; revision=42727
2009-08-16 06:41:18 +00:00
James Tabor 7b35054d70 - Move inline function to local header.
svn path=/trunk/; revision=42726
2009-08-16 01:48:35 +00:00
Dmitry Gorbachev 36512fc9c3 Revert r42569.
svn path=/trunk/; revision=42725
2009-08-16 01:21:20 +00:00
Dmitry Gorbachev 3f11239846 Synchronize with paging I/O.
svn path=/trunk/; revision=42724
2009-08-16 01:20:50 +00:00
Dmitry Gorbachev 2a60b44d65 Take inode size from Ext2 superblock.
svn path=/trunk/; revision=42723
2009-08-16 01:20:22 +00:00
Dmitry Gorbachev 961afecdd8 Fix FsRtlDissectName(). Pierre Schweitzer.
svn path=/trunk/; revision=42722
2009-08-16 01:20:15 +00:00
James Tabor bc80314293 - Rename pointer to server information structure.
svn path=/trunk/; revision=42721
2009-08-15 22:57:32 +00:00
James Tabor 8e0b4f441a - Use the correct flag for hidden popup actions.
svn path=/trunk/; revision=42720
2009-08-15 22:24:26 +00:00
Matthias Kupfer b8000cd776 first part of German translation of rapps entries.
svn path=/trunk/; revision=42719
2009-08-15 22:17:30 +00:00
Gregor Schneider 8130a946d5 Apply changes from r42521 to DefWndProcW as well
See issue #4791 for more details.

svn path=/trunk/; revision=42718
2009-08-15 22:06:09 +00:00
James Tabor 20237183e5 - Fix define types.
svn path=/trunk/; revision=42716
2009-08-15 21:28:02 +00:00
Hervé Poussineau 1ad7b1fe0a Try to fix build after r42706
svn path=/trunk/; revision=42715
2009-08-15 20:47:58 +00:00
Stefan Ginsberg e75501547e - Attempt to fix user32 build after 42706 -- user32 needs those undocumented TB_* too
svn path=/trunk/; revision=42714
2009-08-15 20:11:04 +00:00
Matthias Kupfer 2288be170e German translation of ReactOS Applications Manager
svn path=/trunk/; revision=42713
2009-08-15 19:42:57 +00:00
Stefan Ginsberg c163eb9dc9 - Convert tditest to PSEH instead of a broken MSVC SEH attempt
- Teach man how to use "subroutines"

svn path=/trunk/; revision=42709
2009-08-15 16:40:51 +00:00
Aleksey Bragin fad9449b5f - Fix a typo.
svn path=/trunk/; revision=42708
2009-08-15 16:32:20 +00:00
Dmitry Chapyshev f23c70c56e - Sync comctl32 with Wine 1.1.27 (without imagelist.c)
- Sync comdlg32 with Wine 1.1.27

svn path=/trunk/; revision=42706
2009-08-15 16:15:43 +00:00
Dmitry Chapyshev 88aad4cf0b - Fix Russian translation
svn path=/trunk/; revision=42705
2009-08-15 15:50:29 +00:00
Dmitry Chapyshev 1483089019 - Set mute icon if sound unavailable
- Set "No devices" if device unavailable
- Disable controls after dialog initialization

svn path=/trunk/; revision=42704
2009-08-15 15:38:40 +00:00
Dmitry Chapyshev 4936fdb9db - Add some resources
- Disable controls after dialog initialization

svn path=/trunk/; revision=42703
2009-08-15 14:49:44 +00:00
Dmitry Chapyshev dd24853598 - Add EventLabels keys
svn path=/trunk/; revision=42702
2009-08-15 14:46:24 +00:00
Dmitry Chapyshev 5e783b4337 - Add sound schemes keys
svn path=/trunk/; revision=42701
2009-08-15 14:16:08 +00:00
Dmitry Chapyshev eb312a8fb0 - Add bcrypt, xmllite and hnetcfg from Wine
svn path=/trunk/; revision=42700
2009-08-15 13:55:40 +00:00
Johannes Anderwald d1ff4911cb - Implement KsGetFirstChild, KsGetNextSibling
- Implement IKsFilter_fnAddProcessPin, IKsFilter_fnRemoveProcessPin
- Remove old code for attaching so that it works with KsGetFirstChild
- Implement attach of filter factories to the device header
- Unimplement a few functions which were wrong
- Implement KsDispatchSpecificProperty

svn path=/trunk/; revision=42699
2009-08-15 13:45:06 +00:00
Johannes Anderwald bde6b65191 - Add dmksctrl.h
- Add KsPinGetNextSiblingPin prototype

svn path=/trunk/; revision=42698
2009-08-15 13:38:15 +00:00