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
/
GDI
/
Fl_GDI_Graphics_Driver_rect.cxx
Age
Commit message (
Expand
)
Author
2017-07-07
Fix Fl_GDI_Graphics_Driver::point_unscaled() so points are also enlarged when...
Manolo Gouy
2017-06-27
WIN32 platform: more progress for full HiDPI support
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-01
Add fl_focus_rect function to driver.
Matthias Melcher
2016-01-31
Update build system to compile all drivers as indiviual objects.
Albrecht Schlosser
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-26
Moving GDI/WIN32 files to new directroy structure
Matthias Melcher