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_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-07-25
Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.
Manolo Gouy
2017-07-07
Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...
Manolo Gouy
2017-07-07
Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() when built witho...
Manolo Gouy
2017-07-04
HiDPI support under WIN32: fix fullscreen when several monitors of distinct r...
Manolo Gouy
2017-07-04
Slight improvement of Fl_WinAPI_Window_Driver::border_width_title_bar_height()
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-28
Better implementation of Fl_WinAPI_Window_Driver::reuse_cursor() that will al...
Manolo Gouy
2017-06-28
HiDPI support: keep window's icons after rescaling
Manolo Gouy
2017-06-28
HiDPI support: keep window's cursor after rescaling.
Manolo Gouy
2017-06-27
WIN32 platform: more progress for full HiDPI support
Manolo Gouy
2017-06-19
HiDPI support under WIN32: fix bugs with tile demo and with fullscreen demo.
Manolo Gouy
2017-06-19
HiDPI support under WIN32: fix fullscreen mode when scaling factor is > 1.
Manolo Gouy
2017-06-19
HiDPI support under WIN32 platform: fix Fl_WinAPI_Window_Driver::capture_titl...
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
2016-09-29
Avoid compilation warnings with -Wmaybe-uninitialized
Manolo Gouy
2016-08-27
Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...
Manolo Gouy
2016-08-27
Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() for displays whe...
Manolo Gouy
2016-08-25
Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...
Manolo Gouy
2016-04-19
Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.
Manolo Gouy
2016-04-19
Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...
Manolo Gouy
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-17
MSWindows fixes for previous commits.
Matthias Melcher
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-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-04-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-29
Remove the platform-dependent type xchar
Manolo Gouy
2016-03-27
Rewrite Fl_Overlay_Window class under the driver model.
Manolo Gouy
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-22
Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class
Manolo Gouy
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
Manolo Gouy
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
Manolo Gouy
[next]