Commit History

Author SHA1 Message Date
  Martijn Laan b22b1c9878 Use a fixed focus border width/height of 2 pixels to avoid design problems between systems. Also set Center to True by default + few more minor changes. 4 days ago
  Martijn Laan 8d152af312 Move OnPaint into TBitmapImageImplementation. 1 week ago
  Martijn Laan b998e36d1f Make TBitmapButton.AutoSize work as expected + related cleanup. 1 week ago
  Martijn Laan 1539ff4eab Fix assumption R.TopLeft is always 0. 1 week ago
  Martijn Laan 03b8be328b Cleanup + fix Compil32. 1 week ago
  Martijn Laan 96754db651 Simplify. Had this before and it didnt seem to be allowed but had another cause. 1 week ago
  Martijn Laan d137080205 Remove duplicate code. 1 week ago
  Martijn Laan d74e283c3f Cleanup. 1 week ago
  Martijn Laan 577a460de1 Make it like TBitmapImage (but still a button) 🚀 1 week ago
  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 years ago
  Martijn Laan 11d4bb258d Mini cleanup. 4 years ago
  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 years ago
  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 years ago
  Martijn Laan 962295b823 Use icons for the Images.res images instead of bitmaps. Higher quality and less code. 4 years ago
  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 years ago
  Martijn Laan 7ddec89948 Merge branch 'is-6' into anchors 6 years ago
  Martijn Laan b49d61e3b9 Cleanup. 6 years ago
  Martijn Laan a708b983b9 Publish Anchors. 6 years ago
  Martijn Laan 20821c3973 Don't need TAlphaBitmap anymore. 6 years ago
  Martijn Laan eb1d9f5447 New versions by DRON. Untested + want to remove TAlphaBitmap all together. 6 years ago
  Martijn Laan b02257385c Improved stretching by DRON + other tweaks. 7 years ago
  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 years ago
  Martijn Laan 96dd063402 BackColor should always be painted if alpha is used. #180 9 years ago
  Honza Rames 48fc386d0e updated TAlphaBitmap to support Delphi 2 9 years ago
  Honza Rames 1c02641b70 added TAlphaBitmap class that adds AlphaFormat support to all Delphi versions 9 years ago
  Honza Rames 19d09c207d updated TBitmapImage with support of GDI compatible 32-bit RGBA bitmaps 9 years ago
  Martijn Laan 238b774962 Added files 14 years ago