summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2023-12-02Improve contrast of check marks and radio buttons (#443)Albrecht Schlosser
2023-11-29solve issue 853: make scrollbar publicGreg Ercolano
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-11-29Change type of member variables Fl_Graphics_Driver::ascent + descentManoloFLTK
2023-11-27Fix compiler warning, dependencies, and trailing whitespaceAlbrecht Schlosser
2023-11-27Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_BitmapManoloFLTK
2023-11-26STR 1373: adds vsync control to OpenGL contexts on macOSMatthias Melcher
2023-11-25Adds pulldown menu to Fl_Text_Display and ..._EditorMatthias Melcher
2023-11-25Cleans up Fl_Input right mouse button menuMatthias Melcher
2023-11-25STR 749: Adds cut/copy/paste popup menu to Fl_InputMatthias Melcher
2023-11-25Adds `linespacing()` to `Fl_Browser_` and all derived widgetsMatthias Melcher
2023-11-25Fl_Terminal better name for flags -> charflagsGreg Ercolano
2023-11-23Added safety when calling Text_Display methodsMatthias Melcher
2023-11-22Make new handle_lf/cr methods privateGreg Ercolano
2023-11-22Adding size range settings to Fl_Tile, initial commit.Matthias Melcher
2023-11-21Fl_Terminal docs: Added some tablesGreg Ercolano
2023-11-21Added output_translate(): controls lf -> crlf translationGreg Ercolano
2023-11-21Fl_Terminal docs for fg/bg colorsGreg Ercolano
2023-11-20Solve issue 837, doc some protected methods.Greg Ercolano
2023-11-19Doc all pub/prot members, remove unused, add todoGreg Ercolano
2023-11-19Fix compiler warnings in Fl_Terminal on WindowsAlbrecht Schlosser
2023-11-17Apply two patches provided by user 'Andre' via mailAlbrecht Schlosser
2023-11-17Remove friend declaration from Fl_Window.H (see STR 3354)Albrecht Schlosser
2023-11-17Enhance documentation of event processingAlbrecht Schlosser
2023-11-16Added clear(), some methods protected->publicGreg Ercolano
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