summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2018-03-26Documentation: give more detail for Fl_Image::w(int W) and Fl_Image::h(int H) Manolo Gouy
2018-03-24Android: Rough, verz rough kezboard handling.Matthias Melcher
2018-03-23Fix Fl_Image::copy() and its versions for derived image classes following the...Manolo Gouy
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-22Android: Implemented vector drawing and polygons.Matthias Melcher
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-18Fix a doxygen warning, update copyright.Albrecht Schlosser
2018-03-15Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab charact...Matthias Melcher
2018-03-12Android: fixed Fl_Rect.H commit.Matthias Melcher
2018-03-12Android: added support for Fl::add_timeout() and friends.Matthias Melcher
2018-03-12Android: Reinstated working simple cliping functionality based on anMatthias Melcher
2018-03-12Make Fl_Graphics_Driver constructor protected, as it was in FLTK 1.3.xManolo Gouy
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy
2018-03-10Android: adding and fixing to the graphics clipping codeMatthias Melcher
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-03-09Android: move Android specific platform events to FL/android.HMatthias Melcher
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-03-07Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...Matthias Melcher
2018-03-07Comments: update comment of class Fl_Scalable_Graphics_Driver to indicate wha...Manolo Gouy
2018-03-07MacOS: add more detail to the doc of global variable fl_mac_os_versionManolo Gouy
2018-03-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02More Android changes.Matthias Melcher
2018-03-02Adding crude Android native screen driverMatthias Melcher
2018-02-25Documentation: make code examples use Fl_Surface_Device::push_current()/pop_c...Manolo Gouy
2018-02-22Document that fl_mac_set_about() is deprecated, MacOS-specific and replaced b...Manolo Gouy
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-17Slight documentation fix for class Fl_Sys_Menu_Bar.Manolo Gouy
2018-02-16Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...Manolo Gouy
2018-02-12Restore documentation of function Fl_Mac_App_Menu::custom_application_menu_it...Manolo Gouy
2018-02-12Slight rewording of the documentation of types fl_intptr_t and fl_uintptr_t.Manolo Gouy
2018-02-11Rewording of the documentation of types fl_intptr_t and fl_uintptr_t.Manolo Gouy
2018-02-11Document platform-dependent types fl_intptr_t and fl_uintptr_tManolo Gouy
2018-02-10Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-02-08Documentation: add \version info to new member functions.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2018-02-06Add support for detection and processing of clean program termination request.Manolo Gouy
2018-02-02Fix typos.Albrecht Schlosser
2018-01-31Fix remaining issue in FL/porting.H.Albrecht Schlosser
2018-01-31Fix broken Windows and macOS builds.Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 1.Albrecht Schlosser
2018-01-15Clarify documentation of Fl_Boxtype.Albrecht Schlosser
2018-01-09Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...Manolo Gouy
2018-01-04Add necessary inline implementation of Fl_SVG_Image::copy(void).Manolo Gouy
2018-01-04Add Doxygen comments explaining the purpose of Fl_Window_Driver::draw_begin()...Manolo Gouy
2017-12-30Fix comment.Manolo Gouy