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.cxx
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-15
Limit initial scaling factor to sensible values.
Albrecht Schlosser
2017-06-10
Remove temporary code used for development of the scaling support.
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-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
Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().
Albrecht Schlosser
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
Manolo Gouy
2016-07-15
Fix uninitialized variable warning.
Albrecht Schlosser
2016-06-22
Use Xrandr to get the true DPI of the display under the X11 platform.
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-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Fix lowercase typo.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
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-31
Begin to remove platform-dependent code from Fl_Input_.cxx
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 all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Fix Fl_X11_Screen_Driver::wait(). The fractals demo is back.
Manolo Gouy
2016-02-18
Fix Fl::grab(win) under Linux (program crashed in menus).
Albrecht Schlosser
2016-02-17
Fix flush() call (Linux) - makes drawing work again, but still buggy.
Albrecht Schlosser
2016-02-17
Fix compilation under Linux - compiles, but doesn't work :-(
Albrecht Schlosser
2016-02-13
[Cairo] Remove part of the dependency of FL/Fl.H on config.h.
Albrecht Schlosser
2016-02-13
Moed Fl::visual and System_Scheme to the driver
Matthias Melcher
2016-02-13
Refactoring get_system_colors() into Fl_Screen_Driver
Matthias Melcher
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Move platform part of Fl::flush()
Matthias Melcher
2016-02-10
Moving fl_beep into screen driver.
Matthias Melcher
2016-02-10
Fix Screen Driver implementation for X11
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher