Commit graph

46322 commits

Author SHA1 Message Date
Amine Khaldi 9d49f811fd * Reduce difference to the cmake branch.
svn path=/trunk/; revision=51701
2011-05-13 16:29:09 +00:00
Eric Kohl 509db7c0d0 [UMPNPMGR]
Implement parts of PNP_CreateDevInst.

svn path=/trunk/; revision=51700
2011-05-13 15:56:50 +00:00
Giannis Adamopoulos 683a4dc336 [win32k]
- Return the correct menu bar rect in GetMenuBarInfo

svn path=/trunk/; revision=51699
2011-05-13 15:36:25 +00:00
Gabriel Ilardi 21434a4c28 [kbdit]
- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.

svn path=/trunk/; revision=51698
2011-05-13 15:16:49 +00:00
Eric Kohl 7db0796ea8 [SETUPAPI]
CM_Create_DevNode_ExW: Copy the device id string into a local buffer before passing it to PNP_CreateDevInst because its 2nd argument is an 'in out' string. Using a writable string buffer prevents exceptions in case the device id passed to CM_Create_DevNode_ExW is a string constant.

svn path=/trunk/; revision=51697
2011-05-13 15:15:40 +00:00
Giannis Adamopoulos 71fffa95de [win32k]
- Fix braindead logic that caused GetMenuItemRect to fail in every case

svn path=/trunk/; revision=51696
2011-05-13 14:47:36 +00:00
Gabriel Ilardi 73aa4fa2be [input]
- Fix an Italian typo spotted by r3ddr4g0n

svn path=/trunk/; revision=51692
2011-05-13 13:25:44 +00:00
Giannis Adamopoulos c043e7495b [win32k]
- Dereference the SMWP object before deleting it. Fixes handle leak

svn path=/trunk/; revision=51690
2011-05-13 08:34:24 +00:00
Giannis Adamopoulos c3dc777c91 [win32k]
- When we run out of user handles show count of event and SMWP objects

svn path=/trunk/; revision=51689
2011-05-13 08:01:11 +00:00
Giannis Adamopoulos 3e28bffb7a [desk cpl]
- Properly apply system metrics

svn path=/trunk/; revision=51685
2011-05-12 16:49:50 +00:00
Giannis Adamopoulos a9aea243ea [win32k]
- Implement counting user objects per process

svn path=/trunk/; revision=51682
2011-05-12 08:00:11 +00:00
Eric Kohl 5c840249e9 [IOLOGMSG]
Add iologmsg.dll. It will be used to log IO events.

svn path=/trunk/; revision=51681
2011-05-12 06:40:31 +00:00
Giannis Adamopoulos 6dd99f1f9b [explorer]
- Reduce flicker

svn path=/trunk/; revision=51680
2011-05-11 22:35:56 +00:00
Giannis Adamopoulos 6a9b0ac003 [regedit]
- Reduce flicker

svn path=/trunk/; revision=51679
2011-05-11 21:34:47 +00:00
Giannis Adamopoulos 326accb790 [eventvwr]
- Reduce flicker

svn path=/trunk/; revision=51678
2011-05-11 21:33:27 +00:00
Giannis Adamopoulos ff0258baab [rapps]
- Don't use CS_HREDRAW and CS_VREDRAW for the main window
- Reduces flicker

svn path=/trunk/; revision=51677
2011-05-11 20:54:33 +00:00
James Tabor 537a1dcc7f [User32]
- DispatchMessage does not allow pointers to be passed forward so need to check for non synchronous messages. Added the same check for the other functions in User32 leaving the rest to be checked in Win32k.
- Add the timer callback validation check.

svn path=/trunk/; revision=51676
2011-05-11 19:59:03 +00:00
Giannis Adamopoulos 585c628014 [shell32]
- Don't create the ShellView class with the CS_HREDRAW and CS_VREDRAW styles
- Should reduce flicker in explorer

svn path=/trunk/; revision=51674
2011-05-11 19:19:03 +00:00
Eric Kohl 72c25cca5a [EVENTLOG]
Log product info upon startup.

svn path=/trunk/; revision=51670
2011-05-10 20:19:14 +00:00
Gabriel Ilardi 58b0d6b369 [KERNEL32_WINETEST]
Sam Arun Raj Seeniraj: Update kernel32 winetests for dos device.
See bug 993 for details.

svn path=/trunk/; revision=51669
2011-05-10 16:11:30 +00:00
Aleksey Bragin a02b3fc01f [NTDLL]
- Result of LdrQueryImageFileExecutionOptions() shouldn't be used as a return status. Always reset it to STATUS_SUCCESS whatever the function returns.

See bug #6231 for more details.

svn path=/trunk/; revision=51668
2011-05-10 16:05:59 +00:00
Aleksey Bragin 037bb97747 Sam Arun Raj Seeniraj:
[WIN32CSR.DLL]
- Removed previous hack in CsrDefineDosDevice() that was stripping off extra trailing path separators.

[SUBST.EXE]
- The help message was not show aligned properly, fixing that.

See issue #993 for more details.

svn path=/trunk/; revision=51667
2011-05-10 15:48:54 +00:00
Aleksey Bragin 9d03d12745 [NTOSKRNL]
- Sam Arun Raj Seeniraj: ObpLookupObjectName() used to reparse endlessly when a symlink points to itself, preventing this by limiting number of reparse attemtps.
See issue #993 for more details.

svn path=/trunk/; revision=51666
2011-05-10 15:43:55 +00:00
Aleksey Bragin 5f617a7c44 [NTOSKRNL]
- Make ObpParseSymbolicLink properly handle the case when target path has a trailing path separator. Based on findings by Samarunraj.
See issue #993 for more details.

