| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add missing lib 'gdiplus' to shared libs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Wayland).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cairo_surface_destroy().
Add also replacement for pango_font_metrics_get_height() which requires Pango 1.44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarifications as discussed since April 15, 2022 07:00 UTC (see GitHub
issue #431).
|
|
|
|
Wayland uses .desktop files to set window icons.
|
|
Fix missing opening quote. (#431 cont'd)
|
|
- emphasize that Fl_Image::copy(W, H) creates an image with
w() == data_w() == W and h() == data_h() == H
- clarify some more docs of Fl_Image methods (ensure that data_w()
and data_h() are used where appropriate rather than w() and h()
- improve wording, examples, and formatting of related docs.
Closes #431
|