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
Age
Commit message (
Expand
)
Author
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2020-01-03
Fixed previous commit for MSWindows.
MatthiasM
2020-01-03
Linux/MSWindows: improved Fl_Preferences file path checking
Matthias Melcher
2019-12-31
Limiting file access for Fl_Preferences.
Matthias Melcher
2019-11-02
Slightly simpler code to support fl_overlay_rect() on HighDPI screens.
ManoloFLTK
2019-10-22
Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().
ManoloFLTK
2019-08-21
Fix a case when fl_read_window() did not capture subwindows correctly.
ManoloFLTK
2019-07-13
Fl_WinAPI_Printer_Driver::end_page(): make sure rotation stops when the page ...
ManoloFLTK
2019-06-18
Slightly simpler Fl_WinAPI_Screen_Driver::init()
ManoloFLTK
2019-06-16
Make FLTK Windows apps "Per-Monitor-V2 DPI Aware"
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-06
Process env var FLTK_SCALING_FACTOR consistently across platforms.
ManoloFLTK
2019-02-28
Fix error in Fl_WinAPI_Screen_Driver::screen_work_area() when screen is scaled.
ManoloFLTK
2019-02-23
Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...
ManoloFLTK
2019-02-23
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...
ManoloFLTK
2018-11-28
Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...
Manolo Gouy
2018-11-26
Windows: Have Fl::x(), Fl::y(), Fl::w() and Fl::h() change their values when ...
Manolo Gouy
2018-06-27
Remove a few useless 'friend' statements.
Manolo Gouy
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-05-25
Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver().
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-05-09
Remove a bunch of useless #include <FL/Fl_Printer.H> statements.
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-05-03
Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.
Manolo Gouy
2018-04-24
Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...
Manolo Gouy
2018-04-23
Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-03-24
Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...
Manolo Gouy
2018-03-09
Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...
Manolo Gouy
2018-02-20
Remove unnecessary #ifdef _WIN32
Manolo Gouy
2018-02-16
Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
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-12-18
STR#3444: Add MacOS support for application rescaling (not quite complete)
Manolo Gouy
2017-11-17
Replace remaining calls of getenv() with fl_getenv().
Albrecht Schlosser
2017-11-11
Refactor Fl_WinAPI_System_Driver string conversion and more.
Albrecht Schlosser
2017-11-10
Add missing platform wrapper fl_chdir() for chdir().
Albrecht Schlosser
2017-10-15
Rename fl_open_ext() parameter 'translation' to 'binary'.
Albrecht Schlosser
2017-10-12
Add fl_open_ext() to control whether the file is opened in binary/text mode.
Manolo Gouy
2017-10-04
Undo commit at r.12475 that is not adequate.
Manolo Gouy
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
Manolo Gouy
2017-09-19
Convert the initialisation of global variables fl_local_shift, fl_local_meta,...
Manolo Gouy
2017-09-19
Fl_XXX_System_Driver::clocale_printf() : use thread-specific, locale-setting ...
Manolo Gouy
[prev]
[next]