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
Age
Commit message (
Expand
)
Author
2016-04-05
Rewrite the Fl_File_Native_Chooser class under the driver model.
Manolo Gouy
2016-04-04
Modify files keysym2Ucs.c, utf8Input.c, utf8Utils.c and utf8Wrap.c for the dr...
Manolo Gouy
2016-04-04
Fix typo Fl --> FL
Manolo Gouy
2016-04-04
Remove platform-dependent code from file is_spacing.c
Manolo Gouy
2016-04-04
Remove platform-specific code from file case.c
Manolo Gouy
2016-04-03
Remove code to draw rounded bottom window corners which is not effective.
Manolo Gouy
2016-04-03
Fix error introduced in Fl_arg.cxx when converted to the driver model.
Manolo Gouy
2016-04-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-04-03
Remove "(if fl_window is null)" from Doxygen comment.
Manolo Gouy
2016-04-03
Stop using fl_read_image() to read window decoration.
Manolo Gouy
2016-04-03
Delete because content is now in Fl_XXX_Screen_Driver.cxx
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
fl_font.o no longer depends on Fl_Font.H
Manolo Gouy
2016-04-02
Remove #include directive for Fl_Font.H from mac.H
Manolo Gouy
2016-04-02
Remove platform-dependent code from src/fl_font.cxx
Manolo Gouy
2016-04-02
Delete this file replaced by one in each platform-specific subtree with same ...
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
Begin to remove platform-specific 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
Begin to remove platform-dependent code from Fl_Input.cxx
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
Finish removal of platform-dependent code from Fl_Input_.cxx
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
2016-03-31
Fix "warning: control may reach end of non-void function" in Fl_Darwin_System...
Manolo Gouy
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-30
Avoid vfprintf_l() that may be missing on Linux
Manolo Gouy
2016-03-30
Finish removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Continue removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Make sure fl_mac_os_version is defined when the Fl_Darwin_System_Driver objec...
Manolo Gouy
2016-03-30
Begin to rewrite Fl_PostScript.cxx under the driver model.
Manolo Gouy
2016-03-30
Delete this file which content has been transferred to fl_utf8.cxx
Manolo Gouy
[next]