| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-07 | Update "Previous versions of bundled libraries" | ManoloFLTK | |
| 2023-12-07 | Remove "-mwindows" link option from CFLAGS and CXXFLAGS | ManoloFLTK | |
| 2023-12-07 | Remove unnecessary #include <linux/input.h> | ManoloFLTK | |
| 2023-12-06 | fluid: Clear button clears scroll history too | Greg Ercolano | |
| 2023-12-06 | Solve issue 856: manolo's parameter names | Greg Ercolano | |
| 2023-12-05 | Wayland: much lighter but partial implementation of the "GTK Shell" protocol | ManoloFLTK | |
| Only the middle-button click gesture is implemented which avoids interference with what libdecor does with right-click and double-click. | |||
| 2023-12-05 | #860: FLUID: Increments Shell history to 1000 lines | Matthias Melcher | |
| 2023-12-05 | #860: FLUID: Removes Group attributes from Fl_Terminal | Matthias Melcher | |
| 2023-12-05 | #856: FLUID: improved Declaration dialog | Matthias Melcher | |
| Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions. | |||
| 2023-12-05 | Remove remaining 'pronounced "fulltick"' statements | Albrecht Schlosser | |
| + fix source URL in fltk.spec.in + fix some typos | |||
| 2023-12-05 | Wayland+CMake: use set_source_files_properties() for libdecor - cont'd | ManoloFLTK | |
| 2023-12-05 | Wayland+CMake: use set_source_files_properties() for libdecor | ManoloFLTK | |
| 2023-12-04 | #859: FLUID: Improves widget class code formatting | Matthias Melcher | |
| - categorizes multiple comments before a widget class member correctly vs. before a widget member - reintrodues newline characters for comment preview in the widget browser | |||
| 2023-12-04 | Fix issue 854 - append_ansi() len fix | Greg Ercolano | |
| 2023-12-04 | FLUID: improves special handling of widget_class members | Matthias Melcher | |
| 2023-12-04 | Minor updates of bundled libraries and README.CMake.txt | Albrecht Schlosser | |
| Update Makefiles, CMakeLists.txt, improve formatting. | |||
| 2023-12-04 | Fix compiler warnings | Albrecht Schlosser | |
| fluid/code.cxx: unused variable src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx: function may return address of local variable [-Wreturn-local-addr] | |||
| 2023-12-04 | #858: Fluid: removed duplicate and false code | Matthias Melcher | |
| 2023-12-04 | FLUID: Refactored writing escaped strings | Matthias Melcher | |
| 2023-12-04 | New member function Fl_Image_Surface::mask(Fl_RGB_Image*) | ManoloFLTK | |
| 2023-12-03 | Solves issue #856: improve Fl_File_Chooser enum docs | Greg Ercolano | |
| 2023-12-03 | CMake: Remove UseFLTK.cmake generation and usage | Albrecht Schlosser | |
| 2023-12-02 | Update nanosvg/README.txt to reflect recent changes | Albrecht Schlosser | |
| 2023-12-02 | Upgrade bundled nanosvg library to latest upstream commit | Albrecht Schlosser | |
| commit 706eb0618249507c1700cef4a518f73e546b1c38 (upstream/master) Author: Mikko Mononen <memononen@gmail.com> Date: Wed Nov 22 22:47:18 2023 +0200 Merge pull request #249 from wcout/issue_240 Fix for #240: Bug: "else" missing + FLTK specific extensions, see documentation/src/bundled-libs.dox | |||
| 2023-12-02 | Fix error in configure-based build | ManoloFLTK | |
| 2023-12-02 | Improve contrast of check marks and radio buttons (#443) | Albrecht Schlosser | |
| - add fl_draw_radio(...) to standardize radio button drawing - src/Fl_Light_Button.cxx: use fl_contrast() to determine color of radio button and check (light) button check marks, and use new fl_draw_radio() method - src/Fl_Menu.cxx: same as src/Fl_Light_Button.cxx and use fl_draw_check() instead of "manually" drawing the check mark (forgotten in an earlier update) | |||
| 2023-12-02 | Update libdecor to commit 060fe761 dated 1-dec-2023 | ManoloFLTK | |
| 2023-12-02 | #858: FLUID: fixes control character replacement in widget browser | Matthias Melcher | |
| 2023-12-02 | Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by default | ManoloFLTK | |
| This commit makes the default FLTK build setting use libdecor as packaged in Linux when the build system contains packages libdecor-0-dev and libdecor-0-plugin-1-gtk in version ≥ 0.2.0. Otherwise, FLTK uses the bundled version of libdecor. This includes situations where package libdecor-0-dev is present in an earlier version. | |||
| 2023-12-01 | Adds some possible NULL references and small fixes | Matthias Melcher | |
| 2023-12-01 | Fixes a few minor compiler warnings. | Matthias Melcher | |
| 2023-12-01 | Fixes name conflict in X11 GL swap_interval | Matthias Melcher | |
| 2023-11-30 | Wayland: use GTK Shell also with system libdecor - cont'd | ManoloFLTK | |
| 2023-11-30 | Wayland: use GTK Shell also with system libdecor | ManoloFLTK | |
| 2023-11-30 | Wayland: add changes to struct libdecor_frame_gtk | ManoloFLTK | |
| 2023-11-30 | Fixes anonymous union intialisation for C++98 | Matthias Melcher | |
| 2023-11-30 | FLUID: Add dialog box when processes are still runing when user tries to quit. | Matthias Melcher | |
| 2023-11-29 | Set date of last update to bundled libdecor | ManoloFLTK | |
| 2023-11-29 | solve issue 853: make scrollbar public | Greg Ercolano | |
| 2023-11-29 | Add commandline conversion for Windows (no-op on other platforms) | Albrecht Schlosser | |
| - add Fl::args_to_utf8() to convert commandline arguments to UTF-8 This new function closes the gap that previously only Visual Studio applications converted their commandlines to UTF-8. Tested with MinGW, MSYS2/MinGW-w64, and Visual Studio (2019). | |||
| 2023-11-29 | Minor fixes and window size_range in new test/tile.cxx | Albrecht Schlosser | |
| Also add comments to clarify what "old" and "new" code is,respectively. | |||
| 2023-11-29 | Adds OpenGL swap interval documentation. | Matthias Melcher | |
| 2023-11-29 | Merge branch 'master' of https://github.com/fltk/fltk | MatthiasWM | |
| 2023-11-29 | Implements swap_interval for MSWindows. | MatthiasWM | |
| 2023-11-29 | Change type of member variables Fl_Graphics_Driver::ascent + descent | ManoloFLTK | |
| Type short is too small for Fl_Cairo_Graphics_Driver and font sizes ≥ 110. | |||
| 2023-11-29 | Update libdecor to commit cc58dd2a dated 2-nov-2023 | ManoloFLTK | |
| 2023-11-28 | Adds OpenGL swap_interval for Wayland and X11. | Matthias Melcher | |
| 2023-11-28 | Rearrange PostScript graphics driver code redundant with Cairo driver | ManoloFLTK | |
| 2023-11-28 | Remove PostScript graphics driver code redundant with Cairo driver | ManoloFLTK | |
| 2023-11-27 | Fix compiler warning, dependencies, and trailing whitespace | Albrecht Schlosser | |
| The benign warning was: ‘Fl_Browser_::hscrollbar’ will be initialized after [-Wreorder] ‘int Fl_Browser_::linespacing_’ ... | |||
