summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2012-05-29Fixed some keynav problems:Greg Ercolano
2012-05-28Fixed doc typoGreg Ercolano
2012-05-16Added three methods and dox to Fl_Tooltip:Greg Ercolano
2012-05-16o Added color() methods to get/set color of input field.Greg Ercolano
2012-05-11Added screenshot for Fl_Spinner docs.Greg Ercolano
2012-05-09o Added new 0xffffffff 'transparent' color behavior for the item's bg color;Greg Ercolano
2012-05-08Documentation improvements:Greg Ercolano
2012-05-02Added Fl_Graphics_Driver::vertex_no(), vertices() and vextex_kind() accessor ...Manolo Gouy
2012-05-01Fix STR#2831: regression in Fl_Pixmap drawing under X11.Manolo Gouy
2012-04-30Fixes STR#2832; support labels on tree child widget()s.Greg Ercolano
2012-04-27o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()Greg Ercolano
2012-04-24Fixes STR #2796Greg Ercolano
2012-04-24Fixed more warnings in VC2010 32+64 bits buildsFabien Costantini
2012-04-23Reverted flags in Fl_Widget to protected.Matthias Melcher
2012-04-23Various Fl_Tree enhancements:Greg Ercolano
2012-04-23Fix STR #2819 (include dirent.h on Windows/MinGW).Albrecht Schlosser
2012-04-22o doc fixesGreg Ercolano
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-04-22Updated PNG library to current version 1.5.10Matthias Melcher
2012-04-21STR2783: make potential null string substituted to an empty string, still ach...Fabien Costantini
2012-04-18indent fixesGreg Ercolano
2012-04-16Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason e...Fabien Costantini
2012-04-15Fixed comment was misplaced in new tree apiFabien Costantini
2012-04-15STR 2827 implementation. Implemented Reselect code and related API all within...Fabien Costantini
2012-04-14Removed old TODO items that have been addressed.Greg Ercolano
2012-04-14Solves STR #2681.Greg Ercolano
2012-04-13Added missing initialization in Fl_Paged_Device constructorManolo Gouy
2012-04-13ABI modifications to Fl_Tree: deprecate mouse selection hotfix with proper so...Greg Ercolano
2012-04-10Fix typos.Albrecht Schlosser
2012-04-09Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::f...Manolo Gouy
2012-04-05Fix MS VC++ (2008/2010) compiler error, as discussed in fltk.general inAlbrecht Schlosser
2012-04-05fix a typo and indenting.Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-03-28WIN32: Fl_Pixmap printing uses a global variable called win_pixmap_bg_color e...Manolo Gouy
2012-03-26Added support for the additional key of ISO keyboards (aka 102-key keyboards)...Manolo Gouy
2012-03-23Fix STR#2641: true fullscreen windows that cover all their screen including m...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2012-03-05Added commented out FLTK_ABI_VERSION macro definitionGreg Ercolano
2012-03-04The Fl_Paged_Device destructor is made public instead of protected to ease th...Manolo Gouy
2012-03-04The virtual member functions of the Fl_Graphics_Driver abstract class that we...Manolo Gouy
2012-02-17Added missing #include <stdlib.h>Manolo Gouy
2012-02-16Added missing initialization/deallocation of member variables of class Fl_Gra...Manolo Gouy
2012-02-13Pass through menu() accessor.Michael R Sweet
2012-01-19Fl_Tree optimizations for selecting large trees (100k items).Greg Ercolano
2012-01-18Fixed Fl_Preferences documentation typos.Albrecht Schlosser
2012-01-12Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (cont'd).Manolo Gouy
2011-12-08Improved docs, added example imageGreg Ercolano
2011-12-08Added docs to show how to walk the menu array.Greg Ercolano