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_Graphics_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-06-27
Exact computation of scaled clipping region for X11 platform.
Manolo Gouy
2017-06-21
Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...
Manolo Gouy
2017-05-22
Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual funct...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-04-12
Fix for STR#3374: Crash with pango enabled when changing default font
Manolo Gouy
2017-03-17
Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2016-12-21
X11 platform: Add optional use of the pango library to draw text, gaining the...
Manolo Gouy
2016-11-16
Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...
Manolo Gouy
2016-10-07
Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-21
Restore building with X11 but not Xft
Manolo Gouy
2016-04-17
Fixes for Linux for recent commits.
Matthias Melcher
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...
Matthias Melcher
2016-04-17
virtualizes fl_set_spot and fl_reset_spot
Matthias Melcher
2016-04-16
Begin moving non window-related member functions out of Fl_X class.
Manolo Gouy
2016-04-09
Fix typos.
Albrecht Schlosser
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-24
Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...
Manolo Gouy
2016-03-01
Allow running fluid -c without opening the X11 display.
Manolo Gouy
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
Manolo Gouy
2016-02-26
Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.H
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
Manolo Gouy
2016-02-20
Fix include files.
Albrecht Schlosser
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-19
Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-10
Fix missing files in Makefile system
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher