| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-24 | CMake building: improve messages about necessary software packages | ManoloFLTK | |
| 2022-11-23 | CMake build for Wayland/X11 hybrid: check for libx???-dev packages | ManoloFLTK | |
| 2022-11-23 | Restore build with HAVE_GL = 1 and HAVE_GL_GLU_H = 0 | ManoloFLTK | |
| 2022-11-23 | Configure-based build: control presence of GL-related packages | ManoloFLTK | |
| 2022-11-23 | Update remaining "arrow drawing" in menus | Albrecht Schlosser | |
| Use the new standard arrow drawing methods (whose style depends on the active scheme) for "arrows" used in Fl_Menu and Fl_Menu_Button. To do: maybe we need some "fine tuning" of arrow sizes in some of the modified widgets using the new "arrow drawing" methods. | |||
| 2022-11-23 | Save and restore current color when drawing arrows | Albrecht Schlosser | |
| Make sure we don't change the current color after we finish drawing. | |||
| 2022-11-23 | Fix border size of FL_PLASTIC_UP_BOX | Albrecht Schlosser | |
| 2022-11-23 | Fluid: Fix variable naming and a memory leak | Matthias Melcher | |
| 2022-11-23 | Don't build libdecor demos, add generated files to .gitignore | Albrecht Schlosser | |
| 1) We don't need to build the libdecor demo programs for FLTK. 2) The Wayland build process generates some source and header files in the main src/ directory. These files are now ignored by git. | |||
| 2022-11-23 | Fix whitespace (trailing spaces) | Albrecht Schlosser | |
| 2022-11-23 | Keep indicator that menubar is still active (#551) | Matthias Melcher | |
| 2022-11-23 | Improve Fl_Cocoa_Gl_Window_Driver::switch_to_GL1() to support multiple GL3 ↵ | ManoloFLTK | |
| windows | |||
| 2022-11-23 | Fluid: Fix commandline parameter error message | Matthias Melcher | |
| 2022-11-23 | Add missing FL_RELEASE event after dnd() (#549) | Matthias Melcher | |
| On X11, FLTK would not send a required FL_RELEASE event to the data source window. | |||
| 2022-11-23 | Fix for issue #412 for the Wayland backend | ManoloFLTK | |
| The problem was that after a drag-n-drop within a window, text selection by shift+arrow key stopped working. Also, improves drag-n-drop within a window by leaving insertion point at end of dragged text. | |||
| 2022-11-23 | Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default | ManoloFLTK | |
| 2022-11-23 | Wayland+CMake: stop forcing GTK_FOUND to 0 | ManoloFLTK | |
| This removes the cause of this developer's message # FIXME: This needs to be redesigned! Forcing GTK_FOUND to 0 (NO) is a bad # FIXME: idea because there could be unwanted side effects. AlbrechtS | |||
| 2022-11-22 | Update dependencies | Albrecht Schlosser | |
| 2022-11-22 | Refactor and simplify "arrow drawing" in widgets | Albrecht Schlosser | |
| "Arrows" in widgets are those GUI elements mostly represented by triangles pointing in a particular direction as in scrollbars, choice widgets, some menus, valuators and Fl_Counter widgets. The code has been simplified and standardized such that all these GUI elements are drawn identically per FLTK scheme. Widget authors no longer need to write code to calculate arrow sizes and draw polygons etc. Different schemes can and do implement different drawing functions. Todo: see comments "FIXME_ARROW" in src/Fl_Menu_Button.cxx and src/Fl_Menu.cxx | |||
| 2022-11-22 | macOS: Fix release of extra NSView holding child widgets of GL window | ManoloFLTK | |
| 2022-11-22 | Enhance Fl_Rect: add inset() and new constructor | Albrecht Schlosser | |
| These new features can be used by widgets that draw inside a rectangle taking the border width into account. | |||
| 2022-11-22 | Fix selection extension in Fl_Text_*, issue 196 (#550) | Matthias Melcher | |
| Selecting a text range programmatically would not sync some variables with the actual selection. This also fixes a crash bug in macOS when dragging text that was selected by buffer()->select() only. | |||
| 2022-11-20 | Fix Fl_Group::insert() and Fl_Scroll::on_move() | Albrecht Schlosser | |
| 2022-11-20 | Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11 | ManoloFLTK | |
| 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. | |||
