Commit graph

7118 commits

Author SHA1 Message Date
Timo Kreuzer fae2044a23 [CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783
2011-05-16 13:12:07 +00:00
Matthias Kupfer 7d11222913 - German translation fixes
svn path=/trunk/; revision=51769
2011-05-15 16:43:16 +00:00
Ged Murphy 6ced137ce2 [SHELL32_NEW]
- Add the shell32 code which has been converted into C++ from the existing C code.
- This is a straight drop using the code Andrew sent to me, it's currently unchanged and untested
- All C++ conversion work to date was carried out by Andrew Hill <ash77 at reactos dot org>

svn path=/trunk/; revision=51768
2011-05-15 15:55:49 +00:00
Olaf Siejka 78791f6abe [GLU32]
- Properly fix compiler warning, by initializing the integer array with zeros. Remove GNUC #ifdef, introduced in rev 42970. Patch by Markus (thechief at praise dash land dot de)
See issue #6179 for more details.

svn path=/trunk/; revision=51767
2011-05-15 15:51:26 +00:00
Ged Murphy 1b67224a55 Add the Windows version of SHIShellFolder_EnumObjects, but compile it out as per Wine's notes
Move the scope in the reg script

svn path=/trunk/; revision=51766
2011-05-15 15:42:03 +00:00
Matthias Kupfer 179f453e06 - make "Network connection" translatable
- fixes spacer for centered progressbar in minitui

svn path=/trunk/; revision=51761
2011-05-15 14:00:08 +00:00
Timo Kreuzer ad38ca5072 [NETEVENT]
Forgot this change

svn path=/trunk/; revision=51735
2011-05-14 14:24:39 +00:00
Timo Kreuzer 620385670c [DWMAPI]
add names to dwmapi.spec stubs

svn path=/trunk/; revision=51730
2011-05-14 13:43:58 +00:00
Timo Kreuzer 69667a5f9b [SHELL32]
Owen Rudge <orudge at codeweavers dot com>:
Implement SHGetImageList
9db87f13d3
Fixes explorer++ main window
patch provided by igorko

svn path=/trunk/; revision=51729
2011-05-14 12:57:52 +00:00
Timo Kreuzer 6e735202f2 [AVIFIL32]
Merge resources back into 1 file

svn path=/trunk/; revision=51728
2011-05-14 12:28:40 +00:00
Timo Kreuzer 3dd6590770 [COMCTL32]
Fix compilation with MSVC

svn path=/trunk/; revision=51724
2011-05-14 10:59:35 +00:00
Timo Kreuzer 06e9b8f16c [USER32]
Convert all resources to utf-8

svn path=/trunk/; revision=51723
2011-05-14 09:32:07 +00:00
Gabriel Ilardi e37a4989a1 [msi]
- Add post 51711 msi_ros.diff

svn path=/trunk/; revision=51712
2011-05-13 20:21:27 +00:00
Timo Kreuzer c22c58fe11 [MSI]
Merge r50719 from cmake branch:
- Fix reource files (strings must be in one line)

svn path=/trunk/; revision=51711
2011-05-13 20:12:28 +00:00
Timo Kreuzer 1034d441f3 [CRT]
Merge r50693 from cmake banch:
_CxxThrowException is stdcall, not cdecl.

svn path=/trunk/; revision=51707
2011-05-13 19:37:49 +00:00
Amine Khaldi 2bad78f216 * Reduce difference to the cmake branch, MSVC fixes.
svn path=/trunk/; revision=51702
2011-05-13 17:16:08 +00:00
Amine Khaldi 9d49f811fd * Reduce difference to the cmake branch.
svn path=/trunk/; revision=51701
2011-05-13 16:29:09 +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
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 3e28bffb7a [desk cpl]
- Properly apply system metrics

svn path=/trunk/; revision=51685
2011-05-12 16:49:50 +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
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
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
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
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
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
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 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
Pierre Schweitzer dd5eeec0f9 [DESK]
Fix & complete French translation

svn path=/trunk/; revision=51578
2011-05-04 17:33:08 +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
Rafal Harabien f4e0b88a0a [KERNEL32]
* Revert 51485. It needs more work.

svn path=/trunk/; revision=51560
2011-05-02 20:56:02 +00:00
Gregor Schneider 4fd826df1f [libjpeg] Update to version 8c
See issue #6022 for more details.

svn path=/trunk/; revision=51559
2011-05-02 20:13:40 +00:00
Aleksey Bragin b86b0d1048 [KERNEL32]
- Initialize ViewSize to 0 when mapping view of section. Fixes DLLs registration problems in 2nd stage (happening all the time with the ldr rewrite).

svn path=/trunk/; revision=51539
2011-05-01 22:00:14 +00:00
Rafal Harabien 16b032b455 [DESK]
* Fix a bug when after changing color scheme Apply and then OK is clicked. Background color was restored to the previous one in this case. Spotted by Gabriel Ilardi.

svn path=/trunk/; revision=51531
2011-05-01 15:07:35 +00:00
Rafal Harabien 606747e15c [SHELL32]
* Properly support WM_SYSCOLORCHANGE in ShellView window. Changing system colors in ReactOS works perfectly now :)

svn path=/trunk/; revision=51526
2011-05-01 13:01:38 +00:00
Rafal Harabien 8311cfe217 [COMCTL32]
* Sync Rebar to Wine 1.3.19
* Properly support WM_SYSCOLORCHANGE in Rebars
* Update comctl32_ros.diff

svn path=/trunk/; revision=51522
2011-05-01 12:49:38 +00:00
Eric Kohl a6edd599e3 [NETEVENT]
- Remove netevent.c and netevent.spec because netevent.dll is a resource-only dll.
- Set entrypoint to 0.

svn path=/trunk/; revision=51514
2011-04-30 23:41:40 +00:00
Rafal Harabien a41476b164 [COMCTL32]
* Properly support WM_SYSCOLORCHANGE in ListView controls with default background. Should be sent to Wine (tm)

svn path=/trunk/; revision=51510
2011-04-30 21:41:15 +00:00
Gabriel Ilardi 3ff2ee5566 [DESK]
French translation by Jeisson Toscano. I adjusted some dialogs to make text fit in.
See issue #6028 for more details.

svn path=/trunk/; revision=51495
2011-04-29 15:58:37 +00:00
Rafal Harabien 541978ae64 [KERNEL32]
* Fix formatting. No code changes.

svn path=/trunk/; revision=51486
2011-04-28 22:33:50 +00:00
Rafal Harabien 6fd65190b1 [KERNEL32]
* Use current directory in GetDriveType if no path is given
* Check if path is properly ended
* Remove slash from end when calling NtCrateFile function
* Fixes few kernel32_apitest tests and floppy icon in My Computer if no floppy is inserted
See issue #6148 for more details.

svn path=/trunk/; revision=51485
2011-04-28 22:15:39 +00:00
Gabriel Ilardi 3c6f59eacf [mshtml]
Revert associations for ie, we can't use them. Spotted by encoded.
See issue #6158 for more details.

svn path=/trunk/; revision=51471
2011-04-28 08:26:49 +00:00