summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2023-01-15Improve deriving from Fl_Chart (STR 2022)Albrecht Schlosser
2023-01-15Have files fl_attr.h and names.h visible by DoxygenManoloFLTK
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
2023-01-12Add the initial version of class Fl_SchemeAlbrecht Schlosser
2023-01-11Fix "Compilation warning: 'NSOpenGLContext' on macOS 11" !#646)ManoloFLTK
2023-01-08Add new Fl_Rect::inset(lt,top,rt,bot) methodGreg Ercolano
2023-01-08 Fix "Xrender blurs adjacent images with bilinear scaling" (#633)ManoloFLTK
2023-01-08Fix missing parameter documentationMatthias Melcher
2023-01-06X11: Optionally copy selection buffer to clipboard (STR 3229)Albrecht Schlosser
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-03Clarify and improve Fl::scheme() related documentationAlbrecht Schlosser
2023-01-02Fix a doxygen warning and improve "file list" contentsAlbrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-28Improve and extend fl_contrast() (#370)Albrecht Schlosser
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-18Added ansi_show_unknown(bool) (default off)Greg Ercolano
2022-12-17ESC sequences can traverse append(), unicode support for backspaceGreg Ercolano
2022-12-17Add cross-platform fl_close_fd(int fd) to close a file descriptorManoloFLTK
2022-12-17Adding length checks for in-memory image data (see #542) (#592)Matthias Melcher
2022-12-16Added backspace handling to simple terminal ansi() modeGreg Ercolano
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-12-15Rename some Fl_Flex methods for FLTK compliance (#594)Albrecht Schlosser
2022-12-13Fix trailing whitespace and dependenciesAlbrecht Schlosser
2022-12-11Use correct syntax to befriend a classManoloFLTK
2022-12-10Add option to bind images to a widget (#589)Matthias Melcher
2022-12-10Docs: add widget screenshot for Fl_Hor_Nice_SliderGreg Ercolano
2022-12-10"Public members Fl::awake_ring_*_ should be private" (#559) - cont'dManoloFLTK
2022-12-09Make Fl_ICO_Image::idcount() constAlbrecht Schlosser
2022-12-09Fix for "Public members Fl::awake_ring_*_ should be private" (#559)ManoloFLTK
2022-12-09Add new Wayland-specific fl_wl_compositor() functionManoloFLTK
2022-12-09New Fl_ICO_Image class to read Windows .ico icon filesManoloFLTK
2022-12-05Implement fl_complex_polygon() for OpenGL (#570)Matthias Melcher
2022-11-30Add a unit test for drawing complex shapes (#565)Matthias Melcher
2022-11-30Remove useless fl_matrix member variable of class Fl_Graphics_DriverManoloFLTK
2022-11-30Remove superfluous friend declarations from class Fl_Graphics_DriverManoloFLTK
2022-11-29Fix for issue [Cairo]: Arrows have a "gap" (#561)ManoloFLTK
2022-11-27macOS+OpenGL3: remove "warning: gl.h and gl3.h are both included"ManoloFLTK
2022-11-26Local undo per Fl_Text_Buffer and Fl_Input_ (#557)Matthias Melcher
2022-11-26Make the value box size of Fl_Value_Slider user settable (STR 3222)Albrecht Schlosser
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-24Refactor code to make rounded rectangles accessible (#553)Matthias Melcher
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2022-11-22Enhance Fl_Rect: add inset() and new constructorAlbrecht Schlosser
2022-11-22Fix selection extension in Fl_Text_*, issue 196 (#550)Matthias Melcher
2022-11-20Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11ManoloFLTK