summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-16Issue #358 cont'd: Fl_Cairo_Window coord system docsGreg Ercolano
2022-01-16Rename FL/Fl_String_class.H to FL/Fl_String.HAlbrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-14Improve focus box drawing and documentationAlbrecht Schlosser
2022-01-13Fixes #362Greg Ercolano
2022-01-13Fixes issue #361.Greg Ercolano
2022-01-13Fix typo in Fl_Menu_Item docsAlbrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2022-01-07Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...ManoloFLTK
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2022-01-05Create FL/x11.H holding declarations specific to X11 platform.ManoloFLTK
2022-01-04Introduction of FL/fl_config.h - continuedManoloFLTK
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-17Github #237: scrollbar.align documentation.Matthias Melcher
2021-12-09Remove compiler warnings about unused parameters (issue #307)ManoloFLTK
2021-12-08Solves issue #308.Greg Ercolano
2021-12-08Improve Fl_Scroll docs regarding its bounding boxAlbrecht Schlosser
2021-12-07Fix for issue #278: Can we use the qt/kde file picker instead of gtk?ManoloFLTK
2021-12-06Fix Fl_Window::size_range() documentation (STR 3352)Albrecht Schlosser
2021-12-04Add fl_message_icon_label() function (STR #2762)Albrecht Schlosser
2021-12-04Rename FL/Fl_String.H to FL/Fl_String_class.HAlbrecht Schlosser
2021-12-04Re-enable nested (aka recursive) common dialogs (STR 3242, #282)Albrecht Schlosser
2021-12-04Add minimal version of class Fl_StringAlbrecht Schlosser
2021-11-26Fix for issue #254: remove hardware overlay support .ManoloFLTK
2021-11-26Fix for issue #253: Remove xdbe supportManoloFLTK
2021-11-16Add use of fl_capture_window() by test/deviceManoloFLTK
2021-11-16Add rectangle drawing functions with Fl_RectAlbrecht Schlosser
2021-11-16Reformat to FLTK style, improve documentationAlbrecht Schlosser
2021-11-15Add fl_draw_check() to draw better check marks (issue #68)Albrecht Schlosser
2021-11-11Support all image depths (1-4) in fl_write_png()Albrecht Schlosser
2021-11-09Refactor fluid: make fl_write_png() publicAlbrecht Schlosser
2021-10-31Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu...ManoloFLTK
2021-10-31Add documentation of Fl_Surface_Device::end_current().ManoloFLTK
2021-10-17Documentation updates (formatting)Albrecht Schlosser
2021-10-17Avoid multiple definition of macro __fl_attr()Albrecht Schlosser
2021-10-06Simplify and fix the code of Fl_Scroll::bbox()Albrecht Schlosser
2021-10-02Separate Fl_GIF_Image constructors with and w/o length argAlbrecht Schlosser
2021-09-27Add error checking and improve constructor of Fl_BMP_ImageAlbrecht Schlosser
2021-09-27Fix and improve Fl_GIF_Image (issue #271, #274)Albrecht Schlosser
2021-09-09Improve documentation of Fl_Image (Issue #272)Albrecht Schlosser
2021-08-31Fix MSVC compiler warnings in test/icon.cxx (#109)Albrecht Schlosser
2021-08-30Fix Windows (VS) compiler warnings in fluidAlbrecht Schlosser
2021-08-30Add experimental FL/fl_casts.H (issue #109)Albrecht Schlosser
2021-08-30Remove unused declaration of Fl_CharAlbrecht Schlosser
2021-08-27Remove compiler warnings '-Wextra-semi' (see also PR #266)Albrecht Schlosser
2021-08-27Remove an extra semicolontetsuhaut
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2021-05-28New virtual member function Fl_Graphics_Driver::colored_rectf().ManoloFLTK
2021-05-25Reimplement Fl_Group::delete_child(int) for Fl_ScrollAlbrecht Schlosser