summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27FLUID: Fixes issues when pasting widget into Fl_Flex #809Matthias Melcher
2023-10-27FLUID: Documentation and typos.Matthias Melcher
2023-10-26FLUID: Refactors MergeBackMatthias Melcher
2023-10-26FLUID: Fixes compile time error and docs.Matthias Melcher
2023-10-26FLUID: Adds more capabilities to MergeBack.Matthias Melcher
2023-10-26FLUID: Fixes warnings.Matthias Melcher
2023-10-26FLUID: Adds helpful message for MergeBack.Matthias Melcher
2023-10-26FLUID: Adds initial MergeBack feature.Matthias Melcher
2023-10-25 Fix "Wayland: Overlay windows look blurred" - cont'd (#808)ManoloFLTK
2023-10-25FLUID: Adds hierarchical node search in header files.Matthias Melcher
2023-10-25FLUID: Updates file format documentationMatthias Melcher
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-24FLUID: Adds text search to source, header, and project viewMatthias Melcher
2023-10-24FLUID: Adds Reveal button to SourceViewMatthias Melcher
2023-10-24FLUID: Adds much more detailed CodeViewMatthias Melcher
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: Merging changes from generated cxx file back to fl fileMatthias Melcher
2023-10-23FLUID: Fixes two minor bugsMatthias Melcher
2023-10-23Remove "double to int conversion" warningsManoloFLTK
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-23FLUID: Fixes completion dialog, early shell read.Matthias Melcher
2023-10-23Wayland: implement transient scale factor windows as popupsManoloFLTK
2023-10-23FLUID: Positioning grid cells intuitively.Matthias Melcher
2023-10-23FLUID: Stops overriding Ctrl-0 shortcut. #802Matthias Melcher
2023-10-23FLUID: Adds grid child positioning via +/- keysMatthias Melcher
2023-10-22Removes Fl_String from documentation as well.Matthias Melcher
2023-10-22FLUID: New layout of Grid tab.Matthias Melcher
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-22FLUID: Moves grid settings into dynamic tabMatthias Melcher
2023-10-22FLUID: Adds remaining Fl_Grid attributesMatthias Melcher
2023-10-22FLUID: removes duplicate codeMatthias Melcher
2023-10-22FLUID: fixes conflictMatthias 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-21Fix fluid build with configure/make + dependenciesAlbrecht Schlosser
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-20Add "#define MAC_OS_VERSION_14_0 140000" to mac.HManoloFLTK