wxwidgets/samples/image
PB 61bae154d3 Improve samples appearance in dark mode
- caret: Use the system color for window background instead of
  hard-coded white.

- image: Use hard-coded black for the text drawing since all other
  drawings on the image canvas use hard-coded colours too. The default
  text colour was barely readable in dark mode.

- joytest: Use wxCYAN_PEN instead of wxBLACK_PEN to ensure the line is
  visible both in light and dark colour system mode.

- ownerdrw: Use such background colour that there is good contrast
  between text and background both in light and dark colour system mode.

- popup: Use such background colour for the pop up so that there is a
  good contrast between text and background both in light and dark
  colour system mode.

Closes #23773.
2023-08-24 02:22:19 +02:00
..
canvas.cpp Improve samples appearance in dark mode 2023-08-24 02:22:19 +02:00
canvas.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
cmyk.jpg added support for CMYK JPEGs loading (patch 1476078) 2006-05-28 20:08:39 +00:00
cursor.png Add test for a custom cursor to the image sample. 2010-07-24 11:49:05 +00:00
cursor_png.c Add wxBITMAP_PNG() macro similar to wxBITMAP() but for PNG images. 2012-09-13 17:15:25 +00:00
descrip.mms Update compile support for OpenVMS 2009-01-19 06:20:52 +00:00
horse.bmp
horse.cur
horse.gif
horse.ico
horse.jpg
horse.pcx
horse.png
horse.pnm
horse.svg Add a possibility to show SVG images to the image sample too 2021-11-29 12:55:22 +00:00
horse.tga added TGA handler (somewhat modified patch 1393912) 2006-10-29 18:58:25 +00:00
horse.tif
horse.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
horse3.ani
horse_ag.pnm Applied patch [ 1183803 ] PNM: support for ascii grey + raw grey 2005-05-22 15:37:40 +00:00
horse_rg.pnm Applied patch [ 1183803 ] PNM: support for ascii grey + raw grey 2005-05-22 15:37:40 +00:00
image.bkl Add a possibility to show SVG images to the image sample too 2021-11-29 12:55:22 +00:00
image.cpp Stop using enum for integer constants in image sample 2023-03-30 21:18:02 +02:00
image.rc Add wxBITMAP_PNG() macro similar to wxBITMAP() but for PNG images. 2012-09-13 17:15:25 +00:00
makefile.gcc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
Makefile.in Rebake after the previous commit 2023-07-29 18:13:29 +02:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
smile.xbm Artwork updates 2005-05-31 13:44:45 +00:00
smile.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
toucan.png