| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This old compiler is available as a cross compiler from macOS to 64-bit Windows.
|
|
|
|
|
|
Fall back to GDI if GDIplus is not available
|
|
|
|
|
|
|
|
|
|
Most of the old code was a leftover of STR 3454 (which fixed winsock
issues).
Also removed an old comment about usage of Windows WSAAsyncSelect()
and why it had been removed (related to Windows socket functions).
|
|
(no code changes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also
- fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification
- fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t"
because that's now in place.
|
|
This removes a \todo item.
|
|
* `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666)
|
|
|
|
- replace tabs with spaces
- remove trailing whitespace
|
|
- replace <FL/Fl.H> with <FL/Fl_Export.H> in public header
- add missing <string.h> in implementation
|
|
|
|
Wayland under macOS is WIP at
https://github.com/owl-compositor/owl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Comments and docs only, no code changes.
|
|
|
|
|
|
|
|
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
|
|
FLUID cleanups
FLUID Fl_Pack support improvement
FLUID fix error in handling live mode resizables
|
|
|