| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Three unrelated but only minor warnings.
|
|
... and document a missing parameter.
|
|
|
|
Thanks to Mike Qin for finding how to query the possibly changed DPI value
of an X11 display while an FLTK app keeps running without running
an external command in a pipe.
|
|
This involved enlarging the unittest main window to make room
for the additional test.
Adding this test revealed a problem in Fl_Terminal's global
scrollbar size handling, which is fixed here as well.
Also fixed a small issue in the demo's debugging terminal
with the horiz scrollbar.
|
|
|
|
|
|
|
|
|
|
|
|
* Checkpoint. Basic functionality seems to be working.
* Code cleanup
* Added horizontal scrollbar to Terminal widget
* Fix hscrollbar_size operation
* Applied erco-terminal-mods_v5_final.patch.txt
Final patch relating to PR 918
* Remove trailing whitespace, update copyright year
---------
Co-authored-by: Jonathan Griffitts <jonathan.griffitts@gmail.com>
Co-authored-by: Greg Ercolano <erco@seriss.com>
Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de>
|
|
|
|
|
|
|
|
only (#925)
|
|
|
|
|
|
|
|
NULL (#923)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no code changes
|
|
|
|
|
|
|
|
|
|
|
|
Don't rescale when any top window on same screen as focus window is fullscreen or maximized
|
|
|
|
|
|
|
|
|
|
Improve code comments to clarify which cases are handled in a code
block and why this is done. Subwindows have some special needs.
|
|
|
|
|
|
|
|
The macOS Window menu is connected to the item array of the macOS menubar
via FL_SUBMENU_POINTER. This facilitates memorization of pointers
to items of the macOS menubar because the item array no longer changes
each time a window opens of gets closed.
|
|
* Improve horizontal interactive selection
* Using half-character positions to implement selection
similar to Fl_Input.
* Add word and line selection
* Fix vertical position of text
|