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
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-23
Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...
ian.macarthur
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-03-01
Simplify internal Fl_WinAPI_Window_Driver::fake_X_wm() method
Albrecht Schlosser
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-12-18
Generate FL/fl_config.h rather than FL/abi-version.h
Albrecht Schlosser
2021-10-31
Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu...
ManoloFLTK
2021-06-26
Fix a potential memory leak (PR #241)
Albrecht Schlosser
2021-06-26
Fix potential memory leak (#241)
fire-eggs
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
[next]