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-12-10
Windows: fix memory leak caused by RegisterDragDrop (#569)
Albrecht Schlosser
2022-11-30
Remove small files fl_XXX_gl_platform_init.cxx
ManoloFLTK
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-10-02
Add missing return value to Fl_WinAPI_Gl_Window_Driver::create_gl_context()
ManoloFLTK
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-09-30
FLTK widgets in OpenGL 3 windows: rewrite for driver system.
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-09-01
Simplify Fl_Window_Driver::screen_num() member functions.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-06-12
Issue #141: fl_filename_absolute bugs fixed for MSWindows.
MatthiasWM
2022-05-07
Change protection levels in classes Fl_XXX_Gl_Window_Driver
ManoloFLTK
2022-05-05
Move struct shape_data_type inside Fl_XXX_Window_Driver.
ManoloFLTK
2022-04-12
Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.
ManoloFLTK
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
[next]