| Age | Commit message (Collapse) | Author |
|
|
|
- replace FL_OVERRIDE and NULL with 'override' and 'nullptr', resp.
- remove useless global variable (declare it locally in main)
- standardize callbacks using standard callback signatures
- rename some callbacks with more appropriate names
- fix layout of image display and image size info
- improve alignment of text display
- set window size_range (minimal window size)
|
|
- use Fl_Flex to arrange multiple buttons
- switch buttons dynamically depending on tabs (text or image)
|
|
This is more like a text editor would display text.
Todo: make the font selection optional (later).
|
|
FL_OVERRIDE is defined as `override` for C++11 and higher
FL_OVERRIDE is defined as `override` for VisualC 2015 and newer
Don't interfere with Fl_Widget::override()
|
|
|
|
Windows only, depends now on macro DEBUG_CLIPBOARD_DATA.
|
|
|
|
The clipboard demo is more a test program than an example and very
useful even if the examples are not built.
Also update dependencies.
|