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
Age
Commit message (
Expand
)
Author
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.
Manolo Gouy
2016-04-19
Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...
Manolo Gouy
2016-04-19
Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...
Manolo Gouy
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...
Manolo Gouy
2016-04-17
MSWindows fixes for previous commits.
Matthias Melcher
2016-04-17
Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_clipboard_notify_changes() to t...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...
Manolo Gouy
2016-04-15
Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-12
Finish rewrite of Fl_File_Chooser2.cxx for the driver model.
Manolo Gouy
2016-04-12
Begin to rewrite Fl_File_Chooser2.cxx for the driver model.
Manolo Gouy
2016-04-12
Rewrite fl_draw_pixmap.cxx under the driver model.
Manolo Gouy
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-11
Improve use of struct stat for WIN32 platform.
Manolo Gouy
2016-04-11
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...
Manolo Gouy
2016-04-11
Fix VisualC++ build (Visual Studio 2015).
Albrecht Schlosser
2016-04-10
Rewrite Fl_lock.cxx under the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_get_system_colors.cxx under the driver model.
Manolo Gouy
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_Tooltip.cxx for 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
Fix Doxygen warnings.
Albrecht Schlosser
2016-04-06
Rewrite Fl_get_key.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-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
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
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-30
Begin to rewrite Fl_PostScript.cxx under the driver model.
Manolo Gouy
[next]