summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2019-04-16Fix time drawing color (was not being set)Greg Ercolano
2019-04-04Update procedure for OpenGL3 support.ManoloFLTK
2018-12-10Update examples: minor changes, rename, update .gitignoreAlbrecht Schlosser
2018-12-04Simpler implementation of class SVG_Graphics_Driver is enough.ManoloFLTK
2018-11-29Remove unnecessary platform-specific #if / #endif clauses.Manolo Gouy
2018-09-12MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call ...Manolo Gouy
2018-09-03Less code is enough to start the OpenGL 3 window fullscreen.Manolo Gouy
2018-08-29Added example of dynamically setting style buffer with text editor.Greg Ercolano
2018-08-21Show also how to create the OpenGL3 GLUT window fullscreen.Manolo Gouy
2018-06-27Update Makefile + ignored files.Albrecht Schlosser
2018-06-27Add proper FLTK header and footer to this new source file.Manolo Gouy
2018-06-27Add examples/SVG_File_Surface.cxx and refer to it in the doc of class Fl_Surf...Manolo Gouy
2018-04-29Slightly simplify examples/clipboard.cxx using Fl_Image::scale().Manolo Gouy
2018-03-21Fixed title barGreg Ercolano
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-12-29Remove the requirement for opengl in fltk-config.Greg Ercolano
2017-10-31Fix for STR#3421: Fl_SVG_Image crashes if passed an svg file that is a static...Manolo Gouy
2017-10-30Added check if nanosvg is enabled or not.Greg Ercolano
2017-10-30Makefile for new example.Greg Ercolano
2017-10-30Added a new example to demonstrate using Fl_SVG_Image.Greg Ercolano
2017-10-17Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).Greg Ercolano
2017-10-13Replace remaining calls to getenv() with fl_getenv().Albrecht Schlosser
2017-09-12Add divider above Quit menu item. (needed for demo screenshot)Greg Ercolano
2017-09-11Remove leading underscore from labeltype(s) in new demo.Albrecht Schlosser
2017-09-11Simplified the example's menu item callback.Greg Ercolano
2017-09-11Applied Manolo's recommendation (fltk.coredev), removing unnecessary item->im...Greg Ercolano
2017-09-11Added example code to demonstrate Fl_Multi_Label for STR#3400.Greg Ercolano
2017-09-08Enhance howto-drag-and-drop example program.Albrecht Schlosser
2017-08-12Add tooltips to new draggable-group example program.Albrecht Schlosser
2017-08-05Add draggable-group example program.Albrecht Schlosser
2017-08-05Fix whitespace and comments.Albrecht Schlosser
2017-07-17Some compilers probably need string.h for strcmp()..Greg Ercolano
2017-07-17Added new example program 'nativefilechooser-simple.cxx'Greg Ercolano
2017-07-12Add missing #include in fltk-versions example program.Albrecht Schlosser
2017-07-07WIN32 HiDPI support: fix copy and paste of image data when rescaling is applied.Manolo Gouy
2017-03-17Flush output of examples/fltk-versions for Windows (MinGW).Albrecht Schlosser
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-11-19Finally remove FLTK_ABI_VERSION preprocessor macro from code.Albrecht Schlosser
2016-08-11Fix 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-05Remove unneeded extern declaration.Manolo Gouy
2016-05-04Fix how to access clipboard content at program start.Manolo Gouy
2016-05-03Fix potential memory leak under X11 when pasted image is not accepted by the ...Manolo Gouy
2016-03-31Fix example programs after removal of some system #include's.Albrecht Schlosser
2016-03-26Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.Albrecht Schlosser
2016-03-10Add necessary #include directiveManolo Gouy
2016-02-02Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac OS X.Manolo Gouy
2016-02-01Fix shapedwindow test program.Manolo Gouy
2015-12-10Added required header and footer for new source files.Manolo Gouy