reactos.git
14 years ago- Fix a bug which broke build
Johannes Anderwald [Fri, 18 Sep 2009 09:29:39 +0000 (09:29 +0000)]
- Fix a bug which broke build

svn path=/trunk/; revision=43072

14 years ago- Allow creating a copy of a file residing in the same directory
Johannes Anderwald [Fri, 18 Sep 2009 00:48:47 +0000 (00:48 +0000)]
- Allow creating a copy of a file residing in the same directory
- Free the correct the buffer
- Romanian language needs to be updated
See issue #4846 for more details.

svn path=/trunk/; revision=43070

14 years ago - Use proper object attributes and share access when opening the file object
Cameron Gutman [Thu, 17 Sep 2009 23:09:16 +0000 (23:09 +0000)]
 - Use proper object attributes and share access when opening the file object
 - Fixes a rare INVALID_KERNEL_HANDLE BSOD and debug log handle warnings from AFD when using Firefox
 - See bug #4796

svn path=/trunk/; revision=43069

14 years ago- Implement ISFHelper_fnCopyItems for desktop shellfolder
Johannes Anderwald [Thu, 17 Sep 2009 22:57:50 +0000 (22:57 +0000)]
- Implement ISFHelper_fnCopyItems for desktop shellfolder
- Check if the target folder desktop
- Fixes copying of files to desktop

See issue #4845 for more details.

svn path=/trunk/; revision=43068

14 years ago- Fix kernel build regression for MSVC from 43014
Stefan Ginsberg [Thu, 17 Sep 2009 18:28:26 +0000 (18:28 +0000)]
- Fix kernel build regression for MSVC from 43014

svn path=/trunk/; revision=43067

14 years agoPatch by maxime vernier (bugzilla bug 4661).
Art Yerkes [Thu, 17 Sep 2009 16:07:37 +0000 (16:07 +0000)]
Patch by maxime vernier (bugzilla bug 4661).
Fix the ghost bug and the graphical glitch with process id 0

svn path=/trunk/; revision=43066

14 years ago- Use __MINGW_NOTHROW instead of __attribute__
Stefan Ginsberg [Thu, 17 Sep 2009 15:47:35 +0000 (15:47 +0000)]
- Use __MINGW_NOTHROW instead of __attribute__

svn path=/trunk/; revision=43065

14 years ago- Fix uninitialized variable usage in DefWindowProcA/W
Stefan Ginsberg [Thu, 17 Sep 2009 15:46:24 +0000 (15:46 +0000)]
- Fix uninitialized variable usage in DefWindowProcA/W
- Don't inline EnableScrollBar as a forwarder for NtUserEnableScrollBar when it is implemented differently. Also define EXTINLINE compatibly for MSVC.

svn path=/trunk/; revision=43064

