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
/
Xlib
/
Fl_Xlib_Copy_Surface_Driver.cxx
Age
Commit message (
Expand
)
Author
3 days
wip: fork
maxim nikonov
2025-01-10
Fix Fl_{Wayland|Xlib}_{Copy|Image}_Surface_Driver::set_current()
ManoloFLTK
2025-01-08
Make draw to image and draw to clipboard behave equally in X11 and Wayland
ManoloFLTK
2024-11-13
Fix Cairo: Rounding issues with Fl_RGB_Image::draw() + Fl_Copy_Surface (#1124)
ManoloFLTK
2023-04-23
Replace internal fl_create_offscreen() calls by new Fl_Image_Surface
ManoloFLTK
2023-02-14
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-11-07
Reorganise use of virtual member function Fl_Surface_Device::end_current()
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-05-25
Call virtual member Fl_Surface_Device::end_current() when necessary
ManoloFLTK
2019-04-10
Use the new Fl_Surface_Device::is_current() virtual function
ManoloFLTK
2019-04-10
Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2018-05-01
Make virtual void Fl_Surface_Device::end_current_() have no argument because ...
Manolo Gouy
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-08-15
Fl_XXX_Surface_Driver::set_current() : call Fl_Surface_Device::set_current() ...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-04-25
Add an argument to the private, virtual member function void Fl_Surface_Devic...
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-11-30
Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...
Manolo Gouy
2016-08-24
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-03-31
Continue removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-19
Rename src/drivers/XXX/Fl_XXX_Copy_Surface.cxx to Fl_XXX_Copy_Surface_Driver.cxx
Manolo Gouy