| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-12 | Fix: Potential NULL pointer dereference in Fl_Image_Surface c'tor (#834) | ManoloFLTK | |
| 2023-11-12 | Remove unseless code in Fl_Wayland_Screen_Driver.cxx | ManoloFLTK | |
| 2023-11-09 | Wayland: make fl_close_display() free more resources | ManoloFLTK | |
| 2023-11-08 | Wayland: fix crash in editor after return from switching user | ManoloFLTK | |
| 2023-11-08 | Let Wayland FLTK client apps survive switching user | ManoloFLTK | |
| 2023-11-07 | Fixes initial calculation of line number in Fl_Text_Display (#830) | Matthias Melcher | |
| 2023-11-07 | FLUID: Removes non-obvious option "Cancel Dialog" | Matthias Melcher | |
| from message boxes, pointing out potential syntax errors in code related dialogs. | |||
| 2023-11-07 | FLUID: More user documentation | Matthias Melcher | |
| 2023-11-07 | Fix buttons overlapping icon in message box (#826) | Matthias Melcher | |
| 2023-11-07 | FLUID: Adds template for tutorial. | Matthias Melcher | |
| Tutorial still to be written. Also adds convenience methods to Fl_Input_ for getting and setting numeric values. | |||
| 2023-11-07 | "hitting esc to close fltk app blows out the window manager" (#821) | ManoloFLTK | |
| 2023-11-06 | FLUID: '\r' (CR) is skipped when reading project files | Matthias Melcher | |
| Project and code files are now always written with LF instead of CRLF, even on MSWindows machines. | |||
| 2023-11-06 | CHANGES.txt: add Fl_Grid, Fl_Window::maximize() | ManoloFLTK | |
| Also, remove stray virtual keyword. | |||
| 2023-11-06 | maximize method for Fl_Window (macOS) (#820) - cont'd | ManoloFLTK | |
| 2023-11-05 | FLUID: Adds undo for all grid operations. | Matthias Melcher | |
| 2023-11-05 | FLUID: Fixes undo/redo mixup. | Matthias Melcher | |
| If undo or redo menu is deactivated, fltk resends undo events as redo and vice versa, so instead now we just beep. | |||
| 2023-11-05 | Fixes text input widget undo propagation. | Matthias Melcher | |
| If not handled, undo propagates to other random widgets, and if none takes it, it is resent as a redo to all widgets. | |||
| 2023-11-05 | FLUID: Adds transient cells to Fl_Grid | Matthias Melcher | |
| This allows multiple widgets to occupy a single cell which is needed when moving cells across the grid interactively. | |||
| 2023-11-05 | Add Fl_Window::maximize() and Fl_Window::un_maximize() | ManoloFLTK | |
| 2023-11-05 | FLUID: Documentation | Matthias Melcher | |
| 2023-11-05 | FLUID: Adds missing Include for MSWindows. | Matthias Melcher | |
| 2023-11-05 | FLUID: Fixes child properties reader. | Matthias Melcher | |
| 2023-11-05 | FLUID: Separates developer and user documentation | Matthias Melcher | |
| 2023-11-04 | Fix "overlay dotted line rendering problem" (#816) | ManoloFLTK | |
| 2023-11-03 | Related to "FLTK doesn't work normal on platform of rockchip" (#817) | ManoloFLTK | |
| 2023-11-03 | CMake: Refactor building OpenGL and "shared" demo programs | Albrecht Schlosser | |
| Define GLDEMO_LIBS and GLDEMO_SHARED: these definitions can be used to build OpenGL demo programs that can also be built w/o OpenGL Examples: fullscreen, handle_events, unittests | |||
| 2023-11-03 | Fix compiler warning when fullscreen demo is built w/o OpenGL | Albrecht Schlosser | |
| Warning: -Wsuggest-override | |||
| 2023-11-03 | Wayland copy: destroy data_source object before creating new one | ManoloFLTK | |
| 2023-11-03 | Wayland copy: destroy data_source object before creating new one | ManoloFLTK | |
| 2023-11-03 | Fix "fltk 1.4.x: hangs during paste in fluid code editor" (#818) | ManoloFLTK | |
| 2023-11-02 | FLUID: Restructures user documentation. | Matthias Melcher | |
| 2023-11-02 | FLUID: Simplifies and improves Ghosted Outlines | Matthias Melcher | |
| 2023-11-02 | FLUID: Adds more interactive editing to Fl_Grid | Matthias Melcher | |
| * this commit introduces a few FIXMEs and TODOs that probably can't be solved until we do some major refactoring. They work for now, but adding more layout controlling widgets will be hard. | |||
| 2023-11-02 | Minor change in Fl_Wayland_Graphics_Driver::copy_offscreen() | ManoloFLTK | |
| 2023-11-01 | FLUID: Arrow keys move widgets inside Fl_Flex | Matthias Melcher | |
| 2023-11-01 | FLUID: Improves adding widgets to Fl_Flex. | Matthias Melcher | |
| 2023-11-01 | FLUID: Adds options to draw ghosted outlines. | Matthias Melcher | |
| 2023-11-01 | FLUID: Adds options to draw ghosted outlines. | Matthias Melcher | |
| 2023-11-01 | Fix typos in documentation | ManoloFLTK | |
| 2023-11-01 | Fix: Fl::clipboard_contains() cannot query selection buffer (#690) | ManoloFLTK | |
| 2023-10-31 | FLUID: Improves interactive handling of Grid and Flex | Matthias Melcher | |
| 2023-10-31 | FLUID: Disables MergeBack. | Matthias Melcher | |
| I decided to disable MergeBack for now. During testing, some issues could not be resolved, and focus should be on V1.4. | |||
| 2023-10-31 | Improve the documentation of class Fl_Display_device | ManoloFLTK | |
| 2023-10-31 | Remove unnecessary statement from CMake build example | Albrecht Schlosser | |
| 2023-10-31 | Member Fl_Widget_Surface::draw_decorated_window() needs not be virtual | ManoloFLTK | |
| 2023-10-31 | Fix typos | Albrecht Schlosser | |
| 2023-10-31 | Move the Fl_String class to the DriverDeveloper Doxygen group | ManoloFLTK | |
| 2023-10-31 | Move private classes to the DriverDeveloper Doxygen group | ManoloFLTK | |
| Classes moved are -Fl_Int_Vector -Fl_Kdialog_Native_File_Chooser_Driver -Fl_Zenity_Native_File_Chooser_Driver | |||
| 2023-10-31 | Remove 81615bb causing GL window to blink when resizing on macOS (#813) | ManoloFLTK | |
| 2023-10-31 | Improve build instructions in README.CMake.txt (#164) | Albrecht Schlosser | |
| - update CMakeLists.txt files for user projects, - add one that uses CMake's FetchContent module. | |||
