summaryrefslogtreecommitdiff
path: root/src/Fl_Button.cxx
AgeCommit message (Expand)Author
2024-01-17Synchronize mouse and keyboard callbacks for Fl_Button (#877)Matthias Melcher
2024-01-17Restore original Fl_Button event behavior(#877)Matthias Melcher
2024-01-14#877L: Formatting, Unused variable.Matthias Melcher
2024-01-14#889: Fixes missing return statement.Matthias Melcher
2024-01-13#877: Fixes shortcut callbacks for Fl_ButtonMatthias Melcher
2023-09-03Adds compact buttons feature to create keypads.Matthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-07-20Added fallthru indication in Fl_Button::handle()Greg Ercolano
2014-10-19Update docs related to buttons and update Fl_Check_Button.png.Albrecht Schlosser
2013-03-29Code readability -- No logic was changed.Greg Ercolano
2012-07-24STR 2705: moved all inline constructors (that I could find) from header files...Matthias Melcher
2011-10-26Fixed regression (in FLTK 1.3.0) that could clear a radio button byAlbrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-14Added visual indication for buttons activated by a keyboard shortcut (STR 2372Matthias Melcher
2010-10-30Fl_Button shortcut handling would crash if the widget was deleted in the call...Matthias Melcher
2010-04-09Added new label alignments for image and text to Fluid.Matthias Melcher
2010-02-26Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint...Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-17STR#2106 fix:callback not called if radio button state changed from a shortcu...Fabien Costantini
2008-12-16Reverting this change that was intented for another branch, not trunk, sorry.Fabien Costantini
2008-12-16patch from STR2026 for testingFabien Costantini
2008-12-06Reverted other STR fix as it is not fully working yetFabien Costantini
2008-12-06STR#2030 first increment: Added an unsupported directory to ide dir.Fabien Costantini
2008-09-16applied Duncan Gibson's documentation patch (WP3).Albrecht Schlosser
2008-02-20STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGEDMatthias Melcher
2006-09-25src/Fl_Button.cxx:Michael R Sweet
2006-09-23Check buttons did not redraw properly with box() set to FL_NO_BOXMichael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-07-27More doco updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-28Bug fixes from Howard.Michael R Sweet
2002-11-11Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + spaceMichael R Sweet
2002-10-10Fix focus box redraw bug for buttons with FL_NO_BOX.Michael R Sweet
2002-10-10Take focus when the user presses a shortcut.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-06-02Redraw fixes.Michael R Sweet
2002-05-17Fix redraw area for focus box on buttons with no box.Michael R Sweet
2002-05-15Optimize redraw of focus stuff in radio/check buttons and tabs.Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-05Fix focus "bug" - Fl_Button didn't check to see if the widget wouldMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-16Fix other widgets to use Fl::focus() instead of take_focus().Michael R Sweet
2001-12-16Better UNFOCUS redraw() fix for Fl_Button.Michael R Sweet