summaryrefslogtreecommitdiff
path: root/src/Fl_Choice.cxx
AgeCommit message (Expand)Author
2 dayswi[maxim nikonov
2025-03-29Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`Matthias Melcher
2024-08-27Adding horiizonatl and vertical label marginMatthias Melcher
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-06-26Fixes to Fl_Choice provided by Albrecht (#978)Greg Ercolano
2023-07-12corrects default popup menu box type for Fl_Choice (#748)Matthias Melcher
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-12-07Complete fix for STR #3503 (Fl_Choice).Albrecht Schlosser
2016-08-30Bringing over fix [r11907] from 1.3 current to the porting branch.Greg Ercolano
2015-01-29Use Fl::is_scheme() where appropriate.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-09-16Fixed Fl_Choice contrast with light-on-dark settings (STR #2219).Albrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-06Replaced all occurrences of the deprecated fl_clip() function byAlbrecht Schlosser
2008-09-16applied Duncan Gibson's documentation patch (WP3).Albrecht Schlosser
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2006-09-24Flip the color of Fl_Choice to FL_BACKGROUND2_COLOR when there is noMichael R Sweet
2006-09-24Tweak gtk+ drawing of Fl_Choice.Michael R Sweet
2006-09-23Use FL_BACKGROUND2_COLOR for the standard Fl_Choice background instead ofMichael 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
2005-02-06Fl_Choice now allows click selection like Fl_Menu_Button andMichael R Sweet
2005-02-04Remove duplicate definitions and argument-hides-function warning.Michael R Sweet
2004-12-03Fl_Help_View::topline() incorrectly set the changed() flag (STRMichael R Sweet
2004-04-29Documentation updates (STR #365)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-08-24Fl_Text_Display/Editor did not disable the currentMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-11Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + spaceMichael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-09Range check input to Fl_Choice::value(n).Michael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-03-26Improve appearance of Fl_Choice when scheme is set to plastic.Michael R Sweet
2002-03-25Fix Fl_Choice drawing bugs.Michael 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-11-17Limit width of drop-down button in Fl_Choice widgets.Michael R Sweet
2001-11-03Update all non-text widgets that take keyboard focus to checkMichael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-08-04New draw_focus() methods.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-03-16Added clipping suggested by Dmitry PotapovBill Spitzak
1999-03-13Fixed alignment of Fl_Choice label with the text in the pop-up menuBill Spitzak