| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-09 | Fix gl_overlay under Wayland | ManoloFLTK | |
| 2023-03-09 | Fix Fl_Wayland_Screen_Driver::x() and friends | ManoloFLTK | |
| 2023-03-08 | Remove useless repetition from array dead_keys[] | ManoloFLTK | |
| 2023-03-08 | Fix: Shift-Tab not "reverse navigating" on some platforms (#696) | ManoloFLTK | |
| 2023-03-06 | DnD of filenames: make Wayland behave as Windows and macOS | ManoloFLTK | |
| and also add more detailed documentation of platform-specific behaviors. | |||
| 2023-03-05 | Wayland: improve DnD of filenames to allow space-containing names | ManoloFLTK | |
| 2023-03-04 | Simpler use of member variable wl_registry in class Fl_Wayland_Screen_Driver | ManoloFLTK | |
| 2023-03-03 | Remove unused variable declaration + fix in wayland.dox | ManoloFLTK | |
| 2023-03-03 | Reorder members of class Fl_Wayland_Screen_Driver | ManoloFLTK | |
| 2023-03-03 | Improve Fl_Wayland_Window_Driver::wld_scale() | ManoloFLTK | |
| 2023-03-02 | Add Fl_Wayland_Window_Driver::wld_scale() member function | ManoloFLTK | |
| 2023-02-19 | Rename fd_callback() to wayland_socket_callback() | ManoloFLTK | |
| 2023-02-17 | Remove special FL_CURSOR_NONE implementation in Wayland | ManoloFLTK | |
| 2023-02-17 | Wayland: improve and document support of FL_CURSOR_NONE | ManoloFLTK | |
| 2023-02-15 | Wayland: new struct wl_cursor *custom_cursor member variable | ManoloFLTK | |
| 2023-02-15 | Wayland: allow Fl_Window::cursor(Fl_Cursor) for whole window | ManoloFLTK | |
| 2023-02-15 | Wayland: add support of Fl_Window::default_cursor(Fl_Cursor) | ManoloFLTK | |
| 2023-02-14 | Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver | ManoloFLTK | |
| 2023-02-14 | Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file() | ManoloFLTK | |
| 2023-02-13 | Remove unneeded list of wayland seats | ManoloFLTK | |
| 2023-02-13 | Windows: minor change to support build with mingw64 4.9 | ManoloFLTK | |
| This old compiler is available as a cross compiler from macOS to 64-bit Windows. | |||
| 2023-02-12 | Wayland: add necessary check to support OWL | ManoloFLTK | |
| 2023-02-11 | Very controlled GDIplus startup and shutdown #635 (#679) | Matthias Melcher | |
| Fall back to GDI if GDIplus is not available | |||
| 2023-02-11 | Wayland: improve support for FL_CURSOR_{NONE, HELP} | ManoloFLTK | |
| 2023-02-10 | Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676) | Matthias Melcher | |
| 2023-02-07 | macOS+XQuartz: support new homebrew name for GTK2 shared lib | ManoloFLTK | |
| 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 | 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-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-23 | Wayland: remove useless member variables of struct output | ManoloFLTK | |
| 2023-01-16 | Wayland menus: support tall popup menu + Sway support | ManoloFLTK | |
| 2023-01-16 | Wayland menus: support tall popup menu | ManoloFLTK | |
| 2023-01-15 | Rename static member Fl_Wayland_Window_Driver::tall_popup to new_popup | ManoloFLTK | |
| The new name reflects better the role of this bool member variable. Also, add explanatory comments about the use of this variable. | |||
| 2023-01-14 | Extend commit a4b33f8 to other uses of function convert_crlf() | ManoloFLTK | |
| Helper function convert_crlf() from file fl_wayland_clipboard_dnd.cxx has been repaired by commit a4b33f8 (13 jan 2023). But the same function was also in file Fl_cocoa.mm. This commit moves the repaired code to class Fl_Screen_Driver and has both fl_wayland_clipboard_dnd.cxx and Fl_cocoa.mm use it. | |||
| 2023-01-14 | Add missing initialisation after dynamic memory allocation | ManoloFLTK | |
| 2023-01-13 | Fix set_fonts() in Xlib/xft and Cairo Graphics_Driver | Albrecht Schlosser | |
| src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx: - fix font_name_process() out of bounds memory access - unify/align font_name_process() code (see also Xlib/xft) - fix font name string allocation src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx - unify/align font_name_process() code (see also Cairo_Graphics) - fix font name string allocation Todo: move common code to Fl_Graphics_Driver or another common file. | |||
| 2023-01-13 | Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) | ManoloFLTK | |
| 2023-01-13 | Wayland menus: add missing use of scaling factor | ManoloFLTK | |
| 2023-01-13 | Wayland: Fix "heap-buffer-overflow" error | Albrecht Schlosser | |
| - replace strchr() with memchr() because buffer is not nul-terminated - fix '*(p+1)' potentially accessing memory out of bounds This fix also prevents - multiple memmove() calls - multiple searches from the beginning of the string | |||
| 2023-01-12 | Wayland Fix "Error "heap-use-after-free" when scaling twice" (#650) | ManoloFLTK | |
| 2023-01-12 | Improve "Implementation note about menu windows under Wayland" | ManoloFLTK | |
| 2023-01-12 | New static member Fl_Window *Fl_Wayland_Window_Driver::previous_floatingtitle | ManoloFLTK | |
| 2023-01-12 | New static member bool Fl_Wayland_Window_Driver::tall_popup | ManoloFLTK | |
| 2023-01-12 | Remove useless #include directives | ManoloFLTK | |
| 2023-01-12 | Wayland menus: remove useless Fl_Window_Driver::extra_menutitle() | ManoloFLTK | |
| 2023-01-11 | Fix "Wayland: compilation warnings" (#649) | ManoloFLTK | |
