Commit graph

30383 commits

Author SHA1 Message Date
Aleksey Bragin 261dadceff - Remove unneeded stoneage stuff.
svn path=/trunk/; revision=33038
2008-04-19 21:27:16 +00:00
Magnus Olsen e79132f96d add tempory hack for alloc EDD_DIRECTDRAW_GLOBAL for win32k.
this should be done for each drv, not a global for whole win32k
it is only gobal for that drv, then we set the pointer to each hdc 
that is how it should be done.

svn path=/trunk/; revision=33037
2008-04-19 20:50:39 +00:00
Magnus Olsen 17f59814cf fixed stack corutions for dxeng api they do not have STDCALL set, we need figout which have STDCALL or FASTCALL. I only set STDCALL on tested functions for dxgen this will fix the stack corruptions we did have in ms dxsys.sys, now we need setup internal struct for dx. I also add some debug data output so we can see what been requested to send back from DxEngGetHdevData
svn path=/trunk/; revision=33036
2008-04-19 20:17:51 +00:00
James Tabor 113bdc2756 Plugged in the old NtGdiSetDIBits for now. Need to investigate the problems with SaveDC and CreateCompatibleDC.
svn path=/trunk/; revision=33035
2008-04-19 19:00:34 +00:00
Magnus Olsen 323182f872 NtGdiDdCreateDirectDrawObject
Bugfix : do not set pfnDdCreateDirectDrawObject before the dxg.sys been load. 
Add : allown loading of vista name of dx kernel known as dxkrnl.sys


DxDdStartupDxGraphics add debug out for it, that can be use to see how the list being load. 

svn path=/trunk/; revision=33034
2008-04-19 12:46:54 +00:00
Magnus Olsen 6727851943 add small help text and file dump from win32kdxtest
svn path=/trunk/; revision=33032
2008-04-19 07:21:03 +00:00
James Tabor d385734856 Tidy ups some missed changes.
svn path=/trunk/; revision=33031
2008-04-19 02:42:37 +00:00
James Tabor 3c7ef0d991 Update OffsetClipRgn, IntersectClipRect, GetRgnBox, moved SetDIBitsToDevice from stubs and misc changes. Properly implement EngGetDriverName and EngGetPrinterDataFileName.
svn path=/trunk/; revision=33030
2008-04-19 02:20:36 +00:00
James Tabor 96f8e3dc83 Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com): Win32k half: Remove NtGdiSetDIBits, all related files updated.include
svn path=/trunk/; revision=33029
2008-04-19 00:24:34 +00:00
James Tabor 9f9e67d83d PatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com): Gdi32 half only: Implement SetDIBits, I made corrections to the patch to handle palette and proper hdc handling.
svn path=/trunk/; revision=33028
2008-04-18 23:51:29 +00:00
Aleksey Bragin 6ef8c13ebf - Include tditest in rosapps build.
svn path=/trunk/; revision=33027
2008-04-18 20:46:48 +00:00
James Tabor 05c051a5d4 Implement NtGdiGetDCforBitmap. Q. Where to set hdc? ATM we return null.
svn path=/trunk/; revision=33026
2008-04-18 20:43:25 +00:00
Dmitry Chapyshev 781bcce61f - Fix build
svn path=/trunk/; revision=33025
2008-04-18 18:22:43 +00:00
Dmitry Chapyshev 66bd86d7f5 - Update Russian translation
svn path=/trunk/; revision=33024
2008-04-18 17:00:07 +00:00
Johannes Anderwald 907f06b009 - implement system page
svn path=/trunk/; revision=33023
2008-04-18 15:36:29 +00:00
Dmitry Chapyshev c8d26dbac2 Add new keyboard layouts to txtsetup.sif, reactos.dff and hivesys.inf
svn path=/trunk/; revision=33022
2008-04-18 14:28:38 +00:00
Dmitry Chapyshev 520fb1d967 Add keyboard layouts:
- Russian (Typewriter)
- Albanian

svn path=/trunk/; revision=33021
2008-04-18 14:27:09 +00:00
Ged Murphy da2959cd0e - the shell should load from 'Windows NT' key, not 'Windows'
- this should fix loading cmd instead of explorer from the key.

svn path=/trunk/; revision=33020
2008-04-18 10:57:12 +00:00
Pierre Schweitzer cc6f7f3dae Fixed a bug with file version informations
svn path=/trunk/; revision=33019
2008-04-18 08:44:33 +00:00
Pierre Schweitzer 1367c0f670 Fixed a typo spotted by Seungju Kim
svn path=/trunk/; revision=33017
2008-04-18 06:46:33 +00:00
James Tabor 7c0ca05a4c Implement Win32k-Gdi32: GetAspectRatioFilter and SetMapperFlags.
svn path=/trunk/; revision=33016
2008-04-18 04:11:13 +00:00
James Tabor 6449849098 Add new examples for retrieving DC origin.
svn path=/trunk/; revision=33015
2008-04-18 02:23:38 +00:00
Magnus Olsen 21a34d3ba5 fixed pipe working again from cmd
more investigate are need it to figout who to really solv bat and pipe and gui apps issue
so none regress and working fine in all case. rember gui apps can resive pipe from cmd or send to cmd 
 

svn path=/trunk/; revision=33014
2008-04-18 00:56:01 +00:00
Daniel Reimer 36b92644a0 Bug 3180, 3182 Korean Updates by Seungju Kim (admin@manateeshome.com)
Polish Updates by Olaf Siejka
Bug 3184 Spanish Updates by Javier Remacha (remialdo@gmail.com)

