| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-19 | CMake: fix building examples w/o test programs | Albrecht Schlosser | |
| As reported in fltk.coredev in thread "CMAKE build with build examples. On and test OFF fails" $ cmake .. -D FLTK_BUILD_EXAMPLES=ON -D FLTK_BUILD_TEST=OFF failed with: Unknown CMake command "FLTK_RUN_FLUID". | |||
| 2022-11-18 | CMake: fix informative messages sent under macOS | ManoloFLTK | |
| 2022-11-18 | CMake+Wayland: check for presence of required software modules | ManoloFLTK | |
| Also, remove hardcoded path to wayland-protocols when CMake version ≥ 3.4 | |||
| 2022-11-17 | Fix rearranging children in Fl_Scroll (#546) | Matthias Melcher | |
| Implement Fl_Scroll::on_move() Fix indexing in Fl_Group::on_move() | |||
| 2022-11-17 | Remove development stage "Using Wayland backend" message | ManoloFLTK | |
| 2022-11-17 | Fix "Cairo: Scaled images draw with wrong size" (#537) | ManoloFLTK | |
| 2022-11-17 | Fluid: Add Undo to formula input fields. (#547) | Matthias Melcher | |
| 2022-11-16 | Fix whitespace errors and dependencies | Albrecht Schlosser | |
| (no code changes) | |||
| 2022-11-16 | Capitalise FLTK and FLUID. | Matthias Melcher | |
| 2022-11-16 | Fix capitalisation for keywords. | Matthias Melcher | |
| 2022-11-16 | Clarify two entries in the .fl file format docs | Matthias Melcher | |
| 2022-11-16 | Fix typos and a minor bug in fluid/README_fl.txt | Albrecht Schlosser | |
| Bug fix: see "avoid_early_includes" | |||
| 2022-11-15 | Improve Fluid argument handling and relative paths. (#545) | Matthias Melcher | |
| Fix typos, fix merge conflict. | |||
| 2022-11-15 | Add support of .svgz image files to fluid | ManoloFLTK | |
| The prototype of the public Fl_SVG_Image constructor is expanded to allow construction from in-memory, gzip'ed binary data. | |||
| 2022-11-15 | Fix typo in Doxygen for Fl::cairo_make_current(Fl_Window*) | ManoloFLTK | |
| 2022-11-15 | Fix for "Wayland-only build is not compatible with Cairo option" (#544) | ManoloFLTK | |
| 2022-11-14 | Fix yet another Visual Studio compiler warning | Albrecht Schlosser | |
| 2022-11-13 | Make building Fluid optional. (#539) | Matthias Melcher | |
| 2022-11-13 | Further clarify Fluid file format specifics | Matthias Melcher | |
| Remove never used options Clarify the end of the options section | |||
| 2022-11-12 | Reformat Cairo support Fl_Cairo.cxx for CMP compliance | Albrecht Schlosser | |
| Only formatting, no code changes. | |||
| 2022-11-12 | Removed FIXME comment that was already solved. | Matthias Melcher | |
| 2022-11-11 | Fix Visual Studio compiler warnings | Albrecht Schlosser | |
| 2022-11-11 | CMake: improve debug macros | Albrecht Schlosser | |
| 2022-11-11 | Remove redundant doxygen docs of fl_beep() | Albrecht Schlosser | |
| Also add a comment to all platform driver implementations. | |||
| 2022-11-11 | Improve and clarify documentation of fl_beep() | Albrecht Schlosser | |
| 2022-11-09 | Fluid Fl_Widget::image() path fixes. (#536) | Matthias Melcher | |
| * Adding strings and design file to source view panel * Fluid: Fixed source dir recursion, fixed relative image reading path. * Renaming source_dir to designfile_dir in some functions. | |||
| 2022-11-09 | Wayland: remove unneeded friend declarations | ManoloFLTK | |
| 2022-11-09 | Fixed uninitialised variable. | Matthias Melcher | |
| 2022-11-08 | Testing emojis in test/utf8. | Matthias Melcher | |
| 2022-11-08 | Fluid: widget classes can resize children on instantiation | Matthias Melcher | |
| 2022-11-08 | Adding Fluid file format README. (#533) | Matthias Melcher | |
| * Adding Fluid file format README. * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fd.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Typos, changes, restructuring. * Changed filename. * More typos, * Typo. * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> * Update fluid/README_fl.txt Co-authored-by: Peter0x44 <peter0x44@snopyta.org> Co-authored-by: Peter0x44 <peter0x44@snopyta.org> | |||
| 2022-11-08 | Wayland + CMake: fix generated fltk-config that lacked -lX11 | ManoloFLTK | |
| 2022-11-08 | Wayland: improve processing of the -display command line argument | ManoloFLTK | |
| 2022-11-08 | Wayland: show keyboard modifiers during mouse clicks (#534) | ManoloFLTK | |
| 2022-11-08 | Wayland: cancel drag-n-drop after Fl::pushed(0) (#525) | ManoloFLTK | |
| 2022-11-07 | Document Fl_Multiline_Output keynav and caret cursor | Greg Ercolano | |
| 2022-11-07 | Removed an obsolete \warning. | Greg Ercolano | |
| 2022-11-07 | Added missing const on some methods | Greg Ercolano | |
| 2022-11-07 | Added assignment by index example, doc clarifications. | Greg Ercolano | |
| 2022-11-07 | Added empty(), ensure size() enlarges new vals = 0 | Greg Ercolano | |
| 2022-11-07 | Removed i18n from test/preferences.fl | Matthias Melcher | |
| 2022-11-07 | Fix initialisation of hybrid Wayland/X11 platform | ManoloFLTK | |
| Also, terminate Wayland drag-and-drop operation after Fl::pushed(0). | |||
| 2022-11-07 | Remove Fl_X11_System_Driver.{H,o} | ManoloFLTK | |
| 2022-11-07 | Delete src/drivers/X11/Fl_X11_System_Driver.* | ManoloFLTK | |
| 2022-11-07 | Delete src/drivers/Wayland/Fl_Wayland_System_Driver.* | ManoloFLTK | |
| 2022-11-07 | Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms | ManoloFLTK | |
| 2022-11-06 | Speed up test/table open time | Greg Ercolano | |
| Only showing table's callbacks after table is initialized. We're only interested in user interaction. | |||
| 2022-11-06 | Add doxygen docs for Fl_Int_Vector. | Greg Ercolano | |
| While adding the docs, noticed some things that need modification for proper public use. These are highlighted as \todo items and \warning items, which will be fixed in a separate commit forthcoming. -erco | |||
| 2022-11-06 | Check for child visibility in Fl_Scroll (#432) | DieSkaarj | |
| Calculate scroll area only according to visible children. Note: "visible" means in this context: "not hidden" - as opposed to being invisible because the widget doesn't have a background and a label. | |||
| 2022-11-06 | Fix Fl_Help_View <OL> numbers (Issue #153, STR 3290) | Albrecht Schlosser | |
| Started with @wcout's patch (see Issue #153, STR 3290), modified patch for CMP conformance, restructured methods, and finally: - used Fl_Int_Vector instead of 'fl_data_container' - removed fl_data_container Thanks for the working patch to @wcout. | |||
