Commit graph

38780 commits

Author SHA1 Message Date
Cameron Gutman 6672b72619 - Fix memory leaks when reading strings and binary values from the registry
- Fix list manipulation

svn path=/trunk/; revision=43032
2009-09-12 02:26:33 +00:00
Stefan Ginsberg 172aed5aa9 - ObpCreateDosDevicesDirectory: Check that allocation succeeded before dereference
svn path=/trunk/; revision=43031
2009-09-11 22:31:46 +00:00
Stefan Ginsberg 5c57066048 - Remove accidental change from 42918
svn path=/trunk/; revision=43030
2009-09-11 18:18:21 +00:00
James Tabor 7cdc0d481a - Quick implementation of RtlIsThreadWithinLoaderCallout.
svn path=/trunk/; revision=43029
2009-09-11 07:12:30 +00:00
Johannes Anderwald f889dc273c - Fix build #2
svn path=/trunk/; revision=43028
2009-09-11 06:53:50 +00:00
Johannes Anderwald fb611f08d0 - Fix build
svn path=/trunk/; revision=43027
2009-09-11 06:45:30 +00:00
Johannes Anderwald ad2cf72549 - Convert portcls to a C++ driver
- Tested with Vbox 2.2.4 + AC97 with Winamp
- WIP, Testing recommended

svn path=/trunk/; revision=43026
2009-09-11 06:33:55 +00:00
Johannes Anderwald 82376f839e - Remove dead code
svn path=/trunk/; revision=43025
2009-09-11 06:33:01 +00:00
Stefan Ginsberg 6469ecfb2b - Fix various warnings in inflib (thanks to Ged for help with what appears to be a gcc bug in push_token)
- Disable useless gcc warning in libjpeg
- Fix a 64-bit warning in pefixup

svn path=/trunk/; revision=43024
2009-09-10 17:41:44 +00:00
Johannes Anderwald fece42a150 - A few header updates
svn path=/trunk/; revision=43023
2009-09-10 09:52:40 +00:00
Dmitry Gorbachev c89668ac36 Correct the terms for measurement systems.
Love Nystrom (lovenystrom]at[hotmail]dot[com), bug #4838.

svn path=/trunk/; revision=43022
2009-09-10 05:11:55 +00:00
Dmitry Gorbachev 2d133c5a5f Sync translations with English file. Javier Remacha. Bug #4731.
svn path=/trunk/; revision=43021
2009-09-10 04:49:19 +00:00
Dmitry Gorbachev 761c741815 Update/add Spanish and Basque translations. Javier Remacha. Bug #4731. (2/2)
svn path=/trunk/; revision=43020
2009-09-10 04:02:33 +00:00
Dmitry Gorbachev b810a5f55a Update/add Spanish and Basque translations. Javier Remacha. Bug #4731. (1/2)
svn path=/trunk/; revision=43019
2009-09-10 04:02:22 +00:00
Dmitry Gorbachev 5b1957fe6d Japanese translations by Tomoya Kitagawa. Bug #4840. (2/2)
svn path=/trunk/; revision=43018
2009-09-09 23:43:37 +00:00
Dmitry Gorbachev 30afc678b7 Japanese translations by Tomoya Kitagawa. Bug #4840. (1/2)
svn path=/trunk/; revision=43017
2009-09-09 23:43:32 +00:00
Dmitry Gorbachev e95d84f203 Update Slovak translation. Mario Kacmar. Bug #4839.
svn path=/trunk/; revision=43016
2009-09-09 23:43:22 +00:00
Dmitry Gorbachev 67e6ee1fc2 Spanish translation of RApps by Javier Remacha. Bug #4731.
svn path=/trunk/; revision=43015
2009-09-09 23:43:16 +00:00
Colin Finck 3e4016ea24 [FORMATTING] Fix the indentation mess in KDBG and use a consistent 4 spaces indentation.
svn path=/trunk/; revision=43014
2009-09-09 13:49:04 +00:00
James Tabor 5221d11896 - [Win32k] Class rewrite
- This is part 1, tested with Wine user32 class, Seamonkey, FireFox and AbiWord.
- Please refer to bug report 4778.