svn path=/trunk/; revision=51665
2011-05-10 15:09:36 +00:00
Eric Kohl 1335fefcd9 [NTOSKRNL]
Fix two typos, one spotted by Gabriel Ilardi and the other one spotted by me.

svn path=/trunk/; revision=51663
2011-05-10 12:31:11 +00:00
Gabriel Ilardi 73be4ca375 [USETUP]
- Fix Italian formatting.

svn path=/trunk/; revision=51661
2011-05-10 09:12:13 +00:00
Eric Kohl 9263e4e589 [NETEVENT]
Add some eventlog and service manager events.

svn path=/trunk/; revision=51659
2011-05-09 14:42:10 +00:00
Gabriel Ilardi 8ccdbd535c [winine]
- Read also the shift key state patch by Carlo Bramini.
See issue #6238 for more details.

svn path=/trunk/; revision=51658
2011-05-09 11:24:10 +00:00
Gabriel Ilardi 51534cffd8 [explorer]
- Run the dialog window in a new thread patch by Mikhail Denisenko <denisenkom AT gmail DOT com>
See issue #3339 for more details.

svn path=/trunk/; revision=51656
2011-05-09 10:32:49 +00:00
Timo Kreuzer 4e8ffdfe77 [PSDK]
Improve MAKEINTRESOURCE macros to silence warnings on overzealous gcc versions.
See issue #5343 for more details.

svn path=/trunk/; revision=51655
2011-05-09 08:15:26 +00:00
Eric Kohl 52077d8306 [NTOSKRNL]
Implement CmpSetVersionData: Set the CurrentType value in the HKLM\Software\Microsoft\Windows NT\CurrentVersion key.

svn path=/trunk/; revision=51653
2011-05-08 21:37:00 +00:00
Olaf Siejka fb53a8bc54 - Polish translation for power management.
- Minor typo in Themes translation

svn path=/trunk/; revision=51652
2011-05-08 20:39:32 +00:00
Gabriel Ilardi 19a66b2ac5 Italian & Spanish translation strings for power management.
Spanish color schemes udpate.

svn path=/trunk/; revision=51651
2011-05-08 20:25:32 +00:00
Matthias Kupfer 6dc2abebc0 - translation strings for power management prepared
- initial German translation added
- other languages need to be translated

svn path=/trunk/; revision=51650
2011-05-08 19:50:28 +00:00
Matthias Kupfer 97725af2bf patch by Igor Paliychuk <mansonigor at gmail dot com>:
- ru and uk translations for color scheme list
- ru and uk translation updates for regedit

svn path=/trunk/; revision=51645
2011-05-08 14:52:29 +00:00
Matthias Kupfer b569918cb8 try to commit utf-16 as text (what it actually is)
svn path=/trunk/; revision=51644
2011-05-08 13:42:46 +00:00
Rafal Harabien 5c7c95f619 [DESK]
* Fix scheme selection in Czech, Greek, French, Hungarian, Italian, Dutch, Polish, Swedish and Ukrainian languages.

svn path=/trunk/; revision=51643
2011-05-08 13:16:30 +00:00
Matthias Kupfer ba7640b510 - some corrections to color schemes default
svn path=/trunk/; revision=51640
2011-05-08 10:59:54 +00:00
Olaf Siejka 940852e8d1 Polish translation of Theme list. Patch by Wojciech Kozlowski, corrections and minor modifications by me.
See issue #6233 for more details.

svn path=/trunk/; revision=51639
2011-05-08 10:26:44 +00:00
Gabriel Ilardi 5efd96cf71 re-add the assert, bug 5320 is still here, my fault, sorry.
svn path=/trunk/; revision=51638
2011-05-08 09:27:31 +00:00
James Tabor 25a579bc76 - Bug 5320 was closed.
svn path=/trunk/; revision=51637
2011-05-07 23:44:30 +00:00
Gabriel Ilardi acbd4acb05 Italian translation update for color schemes.
svn path=/trunk/; revision=51635
2011-05-07 21:56:10 +00:00
Matthias Kupfer ccd4373e40 - translation strings for color schemes prepared
- initial German translation added
- other languages need to be translated

svn path=/trunk/; revision=51634
2011-05-07 21:23:20 +00:00
Hervé Poussineau eac4b331b0 [smss] Display program which failed to run
svn path=/trunk/; revision=51624
2011-05-07 16:31:49 +00:00
Olaf Siejka 91fb429184 [REGEDIT]
- Polish translation update

svn path=/trunk/; revision=51623
2011-05-07 16:23:44 +00:00
Gabriel Ilardi 21fa080178 [regedit]
- Prompt before importing from the command line.
- Inform the user about successful import from the command line and the menu.
- Updated Spanish & Italian translations.
See issue #6230 for more details.

svn path=/trunk/; revision=51621
2011-05-07 14:53:32 +00:00
Gabriel Ilardi 5c49122627 [regedit]
- Fix formatting. No code changes.

svn path=/trunk/; revision=51619
2011-05-07 14:43:49 +00:00
Sylvain Petreolle e02e2d6316 [MSCONFIG]
Fix typo in startuppage.h, this fixes build without compilation units.


svn path=/trunk/; revision=51617
2011-05-07 12:45:59 +00:00
Amine Khaldi b2a42bc17c [KERNEL32/NLS]
* Sync nls files to wine 1.3.19
* Escape some characters to fix MSVC build
* Patch by Igor Paliychuk <mansonigor at gmail com>

svn path=/trunk/; revision=51616
2011-05-07 11:22:08 +00:00
James Tabor c5aa7bac2e [User32]
- Add missing wine sync for system command sub functions.

svn path=/trunk/; revision=51615
2011-05-07 02:59:20 +00:00