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
/
drivers
/
WinAPI
/
Fl_WinAPI_System_Driver.cxx
Age
Commit message (
Expand
)
Author
2016-04-10
Rewrite Fl_File_Input.cxx under the driver model.
Manolo Gouy
2016-04-10
Remove platform-dependent code from Fl_PNG_Image.cxx
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_Preferences.cxx under the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_File_Browser.cxx under the driver model.
Manolo Gouy
2016-04-09
Rewrite fl_open_uri.cxx under the driver model.
Manolo Gouy
2016-04-08
Rewrite filename_ext.cxx for the driver model.
Manolo Gouy
2016-04-08
Rewrite filename_isdir.cxx for the driver model.
Manolo Gouy
2016-04-08
Rewrite filename_absolute.cxx for the driver model.
Manolo Gouy
2016-04-07
Rewrite filename_expand.cxx under the driver model.
Manolo Gouy
2016-04-07
Rewrite filename_list.cxx under the driver model.
Manolo Gouy
2016-04-06
Begin to rewrite files using #include <sys/stat.h> 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-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_compose.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-03-25
Separating platform-dependent from platform-independent code: make src/Fl.cxx...
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher