Commit graph

23 commits

Author SHA1 Message Date
Amine Khaldi a3621e43e3 [SHELL32]
Claudiu Mihail:
* Formatting fixes.
* autocomplete test fix.

svn path=/branches/shell32_new-bringup/; revision=53376
2011-08-22 16:28:51 +00:00
Amine Khaldi efa1f39fbc * Merge r53373 from trunk.
svn path=/branches/shell32_new-bringup/; revision=53374
2011-08-22 15:31:21 +00:00
Amine Khaldi 56f6314a44 * Somehow these got missed in the sync, even though they were marked as committed...
svn path=/branches/shell32_new-bringup/; revision=53339
2011-08-20 13:55:31 +00:00
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00
Kamil Hornicek 4cf027e1a0 [SHELL32_NEW]
Fix building with CMake. Had to turn PCH off as Amine suggested, it needs more work.

svn path=/branches/shell32_new-bringup/; revision=52021
2011-05-31 16:55:10 +00:00
Ged Murphy 2b229750a4 [SHELL32_NEW]
- Merge 51783
- The final revision to merge from the existing shell32 code.
- The C++ shell32 module is now fully up to date and ready for testing.

svn path=/branches/shell32_new-bringup/; revision=51941
2011-05-26 22:04:22 +00:00
Ged Murphy 175a443bf4 [SHELL32_NEW]
- Merge 51729
Implement SHGetImageList
9db87f13d3
Fixes explorer++ main window

svn path=/branches/shell32_new-bringup/; revision=51940
2011-05-26 22:01:05 +00:00
Ged Murphy f90c74df0d [SHELL32_NEW]
Merge 51602, 51604, 51701, 51702

svn path=/branches/shell32_new-bringup/; revision=51939
2011-05-26 21:53:16 +00:00
Ged Murphy 574b76d09f [SHELL32_NEW]
- Merge 51586, 51592, 51596

svn path=/branches/shell32_new-bringup/; revision=51938
2011-05-26 21:43:27 +00:00
Ged Murphy c09e3bd756 [SHELL32_NEW]
- Merge 51436, 51448 and 51526

- Properly support WM_SYSCOLORCHANGE in ShellView window. Changing system colors in ReactOS works perfectly now :)

svn path=/branches/shell32_new-bringup/; revision=51937
2011-05-26 21:36:39 +00:00
Ged Murphy b0ebdd8ffe [SHELL32_NEW]
- Merge 51423, 51426 and 51435

- Remove "Play" and "Preview" translations - they shouldn't be in shell32
- Pass an argument array to FormatMessage to insert the filename details into error messages (instead of failing)

svn path=/branches/shell32_new-bringup/; revision=51934
2011-05-26 21:11:36 +00:00
Ged Murphy 83c347aaef [SHELL32_NEW]
- Merge 51322 and 51323
- Return 1 in WM_ERASEBKGND when desktop is painted
- Fix background for desktop icons and their labels
- Moreover fixes explorer_new background
- Properly arrange icons in explorer shell view window. This also fixes navigating in files with keyboard arrows

svn path=/branches/shell32_new-bringup/; revision=51915
2011-05-25 21:28:27 +00:00
Ged Murphy 4324e5e4e1 [SHELL32_NEW]
- Merge 51309
- Fix control style of property dialogs

svn path=/branches/shell32_new-bringup/; revision=51914
2011-05-25 21:16:20 +00:00
Ged Murphy 5dbb8d0d8f [SHELL32_NEW]
Merge 51133, 51199, 51206, 51285, 51294

svn path=/branches/shell32_new-bringup/; revision=51913
2011-05-25 21:13:50 +00:00
Ged Murphy 1ce880c731 Fix a warning, it builds warning free now.
svn path=/branches/shell32_new-bringup/; revision=51912
2011-05-25 21:07:25 +00:00
Ged Murphy 21ef201af1 [SHELL32_NEW]
- Merge 51127
- Sync RunFileDlg to wine

svn path=/branches/shell32_new-bringup/; revision=51911
2011-05-25 21:05:22 +00:00
Ged Murphy 4c01e6ced5 [SHELL32_NEW]
- Merge 50899, 50941, 50957, 50964, 51053

- Check the correct pidl instead of the free one
- Found by the amazing DPH!
- Return the icon index, not the icon id
-Fix missing "Open" menu entry on right click for All Users desktop shortcuts.

svn path=/branches/shell32_new-bringup/; revision=51910
2011-05-25 20:36:21 +00:00
Ged Murphy 0026704626 [SHELL32_NEW]
- Merge 50114 and 50144

- Add NULL checks in IShellView and IDropTarget implementations. Should fix bug #5780.
- Bug 5756: TRANSLATION: multiple modules: Bulgarian by CCTAHEB

svn path=/branches/shell32_new-bringup/; revision=51909
2011-05-25 20:25:42 +00:00
Ged Murphy c95b75e6f3 [SHELL32_NEW]
- Merge 49969, refactored to use CComPtr's thanks to the new C++ model (it's sooo much cleaner now)

- Implement copy / paste for files when tree view is present
- Don't add shortcuts / executables to recent file list

svn path=/branches/shell32_new-bringup/; revision=51908
2011-05-25 20:12:34 +00:00
Ged Murphy 3be178928d [SHELL32_NEW]
- Merge 48792 and 49372
- Fix rbuild file, it really will build now.

svn path=/branches/shell32_new-bringup/; revision=51897
2011-05-24 19:14:42 +00:00
Ged Murphy ef6fc48a38 [SHELL32_NEW]
- Rename the cpp based directory

svn path=/branches/shell32_new-bringup/; revision=51895
2011-05-24 19:04:11 +00:00
Ged Murphy 839070eea6 [SHELL32_NEW]
- Remove the old C based dll.

svn path=/branches/shell32_new-bringup/; revision=51894
2011-05-24 19:02:10 +00:00
Ged Murphy 4019caae75 This really needs to go in a branch. It needs heavy testing and can't coincide with the current shell32 due to PSDK interface changes
svn path=/branches/shell32_new-bringup/; revision=51893
2011-05-24 18:40:34 +00:00