| 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)
|
|
|
|
|
|
|
|
Warning was: "implicit conversion from 'int' to 'float' changes value
from 2147483647 to 2147483648"
Not a big deal in this context, but anyway.
|
|
|
|
|
|
|
|
|
|
|
|
This macro defines the C++ standard used by the compiler since
Visual Studio 2015 Update 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Move git exclusions from the main .gitignore file to the respective
directories to simplify the main file.
Note to devs: some file types are ignored "everywhere" (e.g. *.exe),
there's no need to add these files to the subdirs.
|
|
|
|
This removes a \todo item.
|
|
This removes one \todo.
|
|
|
|
|
|
Also: adjust comments, update copyright year
|
|
|
|
|