Age | Commit message (Collapse) | Author |
|
|
|
It has lots of code cleanups and a simpler/more-uniform way of handling it all.
|
|
|
|
|
|
|
|
the Fl_Input would eat the shift-enter keypress, meaning that the
Previous button never got its shortcut.
|
|
|
|
The documentation for clear_visible_focus all talks about the keyboard,
but but Fl::focus must think that the mouse is an honorary part of the
keyboard. Not that tab-to-focus is any horrible behavior for findbar's
input anyway.
|
|
|
|
|
|
|
|
|
|
|
|
"using namespace" in headers also affects all files that include the
header which is unwanted and unexpected in most cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|