summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2023-11-15Fixes return type of Fl_Input_::dvalue()Matthias Melcher
2023-11-14Added textcolor() and color(), doc fixes.Greg Ercolano
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-11-14Fl_Terminal widget (#800)erco77
2023-11-12Fix missing FL_EXPORT of class Fl_GridAlbrecht Schlosser
2023-11-07FLUID: Adds template for tutorial.Matthias Melcher
2023-11-05FLUID: Adds undo for all grid operations.Matthias Melcher
2023-11-05FLUID: Adds transient cells to Fl_GridMatthias Melcher
2023-11-05Add Fl_Window::maximize() and Fl_Window::un_maximize()ManoloFLTK
2023-11-01Fix: Fl::clipboard_contains() cannot query selection buffer (#690)ManoloFLTK
2023-10-31Improve the documentation of class Fl_Display_deviceManoloFLTK
2023-10-31Member Fl_Widget_Surface::draw_decorated_window() needs not be virtualManoloFLTK
2023-10-23FLUID: Positioning grid cells intuitively.Matthias Melcher
2023-10-23FLUID: Adds grid child positioning via +/- keysMatthias Melcher
2023-10-22Removes Fl_String from documentation as well.Matthias Melcher
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-22FLUID: more Fl_Grid settingsMatthias Melcher
2023-10-21Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...)Matthias Melcher
2023-10-21FLUID: grid becomes a bit more interactiveMatthias Melcher
2023-10-21FLUID: adding a subset of Fl_Grid child parameters.Matthias Melcher
2023-10-20FLUID: basic Fl_Grid supportMatthias Melcher
2023-10-20Add "#define MAC_OS_VERSION_14_0 140000" to mac.HManoloFLTK
2023-10-19Improve Fl_Grid example codeAlbrecht Schlosser
2023-10-18Fix trailing whitespaceAlbrecht Schlosser
2023-10-16Add Fl_Grid widget and test and demo programsAlbrecht Schlosser
2023-10-16Add virtual void Fl_Graphics_Driver::draw_circle()ManoloFLTK
2023-10-16Improve subclassing cababilities of Fl_Tile (STR 2791)Albrecht Schlosser
2023-10-16Doxygen-only: warn when current color is changedManoloFLTK
2023-10-13Fix trailing whitespace and dependenciesAlbrecht Schlosser
2023-10-13#748: Adds option to choose menu window boxtypeMatthias Melcher
2023-10-11Fixes fl_filename_relative on Linux, Mac, and Windows (#787)Matthias Melcher
2023-10-07Fix STR 3458: "GLUT compatibility mode segfaults"Albrecht Schlosser
2023-10-06Change prototype to Fl::now(double offset = 0) - cont'dManoloFLTK
2023-10-06Change prototype to Fl::now(double offset = 0)ManoloFLTK
2023-09-29Adds Fl_Menu_::prev_mvalue() (#685)Matthias Melcher
2023-09-29Draw parent window backdrop on Fl_Tabs (#718)Matthias Melcher
2023-09-26FLUID: adds greatly enhanced Shell Commands (#774)Matthias Melcher
2023-09-26Add Fl_Timestamp Fl::distant_past()ManoloFLTK
2023-09-20Small FNFC doc clarification; "pilots" -> "presets"Greg Ercolano
2023-09-17Restore Doxygen doc of fl_graphics_driverManoloFLTK
2023-09-12Fix Visual Studio shared library buildAlbrecht Schlosser
2023-09-07Fix doxygen "undocumented parameter" warningsAlbrecht Schlosser
2023-09-06Fixes Fl_Tabs to be more robust.Matthias Melcher
2023-09-05Adds some convenience methods.Matthias Melcher
2023-09-04Introduce Fl_Flex::need_layout() to optimize layout calculationAlbrecht Schlosser
2023-09-03Adds compact buttons feature to create keypads.Matthias Melcher
2023-09-02#718: Fixes drawing issues for Fl_TabsMatthias Melcher
2023-08-31Special (UTF-8) characters in PDF docs maybe not rendered correctly (#772)ManoloFLTK
2023-08-31Remove Doxygen warnings in processing of class Fl_TabsManoloFLTK
2023-08-30#718: Fixes Fl_Tabs overlapping calculationsMatthias Melcher