| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-19 | Fix "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-18 | Fix Fl_Tile::set_cursor() which was broken | Albrecht Schlosser | |
| ... since commit 6ba7b49baf11e526d1ed19aef491db2cd120e55e. | |||
| 2023-10-18 | Fix trailing whitespace | Albrecht Schlosser | |
| 2023-10-18 | launching a binary from the command line hangs on macOS Sonoma (#799) | ManoloFLTK | |
| 2023-10-17 | Fix 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-17 | Update documentation with Fl_Flex and Fl_Grid widgets | Albrecht Schlosser | |
| 2023-10-17 | Fix Crashes and warnings when Fl_Double_Window is smaller than 1x1 (#798) | ManoloFLTK | |
| 2023-10-16 | Add Fl_Grid widget and test and demo programs | Albrecht Schlosser | |
| - FL/Fl_Grid.H: header file - src/Fl_Grid.cxx: implementation - examples/grid-simple.cxx: simple example program - test/cube.cxx: use Fl_Grid for layout - test/grid_alignment.cxx: test cell alignment and other functions - test/grid_buttons.cxx: demo program as discussed in fltk.general - test/grid_login.cxx: like test/flex_login.cxx but with Fl_Grid - test/flex_login.cxx: modified to match test/grid_login.cxx | |||
| 2023-10-16 | Fix Windows (MSVC) compiler warnings | Albrecht Schlosser | |
| warning C4244: '=': conversion from 'double' to 'time_t', possible loss of data warning C4244: 'return': conversion from 'time_t' to 'long', possible loss of data | |||
| 2023-10-16 | Fix compiler warning (C++11 standard) | Albrecht Schlosser | |
| Warning: override controls (override/final) only available with ‘-std=c++11’ or ‘-std=gnu++11’ | |||
| 2023-10-16 | Remove Doxygen warning in Fl_Tile.cxx line 185 | ManoloFLTK | |
| The warning was warning: End of list marker found without any preceding list items. | |||
| 2023-10-16 | Update .gitignore files | Albrecht Schlosser | |
| Add missing executables | |||
| 2023-10-16 | Add virtual void Fl_Graphics_Driver::draw_circle() | ManoloFLTK | |
| 2023-10-16 | Fix Drawing artifact with radio buttons under Cairo (#792) - cont'd | ManoloFLTK | |
| 2023-10-16 | Fix indentation | ManoloFLTK | |
| 2023-10-16 | Improve subclassing cababilities of Fl_Tile (STR 2791) | Albrecht Schlosser | |
| - remove static variables and functions - make move_intersection() virtual - add (protected) cursor access methods These changes were inspired by STR 2791 where the user proposing an enhancement was not able to subclass Fl_Tile properly. This commit fixes the mentioned issues and enables subclassing without copying internal code. | |||
| 2023-10-16 | Open | ManoloFLTK | |
| Fix Drawing artifact with round check buttons in menu under Cairo (#792) | |||
| 2023-10-16 | Doxygen-only: warn when current color is changed | ManoloFLTK | |
| Also, remove the statement that rectangles are drawn with 1-pixel lines which is wrong with HighDPI displays. | |||
| 2023-10-15 | Improve small radio buttons by using fl_draw_circle() | Albrecht Schlosser | |
| This removes duplicated code as intended when fl_draw_circle() was introduced. | |||
| 2023-10-15 | Fix small circle drawing and add doxygen \since statement | Albrecht Schlosser | |
| src/fl_draw.cxx: improve documentation, add \since 1.4.0, simplify scaling code, use forgotten 'color' argument to set the circle color. src/fl_draw_arrow.cxx: add doxygen \since statement | |||
| 2023-10-14 | Draws nicer small circles if display is scaled up. | Matthias Melcher | |
| 2023-10-14 | Improve Fl_Wayland_Window_Driver::take_focus() | ManoloFLTK | |
| 2023-10-13 | Fix trailing whitespace and dependencies | Albrecht Schlosser | |
| 2023-10-13 | Drawing artifact with round check buttons in menu under Cairo (#792) | ManoloFLTK | |
| 2023-10-13 | Remove obsolete comments | ManoloFLTK | |
| 2023-10-13 | FLUID: allow mousewheel events on coordinate input | Matthias Melcher | |
| MACOS: make sure that even small mouse wheel deltas count at least as 1 unit | |||
| 2023-10-13 | #748: Adds option to choose menu window boxtype | Matthias Melcher | |
| ...independently from the menu button or menu bar boxtype | |||
| 2023-10-13 | test/menubar: use popup menu default boxtype | Matthias Melcher | |
| 2023-10-12 | FLUID: Settings dialog is now resizable | Matthias Melcher | |
| 2023-10-11 | Fixes conversion warning. | Matthias Melcher | |
| 2023-10-11 | Fixes fl_filename_relative on Linux, Mac, and Windows (#787) | Matthias Melcher | |
| * fixed filename_relative for Linux * Fixing fl_filename_relative for MSWindows. * Update documentation * Fixed docs. * Fixes Linux and macOS builds | |||
| 2023-10-11 | Synchronize all arrow colors and inactive drawing (#791) | Matthias Melcher | |
| 2023-10-11 | FLUID: adds better zoom icon | Matthias Melcher | |
| 2023-10-11 | macOS: remove availability warning | ManoloFLTK | |
| 2023-10-11 | Add legit #pragma clang diagnostic ignored "-Wdeprecated-declarations" | ManoloFLTK | |
| 2023-10-10 | Fix default color of ATTR_GRAMMAR/ATTR_SPELLING (#790) | leen | |
| 2023-10-09 | macOS: remove a bunch of deprecation warnings | ManoloFLTK | |
| 2023-10-09 | Clean long source lines in Fl_Wayland_Graphics_Driver.cxx | ManoloFLTK | |
| 2023-10-09 | Fix " Wayland compilation warnings" (#788) | ManoloFLTK | |
| 2023-10-07 | Fix STR 3458: "GLUT compatibility mode segfaults" | Albrecht Schlosser | |
| ... "when there's no current window". Silently ignore GLUT function calls that need a current window if the current window is NULL, return 0 from functions that return an 'int'. Check if window is shown in Fl_X11_Gl_Window_Driver::swap_buffers(). This would issue "XRequest.nnn: GLXBadDrawable 0x0" on X11 otherwise. Note: the chosen implementation to ignore GLUT calls silently appears to be compatible with GLUT (3.7) whereas FreeGLUT 3.0 would issue error messages and exit. The latter could be implemented as well but would be much more work. | |||
| 2023-10-06 | Fix: macOS runtime warning makeKeyWindow... (#785) | ManoloFLTK | |
| 2023-10-06 | Change prototype to Fl::now(double offset = 0) - cont'd | ManoloFLTK | |
| 2023-10-06 | Change prototype to Fl::now(double offset = 0) | ManoloFLTK | |
| 2023-10-06 | Removes stray files. | Matthias Melcher | |
| 2023-10-06 | FLUID: typo | Matthias Melcher | |
| 2023-10-05 | Wayland: whitespace only changes | ManoloFLTK | |
| 2023-10-04 | Wayland: remove useless code | ManoloFLTK | |
| 2023-10-03 | Fix fltk.coredev: mandelbrot demo segfault under Wayland | ManoloFLTK | |
