| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Copying an image does not (and must not) change the original object,
hence copy() should always be 'const'.
This is *necessary* if the given Fl_Image object is 'const'.
|
|
|
|
|
|
Also make clear that these options require, for now, Fl_Double_Window to work cross-platform.
|
|
|
|
|
|
Thanks to Manolo for finding this.
|
|
|
|
|
|
|
|
[-Wsign-compare]
|
|
fltk.general.
|
|
Fl_System_Driver
|
|
|
|
- Add this include statement only where needed.
- Rename Fl_System_Driver::stat() to flstat().
This fixes an issue when using some (!) MinGW 64-bit build systems
that obviously '#define stat _stat64' or similar. This would
result in compiler problems if 'stat()' is a member function of
Fl_System_Driver.
|
|
|
|
|
|
|
|
|
|
and remove it from the Wayland graphics driver.
|
|
|
|
Regenerated src/fl_cmap.h with less spaces, updated copyright year.
Only whitespace and comments are changed in this file.
Note that src/cmap.cxx is not compiled to build the FLTK libs,
it's only used to generate src/fl_cmap.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unsupported by the MS tools) and rename several clocale specific methods from "name" to "vname" since they take a va_list not a variable list of arguments.
|
|
eventually fl_window.
|
|
*fl_wl_display().
|
|
|