summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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
2015-12-08Replaced call to Fl_Window::resize() by call to Fl_Widget::position() that is...Manolo Gouy
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-12-01Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...Manolo Gouy
2015-10-28Removed compilation warning.Manolo Gouy
2015-10-27Added support for OpenGL V3 and higher.Manolo Gouy
2015-08-19Small mod to enable highlighting in total cells.Greg Ercolano
2015-07-12Add "deprecated" warning to examples/fltk-versions.cxx.Albrecht Schlosser
2015-04-21Add FLTK version test program examples/fltk-versions.cxx.Albrecht Schlosser
2014-10-14Move RGB image scaling algorithm methods in base class Fl_Image.Albrecht Schlosser
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-17Removed leftover item variable (now unused)Greg Ercolano
2014-09-17Improve clipboard example program, fix compilation warnings.Albrecht Schlosser
2014-09-02Fixed header/footer linesManolo Gouy
2014-08-28Add Manolo's new shapedwindow demo to the MakefileIan MacArthur