summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-09Virtual member Fl_Window_Driver::makeWindow() now returns voidManoloFLTK
2023-01-09Wayland: Possibly better way to complete popup constructionManoloFLTK
2023-01-09 Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524)ManoloFLTK
2023-01-09Wayland: fix Fl::event_key(int)ManoloFLTK
2023-01-08FLUID: add drag'n'drop for images (#642)Matthias Melcher
2023-01-08 Fix "Xrender blurs adjacent images with bilinear scaling" (#633)ManoloFLTK
2023-01-08Wayland: Improved implementation of menu windowsManoloFLTK
2023-01-08Fix missing parameter documentationMatthias Melcher
2023-01-07Fix Fl_Spinner draw problem - closes #638Greg Ercolano
2023-01-07 Fix for "Shift-Ctrl-C shortcut in fluid not working on newer linux OS's" (#637)ManoloFLTK
2023-01-06X11: Optionally copy selection buffer to clipboard (STR 3229)Albrecht Schlosser
2023-01-05Add Fl_Tabs dragging in pulldown modeMatthias Melcher
2023-01-05Adding Fl::hide_all_windows()Matthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2023-01-05Refactor drawing small circles: add fl_draw_circle()Albrecht Schlosser
2023-01-04 Fix for "Fl_Native_File_Chooser_MAC.mm compilation warning" (#627)ManoloFLTK
2023-01-04Cairo/Pango: compute character widths fast and string widths accuratelyManoloFLTK
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
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-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-28Improve and extend fl_contrast() (#370)Albrecht Schlosser
2022-12-28Fix for Two compiler warnings (#615) - cont'dManoloFLTK
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-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-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