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
/
Fl.cxx
Age
Commit message (
Expand
)
Author
2022-08-30
Hybrid Wayland/X11 platform: improve control of chosen backend.
ManoloFLTK
2022-08-30
Attempt to improve fl_disable_wayland().
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-20
Add int Fl::system(const char *command) static member function.
ManoloFLTK
2022-03-20
Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.
ManoloFLTK
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-07
Re-organize cross-platform support for text input methods.
ManoloFLTK
2021-12-17
Fix a tiny documentation bug
Albrecht Schlosser
2021-07-01
Fix FL_MOUSEWHEEL event coordinates in subwindow (#210)
Albrecht Schlosser
2021-02-27
Remove config_lib.h and runtime configuration info
Albrecht Schlosser
2020-11-07
Simpler code and doc of Fl::screen_scale(int n, float factor)
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-24
Avoid crash in Fl::next_window(win)
Albrecht Schlosser
2020-01-31
Update Fl::keyboard_screen_scaling()
Albrecht Schlosser
2020-01-31
Fix typo
Albrecht Schlosser
2020-01-31
Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/
ManoloFLTK
2020-01-17
Make Fl::screen_scale(int, float) functional also after initial window display.
ManoloFLTK
2019-12-31
Limiting file access for Fl_Preferences.
Matthias Melcher
2019-09-15
X11 platform: use Gnome printer dialog when the GTK library is available at r...
ManoloFLTK
2019-03-27
Correct typo in Doxygen doc of Fl::focus()
ManoloFLTK
2018-12-27
Fixing some minor lint, found by Pavel Shlyak using PVS studio
Matthias Melcher
2018-08-30
Doc only: better doc of recently added events: FL_SCREEN_CONFIGURATION_CHANGE...
Manolo Gouy
2018-08-23
Remove the need to call fl_open_display() before using Fl::screen_scale(int, ...
Manolo Gouy
2018-08-09
Fix typo in Doxygen doc
Manolo Gouy
2018-08-08
Support for GUI scaling: add API to get/set the scaling factor value.
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-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-05-24
Slightly improve the doc of Fl::reset_marked_text().
Manolo Gouy
2018-05-24
Add documentation for Fl::reset_marked_text() and Fl::insertion_point_locatio...
Manolo Gouy
2018-05-22
Add Fl::screen_scale(int) function to get the scaling factor value of a screen.
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-03-31
Added Fl::menu_linespacing() to solve STR# 2927.
Greg Ercolano
2018-03-26
Android: Avoids hiding and showing keyboard when focus changes from text inpu...
Matthias Melcher
2018-03-26
Android: Widgets can now request the on-screen keyboard when they get focus. ...
Matthias Melcher
2018-03-16
Fix whitespace and comments only.
Albrecht Schlosser
2018-03-15
Fixing Tabs, typos, and comments.
Matthias Melcher
2018-02-20
Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...
Manolo Gouy
2018-02-17
Documentation: fix inconsistency in doc of Fl::wait(double).
Manolo Gouy
2018-02-10
Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...
Manolo Gouy
2018-02-10
Documentation: separate docs of Fl::wait() and Fl::wait(double) as Doxygen ma...
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-02-08
Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...
Manolo Gouy
2018-02-08
Documentation: add \version info to new member functions.
Manolo Gouy
2018-02-07
STR#3450: Draw text with OpenGL using textures on all platforms.
Manolo Gouy
2018-02-06
Add support for detection and processing of clean program termination request.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-10-19
Add details to the doc of fl_open_callback().
Manolo Gouy
[next]