| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2023-06-07 | libdecor: update with upstream source code as of 2023-may-26 | ManoloFLTK | |
| 2023-06-06 | Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) | ManoloFLTK | |
| 2023-06-06 | Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) | ManoloFLTK | |
| 2023-06-06 | Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) | ManoloFLTK | |
| 2023-06-05 | Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) | ManoloFLTK | |
| 2023-06-05 | Fix "Fl::get_font_name() with Pango is inconsistent" (#732) | ManoloFLTK | |
| 2023-06-05 | Improve re-use of client/compositor shared memory by Wayland buffers | ManoloFLTK | |
| 2023-06-04 | FLUID option to ignore some syntax checks | Matthias Melcher | |
| 2023-06-01 | Wayland.dox: details about destruction of wl_shm_pool objects | ManoloFLTK | |
| 2023-06-01 | Fix "Huge memory leak under Wayland" (#730) | ManoloFLTK | |
| 2023-05-31 | Slightly simplify Fl_Wayland_Window_Driver::makeWindow() | ManoloFLTK | |
| 2023-05-28 | Wayland.dox: add "Menu windows and other popups" and miscellaneous | ManoloFLTK | |
| 2023-05-22 | Slightly improve Fl_Wayland_Window_Driver::flush() | ManoloFLTK | |
| 2023-05-22 | Slightly re-organize class Fl_Wayland_Window_Driver | ManoloFLTK | |
| 2023-05-20 | Fix name of static member variable Fl_Wayland_Screen_Driver::wl_display | ManoloFLTK | |
| and add explanatory comment. | |||
| 2023-05-19 | Fix Fl_Simple_Terminal::append(str, len) assumes a null terminated string ↵ | ManoloFLTK | |
| (#728) | |||
| 2023-05-17 | Add null-pointer check for tall menu window under Wayland+KDE | ManoloFLTK | |
| 2023-05-15 | Fix handling of tall menu windows with the KDE Wayland compositor | ManoloFLTK | |
| Unfortunately (sigh), the KDE Wayland compositor does not seem to support correctly, that is, as described by the Wayland protocol, popup windows that are taller than the display : there is no means to make it draw such popup so that part of it is above the screen top, whereas the 3 other tested compositors (Mutter, Weston, Sway) don't have this problem. This commit implements a new approach to draw tall menu windows, and uses it only with the KDE compositor : instead of asking the compositor to slide the menu window up, the menu window remains at a fixed position and the graphics inside the window is slided up. This requires to add a member variable, int offset_y, to class menuwindow, that gets used only for the Wayland platform and that contains the vertical offset by which graphics to the menu window is moved, expressed in FLTK units. An accessor to the address of this member variable is added to class Fl_Window_Driver. | |||
| 2023-05-13 | Wayland: improve tall menu window support with xdg_positioner_set_offset() | ManoloFLTK | |
| 2023-05-12 | Wayland: slightly simpler surface_enter() for toplevel GL windows | ManoloFLTK | |
| 2023-05-11 | Wayland: fix opening GL top-level window on 2-screen system - cont'd | ManoloFLTK | |
| 2023-05-11 | Wayland: fix opening GL top-level window on 2-screen system | ManoloFLTK | |
| 2023-05-10 | Fix "Provide --without-fluid configure option" - cont'd (#725) | ManoloFLTK | |
| 2023-05-09 | Fix doxygen doc generation and document platform specific files | Albrecht Schlosser | |
| Pure platform specific files like 'src/*_win32.cxx' are excluded from doxygen processing and don't need doxygen specific guard macros. Document this fact prominently at the beginning of each file. Fix exclude patterns and remove duplicates from Doxyfile.in. | |||
| 2023-05-09 | Fix "Provide --without-fluid configure option " (#725) | ManoloFLTK | |
| Add new --disable-fluid configure option. | |||
| 2023-05-08 | Fix some but not all memory leaks in test/utf8 demo | Albrecht Schlosser | |
| Note: Fl_Input::value() copies the string to an internal buffer, fl_strdup() before value() is not necessary. | |||
| 2023-05-07 | [CMake] Use an object library to speed up fluid build | Albrecht Schlosser | |
| Currently 'fluid' comes as up to three different targets, compiled from the same source files (fluid, fluid-cmd, and fluid-shared). The object library is built from all source files except fluid.cxx and finally all 'fluid*' programs are linked with this library. This avoids compiling the same source files multiple times. | |||
| 2023-05-03 | Fl_Wayland_Screen_Driver::get_system_scheme() is not needed | ManoloFLTK | |
| 2023-05-03 | Wayland: clearer procedure to complete initialisation of screen data | ManoloFLTK | |
| 2023-05-02 | Wayland: problem with menus on secondary monitor - cont'd (#724) | ManoloFLTK | |
| 2023-05-02 | Wayland: problem with dropdown menus on secondary monitor (#724) | ManoloFLTK | |
| 2023-05-02 | libdecor: update with upstream source code as of 2023-may-2 | ManoloFLTK | |
| This will allow to create narrow decorated windows without crash. | |||
| 2023-05-01 | Wayland: wl_cursor_theme_load() may return NULL | ManoloFLTK | |
| 2023-05-01 | Fix regression in Fl::screeen_xywh() introduced at 9ea0cc8 | ManoloFLTK | |
| 2023-05-01 | Check return values of calls to libxkbcommon functions (#727) | ManoloFLTK | |
| 2023-04-30 | Allow building Wayland platform without dbus - cont'd (#726) | ManoloFLTK | |
| CMake-based building without dbus is made possible | |||
| 2023-04-30 | Undid old change in Windows code that causes undesired results (STR 1115) | Matthias Melcher | |
| Windows created when another window was grab()'d would always become dependents under WIN32, hiding them when the grabbed window was hidden. | |||
| 2023-04-30 | Allow building Wayland platform without dbus (#726) | ManoloFLTK | |
| This commit supports configure-based builds without the dbus-dev package; CMake-based builds are expected to be changed in further commit. | |||
| 2023-04-29 | Fix crash reported in issues #723 and #724 | ManoloFLTK | |
| 2023-04-28 | Make sure Wayland surface size is integer multiple of wld_ scale | ManoloFLTK | |
