| Age | Commit message (Collapse) | Author |
|
Also make clear that these options require, for now, Fl_Double_Window to work cross-platform.
|
|
Thanks to Manolo for finding this.
|
|
|
|
|
|
[-Wsign-compare]
|
|
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.
|
|
|
|
|
|
|
|
|
|
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().
|
|
|
|
Code like "void copy(const char */*stuff*/, ...)" would issue the
warning "'*/' seen outside comment" which is formally true but ...
These warnings don't appear with newer MS compilers, but I fixed them
anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fl_???_platform_init.cxx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fl_Cairo_Graphics_Driver::transformed_vertex.
|
|
|
|
|
|
|