svn path=/trunk/; revision=33013
2008-04-17 23:36:00 +00:00
Magnus Olsen 4f6b4861e9 optimze more redirect call and start kill the bad macro DXG_GET_INDEX_FUNCTION that is instable
the dx hal for graphic interface started being bit more stable. 

svn path=/trunk/; revision=33012
2008-04-17 22:25:38 +00:00
Magnus Olsen 500a6e9384 Fix so lest you can run now win32kdxtest one time with ms dxg.sys, and second time the win32kdxtest runs the whole win32k.sys or dxg.sys create nice blue screen.
svn path=/trunk/; revision=33011
2008-04-17 22:03:34 +00:00
Magnus Olsen 6b9e9dfb11 Fix frist issue with ms dxg.sys
check if hdc is null or not. 

svn path=/trunk/; revision=33009
2008-04-17 21:08:39 +00:00
Magnus Olsen 359d4d352b change to using the globla version header for reactx (reactos/reactx.h)
svn path=/trunk/; revision=33008
2008-04-17 19:15:43 +00:00
Ged Murphy 4f36e40468 - Fix IDT and GDT limits to values advised by Alex.
- Problem noticed by Henning Schild

svn path=/trunk/; revision=33007
2008-04-17 19:08:26 +00:00
Magnus Olsen bb681bcfac merge ksuser.dll from reactx branch to trunk
not all api are implemented. reactx.h header are now in use here 

svn path=/trunk/; revision=33006
2008-04-17 18:01:51 +00:00
Magnus Olsen e49e2fcd76 add some new define to ks.h for ksuser.dll that will be merge from reactx branch
svn path=/trunk/; revision=33005
2008-04-17 18:00:39 +00:00
Magnus Olsen 4aed6c1d44 This header file is for set the version number of all reactx dll files.
it is not in use yet, it is small merge from reactx branch

svn path=/trunk/; revision=33004
2008-04-17 17:59:34 +00:00
Dmitry Chapyshev d4530f7f02 - Fix build
svn path=/trunk/; revision=33002
2008-04-17 14:38:15 +00:00
Dmitry Chapyshev 14f6dce9b0 - Fix build
svn path=/trunk/; revision=33001
2008-04-17 14:25:10 +00:00
Dmitry Chapyshev 8e0bc01a9e - Add msdmo.dll, pdh.dll, qedit.dll, quartz.dll, ksuser.dll, ksproxy.ax to bootcd
svn path=/trunk/; revision=33000
2008-04-17 13:45:34 +00:00
Dmitry Chapyshev 0fad3c3a00 - Add msdmo.dll, pdh.dll, qedit.dll, quartz.dll, ksuser.dll, ksproxy.ax
svn path=/trunk/; revision=32999
2008-04-17 13:45:02 +00:00
Dmitry Chapyshev 03da33cb77 - Add baseaddress for msdmo.dll, pdh.dll, qedit.dll, quartz.dll, ksuser.dll, ksproxy.ax
svn path=/trunk/; revision=32998
2008-04-17 13:40:56 +00:00
Johannes Anderwald 8a9cf3acbb - unlink window object when notify hook returns an error
svn path=/trunk/; revision=32997
2008-04-17 08:34:58 +00:00
James Tabor faa78f6451 Example way to set DCOrg with new dc object.
svn path=/trunk/; revision=32996
2008-04-17 05:11:28 +00:00
James Tabor da1c8e577a Removed w.ArcDirection. Now we are using dclevel path flags.
svn path=/trunk/; revision=32995
2008-04-17 03:46:46 +00:00
James Tabor 789e39bf03 Revert change to window.c. It is not ready.
svn path=/trunk/; revision=32994
2008-04-17 01:57:29 +00:00
James Tabor 76dd22c3e5 Adding support for Event hooks. Start using the server info structure and pass the pointer to the user with kernel to user correction.
svn path=/trunk/; revision=32993
2008-04-17 01:48:34 +00:00
James Tabor cbd1d50bb1 Fix copy count and added dc path flags and support new arc direction.
svn path=/trunk/; revision=32992
2008-04-17 01:12:58 +00:00
Timo Kreuzer fb4af9ff8f - fix build
- remobe RegisterThreadAcceleratorTable prototype (function doesn't exist)

svn path=/trunk/; revision=32991
2008-04-16 21:55:47 +00:00
Pierre Schweitzer f1426567f8 Fixed typo spotted by Sylvain
svn path=/trunk/; revision=32990
2008-04-16 21:36:35 +00:00
Timo Kreuzer 73ca643c51 win32k header cleanup/update:
- make the headers include headers they depend on, so the inclusion order is irrelevant, not finished
- start sorting them alphabetically
- remove duplicate include of timer.h
- add cliprgn.h
- add DCLEVEL struct and make DC struct windows xp compatible (currently + some ros specific entries)

svn path=/trunk/; revision=32989
2008-04-16 21:34:12 +00:00
Dmitry Chapyshev 833c30592c - Add Russian translation
svn path=/trunk/; revision=32988
2008-04-16 19:59:54 +00:00
Pierre Schweitzer 0f69b53d2d Removed a breakpoint in Ext2CommonClose() (after an *intensive* discussion with Filip...). That way ext2 FSD won't crash any more at startup.
svn path=/trunk/; revision=32987
2008-04-16 17:51:27 +00:00
Pierre Schweitzer 975066fe15 - Fixed a string in English translation
- Added French translation (that doesn't do anything yet :)) for dxdiag.exe

svn path=/trunk/; revision=32986
2008-04-16 17:47:09 +00:00
Johannes Anderwald 5189835be7 - start implementing dxdiag
- does not do anything yet

svn path=/trunk/; revision=32985
2008-04-16 11:01:25 +00:00