Colin Finck
58e12f3874
Remove all that VS stuff from the butterflies screensaver resource files, create a "rsrc.rc" file and add common resources only one time. Also remove an unused string.
...
This makes the screensaver much smaller and easier to translate.
svn path=/trunk/; revision=30959
2007-12-02 14:39:07 +00:00
Eric Kohl
626e85df7f
- Add icons for user, locked user and group.
...
- Enable users to change their name and password (not fully working yet).
- Use the IDI_ prefix for icons.
svn path=/trunk/; revision=30958
2007-12-02 14:35:59 +00:00
Eric Kohl
7646664619
- Make local functions static.
...
- Reorder functions to reduce the number of required prototypes.
- Use Win32 types instead of generic types (e.g. int -> INT) and add missing VOIDs.
- No code changes.
svn path=/trunk/; revision=30957
2007-12-02 14:25:17 +00:00
Colin Finck
4f987d4817
Spanish translations for screensavers by Javier Remacha (remialdo AT gmail DOT com)
...
See issue #2863 for more details.
svn path=/trunk/; revision=30956
2007-12-02 14:16:09 +00:00
Colin Finck
cd714dc38e
Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
...
See issue #2854 for more details.
svn path=/trunk/; revision=30955
2007-12-02 12:44:21 +00:00
Hervé Poussineau
42c2e8a70b
In txtsetup.sif, replace SourceFiles section by SourceDisksFiles
...
See http://www.win-web.be/forum/index.php?showtopic=10706&st=0&p=86340&#entry86340
svn path=/trunk/; revision=30954
2007-12-02 11:32:52 +00:00
Pierre Schweitzer
bafbcc303d
Updated download.xml with newer releases.
...
svn path=/trunk/; revision=30953
2007-12-02 11:24:35 +00:00
Aleksey Bragin
aa64119a57
- Fix a typo (lead to memory overwrite).
...
svn path=/trunk/; revision=30952
2007-12-02 10:29:12 +00:00
James Tabor
35fcb63351
Add palette mode flags.
...
svn path=/trunk/; revision=30951
2007-12-02 03:08:00 +00:00
James Tabor
de21070985
Add GdiDevice flags.
...
svn path=/trunk/; revision=30950
2007-12-02 00:42:31 +00:00
James Tabor
2233ee9183
Imp NtGdiMirrorWindowOrg, GetDeviceWidth and finish SetLayout.
...
svn path=/trunk/; revision=30947
2007-12-01 21:47:27 +00:00
James Tabor
d6433a1128
Complete driver function table. This is the best we can do for now.
...
svn path=/trunk/; revision=30946
2007-12-01 21:39:28 +00:00
Pierre Schweitzer
ba1a443efd
Updated French translation
...
svn path=/trunk/; revision=30944
2007-12-01 20:21:50 +00:00
Pierre Schweitzer
31688fa7f5
Updated French translations
...
svn path=/trunk/; revision=30943
2007-12-01 20:14:16 +00:00
Magnus Olsen
847a0bfde8
Fixed regress for lock and unlock in ddraw.
...
now dxsdk example font works again with reactos ddraw.dll in windows
svn path=/trunk/; revision=30942
2007-12-01 19:45:17 +00:00
Hervé Poussineau
d6795a59bd
Do not put acpi.sys and pci.sys in reactos.cab
...
svn path=/trunk/; revision=30941
2007-12-01 19:00:57 +00:00
Hervé Poussineau
87d0706057
Update status
...
svn path=/trunk/; revision=30939
2007-12-01 18:30:48 +00:00
Aleksey Bragin
3efe3d1fcf
- Fix incorrect russian translation (thanks tower).
...
svn path=/trunk/; revision=30938
2007-12-01 18:29:42 +00:00
The Wine Synchronizer
58ffb98f70
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=30937
2007-12-01 18:29:29 +00:00
The Wine Synchronizer
5be02c6da0
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=30936
2007-12-01 18:28:50 +00:00
Johannes Anderwald
98f79299bd
- implemented adding programs to new open list
...
- implemented assigning default file association
- options still if'0
svn path=/trunk/; revision=30934
2007-12-01 17:58:01 +00:00
Hervé Poussineau
af80154d9f
Create required reg keys if needed
...
svn path=/trunk/; revision=30933
2007-12-01 16:49:22 +00:00
Aleksey Bragin
ff325e041a
- Sync with Wine.
...
svn path=/trunk/; revision=30932
2007-12-01 15:56:03 +00:00
James Tabor
d660a25834
Unbreak gdi batch... Sometimes dc is null.
...
svn path=/trunk/; revision=30931
2007-12-01 13:26:45 +00:00
Timo Kreuzer
a21e119b07
patch by jimtabor: add some usermode handling to SelectObject, currently if'ed out, as it doesn't properly work yet, add GDI_OBJECT_TYPE_COLORSPACE using SetColorSpace
...
svn path=/trunk/; revision=30930
2007-12-01 02:14:35 +00:00
Timo Kreuzer
8553d5ea02
patch by jimtabor: add GdiBCSelObj to GdiFlushUserBatch
...
svn path=/trunk/; revision=30929
2007-12-01 02:09:39 +00:00
Timo Kreuzer
5350a24feb
update ntgdibad.h
...
svn path=/trunk/; revision=30928
2007-12-01 01:38:10 +00:00
Timo Kreuzer
eef9f0a1b4
- replace NtGdiSelectObject with NtGdiSelectBitmap/Pen/Brush/Font in dc.c
...
- remove NtGdiSelectObject from win32k
svn path=/trunk/; revision=30927
2007-12-01 01:37:08 +00:00
Timo Kreuzer
6285817948
use PatBlt and SelectObject instead of Nt functions
...
svn path=/trunk/; revision=30926
2007-12-01 01:31:10 +00:00
Timo Kreuzer
4bb2dd0e07
replace NtGdiSelectObject with NtGdiSelectBitmap, NtGdiSelectBrush and NtGdiSelectFont in painting.c
...
svn path=/trunk/; revision=30925
2007-12-01 01:14:52 +00:00
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