| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
10.13
|
|
See also branch-1.4 with FLTK_ABI_VERSION >= 10405:
commit 9b9426bf6e1140b3f220c8868a1d97bdc5e7f544
|
|
|
|
|
|
|
|
And allow for vertical display taskbar.
|
|
|
|
(#1296)
|
|
|
|
|
|
|
|
|
|
|
|
cont'd (#1290)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code example in fl_overlay_clear() wouldn't work.
|
|
Use the current mouse position to estimate the
position where the mouse left the window. Not
perfect, but much better than repeating the last
move coordinates.
|
|
|
|
|
|
|
|
|
|
|
|
... according to CMP
|
|
|
|
|
|
FL/Fl_Table_Row.H: use `std::vector<uint8_t> _rowselect;`,
remove declaration of class `CharVector`
src/Fl_Table_Row.cxx: remove implementation of class `CharVector`,
simplify loops (use range based for loops),
use resize() to change vector size.
Unify copyright year of Fl_Table* headers and implementation.
|
|
Note: if user code requires a header, then user code must #include it.
|
|
|
|
- remove unnecessary include.
|
|
- using a Pointer to Implementation instead of having
a huge Fl_Help_View class. This improves build speed
(smaller header fiel) and allows us to fix the
implementation while keeping the ABI unchanged.
|
|
|
|
|
|
- restructure header file
- sort source file reflecting header
- documentation of text selection
|
|
- users can now select text in multiple Help Views
- users can now select text that is also a link
- selections draws dimmed if not focused
|
|
- streamlines callbacks
- removes unused function
- header file not finished yet!
|
|
This class was used in pre-C++11 versions (up to 1.4.x) and is no
longer needed.
|
|
- replaced Fl_Int_Vector with std::vector<int>
- removed static buffers in path arrangement methods
- NULL to nullptr
|
|
|