Commit graph

28384 commits

Author SHA1 Message Date
Timo Kreuzer 6b97efb7ed replace NtGdiSelectObject with NtGdiSelectBitmap and NtGdiSelectBrush in desktop.c
svn path=/trunk/; revision=30924
2007-12-01 01:11:25 +00:00
James Tabor 7c34f36a33 Reorder drv function and added missing items. One update to winddi.h.
svn path=/trunk/; revision=30923
2007-11-30 23:52:25 +00:00
Marc Piulachs 6eb82849c7 - XML compliance : add XInclude namespace
svn path=/trunk/; revision=30922
2007-11-30 23:45:10 +00:00
Aleksey Bragin e4597300f8 - Cleanup code, add inline assembly versions for MSVC compiler.
svn path=/trunk/; revision=30921
2007-11-30 21:04:12 +00:00
Aleksey Bragin 88abaa75d9 - Move the check for a NULL dc higher (before it's actually used). Fixes crashes (in FireFox, for example).
svn path=/trunk/; revision=30920
2007-11-30 20:19:25 +00:00
Aleksey Bragin d2a8cdcae5 Dmitry Chapyshev <lentind@yandex.ru>
- Add power scheme delete removing function.
- Improve design of english resources.
- Add new strings to all resources.
- Add hibernate.ico icon and update screen.ico.

svn path=/trunk/; revision=30919
2007-11-30 18:52:33 +00:00
James Tabor ff6b99cc12 Replace fix for FF. Thanks Chistoph!
svn path=/trunk/; revision=30918
2007-11-30 13:30:15 +00:00
Magnus Olsen 70e3a2dcb6 revert r30916.
the struct was compatible with windows nt, read Read Feng Yuan - Windows Graphics Programming Win32 Gdi And Directdraw
before r30916 changes was intrudes. 

svn path=/trunk/; revision=30917
2007-11-30 12:16:32 +00:00
Christoph von Wittich 68722d6482 revert r28932 - this may be needed for thread safety - but it isn't firefox safe
svn path=/trunk/; revision=30916
2007-11-30 11:46:48 +00:00
Timo Kreuzer 3672e73aa8 disable EXTPENS for now to stop debugmessage overflow
svn path=/trunk/; revision=30915
2007-11-30 04:14:20 +00:00
Timo Kreuzer 33a99e26d8 fix some bugs
svn path=/trunk/; revision=30914
2007-11-30 04:12:23 +00:00
Timo Kreuzer 5455b61b46 replace NtGdiSelectObject with NtGdiSelectBitmap and NtGdiSelectBrush in cursoricon.c
svn path=/trunk/; revision=30912
2007-11-30 02:44:29 +00:00
Timo Kreuzer d1af00982b replace NtGdiSelectObject with NtGdiSelectBitmap in bitblt.c
svn path=/trunk/; revision=30911
2007-11-30 02:41:12 +00:00
Timo Kreuzer 180c07024b replace NtGdiSelectObject with NtGdiSelectBitmap and NtGdiSelectBrush in bitmaps.c
svn path=/trunk/; revision=30910
2007-11-30 02:38:19 +00:00
Timo Kreuzer 9748f79adc replace NtGdiSelectObject with NtGdiSelectBrush in region.c
svn path=/trunk/; revision=30909
2007-11-30 02:32:39 +00:00
Timo Kreuzer 89a612e99d replace NtGdiSelectObject with NtGdiSelectbrush in dcutils.c
svn path=/trunk/; revision=30908
2007-11-30 02:27:40 +00:00
Timo Kreuzer 86bbb43736 replace NtGdiSelectObject with NtGdiSelectBitmap in dibobj.c
svn path=/trunk/; revision=30907
2007-11-30 02:22:34 +00:00
Timo Kreuzer c8dc03129f Beginning of an implementation of SelectObject, using NtGdiSelectBitmap, NtGdiSelectBrush, NtGdiselectFont, NtGdiSelectPen and ExtSelectClipRgn instead of NtGdiSelectObject.
Todo: Do most stuff in user mode

svn path=/trunk/; revision=30906
2007-11-30 02:14:58 +00:00
Timo Kreuzer 39f5d78fed implement NtGdiSelectBitmap, NtGdiSelectBrush, NtGdiSelectFont and NtGdiSelectPen based on NtGdiSelectObject and tests, move those functions to dc.c. Not used yet.
svn path=/trunk/; revision=30905
2007-11-30 02:05:03 +00:00
Timo Kreuzer 142fc9bedc - another test for NtGdiBitBlt
- Add tests for NtGdiSelectBitmap, NtGdiSelectBrush, NtGdiSelectFont and NtGdiSelectPen

svn path=/trunk/; revision=30904
2007-11-30 00:09:28 +00:00
Colin Finck 3be1a28fa9 Change "ca-CA" to "ca-ES" again, forgot about that when committing some Catalan translations from Bugzilla
svn path=/trunk/; revision=30903
2007-11-29 22:19:15 +00:00
Magnus Olsen 1d8e255126 fixed almost all case for wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfvARB
full support of them are not done yet. documations over it is found at http://msdn2.microsoft.com/EN-US/library/ms537569.aspx 
and http://developer.3dlabs.com/documents/WGLmanpages/wglgetpixelformatattribarb.htm
This change was done by me (Magnus Olsen magnus at greatlord dot com) and Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) we done this toghter


