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_Window_Driver.H
Age
Commit message (
Expand
)
Author
2023-10-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2023-10-05
Wayland: whitespace only changes
ManoloFLTK
2023-08-18
Improve handling of type Fl_Offscreen under Wayland
ManoloFLTK
2023-06-19
Wayland: improve support of multi-display setups
ManoloFLTK
2023-05-22
Slightly re-organize class Fl_Wayland_Window_Driver
ManoloFLTK
2023-05-11
Wayland: fix opening GL top-level window on 2-screen system
ManoloFLTK
2023-04-21
Fl_Window_Driver::destroy_double_buffer() does not need overrides
ManoloFLTK
2023-04-03
Improve member function Fl_Wayland_Screen_Driver::surface_to_window()
ManoloFLTK
2023-03-23
Wayland: remove compilation warning (#706)
ManoloFLTK
2023-03-16
Rename bool variable for better clarity
ManoloFLTK
2023-03-13
Wayland: add support for multiple high or low DPI displays
ManoloFLTK
2023-03-02
Add Fl_Wayland_Window_Driver::wld_scale() member function
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-01-15
Rename static member Fl_Wayland_Window_Driver::tall_popup to new_popup
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-09
Virtual member Fl_Window_Driver::makeWindow() now returns void
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-09-07
Improve support of child windows that may leak outside their parent window.
ManoloFLTK
2022-09-01
Simplify Fl_Window_Driver::screen_num() member functions.
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
Add static Fl_Wayland_Window_Driver::gl_plugin() member function.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-08-15
Remove useless Fl_Wayland_Window_Driver::show_with_args_begin/end().
ManoloFLTK
2022-07-04
Wayland platform.: complete support of gl_start/gl_finish.
ManoloFLTK
2022-05-17
Make Fl_Wayland_Screen_Driver::close_display() close the GL connection if any.
ManoloFLTK
2022-05-05
Move struct shape_data_type inside Fl_XXX_Window_Driver.
ManoloFLTK
2022-04-15
Remove unimplemented window icon-related member functions and variables.
ManoloFLTK
2022-03-23
Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK