reactos/base/applications/rapps/include
Oleg Dubinskiy 7eb90143f8
[RAPPS] Display custom applications icons for installed applications CORE-17257 (#3144)
* [RAPPS] Display custom applications icons for installed applications
- Implement `RetrieveIcon` helper function in `CInstalledApplicationInfo` class, which retrueves the current app's icon from registry, same as it done for `CAvailableApplicationInfo`.
- Use it for loading the icon in `CAppsListView::AddInstalledApplication` function, via `ExtractIconW`. Load default Rapps icon only when the app has no its custom icon.
- Retrieve `DisplayIcon` value from registry in `CInstalledApps::Enum` function, same as other registry values (like app name, description, etc).Store it in `szDisplayIcon` string, which is used in `CInstalledApplicationInfo::RetrieveIcon` for retrieving the data of that value.
- Increase `LISTVIEW_ICON_SIZE` macro from 24 to 32, so 32x32 icon size is now used instead of 24x24. This makes displayed icons more accurate, since most of apps contain 32x32 icon, so they look a bit distorted with 24x24 size.
2020-09-20 19:19:59 +02:00
..
appview.h [RAPPS] Display custom applications icons for installed applications CORE-17257 (#3144) 2020-09-20 19:19:59 +02:00
asyncinet.h
available.h
crichedit.h
defines.h
dialogs.h [RAPPS] cmdline enhancement (#3087) 2020-09-06 17:10:18 +02:00
gui.h [RAPPS] cmdline enhancement (#3087) 2020-09-06 17:10:18 +02:00
installed.h [RAPPS] Display custom applications icons for installed applications CORE-17257 (#3144) 2020-09-20 19:19:59 +02:00
misc.h [RAPPS] cmdline enhancement (#3087) 2020-09-06 17:10:18 +02:00
rapps.h
resource.h [RAPPS] cmdline enhancement (#3087) 2020-09-06 17:10:18 +02:00
rosui.h
settings.h [RAPPS] settings read/write refactor (#3101) 2020-09-06 17:10:18 +02:00
unattended.h [RAPPS] Update help command (#3209) 2020-09-19 15:20:14 +03:00
winmain.h [RAPPS] settings read/write refactor (#3101) 2020-09-06 17:10:18 +02:00