fltk/src/drivers
ManoloFLTK b8fa522ca4 New member function Fl_Wayland_Graphics_Driver::create_wld_buffer()
The previous member Fl_Wayland_Graphics_Driver::create_shm_buffer() is now
renamed to create_wld_buffer() and divided in 2 parts:
- one is related to the draw buffer;
- the other is related to the wl_buffer and is what is now called create_shm_buffer().
This allows to delay creation of the wl_buffer until absolutely necessary,
done inside Fl_Wayland_Graphics_Driver::buffer_commit().
2023-09-25 16:40:01 +02:00
..
Cairo Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) 2023-06-06 16:55:05 +02:00
Cocoa Fix Fl_Cocoa_Gl_Window_Driver::resize() 2023-06-26 15:00:52 +02:00
Darwin FLUID: fixes file path calculation bug 2023-08-26 16:10:02 +02:00
GDI Fix dependencies, typos, trailing whitespace, and formatting 2023-03-09 18:28:37 +01:00
OpenGL Fix compiler warnings [-Wpedantic] 2023-04-13 20:27:00 +02:00
Posix macOS+XQuartz: support new homebrew name for GTK2 shared lib 2023-02-07 12:47:42 +01:00
PostScript Replace internal fl_create_offscreen() calls by new Fl_Image_Surface 2023-04-23 10:03:02 +02:00
Quartz Replace internal fl_create_offscreen() calls by new Fl_Image_Surface 2023-04-23 10:03:02 +02:00
SVG Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
Unix Remove superfluous #include directives 2023-04-04 15:30:18 +02:00
Wayland New member function Fl_Wayland_Graphics_Driver::create_wld_buffer() 2023-09-25 16:40:01 +02:00
WinAPI Adds some convenience methods. 2023-09-05 14:45:57 +02:00
X11 Replace internal fl_create_offscreen() calls by new Fl_Image_Surface 2023-04-23 10:03:02 +02:00
Xlib Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732) 2023-06-06 16:55:05 +02:00