Commit graph

46354 commits

Author SHA1 Message Date
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
Gregor Schneider de2892249a [paint] Fill the whole miniature window by using stretchblt
svn path=/trunk/; revision=51614
2011-05-06 22:02:29 +00:00
Gregor Schneider acf317b8b8 [paint] Hide selection window and clear undo history when starting a new painting
See issue #6226 for more details.

svn path=/trunk/; revision=51612
2011-05-06 18:32:45 +00:00
Gregor Schneider ac4e2c2ab4 [paint] Implement cut function
See issue #6224 for more details.

svn path=/trunk/; revision=51611
2011-05-06 18:00:41 +00:00
Gabriel Ilardi d0b8850835 [SHELL32]
Update Italian & Spanish translations.

svn path=/trunk/; revision=51604
2011-05-05 21:28:57 +00:00
Olaf Siejka 036acd8c8c [SHELL32]
- Translation update

svn path=/trunk/; revision=51602
2011-05-05 21:09:37 +00:00
Gregor Schneider c99f378549 [charmap] [eventvwr] [reactos] [syssetup]
- Igor Paliychuk <mansonigor at gmail dot com>: Update RU and UA resources

svn path=/trunk/; revision=51600
2011-05-05 20:36:07 +00:00
Eric Kohl 45e1070d6d [EVENTLOG]
Fix the calculation of the number of event records.

svn path=/trunk/; revision=51598
2011-05-05 20:27:05 +00:00
Gregor Schneider e2d00b9f53 [shell32]
* Igor Paliychuk <mansonigor at gmail dot com>:
- Remove duplicate string and add some missing resources
- Increase buffer sizes in FolderOptionsFileTypesDlg
- Update RU and UA translations
* Myself: update German translation

svn path=/trunk/; revision=51596
2011-05-05 20:22:06 +00:00
Gregor Schneider c2fdf7156e [libpng] Vincenzo Cotugno: update libpng to 1.52
See issue #6034 for more details.

svn path=/trunk/; revision=51595
2011-05-05 19:43:44 +00:00
Gregor Schneider 40fc5d623a [fonts]
- Update Dejavu fonts & documentation to version 2.33 (by Jon Voris, bug #6106)
- Update GNU FreeFonts & documentation to version 2010-09-19 (by Jon Voris, bug #6115)
- Update 3rdparty version info including recent Freetype sync

svn path=/trunk/; revision=51594
2011-05-05 18:30:18 +00:00
Gregor Schneider 720bbb3f51 [ping] Return 1 if an error occurs during parameter parsing or socket setup
See issue #6206 for more details.

svn path=/trunk/; revision=51593
2011-05-05 18:12:05 +00:00
Gregor Schneider 5ca533b988 [shell32] Re-add spaces to German translation
svn path=/trunk/; revision=51592
2011-05-05 17:54:32 +00:00
James Tabor 8273f88beb [User32|Win32k]
- Standardize keyboard flags for the input thread and send input. Next round will update the rest of user32 defwnd.c, combo.c and appswitch.c.
- Add the missing keyboard flags needed for menu operations for in-user applications.
- Setup a function to be used to get, set and clear queue flags of special use for User32 functions.

svn path=/trunk/; revision=51587
2011-05-05 12:43:31 +00:00
Gabriel Ilardi c10792a4a1 [shell32]
Folder options:
- Load text from language file.
- Fill in the extension and description.
Patch by Edijs Kolesnikovics <terminedijs at yahoo dot com>
- Fix an Italian string.
See issue #6208 for more details.

svn path=/trunk/; revision=51586
2011-05-05 12:06:34 +00:00
James Tabor ae63513829 [Win32k]
- Move hook call close to the keyboard message post. This allows the registering of Aly keys before the hook call. This fixes all but one GetKeyState Api Test.
- Fix GetAsync/KeyState error codes and the return for GetAsyncKeyState. See http://appdb.winehq.org/objectManager.php?sClass=version&iId=8516&iTestingId=13644
- Fix TranslateMessage, check for window and use the window pti for re-posting to message queue.
- Peeking hardware queue should be the same as other Peek queue.

svn path=/trunk/; revision=51583
2011-05-04 23:37:35 +00:00
Pierre Schweitzer dd5eeec0f9 [DESK]
Fix & complete French translation

svn path=/trunk/; revision=51578
2011-05-04 17:33:08 +00:00
Gabriel Ilardi 0b6d767a29 [LIBXML2]
- Update to version 2.7.8. Patch by Carlo Bramini.
- Installed and booted successfully to the desktop. Tested
abiword 2.6.4 and FF 2.0.0.20.

See issue #4988 for more details.

svn path=/trunk/; revision=51577
2011-05-04 15:48:34 +00:00
James Tabor 0c937e4c37 [User32]
- Fix loop when using arrow keys in menu mode, other miscellaneous code changes.

svn path=/trunk/; revision=51574
2011-05-04 12:18:57 +00:00