Timo Kreuzer
3b7f8774ac
add NtUserInvalidateRect and NtUserInvalidateRgn to w32ksvc.db
...
svn path=/trunk/; revision=28035
2007-07-30 03:42:40 +00:00
Timo Kreuzer
54d13b61db
add NtUserInvalidateRect and NtUserInvalidateRgn
...
svn path=/trunk/; revision=28034
2007-07-30 03:41:48 +00:00
Timo Kreuzer
52b31af55d
implement NtUserInvalidateRect and NtUserInvalidateRgn
...
svn path=/trunk/; revision=28033
2007-07-30 03:30:55 +00:00
Timo Kreuzer
59d3012d08
simplify VIS_ComputeVisibleRegion
...
svn path=/trunk/; revision=28032
2007-07-30 02:49:11 +00:00
Timo Kreuzer
b8c09110a6
fix a DPRINT
...
svn path=/trunk/; revision=28031
2007-07-30 02:29:52 +00:00
Timo Kreuzer
133adbc1a6
update ntgdibad.h
...
svn path=/trunk/; revision=28030
2007-07-30 02:24:48 +00:00
Timo Kreuzer
ce40832234
rename NtGdiSelectVisRgn to IntGdiSelectVisRgn
...
svn path=/trunk/; revision=28029
2007-07-30 02:24:08 +00:00
Timo Kreuzer
0aa1be9e3f
probe and copy hdc from usermode PAINTSTRUCT using SEH
...
svn path=/trunk/; revision=28028
2007-07-30 01:39:26 +00:00
Timo Kreuzer
7f423ecbdb
remove useless NtGdiOffsetRgn
...
svn path=/trunk/; revision=28027
2007-07-30 01:26:57 +00:00
Timo Kreuzer
984be48dd5
- rename NtGdiGetTextMetrics to NtGdigetTextMetricsW and add cj parameter
...
- GetTextMetricsAW: call NtGdigetTextMetricW with cj set to sizeof(TMW_INTERNAL), use TextMetric member
- update w32ksvc.db
- update ntgdibad.h
svn path=/trunk/; revision=28026
2007-07-30 01:10:35 +00:00
Eric Kohl
380e7f70eb
- Add sticky keys settings and make the existing settings work.
...
- Add empty filter keys dialog and toggle keys dialog.
svn path=/trunk/; revision=28024
2007-07-29 21:07:41 +00:00
Colin Finck
ddfbe083e9
Various cmd fixes by Carlo Bramini (carlo DOT bramix AT libero DOT it)
...
See issue #2232 for more details.
svn path=/trunk/; revision=28022
2007-07-29 19:53:17 +00:00
Christoph von Wittich
8fd67d96e0
Fix bug in IsValidLocale(), GetNumberFormatW(), GetCurrencyFormatW()
...
patch by Zavyalov Alexey (reactos at ilimschool dot ru)
See issue #2374 for more details.
svn path=/trunk/; revision=28020
2007-07-29 19:04:03 +00:00
Christoph von Wittich
e137a5326a
Implement IsValidLanguageGroup, EnumDateFormatsExA, EnumDateFormatsExW
...
patch by Zavyalov Alexey (reactos at ilimschool dot ru)
See issue #2368 for more details.
svn path=/trunk/; revision=28019
2007-07-29 18:42:18 +00:00
Magnus Olsen
f1fce2a5f3
remove the title name hack some did
...
comment why popup menu does not working in cmd, it seam we never getting the process name, why ??
svn path=/trunk/; revision=28018
2007-07-29 18:39:32 +00:00
Christoph von Wittich
98ddfb0831
Load correct screensaver's name patch by piulachs (marc dot piulachs at codexchange dot net)
...
See issue #2500 for more details.
svn path=/trunk/; revision=28016
2007-07-29 18:09:42 +00:00
Christoph von Wittich
6ae0b2c8a0
remove ZeroMemory - not needed anymore since GetLogicalDriveStrings is fixed
...
svn path=/trunk/; revision=28015
2007-07-29 18:03:41 +00:00
Christoph von Wittich
d631ee5509
fix GetLogicalDriveStringsA/W
...
svn path=/trunk/; revision=28014
2007-07-29 18:02:31 +00:00
Christoph von Wittich
dff1e93f29
Norwegian translation for regedit patch by Frode Lillerud (frode at enkelt dot no)
...
See issue #2502 for more details.
svn path=/trunk/; revision=28013
2007-07-29 17:36:08 +00:00
Christoph von Wittich
7875f9d609
fix bug introduced in r27994
...
svn path=/trunk/; revision=28012
2007-07-29 17:30:21 +00:00
Magnus Olsen
e36095538d
NtGdiGetCurrentObject
...
1. add OBJ_EXTPEN, it is same as OBJ_PEN, now some smaller graphice glitch are fixed.
svn path=/trunk/; revision=28011
2007-07-29 16:54:00 +00:00
Magnus Olsen
336c8d7905
partly implement animations GET/SET spi, the value are store, but win32k ignore them
...
svn path=/trunk/; revision=28010
2007-07-29 15:55:09 +00:00
Magnus Olsen
06b622635a
NtGdiGetCurrentObject
...
activate palette, so it sending back a palette objects
NtGdiCreateHalftonePalette
fix support for halftone palette for other color deep that is higher 8bits
This letting us passing some more winetest
svn path=/trunk/; revision=28006
2007-07-29 14:24:10 +00:00
Colin Finck
a8a2168214
These ones were missing in r27997, sorry...
...
svn path=/trunk/; revision=28005
2007-07-29 14:02:15 +00:00
Christoph von Wittich
e020821f2c
GetTimeFormat should use LocalTime instead of SystemTime
...
See issue #1601 for more details.
svn path=/trunk/; revision=28004
2007-07-29 13:51:54 +00:00
Magnus Olsen
719e7db47a
partly implement NtGdiGetRandomRgn, we do not support metadc, so we will fail on thuse wine test for this api.
...
The implemetions are base partly on wine and msdn
svn path=/trunk/; revision=28001
2007-07-29 13:12:20 +00:00
Colin Finck
ee4bffbbb4
Bulgarian translations by Станев (sstpr AT narod DOT ru)
...
I slightly modified the patch to reflect recent changes
See issue #2412 for more details.
svn path=/trunk/; revision=27997
2007-07-29 13:01:45 +00:00
Christoph von Wittich
d44f78fb8a
Fix warnings patch by Heis Spiter (heis_spiter at hotmail dot com)
...
See issue #2138 for more details.
svn path=/trunk/; revision=27996
2007-07-29 12:08:15 +00:00
Colin Finck
76144d8e7a
Fix fontview build
...
See issue #2477 for more details.
svn path=/trunk/; revision=27995
2007-07-29 10:56:23 +00:00
Christoph von Wittich
b9f016c611
fix bug "Regedit will let you create two identical keys."
...
See issue #2496 for more details.
svn path=/trunk/; revision=27994
2007-07-29 10:33:17 +00:00
Magnus Olsen
d675ad4eb0
fixing swedish rc syntax fault
...
svn path=/trunk/; revision=27993
2007-07-29 10:12:04 +00:00
Christoph von Wittich
7cace070fb
greek translations by Apal (grad0621 at di dot uoa dot gr)
...
See issue #2483 for more details.
svn path=/trunk/; revision=27992
2007-07-29 09:53:59 +00:00
Magnus Olsen
2a953aba59
fixing the langues show right,
...
no more wrong langues show ;)
svn path=/trunk/; revision=27991
2007-07-29 09:06:41 +00:00
Magnus Olsen
eeb75032d2
fixing the langues show right,
...
no more wrong langues show ;)
svn path=/trunk/; revision=27990
2007-07-29 09:05:42 +00:00
Magnus Olsen
5e57b86e57
fixing the langues show right,
...
no more wrong langues show ;)
svn path=/trunk/; revision=27989
2007-07-29 09:04:53 +00:00
Magnus Olsen
142e5c4d8b
fixing the langues show right,
...
no more wrong langues show ;)
svn path=/trunk/; revision=27988
2007-07-29 09:03:29 +00:00
Magnus Olsen
805f0170b6
fixing the langues show right,
...
no more wrong langues show ;)
svn path=/trunk/; revision=27987
2007-07-29 09:02:29 +00:00
Magnus Olsen
f6b835f2e9
fixing the langues show right,
...
no more germany in english ;)
svn path=/trunk/; revision=27986
2007-07-29 08:58:24 +00:00
Thomas Bluemel
8ea64f258b
Handle error case more correctly
...
svn path=/trunk/; revision=27985
2007-07-29 08:16:50 +00:00
Thomas Bluemel
690351d90a
Simplify code by using dialog functions
...
svn path=/trunk/; revision=27984
2007-07-29 08:14:38 +00:00
Thomas Bluemel
e7faae18fc
Fix buffer overflow on unicode builds introduced in r27982
...
svn path=/trunk/; revision=27983
2007-07-29 07:59:17 +00:00
Christoph von Wittich
5cd0ce3185
fix a crash and the selchange notification code
...
svn path=/trunk/; revision=27982
2007-07-29 00:27:08 +00:00
Christoph von Wittich
105b544d6c
fix crash on linux systems when an invalid backend is specified
...
svn path=/trunk/; revision=27981
2007-07-28 23:38:59 +00:00
Christoph von Wittich
ff42fce079
-replace the ListView in swappage dialog with a ListBox
...
-fix some minor issues
svn path=/trunk/; revision=27980
2007-07-28 22:34:42 +00:00
Thomas Bluemel
d6bbe9b6e8
Fix repaint issue in the last row of the control
...
svn path=/trunk/; revision=27979
2007-07-28 21:59:05 +00:00
Thomas Bluemel
0172ae8384
Make sure LONG/ULONG is correctly defined for both cmlib and mkhive
...
svn path=/trunk/; revision=27978
2007-07-28 21:33:23 +00:00
Thomas Bluemel
ff56fe5fb3
Some more function prototype fixes and pointer type warning fixes
...
svn path=/trunk/; revision=27977
2007-07-28 21:30:16 +00:00
Christoph von Wittich
40c483fa1a
fix compilation of usetup
...
svn path=/trunk/; revision=27976
2007-07-28 20:32:16 +00:00
Christoph von Wittich
c50397f0e4
fix no confirmation before format
...
See issue #2498 for more details.
svn path=/trunk/; revision=27975
2007-07-28 20:12:31 +00:00
Thomas Bluemel
979d2a51d4
Don't redefine HRESULT if already defined
...
svn path=/trunk/; revision=27974
2007-07-28 20:09:00 +00:00