summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-04Cairo/Pango: compute character widths fast and string widths accuratelyManoloFLTK
2023-01-03Update "Migrating Code ..." documentationAlbrecht Schlosser
2023-01-03Clarify and improve Fl::scheme() related documentationAlbrecht Schlosser
2023-01-02Fix missing include file for Visual StudioAlbrecht Schlosser
2023-01-02Modify 'oxy' scheme's "choice arrow" for consistencyAlbrecht Schlosser
2023-01-02Fix box frame sizes of "round" boxes in scheme 'oxy'Albrecht Schlosser
2023-01-02Fix a doxygen warning and improve "file list" contentsAlbrecht Schlosser
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2023-01-01Add a missing FL_OVERRIDE flagAlbrecht Schlosser
2023-01-01Make sure that zlib and png are both local or system (#621)Matthias Melcher
2023-01-01FLUID: BMP header file not trackedMatthias Melcher
2023-01-01FLUID: Fixes size_t signedness warningMatthias Melcher
2022-12-30Remove commented fl_beep calls (#620)Adam Chyła
2022-12-30Fixing false FL_OVERRIDEMatthias Melcher
2022-12-30Fix uninitialised struct in SVG readerMatthias Melcher
2022-12-30FLUID support for inline image data (see #542, #592) (#604)Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-30Fix misleading indentation (warning: [-Wmisleading-indentation])Albrecht Schlosser
2022-12-30Wayland+FreeBSD: fix "test/mandelbrot crashes on rightclick" (#618)ManoloFLTK
2022-12-29 Fix "Focus is lost leaving full screen on macOS 13" (#608)ManoloFLTK
2022-12-29libdecor: update from upstream (3f3e5e1d) as of 29-dec-2022ManoloFLTK
2022-12-28Improve and extend fl_contrast() (#370)Albrecht Schlosser
2022-12-28Fix for Two compiler warnings (#615) - cont'dManoloFLTK
2022-12-28Fix merge error in animated.cxx (sorry for the noise)Albrecht Schlosser
2022-12-28Replace an enum with 'const' variables in test/animated.cxxAlbrecht Schlosser
2022-12-28 Fix compiler warnings on Windows with mingw-w64 CMAKE_CXX_STANDARD=20 (#615)ManoloFLTK
2022-12-28Wayland: remove un-needed #include directivesManoloFLTK
2022-12-28Wayland: remove un-necessary Fl_Wayland_Gl_Window_Driver::gl_event_queueManoloFLTK
2022-12-28Wayland: simplify function struct wl_display *fl_wl_display()ManoloFLTK
2022-12-27Fix doxygen warnings (typos in argument names)Albrecht Schlosser
2022-12-27Exclude generated, Wayland specific files from Doxygen docsAlbrecht Schlosser
2022-12-27Wayland: Dropdown menu moves when navigated (#613) - cont'dManoloFLTK
2022-12-26Wayland: Fix for "Dropdown menu moves when navigated" (#613)ManoloFLTK
2022-12-24Fix for "Fatal error while communicating with the Wayland server" (#610)ManoloFLTK
2022-12-23Add libdecor to README.bundled-libs.txtManoloFLTK
2022-12-22Update bundled nanosvg library to current upstream versionAlbrecht Schlosser
2022-12-22Missing parenthesesMatthias Melcher
2022-12-22Fix compilation on old gcc (#606)Matthias Melcher
2022-12-20Clean up class Fl_String (part of issue #601)Albrecht Schlosser
2022-12-19Update dependencies, remove trailing whitespaceAlbrecht Schlosser
2022-12-19Fix compiler warning (unused variable)Albrecht Schlosser
2022-12-19Complete Fl_Cairo_Graphics_Driver::restore_clip()ManoloFLTK
2022-12-18Added ansi_show_unknown(bool) (default off)Greg Ercolano
2022-12-18Fix "link errors connected with recent Zenity dialog feature" (#602)ManoloFLTK
2022-12-17ESC sequences can traverse append(), unicode support for backspaceGreg Ercolano
2022-12-17Update SVG binary constructor documentationMatthias Melcher
2022-12-17Add cross-platform fl_close_fd(int fd) to close a file descriptorManoloFLTK
2022-12-17Remove further unused code after 12da87bManoloFLTK
2022-12-17Remove useless Fl_System_Driver members after 12da87bManoloFLTK
2022-12-17CHANGES.txt: correct typo.ManoloFLTK