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
/
WinAPI
/
Fl_WinAPI_Screen_Driver.cxx
Age
Commit message (
Expand
)
Author
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-09
Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...
Manolo Gouy
2017-11-17
Replace remaining calls of getenv() with fl_getenv().
Albrecht Schlosser
2017-08-19
Prevent situation where SetProcessDPIAwareness was called after Fl_WinAPI_Scr...
Manolo Gouy
2017-07-30
Improve rescaling when window moved across screens: make sure center stays on...
Manolo Gouy
2017-07-07
Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...
Manolo Gouy
2017-07-03
HiDPI support under WIN32 platform: completed.
Manolo Gouy
2017-06-29
HiDPI support for WIN32 platform: begin to support screen-specific scale factor.
Manolo Gouy
2017-06-18
Advancing HiDPI support for the WIN32 platform - still incomplete.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-04-11
Fix Windows CreateDC/DeleteDC mismatch (STR #3373).
Albrecht Schlosser
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
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-27
Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...
Manolo Gouy
2016-08-23
Change comment describing return type of Fl_WinAPI_Screen_Driver::read_win_re...
Manolo Gouy
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
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
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-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 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-17
Fix typos.
Albrecht Schlosser
2016-02-15
FL porting Win32 build fix:
Ian MacArthur
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
Fixed Screen Drivers for MSWindows
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher