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
2021-05-26
Fix trailing whitespace and formatting
Albrecht Schlosser
2021-05-26
Windows: fix fl_system() and fl_execvp() (STR 3438)
Albrecht Schlosser
2021-04-13
Update Fl_WinAPI_Window_Driver.H
Daniel G
2021-03-21
Windows: fix fl_filename_isdir()
Albrecht Schlosser
2021-03-11
Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...
ManoloFLTK
2021-02-24
Improve precision of GUI scaling for Windows platform.
ManoloFLTK
2021-02-18
Make clear we're calling a member function of class Fl_WinAPI_System_Driver.
ManoloFLTK
2021-02-16
Remove FL_CFG_SYS_POSIX and FL_CFG_SYS_WIN32 preprocessor vars from Fl_lock.cxx
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2021-02-15
PR #174: Skip the call to MonitorFromRect when it is not needed.
ManoloFLTK
2021-02-13
Remove compilation warnings issued by Visual Studio 2019.
ManoloFLTK
2021-02-01
Scaling support under Windows: fix fullscreen window mode.
ManoloFLTK
2020-12-02
Improve Fl_Graphics_Driver::cache_size() when GUI is scaled.
ManoloFLTK
2020-11-29
Fix for issue #123 - Windows platform
ManoloFLTK
2020-11-17
Fix whitespace and minor formatting issues
Albrecht Schlosser
2020-11-02
Fix possible memory leak in Fl_WinAPI_Screen_Driver::read_win_rectangle_unsca...
ManoloFLTK
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-08-01
Remove unneeded strdup from example, fold tabs
Greg Ercolano
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-14
First pass at fixing issue 99
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-15
Allow using an Fl_SVG_Image object as window icon.
ManoloFLTK
2020-04-23
Update © year.
ManoloFLTK
2020-04-23
Check for success of the FormatMessageW() call.
ManoloFLTK
2020-04-22
Match variable type (DWORD) and format specifier
ManoloFLTK
2020-04-22
Add optional argument to Fl_Printer::begin_job() to inform caller when an err...
ManoloFLTK
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
[next]