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
Age
Commit message (
Expand
)
Author
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
Fix Doxygen warning ("nested comment").
Albrecht Schlosser
2016-04-09
Rewrite fl_shortcut.cxx for the driver model.
Manolo Gouy
2016-04-09
Rewrite Fl_Tooltip.cxx for the driver model.
Manolo Gouy
2016-04-09
Add missing #include directive
Manolo Gouy
2016-04-09
Rewrite fl_open_uri.cxx under the driver model.
Manolo Gouy
2016-04-09
Fix typos.
Albrecht Schlosser
2016-04-09
Rewrite Fl_Menu.cxx for 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
Rewrite Fl_Input.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
Remove code to draw rounded bottom window corners which is not effective.
Manolo Gouy
2016-04-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-04-03
Stop using fl_read_image() to read window decoration.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Move function draw_layer_to_context() from Fl_Cocoa_Screen_Driver to Fl_Cocoa...
Manolo Gouy
2016-04-02
Continue removing from class Fl_X all what is not window-related.
Manolo Gouy
2016-04-02
Fix lowercase typo.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Remove #include directive for Fl_Font.H from mac.H
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-04-02
Begin to rewrite src/Fl_Font.H in the driver model.
Manolo Gouy
2016-04-02
Make constant CoreText_threshold local to file Fl_Quartz_Graphcs_Driver_font.cxx
Manolo Gouy
2016-04-02
Move Fl_X::next_marked_length to the Fl_Cocoa_Screen_Driver class.
Manolo Gouy
2016-04-02
Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_Driver
Manolo Gouy
2016-04-02
Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo...
Manolo Gouy
2016-04-02
Move intersect_region_and_rect() to the Quartz driver code where it belongs.
Manolo Gouy
2016-04-01
Complete removal of platform-dependent code from Fl_Text_Display.cxx
Manolo Gouy
2016-04-01
Rewrite Fl_Text_Editor.cxx under the driver model.
Manolo Gouy
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Remve useless extern declaration
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-31
Move marked text-related data to the Fl_Cocoa_Screen_Driver class.
Manolo Gouy
2016-03-31
Move the marked text support member functions from Fl_System_Driver to Fl_Scr...
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from Fl_Input_.cxx
Manolo Gouy
2016-03-31
Complete removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-31
Continue removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-31
Fix error with PostScript driver on the Mac platform.
Manolo Gouy
[next]