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
Age
Commit message (
Expand
)
Author
2019-04-07
Maintain window position when turning its border on.
ManoloFLTK
2019-03-28
Merge remote-tracking branch 'origin/master'
ManoloFLTK
2019-03-28
macOS: More efficient window rescaling that rarely calls Fl_Group::resize()
ManoloFLTK
2019-03-28
Add dependencies for non-Xft builds
Albrecht Schlosser
2019-03-28
Update dependencies
Albrecht Schlosser
2019-03-27
Call to Fl_Group::init_sizes() needed after resize of widgets.
ManoloFLTK
2019-03-27
Send FL_FOCUS is necessary under X11
ManoloFLTK
2019-03-27
Correct typo in Doxygen doc of Fl::focus()
ManoloFLTK
2019-03-27
Use Fl_Widget_Tracker to check for existence of the putative focus widget
ManoloFLTK
2019-03-27
Follow CMP and rename a type with capitalized words without underscore
ManoloFLTK
2019-03-27
Remove unnecessary #include directives
ManoloFLTK
2019-03-27
Add further checks to avoid null pointer.
ManoloFLTK
2019-03-27
Check against null pointer for security
ManoloFLTK
2019-03-27
Don't change the focus widget after showing transient scale factor window
ManoloFLTK
2019-03-26
Use \deprecated Doxygen command where necessary
ManoloFLTK
2019-03-26
Correct typo in Doxygen doc of Fl_System_Driver::filename_ext()
ManoloFLTK
2019-03-26
Improve Doxygen doc of the Fl_SVG_Image constructor
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-25
Merge remote-tracking branch 'origin/master'
ManoloFLTK
2019-03-25
Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLo...
ManoloFLTK
2019-03-25
Update dependencies
Albrecht Schlosser
2019-03-23
Invalidate Quit also when running native file chooser.
ManoloFLTK
2019-03-18
Avoid crash when messages canBecomeKeyWindow or canBecomeMainWindow received ...
ManoloFLTK
2019-03-12
Merge remote-tracking branch 'origin/master'
ManoloFLTK
2019-03-12
Remove unneeded #include directive
ManoloFLTK
2019-03-12
Prevent unnecessary Fl_Clock timer events (STR 3516)
Albrecht Schlosser
2019-03-12
Avoid "unused argument" compiler warnings with -Wextra after #include <fl_dra...
ManoloFLTK
2019-03-11
X11 platform: keep GUI scaling after screen is reconfigured
ManoloFLTK
2019-03-11
X11 platform: follow when the OS changes the Xft.dpi resource
ManoloFLTK
2019-03-10
X11 platform: use the Xft.dpi resource as basis for the initial GUI scaling f...
ManoloFLTK
2019-03-06
Improve static function react_to_screen_reconfiguration()
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-27
Simplifies memory allocation of system menu items for FL_SUBMENU_POINTER
ManoloFLTK
2019-02-27
Avoid recreation of the system menu bar without change
ManoloFLTK
2019-02-24
Remove statement that became unnecessary.
ManoloFLTK
2019-02-24
Allow to call Fl_Sys_Menu_Bar::about() early in the program.
ManoloFLTK
2019-02-24
Simplify code for the FLMenuItem class
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
2019-02-21
Remove compilation warning with -Wunused-result
ManoloFLTK
2019-02-21
X11: use XGetDefault() to read the value of the Xft.dpi resource.
ManoloFLTK
2019-02-20
Use also the Xft.dpi resource to initialize the GUI scale factor.
ManoloFLTK
2019-02-20
Check to avoid erroneous values for the starting GUI scale factor.
ManoloFLTK
2019-02-19
X11 + gnome: improve detection of the current display scale factor
ManoloFLTK
2019-02-09
X11 platform: account for window scaling in drag-n-drop operations.
ManoloFLTK
2019-02-08
Rename method -[FLViewLayer viewFrameDidChange] to -[FLViewLayer reset_layer_...
ManoloFLTK
2019-02-05
Fix for STR #3503 - handle Fl_Menu_ deleted while its menu window is running.
ManoloFLTK
2019-02-05
Fixed two warnings from Doxygen.
Matthias Melcher
2019-02-04
Fixed Fl_Text_Editor selection range after paste (STR #3248).
Matthias Melcher
[next]