Martijn Laan
|
19ff004a89
Pascal Scripting change: Added new InitializeBitmapImageFromIcon support function. Use this in iscrypt.iss. Had to use seperate function instead of just adding it as a class method because the latter doesn't work with an array of integer parameter.
|
4 lat temu |
Martijn Laan
|
11d4bb258d
Mini cleanup.
|
4 lat temu |
Martijn Laan
|
fa7a53d949
Add 2 additional sizes (1.5x & 2x) for the Images.res icons* and use them when the scaling is high enough. Do same for cases where the main icon is used (SelLangFrom & UninstProgressForm). This avoids tiny icons on high DPI.
|
4 lat temu |
Martijn Laan
|
43671648e1
Rename the Images.res' icons back to 'image' so it's clear they're not full icons. Also add uninstall image and show it as the uninstall wizard image. To do: make this happen only if SetupIcon is not set (by removing the icon image at compile time).
|
4 lat temu |
Martijn Laan
|
962295b823
Use icons for the Images.res images instead of bitmaps. Higher quality and less code.
|
4 lat temu |
Martijn Laan
|
8a56729ce6
Use builtin dir and group images which look better and also dont depend on a hard-coded (and undocumented?) icon index from shell32.dll.
|
4 lat temu |
Martijn Laan
|
7ddec89948
Merge branch 'is-6' into anchors
|
6 lat temu |
Martijn Laan
|
b49d61e3b9
Cleanup.
|
6 lat temu |
Martijn Laan
|
a708b983b9
Publish Anchors.
|
6 lat temu |
Martijn Laan
|
20821c3973
Don't need TAlphaBitmap anymore.
|
6 lat temu |
Martijn Laan
|
eb1d9f5447
New versions by DRON. Untested + want to remove TAlphaBitmap all together.
|
6 lat temu |
Martijn Laan
|
b02257385c
Improved stretching by DRON + other tweaks.
|
7 lat temu |
Martijn Laan
|
c7b5160a41
Make BitmapImage always use a custom TAlphaBitmap even on Delphi 2009+. Having such a difference between ANSI and Unicode versions make its too hard to expose things to [Code]. #180.
|
9 lat temu |
Martijn Laan
|
96dd063402
BackColor should always be painted if alpha is used. #180
|
9 lat temu |
Honza Rames
|
48fc386d0e
updated TAlphaBitmap to support Delphi 2
|
9 lat temu |
Honza Rames
|
1c02641b70
added TAlphaBitmap class that adds AlphaFormat support to all Delphi versions
|
9 lat temu |
Honza Rames
|
19d09c207d
updated TBitmapImage with support of GDI compatible 32-bit RGBA bitmaps
|
9 lat temu |
Martijn Laan
|
238b774962
Added files
|
14 lat temu |