| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-06 | Fix "\todo Make comparison UTF-8 aware" in numericsort.c | ManoloFLTK | |
| 2023-02-06 | Fix "\todo provide user documentation for fl_set_status function" | ManoloFLTK | |
| 2023-02-06 | Fix "\todo Complete documentation of class Fl_String" | ManoloFLTK | |
| Also - fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification - fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t" because that's now in place. | |||
| 2023-02-06 | Fix "\todo FL_Button and FL_key... constants could be structured better" | ManoloFLTK | |
| 2023-02-06 | Use correct Doxygen syntax for "member groups" | ManoloFLTK | |
| 2023-02-05 | Fix examples/.gitignore (add missing files) | Albrecht Schlosser | |
| 2023-02-05 | Give fluid and fltk-options their own .gitignore files | Albrecht Schlosser | |
| Move git exclusions from the main .gitignore file to the respective directories to simplify the main file. Note to devs: some file types are ignored "everywhere" (e.g. *.exe), there's no need to add these files to the subdirs. | |||
| 2023-02-05 | Remove a bunch of \todo items from documentation | ManoloFLTK | |
| 2023-02-05 | Improve doc of Fl_Widget::test_shortcut() methods | ManoloFLTK | |
| This removes a \todo item. | |||
| 2023-02-05 | Better document Fl_Window::show(int, char**) | ManoloFLTK | |
| This removes one \todo. | |||
| 2023-02-05 | FLUID: resizable Command dialogs | Matthias Melcher | |
| 2023-02-05 | Doxygen fix for FL_DEPRECATED | Matthias Melcher | |
| 2023-02-04 | Fix deprecated warnings in examples/table* demo programs | Albrecht Schlosser | |
| Also: adjust comments, update copyright year | |||
| 2023-02-04 | Improve documentation of the Fl_Cursor enumeration | ManoloFLTK | |
| 2023-02-02 | Missing include for FL_DEPRECATED | Matthias Melcher | |
| 2023-02-02 | Fix position() methods that shadow Fl_Widget::position() | Matthias Melcher | |
| * `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666) | |||
| 2023-02-02 | FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453) | Matthias Melcher | |
| 2023-02-02 | Fix documentation of FL/Fl_Box.H | Albrecht Schlosser | |
| 2023-02-02 | Documentation: clarify header inclusion requirements | Albrecht Schlosser | |
| Since FLTK 1.4.0 inclusion of FL/Fl.H is no longer a requirement unless class Fl is used (e.g. Fl::run()) or if it is used to include other headers like FL/Enumerations.H | |||
| 2023-02-02 | Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__ | ManoloFLTK | |
| 2023-02-02 | Update dependencies and fix whitespace errors | Albrecht Schlosser | |
| - replace tabs with spaces - remove trailing whitespace | |||
| 2023-02-02 | Minimize and fix include statements of Fl_Int_Vector | Albrecht Schlosser | |
| - replace <FL/Fl.H> with <FL/Fl_Export.H> in public header - add missing <string.h> in implementation | |||
| 2023-02-02 | Fix "Native file chooser on Linux fails with BROWSE_MULTI_FILE" (#669) | ManoloFLTK | |
| 2023-02-02 | Add preliminary support of Wayland under macOS | ManoloFLTK | |
| Wayland under macOS is WIP at https://github.com/owl-compositor/owl | |||
| 2023-02-01 | Wayland: use fl_wl_find() instead of fl_find() | ManoloFLTK | |
| 2023-01-31 | Fix miscellaneous #include directives | ManoloFLTK | |
| 2023-01-31 | Fix crash in Zenity filechooser with badly formed filter (#665) | ManoloFLTK | |
| 2023-01-31 | Fix crash in Zenity filechooser with badly formed filter (#665) | ManoloFLTK | |
| 2023-01-31 | Fix crash in Zenity filechooser with badly formed filter (#665) | ManoloFLTK | |
| 2023-01-31 | Fix "Native Filechooser (Zenity) crashes on second invocation" (#665) | ManoloFLTK | |
| 2023-01-30 | Fix launching of unbundled app from /tmp | ManoloFLTK | |
| 2023-01-30 | Document that Fl::add_fd() opens display under macOS | ManoloFLTK | |
| 2023-01-29 | Cairo: Remove compiler warning and improve formatting | Albrecht Schlosser | |
| ... for better readability and CMP compliance. No functionality changes. | |||
| 2023-01-29 | Revert unintended change of comment in 44c874b731f9 | Albrecht Schlosser | |
| ... where 'override' was changed to 'FL_OVERRIDE' | |||
| 2023-01-29 | Avoid Linux warning | Matthias Melcher | |
| 2023-01-29 | FLUID: defer calling Fl::add_fd. | Matthias Melcher | |
| 2023-01-28 | Fix comments and remove a 'todo' item from docs | Albrecht Schlosser | |
| Comments and docs only, no code changes. | |||
| 2023-01-27 | Fixes fltk-options setting wrong keys | Matthias Melcher | |
| 2023-01-27 | FLUID: close communications pipe | Matthias Melcher | |
| 2023-01-27 | FLUID: fixe external command alert on Unix | Matthias Melcher | |
| 2023-01-27 | Wayland.dox: reword and add some information | ManoloFLTK | |
| 2023-01-27 | Fix for [fltk.coredev] native file chooser crash | ManoloFLTK | |
| 2023-01-26 | STR 2936: FLUID: option to ignore syntax check in DeclBlock | Matthias Melcher | |
| 2023-01-26 | Simpler Fl_Wayland_Gl_Window_Driver::resize() is enough | ManoloFLTK | |
| 2023-01-26 | Fixing FLUID file corruption from issue #653 (#662) | Matthias Melcher | |
| Removing all globals in file writer (#653 ) Fix some static analyser complaints Valgrind: handle width==0 in GfxDrivers on Wayland and X11 Don't use `Fl_Input_::static_value`, it accesses previous buffer that may be deleted Project file write encapsulated, removing globals Encapsulating project file reader, removing states in glbals Project i/o increased source code readability | |||
| 2023-01-25 | Create new documentation chapter for FLTK developers | ManoloFLTK | |
| Add Doxygen-formatted description of the Wayland backend Add bundled-libs.dox Delete README.bundled-libs.txt Move "Development" page to "Development of FLTK" chapter | |||
| 2023-01-24 | Remove warnings when building doc with Doxygen | ManoloFLTK | |
| 2023-01-23 | FLUID: unneeded assignment, possible NULL pointer (#660) | Matthias Melcher | |
| 2023-01-23 | STR 2639 Fixes Fl_Pack resize behaviour | Matthias Melcher | |
| FLUID cleanups FLUID Fl_Pack support improvement FLUID fix error in handling live mode resizables | |||
| 2023-01-23 | Wayland: remove useless member variables of struct output | ManoloFLTK | |