svn path=/trunk/; revision=43010
2009-09-07 04:55:00 +00:00
James Tabor f5617658a3 Patch by johnyadams@hotmail.com: Some applications try to set a child as a parent. See bug 4789.
svn path=/trunk/; revision=43009
2009-09-06 22:20:34 +00:00
Hervé Poussineau d67020065f Revert r43007 to try to please buildbot
svn path=/trunk/; revision=43008
2009-09-06 21:33:27 +00:00
Hervé Poussineau bc1ef0f290 Rework FAT filesystem to not be tied to boot filesystem
svn path=/trunk/; revision=43007
2009-09-06 20:02:22 +00:00
Hervé Poussineau 0472f141b8 Implement GetFileInformation() on disks for i386 architecture
svn path=/trunk/; revision=43006
2009-09-06 20:00:23 +00:00
Hervé Poussineau e6aa81a105 Remove code dealing with FAT cache. It is never used
svn path=/trunk/; revision=43005
2009-09-06 16:43:03 +00:00
Hervé Poussineau 8803ca6791 For now, some filesystems still need to use DiskGetBootVolume()...
svn path=/trunk/; revision=43004
2009-09-06 16:07:08 +00:00
Hervé Poussineau 86500a05fc Remove support for machine specific versions of DiskGetBootVolume and DiskGetSystemVolume
svn path=/trunk/; revision=43003
2009-09-06 15:59:16 +00:00
Hervé Poussineau f0d54803ce Do not leak device descriptors in case of error
svn path=/trunk/; revision=43002
2009-09-06 14:21:00 +00:00
Sylvain Petreolle fdc770befb reenable kernel32:pipe test
try and comment out test_read_write() in kernel32:file test,
it causes MDL PROBE FAILED errors

svn path=/trunk/; revision=43001
2009-09-06 13:11:11 +00:00
Sylvain Petreolle 144e14b5de forgot the header update part.
svn path=/trunk/; revision=43000
2009-09-06 11:22:47 +00:00
Sylvain Petreolle 217abe07bc sync mlang winetest with wine 1.1.29
svn path=/trunk/; revision=42999
2009-09-06 11:05:14 +00:00
Sylvain Petreolle 7659b1a778 - Sync mlang with Wine 1.1.29
svn path=/trunk/; revision=42998
2009-09-06 11:05:11 +00:00
Dmitry Chapyshev e5bda864f3 - Handle memory allocation failures. Found by Amine Khaldi
svn path=/trunk/; revision=42997
2009-09-05 15:07:13 +00:00
Dmitry Chapyshev 9edf823a23 - Sync sti with Wine 1.1.29
svn path=/trunk/; revision=42996
2009-09-05 15:04:13 +00:00
Dmitry Chapyshev 1405554792 - Sync ole32 and oleaut32 with Wine 1.1.29
svn path=/trunk/; revision=42995
2009-09-05 15:03:37 +00:00
Dmitry Chapyshev 4480f2ca35 - Sync msctf, mshtml and msxml3 with Wine 1.1.29
svn path=/trunk/; revision=42994
2009-09-05 15:02:49 +00:00
Dmitry Chapyshev fb3ef650c9 - Sync comctl32 and comdlg32 with Wine 1.1.29
svn path=/trunk/; revision=42993
2009-09-05 15:01:30 +00:00
Dmitry Chapyshev cc90d205cc - Sync headers with Wine 1.1.29
svn path=/trunk/; revision=42992
2009-09-05 15:00:41 +00:00
Kamil Hornicek 7a390b0142 - update wined3d to Wine 1.1.29
- reapply our hack for releasing fake GL context, fixes bug 4836
See issue #4836 for more details.

svn path=/trunk/; revision=42991
2009-09-04 09:38:44 +00:00
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