| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-19 | Fix libpng compilation warning (#757) | Albrecht Schlosser | |
| According to the reported issue this warning appears when using gcc 13.1.0 (rev7, MinGW-W64). it's very likely a new warning and a false positive because the buffer is used as an output parameter, but anyway. | |||
| 2023-07-18 | FLUID: text fixes | Matthias Melcher | |
| 2023-07-18 | FLUID correct inheritance, formatting, factory floor cleaning | Matthias Melcher | |
| 2023-07-17 | FLUID: restores g++98 compatibility | Matthias Melcher | |
| I want enum classes, sigh. | |||
| 2023-07-17 | FLUID: better initial sizes for buttons and windows | Matthias Melcher | |
| 2023-07-17 | FLUID: emulating RTTI and fixing type dependencies (Buttons) | Matthias Melcher | |
| 2023-07-17 | FLUID: using symbols instead of integers | Matthias Melcher | |
| 2023-07-17 | FLUID: fix window visibility across project file update | Matthias Melcher | |
| 2023-07-15 | Documentation: add detail about primary monitor | ManoloFLTK | |
| 2023-07-14 | FLUID: fixes all overlapping widgets in all .fl files | Matthias Melcher | |
| Also fixes an issue with multiple use of the same variable for different types of i18n. | |||
| 2023-07-14 | FLUID File Format Documentation Fixes | Matthias Melcher | |
| 2023-07-14 | FLUID: File Format Fault Fixes. | Matthias Melcher | |
| 2023-07-14 | Documentation: screenshot updates | Matthias Melcher | |
| 2023-07-14 | Keep sending FL_DRAG until all mouse buttons are released | Albrecht Schlosser | |
| The old version would send FL_MOVE events after dragging with more than one mouse buttons pressed, as soon as the first button was released. The new version sends FL_DRAG until the last mouse button is released and then FL_MOVE, as usual. This change affects dragging only if more than one mouse button is pushed and held while dragging. The order of pushing and releasing mouse buttons does not affect the behavior. | |||
| 2023-07-14 | Documentation: correct spelling errors | ManoloFLTK | |
| 2023-07-14 | FLUID formatting and comments | Matthias Melcher | |
| 2023-07-13 | Documentation: details about how to position a window in screens | ManoloFLTK | |
| 2023-07-13 | Wayland: add control of targeted screen by fullscreen windows | ManoloFLTK | |
| 2023-07-13 | Clamp input values of Fl_Color_Chooser (#749) | Albrecht Schlosser | |
| Note: this may be somewhat confusing if the user enters out-of-range values manually because they are overwritten immediately with valid input but the effects seen in issue #749 are IMHO worse. | |||
| 2023-07-12 | Display mouse button state in test/handle_events.cxx demo | Albrecht Schlosser | |
| See fltk.general, thread "Is handling simultaneous Left-click and Right-click drags supported?" from Jul 12, 2023 Status: FL_DRAG operation is terminated when one mouse button is released, even if more than one button is actually down. Subsequent mouse movement is reported as FL_MOVE rather than FL_DRAG, this is under investigation. | |||
| 2023-07-12 | Wayland: keep mouse button state across push/release events | Albrecht Schlosser | |
| Notes: (1) Fl::e_state holds the current state of all mouse buttons which is returned by Fl::event_buttons() - "plural form". (2) Fl::e_keysym holds the "key" of the current event which can be a mouse button, returned by Fl::event_button() - "singular form". | |||
| 2023-07-12 | Fix Wayland FL_RELEASE events reporting wrong button | Albrecht Schlosser | |
| ... in Fl::event_button(). This can be seen when two buttons have been pressed simultaneously and then released (see test/handle_events.cxx). | |||
| 2023-07-12 | FLUDI documentation updates | Matthias Melcher | |
| 2023-07-12 | corrects default popup menu box type for Fl_Choice (#748) | Matthias Melcher | |
| 2023-07-11 | FLUID: typo | Matthias Melcher | |
| 2023-07-11 | FLUID adding hatch pattern to overlapping widgets | Matthias Melcher | |
| 2023-07-11 | FLUID mark project change when changing window visibility | Matthias Melcher | |
| 2023-07-10 | FLUID source files sorting improved | Matthias Melcher | |
| 2023-07-10 | More detailed documentation of Fl::screen_xywh() | ManoloFLTK | |
| 2023-07-09 | Documentation: explain how to refresh GUI while printing | ManoloFLTK | |
| 2023-07-09 | Describe cmake option OPTION_ALLOW_GTK_PLUGIN | ManoloFLTK | |
| 2023-07-09 | Update CMakeLists.txt | Mohammed Alyousef | |
| 2023-07-08 | Add details to documentation of Fl_Wayland_Gl_Window_Driver::swap_buffers() | ManoloFLTK | |
| 2023-07-07 | Improve documentation of Fl::screen_num(int x, int y) | ManoloFLTK | |
| 2023-07-03 | FLUID #739: emit User Code late for Window and Widget Class | Matthias Melcher | |
| 2023-06-28 | Clarify documentation of Fl_Window::size_range() | Albrecht Schlosser | |
| Document typical (recommended) usage and platform specific behavior. | |||
| 2023-06-28 | Documentation: beef-up the OpenGL section of wayland.dox | ManoloFLTK | |
| 2023-06-28 | Documentation: add a few updates to intro.dox | ManoloFLTK | |
| 2023-06-28 | Have Fl_Wayland_Window_Driver use Fl::add_check() when adequate | ManoloFLTK | |
| 2023-06-27 | Slight simplification of Fl_Wayland_Gl_Window_Driver::swap_buffers() | ManoloFLTK | |
| Also, reorder members of class Fl_Wayland_Gl_Window_Driver | |||
| 2023-06-26 | Fix Fl_Cocoa_Gl_Window_Driver::resize() | ManoloFLTK | |
| The additional [NSOpenGLContext flushBuffer] messages appear necessary when an Fl_Tile contains 2 or more GL subwindows. | |||
| 2023-06-24 | Wayland: improve mapping and hiding of GL (subs)windows | ManoloFLTK | |
| 2023-06-23 | Slightly simpler Fl_Wayland_Window_Driver::hide() | ManoloFLTK | |
| 2023-06-21 | Wayland.dox: add a few more detailed explanations | ManoloFLTK | |
| 2023-06-19 | Wayland: improve support of multi-display setups | ManoloFLTK | |
| 2023-06-13 | Wayland: fix menutitle windows with scaled, multiple display | ManoloFLTK | |
| 2023-06-13 | libdecor: update with upstream source code as of 2023-jun-6 | ManoloFLTK | |
| 2023-06-12 | Fix building with -DOPTION_USE_SVG=Off | ManoloFLTK | |
| 2023-06-12 | Fix "Cannot link if built with OPTION_PRINT_SUPPORT=OFF" (#734) | ManoloFLTK | |
| 2023-06-07 | Documentation: remove « "FLTK", pronounced "fulltick" » | ManoloFLTK | |
