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
/
Fl_System_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-03-14
Give platform-independent default implementation to Fl_System_Driver::gettime()
Manolo Gouy
2016-09-26
Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow ...
Manolo Gouy
2016-09-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
2016-04-27
Use standard fopen() as default implementation of virtual Fl_System_Driver::f...
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-12
Reorganize the implementations of the virtual member function Fl_System_Drive...
Manolo Gouy
2016-04-11
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...
Manolo Gouy
2016-04-10
Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_File_Browser.cxx under the driver model.
Manolo Gouy
2016-04-07
Rewrite filename_expand.cxx under the driver model.
Manolo Gouy
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-31
Complete removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-30
Begin to rewrite Fl_PostScript.cxx under the driver model.
Manolo Gouy
2016-03-30
Rewrite fl_utf.c under the driver model: the file disappears and its content ...
Manolo Gouy
2016-03-29
Rewrite fl_utf8.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite Fl_abort.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...
Manolo Gouy
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher