Magnus Olsen
ed47fc3520
adding one more api to dxeng.c
...
svn path=/branches/reactx/; revision=29601
2007-10-15 13:10:59 +00:00
Magnus Olsen
1a146fe5ca
comment some protypes and how they work.
...
svn path=/branches/reactx/; revision=29600
2007-10-15 12:40:29 +00:00
Magnus Olsen
6a362ee13f
start implement the dxeng driver api that are need it for dxg.sys
...
I manger kill of some local tree with this commit.
ReactX can not be build
svn path=/branches/reactx/; revision=29599
2007-10-15 12:38:50 +00:00
Magnus Olsen
43e85fc362
add two empty folder for now, it si for dxg.sys and dxapi.sys
...
svn path=/branches/reactx/; revision=29598
2007-10-15 11:03:28 +00:00
Magnus Olsen
a476025b55
Start Build the next header we need, see https://www.openrce.org/forums/posts/535
...
only avail docs for it on the net.
svn path=/branches/reactx/; revision=29597
2007-10-15 10:57:08 +00:00
Magnus Olsen
8c0f839acf
add one more redirect to dxg.sys
...
svn path=/branches/reactx/; revision=29596
2007-10-15 09:49:58 +00:00
Magnus Olsen
706c0e7de6
rename 3 INDEX to diffent name to more logic names.
...
add comment which part being syscall, export list and internal use from win32k.sys
svn path=/branches/reactx/; revision=29595
2007-10-15 08:45:42 +00:00
Magnus Olsen
5c9253834f
adding more redirect to dxg.sys
...
svn path=/branches/reactx/; revision=29594
2007-10-15 08:42:47 +00:00
Magnus Olsen
d290c5e6c2
finish redirect dvp interface to dxg.sys
...
svn path=/branches/reactx/; revision=29593
2007-10-15 08:34:11 +00:00
Magnus Olsen
86b7527ce5
adding more redirect to dxg.sys
...
svn path=/branches/reactx/; revision=29592
2007-10-15 07:50:59 +00:00
Art Yerkes
3d34c28eb4
Fix quirks for building PPC on windows.
...
svn path=/trunk/; revision=29591
2007-10-15 03:56:58 +00:00
Art Yerkes
001703300c
Slight Adjustment. __DECLSPEC_SUPPORTED is an output.
...
svn path=/trunk/; revision=29590
2007-10-15 03:34:15 +00:00
Art Yerkes
8f3885a661
Make a more complete entry in the normal path so we can enter GDB at will.
...
svn path=/trunk/; revision=29589
2007-10-15 00:53:17 +00:00
Art Yerkes
4039f862ec
Add simple GDB stub.
...
Fix reported kernel address returned to reactos.c
Make MachVtbl fully formed for all subarch
Add simple gdb stub at this layer, wired to exception handlers
Simplify and unkludge trap handlers
Adapt trap frame to gdb style
Add proper swapping to image.c
Adapt other code for the more general trap handler now available in ppcmmu.
svn path=/trunk/; revision=29588
2007-10-14 23:09:12 +00:00
Magnus Olsen
3016e207ca
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29587
2007-10-14 22:41:36 +00:00
Magnus Olsen
a00f53b037
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29586
2007-10-14 22:16:43 +00:00
Magnus Olsen
806a16b4df
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29585
2007-10-14 22:14:19 +00:00
Magnus Olsen
4366aedfe4
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29584
2007-10-14 22:12:11 +00:00
Magnus Olsen
2b4f464c28
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29583
2007-10-14 22:09:18 +00:00
Magnus Olsen
ecd8e80799
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29582
2007-10-14 22:05:19 +00:00
Magnus Olsen
e8bb7f5d18
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
svn path=/trunk/; revision=29581
2007-10-14 22:00:17 +00:00
Magnus Olsen
13d5604971
entrypoint="0" do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the orginal dllmain will not be run
svn path=/trunk/; revision=29580
2007-10-14 21:58:49 +00:00
Magnus Olsen
f59bc76b8b
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the orginal dllmain will not be run
svn path=/trunk/; revision=29579
2007-10-14 21:57:40 +00:00
Magnus Olsen
431e7045da
do not use entrypoint="0" when dll have dllmain
...
only when dll does not have dllmain we should use entrypoint="0"
other wise the orginal dllmain will not be run
svn path=/branches/reactx/; revision=29578
2007-10-14 21:56:02 +00:00
Magnus Olsen
75bf1ba3bc
fixed export of EngLockDirectDrawSurface@4, EngUnlockDirectDrawSurface@4, EngDxIoctl@12, EngAllocPrivateUserMem@12, HeapVidMemAllocAligned@20, VidMemFree@8, EngFreePrivateUserMem@8
...
and add them to ntddraw/eng.c
no code yet
svn path=/branches/reactx/; revision=29577
2007-10-14 21:23:43 +00:00
Magnus Olsen
399dd8f6e5
cleanup from old interface and move new info to right header.
...
it still can not be build. for not all api have been redirect yet
svn path=/branches/reactx/; revision=29576
2007-10-14 20:42:41 +00:00
Magnus Olsen
a83c927ea6
delete stub.c from ntddraw folder it is not longer need it
...
add more redirect to dxg.sys
smaller cleanup as well
svn path=/branches/reactx/; revision=29575
2007-10-14 20:05:40 +00:00
Colin Finck
91120d6ffa
Silence a warning
...
svn path=/trunk/; revision=29574
2007-10-14 20:01:40 +00:00
Colin Finck
32bb43598d
Compute the card offset for the row stack based on the height of the card.
...
Otherwise the numbers of larger cards (like in cardsbav) are not visible.
svn path=/trunk/; revision=29573
2007-10-14 19:49:12 +00:00
Magnus Olsen
f3c20ee1cc
more redirect from win32k to dxg.sys
...
btw no old code exists in current file.
svn path=/branches/reactx/; revision=29572
2007-10-14 19:45:13 +00:00
Magnus Olsen
8d3e67ab96
start move out logic stuff that should have been move to ddsurf and d3d from ddraw.c
...
remove the old start up code for dx, it will be in in dxg.sys later.
win32k only redirect it to dxg.sys
svn path=/branches/reactx/; revision=29571
2007-10-14 19:02:45 +00:00
Colin Finck
5c9cfdf1ff
- Use #define's for setting the borders between elements.
...
- Don't use some values, which are based on hardcoded card metrics. Compute them using the #define's for the borders and the card metrics instead.
This way we can use the Bavarian cards.dll (cardsbav) now and theoretically cards in any size :-)
- Set the minimum window height and width by computing the size of all used elements using the new #define's and the card metrics.
- Some indentation changes
svn path=/trunk/; revision=29570
2007-10-14 18:21:27 +00:00
Magnus Olsen
01ec8d7afe
finish the redirect of dxg.sys for the d3d part
...
svn path=/branches/reactx/; revision=29569
2007-10-14 18:14:04 +00:00
Magnus Olsen
320f753a4e
adding more redirect for dvp interface to dxg
...
svn path=/branches/reactx/; revision=29568
2007-10-14 17:49:55 +00:00
Magnus Olsen
b81a1d62c0
move all dvp stub to dvp.c
...
start redirect all to dxg.sys
svn path=/branches/reactx/; revision=29567
2007-10-14 16:19:56 +00:00
Magnus Olsen
3b320dfaaa
add empty file for directx video port control interface
...
svn path=/branches/reactx/; revision=29566
2007-10-14 15:18:29 +00:00
Magnus Olsen
9b55f8ca65
redirect whole dd interface to dxg.sys
...
svn path=/branches/reactx/; revision=29565
2007-10-14 15:03:13 +00:00
Colin Finck
df8ab9c41b
Add a Czech (QWERTY) keyboard layout by Kamil Hornicek (tykef at atlas dot cz)
...
I renamed the "kbdcz" files from the patch to "kbdcz1" to match the name of this DLL under Windows
See issue #2720 for more details.
svn path=/trunk/; revision=29564
2007-10-14 14:14:16 +00:00
Magnus Olsen
0f36e1fde8
Redirect all dx mocomp api (done)
...
svn path=/branches/reactx/; revision=29563
2007-10-14 13:58:37 +00:00
Magnus Olsen
623fb6808a
dxtn License GPL
...
Need it by OpenGL / DirectX compress textures, at moment for mesa32
Got Alesky aka Fireball permits to add it, so long it use the patent flag.
Some part in this library can contain patent, thing in USA
This library will not be build directly, you are force to
change the patent flags in the config.rbuild file to 1
But todo so, you need check you country patent.
svn path=/branches/reactx/; revision=29562
2007-10-14 13:03:46 +00:00
Aleksey Bragin
e455603420
- Commit changes made to doxygen config by Marc Piulachs.
...
See issue #2709 for more details.
svn path=/trunk/; revision=29561
2007-10-14 12:52:44 +00:00
Aleksey Bragin
6ea648632e
- Fixed a typo in the line which lead to actual zeroing of mxcsr, instead of zeroing only reserved bits (spotted by Kamil Hornicek aka "Pigglesworth").
...
- Improved the fix by actually applying the mask prepared earlier during kernel init (this is a more proper way to clear reserved bits of mxcsr).
- SSE/SSE2/etc is not broken anymore.
See issue #2748 for more details.
svn path=/trunk/; revision=29558
2007-10-14 12:20:48 +00:00
Magnus Olsen
3bc97d4fc4
This change can not compile win32k for they are not complete, and it is start on the loading process of dxg.sys
...
FIXED : One wrong protyped accoding MSDN
ADD : Load process of DXG.SYS (not completed)
Redrirect : Allot DirectX api from win32k to dxg.sys (allot of code that have been remove will be readdit in new api or in dxg.sys, when it being commit)
Allot cleanup as well
svn path=/branches/reactx/; revision=29557
2007-10-14 12:07:23 +00:00
Johannes Anderwald
5590854701
- halfplement CDefFolderMenu_Create2
...
svn path=/trunk/; revision=29554
2007-10-13 21:47:09 +00:00
Johannes Anderwald
6066286913
- add prototype for SHCreateDefaultContextMenu and CDefFolderMenu_Create2
...
These functions are responsible for creating the right context menu for the requested shell item.
svn path=/trunk/; revision=29552
2007-10-13 20:40:00 +00:00
Aleksey Bragin
72595c9315
- Move Teb's StaticUnicodeString initialisation from ntdll to MmCreateTeb (it's better to initialize it early, and all at once, instead of something here now and something there later).
...
svn path=/trunk/; revision=29551
2007-10-13 13:39:42 +00:00
Daniel Reimer
eb279e4344
German Translation for Event Viewer.
...
Updated SVN:Ignore for WordPad.
svn path=/trunk/; revision=29550
2007-10-13 12:18:58 +00:00
Colin Finck
c56d07a5bb
- Hardcode the Window class name, there is no need for it to be translated
...
- Remove all this VS stuff from the english resource file
- Move the icons to "rsrc.rc" as they will be shared between all translations
- Fix a typo
svn path=/trunk/; revision=29548
2007-10-13 10:27:27 +00:00
Colin Finck
3b9ccf3f7d
Add an Event Log Viewer coded by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
...
The icons were taken from the comctl32.dll.
I did not add it to the "reactos.dff" as ReactOS doesn't support Event Logs yet.
See issue #2602 for more details.
svn path=/trunk/; revision=29547
2007-10-13 10:15:37 +00:00
James Tabor
bdd694ff41
Dc_Attr with DCE:
...
- Fixed problem with dcattr read and write access in user mode.
- Dcattr data only flows from Kernel to User ATM.
- Cleaned up code.
- Enable GetDCObject for testing.
- Tested with Qemu both Linux and XP, and real hardware.
svn path=/trunk/; revision=29546
2007-10-13 04:15:37 +00:00