| Age | Commit message (Collapse) | Author |
|
Rename fl_wl_cairo() to fl_wl_gc()
Add function cairo_t* fl_cairo_gc() under OPTION_USE_CAIRO
|
|
fltk-config has been extended to allow more than one source file
and additional compiler flags and link libraries. This commit adds
documentation (no functional changes).
|
|
|
|
|
|
|
|
|
|
Rename it to Fl_Wayland_Window_Driver::surface_to_window() and
avoid loop over all mapped FLTK windows that used to be performed.
|
|
|
|
drivers/Wayland/Fl_Wayland_Window_Driver.cxx:1515:47: warning: declaration ‘struct wld_window::custom_cursor’ does not declare anything
|
|
|
|
|
|
|
|
|
|
|
|
No code changes.
|
|
|
|
|
|
and also add more detailed documentation of platform-specific behaviors.
|
|
|
|
|
|
|
|
|
|
Also, remove Doxygen warning from file bundled-libs.dox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(no code changes)
|
|
This removes a \todo item.
|
|
Since FLTK 1.4.0 inclusion of FL/Fl.H is no longer a requirement
unless class Fl is used (e.g. Fl::run()) or if it is used to include
other headers like FL/Enumerations.H
|
|
- replace tabs with spaces
- remove trailing whitespace
|
|
|
|
Add Doxygen-formatted description of the Wayland backend
Add bundled-libs.dox
Delete README.bundled-libs.txt
Move "Development" page to "Development of FLTK" chapter
|
|
|
|
|
|
|
|
|
|
Add "New FL_OVERRIDE Macro" paragraph and update some more parts.
|
|
|
|
|
|
|
|
|