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
/
examples
Age
Commit message (
Expand
)
Author
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-12-29
Remove the requirement for opengl in fltk-config.
Greg Ercolano
2017-10-31
Fix for STR#3421: Fl_SVG_Image crashes if passed an svg file that is a static...
Manolo Gouy
2017-10-30
Added check if nanosvg is enabled or not.
Greg Ercolano
2017-10-30
Makefile for new example.
Greg Ercolano
2017-10-30
Added a new example to demonstrate using Fl_SVG_Image.
Greg Ercolano
2017-10-17
Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).
Greg Ercolano
2017-10-13
Replace remaining calls to getenv() with fl_getenv().
Albrecht Schlosser
2017-09-12
Add divider above Quit menu item. (needed for demo screenshot)
Greg Ercolano
2017-09-11
Remove leading underscore from labeltype(s) in new demo.
Albrecht Schlosser
2017-09-11
Simplified the example's menu item callback.
Greg Ercolano
2017-09-11
Applied Manolo's recommendation (fltk.coredev), removing unnecessary item->im...
Greg Ercolano
2017-09-11
Added example code to demonstrate Fl_Multi_Label for STR#3400.
Greg Ercolano
2017-09-08
Enhance howto-drag-and-drop example program.
Albrecht Schlosser
2017-08-12
Add tooltips to new draggable-group example program.
Albrecht Schlosser
2017-08-05
Add draggable-group example program.
Albrecht Schlosser
2017-08-05
Fix whitespace and comments.
Albrecht Schlosser
2017-07-17
Some compilers probably need string.h for strcmp()..
Greg Ercolano
2017-07-17
Added new example program 'nativefilechooser-simple.cxx'
Greg Ercolano
2017-07-12
Add missing #include in fltk-versions example program.
Albrecht Schlosser
2017-07-07
WIN32 HiDPI support: fix copy and paste of image data when rescaling is applied.
Manolo Gouy
2017-03-17
Flush output of examples/fltk-versions for Windows (MinGW).
Albrecht Schlosser
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-11-19
Finally remove FLTK_ABI_VERSION preprocessor macro from code.
Albrecht Schlosser
2016-08-11
Fix one compiler warning and one error on Windows 64-bit.
Albrecht Schlosser
2016-06-22
Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.
Manolo Gouy
2016-05-05
Remove unneeded extern declaration.
Manolo Gouy
2016-05-04
Fix how to access clipboard content at program start.
Manolo Gouy
2016-05-03
Fix potential memory leak under X11 when pasted image is not accepted by the ...
Manolo Gouy
2016-03-31
Fix example programs after removal of some system #include's.
Albrecht Schlosser
2016-03-26
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
Albrecht Schlosser
2016-03-10
Add necessary #include directive
Manolo Gouy
2016-02-02
Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac OS X.
Manolo Gouy
2016-02-01
Fix shapedwindow test program.
Manolo Gouy
2015-12-10
Added required header and footer for new source files.
Manolo Gouy
2015-12-08
Replaced call to Fl_Window::resize() by call to Fl_Widget::position() that is...
Manolo Gouy
2015-12-02
Mac OS: support for high resolution OpenGL windows.
Manolo Gouy
2015-12-01
Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...
Manolo Gouy
2015-10-28
Removed compilation warning.
Manolo Gouy
2015-10-27
Added support for OpenGL V3 and higher.
Manolo Gouy
2015-08-19
Small mod to enable highlighting in total cells.
Greg Ercolano
2015-07-12
Add "deprecated" warning to examples/fltk-versions.cxx.
Albrecht Schlosser
2015-04-21
Add FLTK version test program examples/fltk-versions.cxx.
Albrecht Schlosser
2014-10-14
Move RGB image scaling algorithm methods in base class Fl_Image.
Albrecht Schlosser
2014-09-21
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...
Manolo Gouy
2014-09-17
Removed leftover item variable (now unused)
Greg Ercolano
2014-09-17
Improve clipboard example program, fix compilation warnings.
Albrecht Schlosser
2014-09-02
Fixed header/footer lines
Manolo Gouy
2014-08-28
Add Manolo's new shapedwindow demo to the Makefile
Ian MacArthur
[next]