summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-13Replace call to CreateFont() by call to CreateFontW().ManoloFLTK
2022-08-12Add virtual Fl_Cairo_Graphics_Driver::cache_size() member function.ManoloFLTK
2022-08-12Improve automatic documentation generationAlbrecht Schlosser
2022-08-10Fix Fl_Xlib_Graphics_Driver for drawing tiled images.ManoloFLTK
2022-08-09GitLab CI/CD: generate pdf documentationAlbrecht Schlosser
2022-08-09Fix Fl_Xlib_Graphics_Driver for tiled-depth 3 images.ManoloFLTK
2022-08-09Fix Fl_Xlib_Graphics_Driver for RGB image drawing under XQuartz.ManoloFLTK
2022-08-08Improve layout, fix resizing of test/demoAlbrecht Schlosser
2022-08-08Fix src/Makefile: add missing directory to 'clean' targetAlbrecht Schlosser
2022-08-08Add option to test Fl_Flex in test/pack.cxxAlbrecht Schlosser
2022-08-07Add Fl_Flex demo "howto-flex-simple" to examplesAlbrecht Schlosser
2022-08-07Fl_Flex: support different margin sizes, improve docsAlbrecht Schlosser
2022-08-07Wayland platform: fix declaration of local variable 'scale'.ManoloFLTK
2022-08-07Wayland platform: move repeated code into Fl_Wayland_Graphics_Driver::buffer_...ManoloFLTK
2022-08-06Wayland: make sure wl_surface_frame() is followed by wl_surface_commit().ManoloFLTK
2022-08-06Wayland: fix regression from 50d26b0 in test/mandelbrot.ManoloFLTK
2022-08-06Check for error while communicating with Wayland - cont'd.ManoloFLTK
2022-08-06Check for error while communicating with Wayland.ManoloFLTK
2022-08-03Improve docs about FLTK coordinate systemsAlbrecht Schlosser
2022-08-02Fl_Darwin_System_Driver: use explicit unicode characters, comment out coding ...ManoloFLTK
2022-08-01Fix Fl_Flex unsetting of set_size()Albrecht Schlosser
2022-08-01Add Fl_Flex widget from Karsten Pedersen (issue #255)Albrecht Schlosser
2022-07-31Mention support of macOS 13.0 "Ventura".ManoloFLTK
2022-07-30Add support of macOS Ventura 13.0ManoloFLTK
2022-07-27Improve check mark visibility for small sizesAlbrecht Schlosser
2022-07-27Configure/make: update dependenciesAlbrecht Schlosser
2022-07-27test/buttons: reorder buttons, remove unnecessary includesAlbrecht Schlosser
2022-07-27Add active/inactive button to unittest_schemes.cxxAlbrecht Schlosser
2022-07-27Fix for issue #471 for the Wayland platform.ManoloFLTK
2022-07-27Fix for issue #471: Different Fl_Window::resize() behavior between v1.3.8 and...ManoloFLTK
2022-07-27Fl_Sys_Menu_Bar: allow use of more keys as menu shortcuts.ManoloFLTK
2022-07-26Fl_Sys_Menu_Bar: allow use of escape and tab as menu shortcuts.ManoloFLTK
2022-07-26Remove useless variables and preprocessor directives.ManoloFLTK
2022-07-26Remove redundant Fl_Xlib_Graphics_Driver::scale_bitmap_for_PostScript() under...ManoloFLTK
2022-07-26Remove redundant Fl_PostScript_Graphics_Driver::color() under Pango.ManoloFLTK
2022-07-26Document the class hierarchy below Fl_System_Driver.ManoloFLTK
2022-07-24Add Pango version check for Fl_PostScript_Graphics_DriverManoloFLTK
2022-07-24Add Fl_PostScript_File_Device::set_current() and end_current() members.ManoloFLTK
2022-07-21Fl_Cairo_Graphics_Driver: simpler handling of font size.ManoloFLTK
2022-07-20Change prototype of virtual Fl_Graphics_Driver::pango_font_description().ManoloFLTK
2022-07-18Fl_Cairo_Graphics_Driver: simpler way to construct the PangoLayout object.ManoloFLTK
2022-07-16Remove empty lineAlbrecht Schlosser
2022-07-16beep: use maximum loudness for error, otherwise system-defaultLeon Winter
2022-07-16Let beep use system default settingsLeon Winter
2022-07-14Document that Fl_Help_View can't be used with FL_NO_BOXAlbrecht Schlosser
2022-07-11Add explanatory comments about text handling by Fl_Cairo_Graphics_Driver.ManoloFLTK
2022-07-09Fix non-xft build referencing fl_get_font_xfld() (#461)Albrecht Schlosser
2022-07-09Upgrade the bundled nanosvg library to current versionAlbrecht Schlosser
2022-07-06Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor.ManoloFLTK
2022-07-06Fl_Cairo_Graphics_Driver: fix issues in string width computations when scalin...ManoloFLTK