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
/
src
/
config_lib.h
Age
Commit message (
Expand
)
Author
2021-02-27
Remove config_lib.h and runtime configuration info
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
Matthias Melcher
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2016-05-08
Rewrite OpenGL-related code under the driver model.
Manolo Gouy
2016-04-16
Fix C++ comments in C source files and headers.
Albrecht Schlosser
2016-04-13
Rewrite Fl_own_colormap.cxx under the driver model.
Manolo Gouy
2016-04-13
Fix typo in config_lib.h
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-19
Fixed typos for Linux compilation. OpenGL driver compiles and somewhat works,...
Matthias Melcher
2016-01-17
Trying to create a more detaild way to configure the library, added runtime i...
Matthias Melcher