14 years ago- Fix 2 user32 winstation test failures (patch by Giannis Adamopoulos johnyadams...
Johannes Anderwald [Thu, 17 Sep 2009 15:25:36 +0000 (15:25 +0000)]
- Fix 2 user32 winstation test failures (patch by Giannis Adamopoulos johnyadams (_AT_)hotmail (D-O-T) com
- Test results verified by Amine Khaldi

svn path=/trunk/; revision=43063

14 years ago- Fix 2 user32 winstation test failures (patch by Giannis Adamopoulos johnyadams...
Johannes Anderwald [Thu, 17 Sep 2009 15:20:24 +0000 (15:20 +0000)]
- Fix 2 user32 winstation test failures (patch by Giannis Adamopoulos johnyadams (_AT_)hotmail (D-O-T) com
- Revert hack from 43061 and fix it properly
- Test results verified by Amine Khaldi

svn path=/trunk/; revision=43062

14 years ago- Fix copying of files / directories in explorer view
Johannes Anderwald [Thu, 17 Sep 2009 13:45:08 +0000 (13:45 +0000)]
- Fix copying of files / directories in explorer view
- Part 2/2

svn path=/trunk/; revision=43061

14 years ago- Fix copying of files / directories in explorer view
Johannes Anderwald [Thu, 17 Sep 2009 13:44:34 +0000 (13:44 +0000)]
- Fix copying of files / directories in explorer view
- Part 1/2

svn path=/trunk/; revision=43060

14 years ago - Call SetLastError/GetLastError to do our work for WSASetLastError/WSAGetLastError
Cameron Gutman [Tue, 15 Sep 2009 22:21:27 +0000 (22:21 +0000)]
 - Call SetLastError/GetLastError to do our work for WSASetLastError/WSAGetLastError
 - This will help find regressions before moving to ws2_32_new (ws2_32_new uses this method)

svn path=/trunk/; revision=43058

14 years ago- Set ProgramFiles, CommonProgramFiles environment variable
Johannes Anderwald [Tue, 15 Sep 2009 22:14:12 +0000 (22:14 +0000)]
- Set ProgramFiles, CommonProgramFiles environment variable

See issue #4008 for more details.

svn path=/trunk/; revision=43057

14 years ago- Patch by Smiley <johnyadams@hotmail.com>: remove redundant system calls when window...
James Tabor [Tue, 15 Sep 2009 22:13:16 +0000 (22:13 +0000)]
- Patch by Smiley <johnyadams@hotmail.com>: remove redundant system calls when window structure is available to user space.

svn path=/trunk/; revision=43056

14 years ago- Add validation a computer name
Dmitry Chapyshev [Tue, 15 Sep 2009 15:36:35 +0000 (15:36 +0000)]
- Add validation a computer name
- Set limit for computer name length

svn path=/trunk/; revision=43055

14 years ago- Update win32k tests.
James Tabor [Tue, 15 Sep 2009 15:25:37 +0000 (15:25 +0000)]
- Update win32k tests.

svn path=/trunk/; revision=43054

14 years ago[User32] Theme Support Interface
James Tabor [Tue, 15 Sep 2009 15:24:09 +0000 (15:24 +0000)]
[User32] Theme Support Interface
- This is part 1, Tested with Wine user32 tests, Seamonkey, FireFox and AbiWord.
[References:]
- http://www.reactos.org/wiki/RegisterUserApiHook
- http://www.codeproject.com/KB/miscctrl/uxtheme.aspx
- http://opcode0x90.wordpress.com/2007/05/11/user32__clientloadlibraryx/
- US Patent 6992681 and 6762767 - Theme aware management using fusion

svn path=/trunk/; revision=43053

14 years ago- Partially implement "Computer Name Changes" dialog. Computer name can be changed...
Dmitry Chapyshev [Tue, 15 Sep 2009 13:45:34 +0000 (13:45 +0000)]
- Partially implement "Computer Name Changes" dialog. Computer name can be changed now.
See issue #3304 for more details.

svn path=/trunk/; revision=43052

14 years ago- Check if a shortcut to shortcut is made and resolve it in that case
Johannes Anderwald [Mon, 14 Sep 2009 22:55:44 +0000 (22:55 +0000)]
- Check if a shortcut to shortcut is made and resolve it in that case
- Fixes bug 4720

svn path=/trunk/; revision=43051

14 years ago- Handle potential null-pointer access. Found by Amine Khaldi.
Dmitry Chapyshev [Mon, 14 Sep 2009 11:13:54 +0000 (11:13 +0000)]
- Handle potential null-pointer access. Found by Amine Khaldi.

svn path=/trunk/; revision=43050

14 years agoNtAllocateVirtualMemory: Add check to make sure that BaseAddress + RegionSize is...
Michael Martin [Mon, 14 Sep 2009 09:21:05 +0000 (09:21 +0000)]
NtAllocateVirtualMemory: Add check to make sure that BaseAddress + RegionSize is inside MemoryArea.
For AllocationType of MEM_RESET add FIXME's and return STATUS_SUCCESS, without modifying attributes of region. Fixes 2 virtual tests for kernel32_winetest.

svn path=/trunk/; revision=43049

14 years ago - Rework our aging neighbor cache system that never quite worked correctly
Cameron Gutman [Mon, 14 Sep 2009 04:20:05 +0000 (04:20 +0000)]
 - Rework our aging neighbor cache system that never quite worked correctly
 - Fixes several memory leaks
 - Fix the event timer and NCE timeouts
 - We now keep our neighbor cache updated and remove stale entries

svn path=/trunk/; revision=43048

14 years ago- Fix starting Imdisk applet. Patch by Johnny Adams (johnyadams[at]hotmail[dot]com)
Dmitry Chapyshev [Mon, 14 Sep 2009 02:28:50 +0000 (02:28 +0000)]
- Fix starting Imdisk applet. Patch by Johnny Adams (johnyadams[at]hotmail[dot]com)
See issue #4481 for more details.

svn path=/trunk/; revision=43047

14 years ago- Remove redundant null check. Spotted by Amine Khaldi.
James Tabor [Mon, 14 Sep 2009 00:36:08 +0000 (00:36 +0000)]
- Remove redundant null check. Spotted by Amine Khaldi.

svn path=/trunk/; revision=43046

14 years ago- Remove obsolete code
Johannes Anderwald [Sun, 13 Sep 2009 22:26:59 +0000 (22:26 +0000)]
- Remove obsolete code
- Fix closing of virtual audio devices introduced 43035

svn path=/trunk/; revision=43045

14 years ago- Add back PHYSICAL_ADDRESS workarround for IDmaChannel::PhysicalAddress
Johannes Anderwald [Sun, 13 Sep 2009 22:13:48 +0000 (22:13 +0000)]
- Add back PHYSICAL_ADDRESS workarround for IDmaChannel::PhysicalAddress
- Only define guids for gcc
- Add missing PURE interface function definitions
- Silence debug spam
- Initialize ResourceList members
- Fix calculation when allocating new resources entries
- Fix building of portcls with msvc

svn path=/trunk/; revision=43044

14 years ago- Add query window for real process Id.
James Tabor [Sun, 13 Sep 2009 22:06:58 +0000 (22:06 +0000)]
- Add query window for real process Id.

svn path=/trunk/; revision=43043

14 years agoFix r43040 mistake.
Dmitry Gorbachev [Sun, 13 Sep 2009 21:26:46 +0000 (21:26 +0000)]
Fix r43040 mistake.

svn path=/trunk/; revision=43042

14 years ago- Fix some redefinition warnings caused by our headers' suckyness
Stefan Ginsberg [Sun, 13 Sep 2009 21:23:54 +0000 (21:23 +0000)]
- Fix some redefinition warnings caused by our headers' suckyness

svn path=/trunk/; revision=43041

14 years agoFix GCC detection in RBuild (first check TARGET_CC).
Dmitry Gorbachev [Sun, 13 Sep 2009 21:18:21 +0000 (21:18 +0000)]
Fix GCC detection in RBuild (first check TARGET_CC).

svn path=/trunk/; revision=43040

14 years ago- Fix typo
Johannes Anderwald [Sun, 13 Sep 2009 21:10:33 +0000 (21:10 +0000)]
- Fix typo

svn path=/trunk/; revision=43039

14 years agoSilence compiler warnings for all GCC 4.4.x versions.
Dmitry Gorbachev [Sun, 13 Sep 2009 18:51:44 +0000 (18:51 +0000)]
Silence compiler warnings for all GCC 4.4.x versions.

svn path=/trunk/; revision=43038

14 years ago- Fix cursor position bug after turn off word wrap. Patch by Alexey Komarov
Dmitry Chapyshev [Sun, 13 Sep 2009 05:36:24 +0000 (05:36 +0000)]
- Fix cursor position bug after turn off word wrap. Patch by Alexey Komarov
See issue #3702 for more details.

svn path=/trunk/; revision=43037

14 years ago[KS]
Johannes Anderwald [Sat, 12 Sep 2009 14:35:27 +0000 (14:35 +0000)]
[KS]
- Store Object Header in FsContext2
- Fix allocation of create item entry in KsAllocateObjectCreateItem
- Fix de-referencing in Ks[De]ReferenceSoftwareBusObject & Ks[De]ReferenceBusObject
- Fake success in KsEnableEvent
- Check if the list empty in KspFreeEventList
- Handle GUID_NULL in KspPropertyHandler
- Return STATUS_MORE_ENTRIES if outputbuffer is too small
- Zero struct in KsRegisterWorker
[PORTCLS]
- Store dispatch context in FsContext
- Ignore return value in interrupt sync routine [[Amine Khaldi]]
- Disable assert for frame size check for now
- Free buffer only if the irp was from kernel mode(hack 2 be removed)
- remove unused includes [[Amine Khaldi]]
- Don't attempt copying an empty resource list [[Amine Khaldi]]
[WDMAUD_KERNEL]
- Check if allocation succeeded [[Amine Khaldi]]
[SYSAUDIO]
- Store dispatch context in FsContext2

svn path=/trunk/; revision=43035

14 years ago- Remove unused variable. Found by Amine Khaldi.
Dmitry Chapyshev [Sat, 12 Sep 2009 12:14:21 +0000 (12:14 +0000)]
- Remove unused variable. Found by Amine Khaldi.

svn path=/trunk/; revision=43034

14 years ago- Add NULL pointer check. Found by Amine Khaldi.
Dmitry Chapyshev [Sat, 12 Sep 2009 12:04:39 +0000 (12:04 +0000)]
- Add NULL pointer check. Found by Amine Khaldi.

svn path=/trunk/; revision=43033

14 years ago - Fix memory leaks when reading strings and binary values from the registry
Cameron Gutman [Sat, 12 Sep 2009 02:26:33 +0000 (02:26 +0000)]
 - Fix memory leaks when reading strings and binary values from the registry
 - Fix list manipulation

svn path=/trunk/; revision=43032

14 years ago- ObpCreateDosDevicesDirectory: Check that allocation succeeded before dereference
Stefan Ginsberg [Fri, 11 Sep 2009 22:31:46 +0000 (22:31 +0000)]
- ObpCreateDosDevicesDirectory: Check that allocation succeeded before dereference

svn path=/trunk/; revision=43031

14 years ago- Remove accidental change from 42918
Stefan Ginsberg [Fri, 11 Sep 2009 18:18:21 +0000 (18:18 +0000)]
- Remove accidental change from 42918

svn path=/trunk/; revision=43030

14 years ago- Quick implementation of RtlIsThreadWithinLoaderCallout.
James Tabor [Fri, 11 Sep 2009 07:12:30 +0000 (07:12 +0000)]
- Quick implementation of RtlIsThreadWithinLoaderCallout.

svn path=/trunk/; revision=43029

14 years ago- Fix build #2
Johannes Anderwald [Fri, 11 Sep 2009 06:53:50 +0000 (06:53 +0000)]
- Fix build #2

svn path=/trunk/; revision=43028

14 years ago- Fix build
Johannes Anderwald [Fri, 11 Sep 2009 06:45:30 +0000 (06:45 +0000)]
- Fix build

svn path=/trunk/; revision=43027

14 years ago- Convert portcls to a C++ driver
Johannes Anderwald [Fri, 11 Sep 2009 06:33:55 +0000 (06:33 +0000)]
- Convert portcls to a C++ driver
- Tested with Vbox 2.2.4 + AC97 with Winamp
- WIP, Testing recommended

svn path=/trunk/; revision=43026

14 years ago- Remove dead code
Johannes Anderwald [Fri, 11 Sep 2009 06:33:01 +0000 (06:33 +0000)]
- Remove dead code

svn path=/trunk/; revision=43025

14 years ago- Fix various warnings in inflib (thanks to Ged for help with what appears to be...
Stefan Ginsberg [Thu, 10 Sep 2009 17:41:44 +0000 (17:41 +0000)]
- 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

14 years ago- A few header updates
Johannes Anderwald [Thu, 10 Sep 2009 09:52:40 +0000 (09:52 +0000)]
- A few header updates

svn path=/trunk/; revision=43023

14 years agoCorrect the terms for measurement systems.
Dmitry Gorbachev [Thu, 10 Sep 2009 05:11:55 +0000 (05:11 +0000)]
Correct the terms for measurement systems.
Love Nystrom (lovenystrom]at[hotmail]dot[com), bug #4838.

svn path=/trunk/; revision=43022

14 years agoSync translations with English file. Javier Remacha. Bug #4731.
Dmitry Gorbachev [Thu, 10 Sep 2009 04:49:19 +0000 (04:49 +0000)]
Sync translations with English file. Javier Remacha. Bug #4731.

svn path=/trunk/; revision=43021

14 years agoUpdate/add Spanish and Basque translations. Javier Remacha. Bug #4731. (2/2)
Dmitry Gorbachev [Thu, 10 Sep 2009 04:02:33 +0000 (04:02 +0000)]
Update/add Spanish and Basque translations. Javier Remacha. Bug #4731. (2/2)

svn path=/trunk/; revision=43020

14 years agoUpdate/add Spanish and Basque translations. Javier Remacha. Bug #4731. (1/2)
Dmitry Gorbachev [Thu, 10 Sep 2009 04:02:22 +0000 (04:02 +0000)]
Update/add Spanish and Basque translations. Javier Remacha. Bug #4731. (1/2)

svn path=/trunk/; revision=43019

14 years agoJapanese translations by Tomoya Kitagawa. Bug #4840. (2/2)
Dmitry Gorbachev [Wed, 9 Sep 2009 23:43:37 +0000 (23:43 +0000)]
Japanese translations by Tomoya Kitagawa. Bug #4840. (2/2)

svn path=/trunk/; revision=43018

14 years agoJapanese translations by Tomoya Kitagawa. Bug #4840. (1/2)
Dmitry Gorbachev [Wed, 9 Sep 2009 23:43:32 +0000 (23:43 +0000)]
Japanese translations by Tomoya Kitagawa. Bug #4840. (1/2)

svn path=/trunk/; revision=43017

14 years agoUpdate Slovak translation. Mario Kacmar. Bug #4839.
Dmitry Gorbachev [Wed, 9 Sep 2009 23:43:22 +0000 (23:43 +0000)]
Update Slovak translation. Mario Kacmar. Bug #4839.

svn path=/trunk/; revision=43016

14 years agoSpanish translation of RApps by Javier Remacha. Bug #4731.
Dmitry Gorbachev [Wed, 9 Sep 2009 23:43:16 +0000 (23:43 +0000)]
Spanish translation of RApps by Javier Remacha. Bug #4731.

svn path=/trunk/; revision=43015

14 years ago[FORMATTING] Fix the indentation mess in KDBG and use a consistent 4 spaces indentation.
Colin Finck [Wed, 9 Sep 2009 13:49:04 +0000 (13:49 +0000)]
[FORMATTING] Fix the indentation mess in KDBG and use a consistent 4 spaces indentation.

svn path=/trunk/; revision=43014

14 years ago- [Win32k] Class rewrite
James Tabor [Mon, 7 Sep 2009 04:55:00 +0000 (04:55 +0000)]
- [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

14 years agoPatch by johnyadams@hotmail.com: Some applications try to set a child as a parent...
James Tabor [Sun, 6 Sep 2009 22:20:34 +0000 (22:20 +0000)]
Patch by johnyadams@hotmail.com: Some applications try to set a child as a parent. See bug 4789.

svn path=/trunk/; revision=43009

14 years agoRevert r43007 to try to please buildbot
Hervé Poussineau [Sun, 6 Sep 2009 21:33:27 +0000 (21:33 +0000)]
Revert r43007 to try to please buildbot

svn path=/trunk/; revision=43008

14 years agoRework FAT filesystem to not be tied to boot filesystem
Hervé Poussineau [Sun, 6 Sep 2009 20:02:22 +0000 (20:02 +0000)]
Rework FAT filesystem to not be tied to boot filesystem

svn path=/trunk/; revision=43007

14 years agoImplement GetFileInformation() on disks for i386 architecture
Hervé Poussineau [Sun, 6 Sep 2009 20:00:23 +0000 (20:00 +0000)]
Implement GetFileInformation() on disks for i386 architecture

svn path=/trunk/; revision=43006

14 years agoRemove code dealing with FAT cache. It is never used
Hervé Poussineau [Sun, 6 Sep 2009 16:43:03 +0000 (16:43 +0000)]
Remove code dealing with FAT cache. It is never used

svn path=/trunk/; revision=43005

14 years agoFor now, some filesystems still need to use DiskGetBootVolume()...
Hervé Poussineau [Sun, 6 Sep 2009 16:07:08 +0000 (16:07 +0000)]
For now, some filesystems still need to use DiskGetBootVolume()...

svn path=/trunk/; revision=43004

14 years agoRemove support for machine specific versions of DiskGetBootVolume and DiskGetSystemVolume
Hervé Poussineau [Sun, 6 Sep 2009 15:59:16 +0000 (15:59 +0000)]
Remove support for machine specific versions of DiskGetBootVolume and DiskGetSystemVolume

svn path=/trunk/; revision=43003

14 years agoDo not leak device descriptors in case of error
Hervé Poussineau [Sun, 6 Sep 2009 14:21:00 +0000 (14:21 +0000)]
Do not leak device descriptors in case of error

svn path=/trunk/; revision=43002

14 years agoreenable kernel32:pipe test
Sylvain Petreolle [Sun, 6 Sep 2009 13:11:11 +0000 (13:11 +0000)]
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

14 years agoforgot the header update part.
Sylvain Petreolle [Sun, 6 Sep 2009 11:22:47 +0000 (11:22 +0000)]
forgot the header update part.

svn path=/trunk/; revision=43000

14 years agosync mlang winetest with wine 1.1.29
Sylvain Petreolle [Sun, 6 Sep 2009 11:05:14 +0000 (11:05 +0000)]
sync mlang winetest with wine 1.1.29

svn path=/trunk/; revision=42999

14 years ago- Sync mlang with Wine 1.1.29
Sylvain Petreolle [Sun, 6 Sep 2009 11:05:11 +0000 (11:05 +0000)]
- Sync mlang with Wine 1.1.29

svn path=/trunk/; revision=42998

14 years ago- Handle memory allocation failures. Found by Amine Khaldi
Dmitry Chapyshev [Sat, 5 Sep 2009 15:07:13 +0000 (15:07 +0000)]
- Handle memory allocation failures. Found by Amine Khaldi

svn path=/trunk/; revision=42997

14 years ago- Sync sti with Wine 1.1.29
Dmitry Chapyshev [Sat, 5 Sep 2009 15:04:13 +0000 (15:04 +0000)]
- Sync sti with Wine 1.1.29

svn path=/trunk/; revision=42996

14 years ago- Sync ole32 and oleaut32 with Wine 1.1.29
Dmitry Chapyshev [Sat, 5 Sep 2009 15:03:37 +0000 (15:03 +0000)]
- Sync ole32 and oleaut32 with Wine 1.1.29

svn path=/trunk/; revision=42995

14 years ago- Sync msctf, mshtml and msxml3 with Wine 1.1.29
Dmitry Chapyshev [Sat, 5 Sep 2009 15:02:49 +0000 (15:02 +0000)]
- Sync msctf, mshtml and msxml3 with Wine 1.1.29

svn path=/trunk/; revision=42994

14 years ago- Sync comctl32 and comdlg32 with Wine 1.1.29
Dmitry Chapyshev [Sat, 5 Sep 2009 15:01:30 +0000 (15:01 +0000)]
- Sync comctl32 and comdlg32 with Wine 1.1.29

svn path=/trunk/; revision=42993

14 years ago- Sync headers with Wine 1.1.29
Dmitry Chapyshev [Sat, 5 Sep 2009 15:00:41 +0000 (15:00 +0000)]
- Sync headers with Wine 1.1.29

svn path=/trunk/; revision=42992

14 years ago- update wined3d to Wine 1.1.29
Kamil Hornicek [Fri, 4 Sep 2009 09:38:44 +0000 (09:38 +0000)]
- 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

14 years ago- Handle memory allocation failure. Found by amine48rz
Dmitry Chapyshev [Thu, 3 Sep 2009 15:30:38 +0000 (15:30 +0000)]
- Handle memory allocation failure. Found by amine48rz

svn path=/trunk/; revision=42990

14 years ago- Sync gdiplus with Wine 1.1.29
Dmitry Chapyshev [Thu, 3 Sep 2009 15:07:25 +0000 (15:07 +0000)]
- Sync gdiplus with Wine 1.1.29

svn path=/trunk/; revision=42989

14 years agoBug 4795: Japanese translation for paint by pcds90net, Tomoya Kitagawa
Daniel Reimer [Thu, 3 Sep 2009 15:05:10 +0000 (15:05 +0000)]
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

14 years ago- Sync shdocvw with Wine 1.1.29
Dmitry Chapyshev [Thu, 3 Sep 2009 14:59:32 +0000 (14:59 +0000)]
- Sync shdocvw with Wine 1.1.29

svn path=/trunk/; revision=42987

14 years ago- Sync windowscodecs with Wine 1.1.29
Dmitry Chapyshev [Thu, 3 Sep 2009 14:54:19 +0000 (14:54 +0000)]
- Sync windowscodecs with Wine 1.1.29

svn path=/trunk/; revision=42986

14 years ago- update wined3d, d3d8, d3d9, ddraw to Wine 1.1.28
Kamil Hornicek [Thu, 3 Sep 2009 09:18:38 +0000 (09:18 +0000)]
- update wined3d, d3d8, d3d9, ddraw to Wine 1.1.28

svn path=/trunk/; revision=42983

14 years ago- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)
Dmitry Chapyshev [Wed, 2 Sep 2009 14:59:50 +0000 (14:59 +0000)]
- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)

svn path=/trunk/; revision=42982

14 years ago- Free memory at initialization failure
Dmitry Chapyshev [Wed, 2 Sep 2009 13:07:12 +0000 (13:07 +0000)]
- Free memory at initialization failure

svn path=/trunk/; revision=42981

14 years ago- Add missed checks of memory allocation failures
Dmitry Chapyshev [Wed, 2 Sep 2009 13:02:30 +0000 (13:02 +0000)]
- Add missed checks of memory allocation failures

svn path=/trunk/; revision=42980

14 years agoMichael Bruestle (michael_bruestle@yahoo.com)
Colin Finck [Tue, 1 Sep 2009 18:48:36 +0000 (18:48 +0000)]
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

14 years ago- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)
Dmitry Chapyshev [Tue, 1 Sep 2009 15:12:35 +0000 (15:12 +0000)]
- Update applications information. Patch by Maciej Bialas (bjauy[at]tlen[dot]pl)
See issue #4818,4807 for more details.

svn path=/trunk/; revision=42978

14 years ago - Send NetEventBindsComplete when binding has completed (required for the WDK exampl...
Cameron Gutman [Tue, 1 Sep 2009 00:15:30 +0000 (00:15 +0000)]
 - Send NetEventBindsComplete when binding has completed (required for the WDK example ndis protocol driver to work)

svn path=/trunk/; revision=42977

14 years ago- Fix a valid gcc 4.4.0 uninitialized variable warning
Stefan Ginsberg [Mon, 31 Aug 2009 20:40:02 +0000 (20:40 +0000)]
- Fix a valid gcc 4.4.0 uninitialized variable warning

svn path=/trunk/; revision=42976

14 years ago- Partial revert of 42973 for the systeminfo utility -- the issue was fixed in 42930
Stefan Ginsberg [Mon, 31 Aug 2009 14:37:54 +0000 (14:37 +0000)]
- 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

14 years agoUse memory wrappers instead of ExAllocatePool/ExFreePool directly
Hervé Poussineau [Sun, 30 Aug 2009 19:20:30 +0000 (19:20 +0000)]
Use memory wrappers instead of ExAllocatePool/ExFreePool directly

svn path=/trunk/; revision=42974

14 years ago- %llx -> %I64x
Stefan Ginsberg [Sun, 30 Aug 2009 18:40:58 +0000 (18:40 +0000)]
- %llx -> %I64x
- Don't pass a string literal to strcmp

svn path=/trunk/; revision=42973

14 years ago- Add missing prototype
Stefan Ginsberg [Sun, 30 Aug 2009 18:25:38 +0000 (18:25 +0000)]
- Add missing prototype

svn path=/trunk/; revision=42972

14 years ago- Fix some inflib warnings
Stefan Ginsberg [Sun, 30 Aug 2009 18:11:09 +0000 (18:11 +0000)]
- Fix some inflib warnings

svn path=/trunk/; revision=42971

14 years ago- gcc 4.4.0 bringup 1 of ?:
Stefan Ginsberg [Sun, 30 Aug 2009 15:53:16 +0000 (15:53 +0000)]
- 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

14 years ago- Make ddraw test compile warning free under gcc 4.4.0
Stefan Ginsberg [Sun, 30 Aug 2009 15:36:37 +0000 (15:36 +0000)]
- Make ddraw test compile warning free under gcc 4.4.0

svn path=/trunk/; revision=42969

14 years ago- Fix gdb2 and regexpl warnings under gcc 4.4.0
Stefan Ginsberg [Sun, 30 Aug 2009 15:35:14 +0000 (15:35 +0000)]
- Fix gdb2 and regexpl warnings under gcc 4.4.0

svn path=/trunk/; revision=42968

14 years agoOK, I give up. Pigglesworth, HAALP. What do I do wrong??!
Daniel Reimer [Sun, 30 Aug 2009 11:35:28 +0000 (11:35 +0000)]
OK, I give up. Pigglesworth, HAALP. What do I do wrong??!

svn path=/trunk/; revision=42967

14 years agoNext try. This time I reverted most of my header changes and just needed to add some...
Daniel Reimer [Sun, 30 Aug 2009 00:12:52 +0000 (00:12 +0000)]
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

14 years agoUpdate DM_XXX constants and move some from winuser.h to wingdi.h where they belong...
Timo Kreuzer [Sun, 30 Aug 2009 00:08:21 +0000 (00:08 +0000)]
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