index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FL
/
platform_types.h
Age
Commit message (
Expand
)
Author
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-01-23
Remove experimental platforms Android, Pico, SDL (PR #376)
Albrecht Schlosser
2022-01-04
Introduction of FL/fl_config.h - continued
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-08-04
Better definition of 'struct dirent' for the MinGW32 compiler
ManoloFLTK
2018-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
Matthias Melcher
2018-03-26
Android: Draws Fl_Bitmap.
Matthias Melcher
2018-03-10
Android: adding and fixing to the graphics clipping code
Matthias Melcher
2018-03-10
Android: crude graphics clipping
Matthias Melcher
2018-02-12
Slight rewording of the documentation of types fl_intptr_t and fl_uintptr_t.
Manolo Gouy
2018-02-11
Rewording of the documentation of types fl_intptr_t and fl_uintptr_t.
Manolo Gouy
2018-02-11
Document platform-dependent types fl_intptr_t and fl_uintptr_t
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-01-31
Replace FL/x.H with FL/platform.H - step 1.
Albrecht Schlosser
2017-03-13
Set missing svn properties.
Albrecht Schlosser
2016-05-22
Fix compiler warnings.
Albrecht Schlosser
2016-05-16
More accurate message about how to port the stat() function to a new platform.
Manolo Gouy
2016-05-13
Add GLContext to the set of platform-dependent types defined in FL/platform_t...
Manolo Gouy
2016-04-23
Move typedef fl_(u)intptr_t to FL/platform_types.h.
Albrecht Schlosser
2016-04-16
Fix C++ comments in C source files and headers.
Albrecht Schlosser
2016-04-15
Remove S_IFMT from the public FLTK API
Manolo Gouy
2016-04-14
PicoSDL fixes - not working!
Matthias Melcher
2016-04-13
Fix platform specific compilation errors.
Albrecht Schlosser
2016-04-13
Remove platform-dependent code from Enumerations.H
Manolo Gouy
2016-04-11
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...
Manolo Gouy
2016-04-09
Fix C++ comment in C header file.
Albrecht Schlosser
2016-04-07
Rewrite filename_list.cxx under the driver model.
Manolo Gouy