summaryrefslogtreecommitdiff
path: root/src/Fl_Widget.cxx
AgeCommit message (Expand)Author
3 dayswipmaxim nikonov
2025-10-29Add information on Fl_Widget::type_.Matthias Melcher
2025-07-02Remove deprecated methods and functionsAlbrecht Schlosser
2024-08-27Adding horiizonatl and vertical label marginMatthias Melcher
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2023-08-15Improved, yet compatible, widget callback system using macros (#729)Matthias Melcher
2023-01-08Fix missing parameter documentationMatthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2022-12-10Add option to bind images to a widget (#589)Matthias Melcher
2022-11-05Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.ManoloFLTK
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-14Improve focus box drawing and documentationAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2017-07-20Improve docs of Fl_Widget::callback() and do_callback().Albrecht Schlosser
2016-07-15Allow widget callback to be NULL (STR #2835).Albrecht Schlosser
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2015-12-16Running FLTK in static initializers (cont'd):Manolo Gouy
2015-12-13Allowing to use FLTK objects in static initializers (cont'd).Manolo Gouy
2015-12-13Allowing to use FLTK objects in static initializers (cont'd).Manolo Gouy
2015-12-13Restore the possibility to construct FLTK objects and draw them within static...Manolo Gouy
2015-04-05Documentation updates on callbacks and Fl::readqueue().Albrecht Schlosser
2012-05-07Remove redundant redraw_label() call from copy_label(), STR #2836.Albrecht Schlosser
2012-05-05Fix STR #2836: copy_label() with old label() value failed.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-02STR#2466: Added copy_tooltip().Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-03-23Minor fix to do_callback() code.Albrecht Schlosser
2010-01-16Extended Fl_Widget::align_ flag from 8 bits to full (unsigned) size forAlbrecht Schlosser
2009-12-23Widgets now remove stale entries from the default callback queue Albrecht Schlosser
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-21converted html tags to doxygen commands in documentation/src/subclassing.doxengelsman
2009-02-15renamed class Fl_Watch to Fl_Widget_Tracker, as discussed in fltk.development.Albrecht Schlosser
2009-02-08Added the helper class Fl_Watch to simplify safe handling of widget deletionAlbrecht Schlosser
2009-01-08Widgets now remove themselves from their parent group (if any), when destroyedAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-20Fixed some typos and links and added a section about document structureAlbrecht Schlosser
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2008-09-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-08-11Moving more documentation into doxygen formatMatthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2006-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher