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_Image_Surface_Driver.cxx
Age
Commit message (
Expand
)
Author
2025-01-10
Fix Fl_{Wayland|Xlib}_{Copy|Image}_Surface_Driver::set_current()
ManoloFLTK
2023-12-21
Fix a typo, trailing whitespace, and dependencies
Albrecht Schlosser
2023-12-04
New member function Fl_Image_Surface::mask(Fl_RGB_Image*)
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
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
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-05-01
Make virtual void Fl_Surface_Device::end_current_() have no argument because ...
Manolo Gouy
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-25
class Fl_Xlib_Image_Surface_Driver : Remove unused member variable.
Manolo Gouy
2018-03-15
Remove unused #include files and FL_CFG_* conditional code.
Albrecht Schlosser
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2017-08-24
X11 platform: cleaner implementation of changing the active drawing surface a...
Manolo Gouy
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-04-24
Remove unused variable from class Fl_Xlib_Image_Surface_Driver.
Albrecht Schlosser
2017-04-24
Undo change at r.12221 because it's done at r.12222 in a cross-platform fashion.
Manolo Gouy
2017-04-23
Fix Fl_Image_Surface::image() as discussed in fltk.general
Albrecht Schlosser
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-03-19
Rename Fl_XXX_Image_Surface.cxx to Fl_XXX_Image_Surface_Driver.cxx
Manolo Gouy