Dmitry Chapyshev
95776aba48
- Handle memory allocation failure. Found by amine48rz
...
svn path=/trunk/; revision=42990
2009-09-03 15:30:38 +00:00
Dmitry Chapyshev
5a6e6bdf2a
- Sync gdiplus with Wine 1.1.29
...
svn path=/trunk/; revision=42989
2009-09-03 15:07:25 +00:00
Daniel Reimer
2b26c07762
Bug 4795: Japanese translation for paint by pcds90net, Tomoya Kitagawa
...
Bug 4828: updates for slovak and translation for rapps by Mario Kacmar
svn path=/trunk/; revision=42988
2009-09-03 15:05:10 +00:00
Dmitry Chapyshev
e6c21517ae
- Sync shdocvw with Wine 1.1.29
...
svn path=/trunk/; revision=42987
2009-09-03 14:59:32 +00:00
Dmitry Chapyshev
953707a174
- Sync windowscodecs with Wine 1.1.29
...
svn path=/trunk/; revision=42986
2009-09-03 14:54:19 +00:00
Kamil Hornicek
509c6dadc2
- update wined3d, d3d8, d3d9, ddraw to Wine 1.1.28
...
svn path=/trunk/; revision=42983
2009-09-03 09:18:38 +00:00
Dmitry Chapyshev
0b70fb9114
- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)
...
svn path=/trunk/; revision=42982
2009-09-02 14:59:50 +00:00
Dmitry Chapyshev
631c081835
- Free memory at initialization failure
...
svn path=/trunk/; revision=42981
2009-09-02 13:07:12 +00:00
Dmitry Chapyshev
8954edb33c
- Add missed checks of memory allocation failures
...
svn path=/trunk/; revision=42980
2009-09-02 13:02:30 +00:00
Colin Finck
733c8b092d
Michael Bruestle (michael_bruestle@yahoo.com)
...
- Properly handle multiple monitors in the screensavers (expand the screensaver window to all monitors)
svn path=/trunk/; revision=42979
2009-09-01 18:48:36 +00:00
Dmitry Chapyshev
61722a34c0
- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)
...
See issue #4818,4807 for more details.
svn path=/trunk/; revision=42978
2009-09-01 15:12:35 +00:00
Cameron Gutman
b464adfcbe
- Send NetEventBindsComplete when binding has completed (required for the WDK example ndis protocol driver to work)
...
svn path=/trunk/; revision=42977
2009-09-01 00:15:30 +00:00
Stefan Ginsberg
4cb0bbe32f
- Fix a valid gcc 4.4.0 uninitialized variable warning
...
svn path=/trunk/; revision=42976
2009-08-31 20:40:02 +00:00
Stefan Ginsberg
125b919b06
- Partial revert of 42973 for the systeminfo utility -- the issue was fixed in 42930
...
- GCC 4.1.3 doesn't support %I64 -- compile the code conditionally
svn path=/trunk/; revision=42975
2009-08-31 14:37:54 +00:00
Hervé Poussineau
6ca346d8d4
Use memory wrappers instead of ExAllocatePool/ExFreePool directly
...
svn path=/trunk/; revision=42974
2009-08-30 19:20:30 +00:00
Stefan Ginsberg
e6097bec74
- %llx -> %I64x
...
- Don't pass a string literal to strcmp
svn path=/trunk/; revision=42973
2009-08-30 18:40:58 +00:00
Stefan Ginsberg
8d854b2802
- Add missing prototype
...
svn path=/trunk/; revision=42972
2009-08-30 18:25:38 +00:00
Stefan Ginsberg
a8206018e6
- Fix some inflib warnings
...
svn path=/trunk/; revision=42971
2009-08-30 18:11:09 +00:00
Stefan Ginsberg
b0f1241ccb
- gcc 4.4.0 bringup 1 of ?:
...
- servman: Disable unused, static function
- explorer, mpu401: Fix "deprecated conversion from string constant to 'xxx'" under
- ws2_32_new, portcls: Hack around bogus uninitialized variable usage warning for
- glu32: Fix various warnings and errors
svn path=/trunk/; revision=42970
2009-08-30 15:53:16 +00:00
Stefan Ginsberg
07d6ee8ed5
- Make ddraw test compile warning free under gcc 4.4.0
...
svn path=/trunk/; revision=42969
2009-08-30 15:36:37 +00:00
Stefan Ginsberg
a557cda82c
- Fix gdb2 and regexpl warnings under gcc 4.4.0
...
svn path=/trunk/; revision=42968
2009-08-30 15:35:14 +00:00
Daniel Reimer
a8d673a487
OK, I give up. Pigglesworth, HAALP. What do I do wrong??!
...
svn path=/trunk/; revision=42967
2009-08-30 11:35:28 +00:00
Daniel Reimer
ed373a444a
Next try. This time I reverted most of my header changes and just needed to add some and edit two of them.
...
svn path=/trunk/; revision=42966
2009-08-30 00:12:52 +00:00
Timo Kreuzer
2441eec072
Update DM_XXX constants and move some from winuser.h to wingdi.h where they belong, sort COLOR_XXX constants by number
...
svn path=/trunk/; revision=42965
2009-08-30 00:08:21 +00:00
Cameron Gutman
be53da4398
- Implement AFD_INFO_GROUP_ID_TYPE
...
svn path=/trunk/; revision=42964
2009-08-29 17:53:45 +00:00
Daniel Reimer
7a6738ff89
Revert my recent changes.
...
svn path=/trunk/; revision=42963
2009-08-29 17:01:29 +00:00
Daniel Reimer
18a7c5443a
Sync ddraw, d3d8 and d3d9 + wined3d to wine 1.1.28
...
Succesfully builds warning free under GCC 4.1 and 4.4
svn path=/trunk/; revision=42961
2009-08-29 14:24:48 +00:00
Hervé Poussineau
b6f0ced7a5
[ntoskrnl] Check if caller has valid access before opening a registry key
...
Assign security descriptor to new keys we're creating
svn path=/trunk/; revision=42960
2009-08-29 10:35:30 +00:00
Cameron Gutman
291b697b95
- Check that AFD succeeded the create request
...
- Use NtCreateFile instead of ZwCreateFile
svn path=/trunk/; revision=42959
2009-08-27 22:25:59 +00:00
Cameron Gutman
0ea9c96b9c
- Check that we got a valid socket before trying to bind
...
svn path=/trunk/; revision=42958
2009-08-27 21:31:49 +00:00
KJK::Hyperion
895075e99c
Add a missing include
...
"msc_helper" -> "rbuild_helper" in error messages
svn path=/trunk/; revision=42957
2009-08-27 19:34:19 +00:00
Matthias Kupfer
1abc5e10f8
- revert change from revision 41251, because it introduce more problems then it fixes
...
- basic problem still unsolved, window z-ordering doesn't work properly
svn path=/trunk/; revision=42956
2009-08-27 14:55:54 +00:00
Daniel Reimer
e75fc4e648
forgot these
...
svn path=/trunk/; revision=42949
2009-08-27 00:15:47 +00:00
Daniel Reimer
7b0250f20b
Bug 4805: Bulgarian translation update by CCTAHEB (except the wine synced files)
...
Bug 4081: Japanese translation for ReactOS Application Manager by pcds90net
Bug 4797: Norwegian translate update (17.08.09) by Lars Martin Hambro
Bug 4786: Translation patch, Dutch for usetup by Jan Roeloffzen
svn path=/trunk/; revision=42948
2009-08-27 00:11:01 +00:00
Dmitry Chapyshev
d3bda8e821
- Fix problem with uTorrent deinstallation
...
- Closing of keys at list updating
svn path=/trunk/; revision=42946
2009-08-26 19:03:32 +00:00
Dmitry Chapyshev
e7f2c45f58
- Fix typo in Russian translation
...
svn path=/trunk/; revision=42944
2009-08-26 17:46:48 +00:00
Stefan Ginsberg
ff4df4d6b2
- Fix a typo -- check if memory allocation failed instead of checking if a variable's stack address is NULL.
...
svn path=/trunk/; revision=42943
2009-08-26 17:41:01 +00:00
Stefan Ginsberg
f11466d9c0
- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
...
- Don't call ExSystemExceptionFilter() if we know the caller is user mode.
- Get rid of a couple of dependencies on the NTSTATUS being initialized with STATUS_SUCCESS -- indicate success where properly instead.
svn path=/trunk/; revision=42942
2009-08-26 17:31:02 +00:00
Stefan Ginsberg
08db367162
- Fix a bug in KiRaiseException from 42923 -- a _SEH2_LEAVE wasn't converted to _SEH2_YIELD
...
svn path=/trunk/; revision=42937
2009-08-26 14:52:00 +00:00
James Tabor
6d8d6a8fc5
- Fix a crash in SetMenuInfo.
...
svn path=/trunk/; revision=42934
2009-08-26 01:07:32 +00:00
Dmitry Chapyshev
a5e2e10413
- Use iswspace instead isspace. Patch by Alexander Yastrebov (menone7[at]gmail[dot]com)
...
svn path=/trunk/; revision=42933
2009-08-25 09:45:07 +00:00
Gregor Schneider
b6cecfd934
chklib: print function pointer as a pointer, gcc 4.4 warning
...
svn path=/trunk/; revision=42932
2009-08-25 00:31:45 +00:00
Gregor Schneider
e45de08eec
tftpd: add parenthesis around AND statements embedded in OR statements, use const char* for string constants (gcc 4.4 warnings)
...
svn path=/trunk/; revision=42931
2009-08-25 00:13:15 +00:00
Gregor Schneider
32f5ad4ca6
systeminfo: use strcmp to compare strings, gcc 4.4 warning
...
svn path=/trunk/; revision=42930
2009-08-24 23:48:57 +00:00
Stefan Ginsberg
9b25f7a883
- Make use of _SEH2_YIELD in Mm
...
svn path=/trunk/; revision=42929
2009-08-24 20:39:23 +00:00
Dmitry Gorbachev
0811de4790
... and kernel32, too.
...
svn path=/trunk/; revision=42928
2009-08-24 20:10:05 +00:00
Dmitry Gorbachev
3d0a8cc2a9
... and dxg,
...
svn path=/trunk/; revision=42927
2009-08-24 20:10:03 +00:00
Dmitry Gorbachev
d412903cb1
Sprinkle win32k with some explicit voids,
...
svn path=/trunk/; revision=42926
2009-08-24 20:09:58 +00:00
Stefan Ginsberg
4a1bc02d08
- ...fix typo
...
svn path=/trunk/; revision=42925
2009-08-24 20:08:45 +00:00
Stefan Ginsberg
9bf4e79360
- Add a comment and debug print
...
svn path=/trunk/; revision=42924
2009-08-24 20:07:12 +00:00