summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-11-03 Related to "FLTK doesn't work normal on platform of rockchip" (#817)ManoloFLTK
2023-11-03Wayland copy: destroy data_source object before creating new oneManoloFLTK
2023-11-03Wayland copy: destroy data_source object before creating new oneManoloFLTK
2023-11-03Fix "fltk 1.4.x: hangs during paste in fluid code editor" (#818)ManoloFLTK
2023-11-02Minor change in Fl_Wayland_Graphics_Driver::copy_offscreen()ManoloFLTK
2023-11-01Fix typos in documentationManoloFLTK
2023-10-31Fix typosAlbrecht Schlosser
2023-10-31Move the Fl_String class to the DriverDeveloper Doxygen groupManoloFLTK
2023-10-31Move private classes to the DriverDeveloper Doxygen groupManoloFLTK
2023-10-31 Remove 81615bb causing GL window to blink when resizing on macOS (#813)ManoloFLTK
2023-10-30Minor simplification in Fl_X11_Window_Driver::flush_double(int)ManoloFLTK
2023-10-27FLUID: Documentation and typos.Matthias Melcher
2023-10-25 Fix "Wayland: Overlay windows look blurred" - cont'd (#808)ManoloFLTK
2023-10-25 Fix "Wayland: Overlay windows look blurred" - cont'd (#808)ManoloFLTK
2023-10-24 Fix "Wayland: Overlay windows look blurred" (#808)ManoloFLTK
2023-10-24Wayland: implement scale factor windows as popups - cont'dManoloFLTK
2023-10-24Fix Fl_Flex::resize() and layout() (#811)Albrecht Schlosser
2023-10-24Remove test/debug statements from Fl_Table.cxxAlbrecht Schlosser
2023-10-24Wayland: implement scale factor windows as popups - cont'dManoloFLTK
2023-10-23FLUID: Fixes two minor bugsMatthias Melcher
2023-10-23Use #ifdef FLTK_USE_SVG instead of #if FLTK_USE_SVGManoloFLTK
2023-10-23Prepare Fl_Wayland_Screen_driver.cxx for removal of Fl_Int_VectorManoloFLTK
2023-10-23Wayland: simpler implementation of transient scale factor windowsManoloFLTK
2023-10-23 Avoid macOS 14 warning message when app is launched from command lineManoloFLTK
2023-10-23Wayland: implement transient scale factor windows as popupsManoloFLTK
2023-10-23FLUID: Positioning grid cells intuitively.Matthias Melcher
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-22FLUID: removes duplicate codeMatthias Melcher
2023-10-22FLUID: more Fl_Grid settingsMatthias Melcher
2023-10-21Remove duplicated code that was commented out, fix includesAlbrecht Schlosser
2023-10-21Fix compiler warning [-Wreturn-type]Albrecht Schlosser
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-21 Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-10-20FLUID: basic Fl_Grid supportMatthias Melcher
2023-10-20Fix ctrl/+/- in cube demoAlbrecht Schlosser
2023-10-19Check that a widget is a child of its Fl_Grid parentAlbrecht Schlosser
2023-10-19Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-10-19 Fix for "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-10-18Fix Fl_Tile::set_cursor() which was brokenAlbrecht Schlosser
2023-10-18Fix trailing whitespaceAlbrecht Schlosser
2023-10-18 launching a binary from the command line hangs on macOS Sonoma (#799)ManoloFLTK
2023-10-17Fix drawing points in complex shape mode with Cairo (#792)ManoloFLTK
2023-10-17 launching a binary from the command line hangs on macOS Sonoma (#799)ManoloFLTK
2023-10-17Fix Crashes and warnings when Fl_Double_Window is smaller than 1x1 (#798)ManoloFLTK
2023-10-16Add Fl_Grid widget and test and demo programsAlbrecht Schlosser
2023-10-16Fix Windows (MSVC) compiler warningsAlbrecht Schlosser
2023-10-16Remove Doxygen warning in Fl_Tile.cxx line 185ManoloFLTK
2023-10-16Add virtual void Fl_Graphics_Driver::draw_circle()ManoloFLTK