index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
Wayland
/
Fl_Wayland_Screen_Driver.H
Age
Commit message (
Expand
)
Author
2024-05-28
Fix: Wayland sends wrong events after an FL_DRAG of a top window - cont'd (#983)
ManoloFLTK
2024-05-28
Fix: Wayland sends wrong events after an FL_DRAG of a top window (#983)
ManoloFLTK
2024-05-11
Wayland: call gtk_surface1_set_modal() of GTK Shell protocol for modal wins
ManoloFLTK
2024-03-16
Create enum Fl_Wayland_Screen_Driver::cursor_shapes
ManoloFLTK
2024-03-04
Implement Fl_Wayland_Screen_Driver::base_scale(int numscreen)
ManoloFLTK
2024-02-05
Fl_Window_Driver::set_popup_window(), Fl_Screen_Driver::screen_boundaries_kno...
ManoloFLTK
2024-02-03
Wayland: fix setting cursor to FL_NO_CURSOR
ManoloFLTK
2023-10-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2023-10-05
Wayland: whitespace only changes
ManoloFLTK
2023-07-31
Implement Fl_Wayland_Screen_Driver::poll_or_select_with_delay(double)
ManoloFLTK
2023-07-28
Wayland.dox: add info about the xdg decoration protocol
ManoloFLTK
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-04-07
Wayland: fix reporting of relative location of multiple displays
ManoloFLTK
2023-04-03
Improve member function Fl_Wayland_Screen_Driver::surface_to_window()
ManoloFLTK
2023-03-27
Wayland: move "struct seat" inside class Fl_Wayland_Screen_Driver
ManoloFLTK
2023-03-27
Complete Fl_Wayland_Screen_Driver::close_display()
ManoloFLTK
2023-03-26
Implement methods Fl_Wayland_Screen_Driver::en/disable_im()
ManoloFLTK
2023-03-14
Wayland: add support for multiple high or low DPI displays - cont'd
ManoloFLTK
2023-03-09
Fix dependencies, typos, trailing whitespace, and formatting
Albrecht Schlosser
2023-03-04
Simpler use of member variable wl_registry in class Fl_Wayland_Screen_Driver
ManoloFLTK
2023-03-03
Reorder members of class Fl_Wayland_Screen_Driver
ManoloFLTK
2023-02-17
Remove special FL_CURSOR_NONE implementation in Wayland
ManoloFLTK
2023-02-13
Remove unneeded list of wayland seats
ManoloFLTK
2023-02-11
Wayland: improve support for FL_CURSOR_{NONE, HELP}
ManoloFLTK
2023-02-02
Add preliminary support of Wayland under macOS
ManoloFLTK
2023-01-23
Wayland: remove useless member variables of struct output
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-09
Wayland: remove unneeded friend declarations
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-10-25
Repair commit e0c3fe9 to fix #521 which destroyed DnD from Wayland
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-08-31
Hybrid Wayland/X11: remove setenv() call from Fl_Wayland_System_Driver::disab...
ManoloFLTK
2022-08-30
Hybrid Wayland/X11 platform: improve control of chosen backend.
ManoloFLTK
2022-08-30
Add FL_EXPORT to Fl_Wayland_Screen_Driver::wl_display member variable.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-25
Wayland: reduce the number of platform-specific FL_EXPORT directives.
ManoloFLTK
2022-08-24
Add FL_EXPORT directives to support building shared libs with -no-undefined
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-05-19
Avoid "hides overloaded function" warning messages.
ManoloFLTK
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-23
Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...
ManoloFLTK
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