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
/
X11
/
Fl_X11_Screen_Driver.H
Age
Commit message (
Expand
)
Author
2017-06-17
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...
Manolo Gouy
2017-06-01
Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Fl_Screen_Driver class: its platform dependent member functions should not be...
Manolo Gouy
2016-09-22
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...
Manolo Gouy
2016-09-20
Remove fl_wait() that is not part of the public API.
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
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-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-01
Complete removal of platform-dependent code from Fl_Text_Display.cxx
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-01
Moved timer code to screen drivers. Not sure if this should be in System Driv...
Matthias Melcher
2016-02-26
Rename remaining src/drivers/XXX.h to XXX.H - continued
Manolo Gouy