| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-19 | Restore default YES value for FLWindow releasedWhenClosed property. | ManoloFLTK | |
| 2022-03-18 | Fix for issue #411: send FL_ENTER / FL_LEAVE events to Fl_Window objects. | ManoloFLTK | |
| 2022-03-18 | More detailed doc of how to change the current drawing surface. | ManoloFLTK | |
| 2022-03-17 | Improve handling of custom cursor by Wayland platform. | ManoloFLTK | |
| 2022-03-16 | Add necessary #include <FL/platform.H> directive. | ManoloFLTK | |
| 2022-03-16 | Remove typo in Fl_Wayland_Image_Surface_Driver.H | ManoloFLTK | |
| 2022-03-16 | Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window. | ManoloFLTK | |
| 2022-03-15 | Fix for issue fltk#410 - continued. | ManoloFLTK | |
| 2022-03-15 | Fix for issue #410 | ManoloFLTK | |
| 2022-03-14 | Move initialisation of X11 and Wayland built-in font names to ↵ | ManoloFLTK | |
| fl_???_platform_init.cxx | |||
| 2022-03-13 | Remove unnecessary #include directives | ManoloFLTK | |
| 2022-03-13 | Separate platform init functions from platform-specific driver files | ManoloFLTK | |
| 2022-03-10 | Document Fl::set_font(Fl_Font, const char *) with platform-specific details. | ManoloFLTK | |
| 2022-03-10 | Fix for issue #404 about Fl::get_key(int). | ManoloFLTK | |
| 2022-03-10 | Begin documenting the Wayland platform, new in FLTK version 1.4 | ManoloFLTK | |
| 2022-03-10 | Restore building for X11 platform + Pango (issue #405). | ManoloFLTK | |
| 2022-03-09 | Add safety check in Fl_Wayland_Window_Driver::label(). | ManoloFLTK | |
| 2022-03-09 | Small doc improvements for Fl_Tree_Item. | Greg Ercolano | |
| 2022-03-09 | Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver. | ManoloFLTK | |
| 2022-03-09 | Add necessary call to Fl_Cairo_Graphics_Driver::needs_commit_tag(). | ManoloFLTK | |
| 2022-03-08 | Fix doxygen warning | Albrecht Schlosser | |
| 2022-03-08 | Some reformatting and fix else reach in ↵ | ManoloFLTK | |
| Fl_Cairo_Graphics_Driver::transformed_vertex. | |||
| 2022-03-07 | Improve documentation on Fl_Menu_Item's and related methods (#332) | Albrecht Schlosser | |
| See discussion on GitHub Issue #332. Summary: don't change FLTK code but document what to do and not to do. | |||
| 2022-03-07 | Add missing member initialisation in Fl_Cairo_Graphics_Driver constructor. | ManoloFLTK | |
| 2022-03-06 | Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_Driver | ManoloFLTK | |
| 2022-03-05 | Fix MSVC compiler warning | Albrecht Schlosser | |
| warning C4099: 'Fl_Menu_Item': type name first seen using 'struct' now seen using 'class' | |||
| 2022-03-05 | Fix size_range() - continued (issue #392) | Albrecht Schlosser | |
| - fix window size of GL windows as reported for test/glpuzzle.cxx - fix window not resizing on ctrl/+/- (X11 only) Unfortunately the previous commit "optimized" a necessary X11 message away. This is now fixed. Fixes #392. | |||
| 2022-03-05 | Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxx | ManoloFLTK | |
| 2022-03-04 | Add the Wayland platform to FLTK 1.4 | ManoloFLTK | |
| 2022-03-03 | Fix whitespace, update dependencies and fluid files | Albrecht Schlosser | |
| 2022-03-03 | Fix for issue #401. No longer attempt to transiently inactivate the maximize ↵ | ManoloFLTK | |
| button. This inactivation works with some window managers, but not with KDE or xfce. It's probably an issue of these WM rather than of FLTK. | |||
| 2022-03-01 | Simplify internal Fl_WinAPI_Window_Driver::fake_X_wm() method | Albrecht Schlosser | |
| Add optional arguments 'style' and 'styleEx' to fake_X_wm(). Remove static function fake_X_wm_style() and include its code in the Window driver method Fl_WinAPI_Window_Driver::fake_X_wm(). This removes some calls and function arguments. | |||
| 2022-03-01 | Fix default size_range() calculation (issue #392, STR 3352) | Albrecht Schlosser | |
| 2022-02-26 | Fix Visual Studio build warnings in OpenGL graphics driver | Albrecht Schlosser | |
| 2022-02-26 | Fix Visual Studio build warnings | Albrecht Schlosser | |
| 2022-02-22 | X11: Disable "boxcheat" hack | Albrecht Schlosser | |
| For details see comment in src/Fl_x.cxx: this "Hack to speed up bg box drawing" is now disabled for several reasons. The code is still available if the macro ENABLE_BOXCHEAT is defined. | |||
| 2022-02-21 | Update dependencies | Albrecht Schlosser | |
| 2022-02-21 | Remove obsolete/disabled "boxcheat" code | Albrecht Schlosser | |
| Windows platform: Remove comments about obsolete code and one exported declaration of the variable 'fl_background_pixel' which is used only on the X11 platform. X11 platform: Remove comments. Other platforms: not affected. | |||
| 2022-02-19 | Fix typos and copyright | Albrecht Schlosser | |
| 2022-02-16 | Fix "fl_message_icon() regression" (#395) | Albrecht Schlosser | |
| Some attributes of the default message icon had not been copied to the new Fl_Message class when opening a new dialog. Clarify documentation about supported icon attributes. | |||
| 2022-02-12 | expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser (#80) | silverduner | |
| * expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser for positioning * exposed size() and resize() in Fl_File_Chooser. | |||
| 2022-02-09 | Enable end user to copy standard dialog text to clipboard (#388) | Albrecht Schlosser | |
| All standard dialogs like fl_message() now handle command-c (macOS) and ctrl-c (other platforms) to copy the message text of standard dialogs to the clipboard as requested by GitHub Issue #388. | |||
| 2022-02-08 | Fix for issue #373 apparent with macOS platform and SDK ≤ 10.13 | ManoloFLTK | |
| Many thanks to @CendioOssman for finding the cure. | |||
| 2022-02-06 | OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385) | Matthias Melcher | |
| * Fix build system for unites, * Updated unittest to check OpenGL drawing. Making sure that OpenGL drawing is exactly the same as native drawing to make FLTK widget rendering look the same in GL windows. * Make OpenGL optional. * Implemented clipping in OpenGL * unites drawing fast shapes * Fixed CMake * Updating unittest. Added tests for fl_pi and fl_arc (int) Renamed tab to render complex shapes. * Improved OpenGL FLTK drawing emulation. * Fixed GTK ROUND DOWN BOX * Fixing Makefile for unittest * Correctly aligning OpenGL text. * Fixed text alignment in GL windows. Explained the "FLTK over GL " example in Cube. * Overlapping test. * Better GL graphics alignment. * Drawing the focus rect. * Adding Alpha Channel support for GL. * Added FLTK-on-GL documentation. | |||
| 2022-02-05 | CMake: Remove unnecessary file from build system | Albrecht Schlosser | |
| Remove macOS warning "ranlib: file ... has no symbols". | |||
| 2022-02-05 | Minor improvement in Fl_Mac_App_Menu::custom_application_menu_items(). | ManoloFLTK | |
| 2022-02-03 | Rearrange "Print Button Window" functions | Albrecht Schlosser | |
| - Rename Fl_Screen_Driver::print_or_copy_window() to fl_print_or_copy_window() - Add header file src/print_button.h - Update dependencies | |||
| 2022-02-03 | Fl_Preferences (X11): Fix detection of preferences directory | Albrecht Schlosser | |
| - Fix compiler warning [-Wmaybe-uninitialized] for variable home - Reformat enum 'Root' for better readability - Add new enum values CORE_SYSTEM_L and CORE_USER_L - Improve documentation (deprecated and new enums) - Initialize internal static variable 'filename' which could be used uninitialized and thus return any previous value (type == MEMORY) | |||
| 2022-02-03 | Fl_Timeout: Remove compiler warning [-Wclass-memaccess] | Albrecht Schlosser | |
| Also: fix doxygen warning | |||
| 2022-02-03 | Remove platform #ifdef from macOS native filechooser | Albrecht Schlosser | |
