| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No code changes.
|
|
|
|
|
|
|
|
|
|
and also add more detailed documentation of platform-specific behaviors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This old compiler is available as a cross compiler from macOS to 64-bit Windows.
|
|
|
|
Fall back to GDI if GDIplus is not available
|
|
|
|
|
|
|
|
|
|
- replace tabs with spaces
- remove trailing whitespace
|
|
Wayland under macOS is WIP at
https://github.com/owl-compositor/owl
|
|
|
|
|
|
|
|
Removing all globals in file writer (#653 )
Fix some static analyser complaints
Valgrind: handle width==0 in GfxDrivers on Wayland and X11
Don't use `Fl_Input_::static_value`, it accesses previous
buffer that may be deleted
Project file write encapsulated, removing globals
Encapsulating project file reader, removing states in glbals
Project i/o increased source code readability
|
|
|
|
|
|
|
|
The new name reflects better the role of this bool member variable.
Also, add explanatory comments about the use of this variable.
|
|
Helper function convert_crlf() from file fl_wayland_clipboard_dnd.cxx has been
repaired by commit a4b33f8 (13 jan 2023). But the same function was also in
file Fl_cocoa.mm. This commit moves the repaired code to class Fl_Screen_Driver
and has both fl_wayland_clipboard_dnd.cxx and Fl_cocoa.mm use it.
|
|
|