svn path=/trunk/; revision=30902
2007-11-29 21:30:21 +00:00
Christoph von Wittich 64d2ea9f56 remove ros specific hack
svn path=/trunk/; revision=30901
2007-11-29 20:50:06 +00:00
Christoph von Wittich 1730b3a891 correctly set the desktop bkcolor
svn path=/trunk/; revision=30900
2007-11-29 20:47:33 +00:00
Christoph von Wittich c6a485b0c0 remove the const from the DrawShadowText function to be compatible to PSDK
svn path=/trunk/; revision=30899
2007-11-29 16:04:38 +00:00
Magnus Olsen 64589a9489 make DirectDrawEnumerateExA working in windows
but not finish. Patch from  Martin Ljungström  (martin_lj88 at yahoo dot se) with 
some change I need it todo before I approve
his patch

svn path=/trunk/; revision=30898
2007-11-29 15:14:19 +00:00
James Tabor 7cfe53d57d Add Region object types and one Dc that was missed. Thanks Thomas!
svn path=/trunk/; revision=30897
2007-11-29 13:07:38 +00:00
The Wine Synchronizer 83c857dfd3 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30896
2007-11-29 12:54:54 +00:00
Hervé Poussineau ffbe9d4a1a Fix build
svn path=/trunk/; revision=30895
2007-11-29 12:52:29 +00:00
The Wine Synchronizer 45a4774b49 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30894
2007-11-29 12:52:01 +00:00
The Wine Synchronizer 0fd742014c Autosyncing with Wine HEAD
svn path=/trunk/; revision=30893
2007-11-29 11:52:28 +00:00
The Wine Synchronizer ec26560b9f Autosyncing with Wine HEAD
svn path=/trunk/; revision=30892
2007-11-29 11:52:05 +00:00
Hervé Poussineau bc0c2b4bef Fix build
svn path=/trunk/; revision=30891
2007-11-29 11:26:44 +00:00
The Wine Synchronizer 2ffe4fd798 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30890
2007-11-29 11:26:23 +00:00
The Wine Synchronizer a1e248d5f0 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30889
2007-11-29 11:21:01 +00:00
The Wine Synchronizer 44606e911b Autosyncing with Wine HEAD
svn path=/trunk/; revision=30888
2007-11-29 11:20:31 +00:00
The Wine Synchronizer 3d7d9dd3d6 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30887
2007-11-29 11:15:59 +00:00
The Wine Synchronizer e102e0a25c Autosyncing with Wine HEAD
svn path=/trunk/; revision=30886
2007-11-29 11:15:00 +00:00
The Wine Synchronizer 83e9bf02ee Autosyncing with Wine HEAD
svn path=/trunk/; revision=30885
2007-11-29 11:14:22 +00:00
The Wine Synchronizer c7c9522131 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30884
2007-11-29 11:13:58 +00:00
The Wine Synchronizer e8794d65e1 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30883
2007-11-29 11:13:29 +00:00
The Wine Synchronizer 4a6768cea2 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30882
2007-11-29 11:13:10 +00:00
The Wine Synchronizer 8fe4fd0f52 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30881
2007-11-29 11:12:33 +00:00
The Wine Synchronizer 09bef04650 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30880
2007-11-29 11:07:07 +00:00
The Wine Synchronizer 187bdad2ea Autosyncing with Wine HEAD
svn path=/trunk/; revision=30879
2007-11-29 11:06:46 +00:00
The Wine Synchronizer da37d03ee2 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30878
2007-11-29 11:06:11 +00:00
The Wine Synchronizer 703674a6fe Autosyncing with Wine HEAD
svn path=/trunk/; revision=30877
2007-11-29 11:05:00 +00:00
The Wine Synchronizer c0126761a5 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30876
2007-11-29 11:04:34 +00:00
The Wine Synchronizer 6a7949f977 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30875
2007-11-29 11:03:59 +00:00
The Wine Synchronizer aa2b5ddb72 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30874
2007-11-29 11:02:32 +00:00