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
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
2014-08-27
Added the Fl_Shaped_Window class to support windows of arbitrary shapes.
Manolo Gouy
2014-05-24
Reset file header and footer.
Manolo Gouy
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy
2014-01-27
Fix STR#3005; input field wasn't scrolling with table.
Greg Ercolano
2014-01-20
o Added draw_item_content() to Fl_Tree_Item,
Greg Ercolano
2014-01-01
Fixes errors:
Greg Ercolano
2013-12-16
Added Fl_Tree sort example.
Greg Ercolano
2013-11-10
o Added Fl_Tree::item_draw_callback(), letting one define a custom draw funct...
Greg Ercolano
2013-11-06
Fix problem with Fl_Tree::select_only() invoking select callbacks
Greg Ercolano
2013-10-22
Replaced fopen() by fl_fopen() calls so the app works correctly under MSWindo...
Manolo Gouy
2013-05-22
Fixes STR #2964.
Greg Ercolano
2013-03-25
o Fixed tab navigation problem with this demo
Greg Ercolano
2013-03-23
Adding an example to demonstrate how to create an Fl_Browser with icons on th...
Greg Ercolano
2013-03-23
o Modified example to take advantage of new Fl_Table::tab_cell_nav() method
Greg Ercolano
2013-03-19
o Simplified example to take advantage of Fl_Table's existing features.
Greg Ercolano
2013-03-19
Small fixes to keyboard navigation and 'current cell' coloring.
Greg Ercolano
2013-03-18
Added Fl::option() setting to allow arrow keys to navigate table.
Greg Ercolano
2013-03-17
Small fix to column max width calculation: take into account width of header.
Greg Ercolano
2012-11-20
Solves STR#2889, increases reusability of SetSize() in example.
Greg Ercolano
2012-11-06
Replaced 10302 with 10301 for FLTK_ABI_VERSION
Matthias Melcher
2012-06-12
Removed unused argument..
Greg Ercolano
[next]