summaryrefslogtreecommitdiff
path: root/src/Fl_Scroll.cxx
AgeCommit message (Expand)Author
43 hourswipmaxim nikonov
2025-12-01Fix more box drawing stuff - using Fl::box_bg(box())Albrecht Schlosser
2025-04-03Remove redundant Fl_Group::clear() from ~Fl_Scroll()Albrecht Schlosser
2024-12-02Add comment linking source code to related information in issue #1149ManoloFLTK
2024-12-02Fix Fl_Scroll with real *_BOX draws over scrollbars at non-default scales (#1...ManoloFLTK
2023-01-20STR 3408: Fl_Scroll draws background inactive if neededMatthias Melcher
2022-11-20Fix Fl_Group::insert() and Fl_Scroll::on_move()Albrecht Schlosser
2022-11-17Fix rearranging children in Fl_Scroll (#546)Matthias Melcher
2022-11-06Check for child visibility in Fl_Scroll (#432)DieSkaarj
2022-11-03Implement Fl_Scroll::on_insert()Albrecht Schlosser
2022-11-03Implement destructor of Fl_Scroll and fix inconsistenciesAlbrecht Schlosser
2022-03-25Remove documentation of non-existant function return values.ManoloFLTK
2021-10-06Fix a typoAlbrecht Schlosser
2021-10-06Simplify and fix the code of Fl_Scroll::bbox()Albrecht Schlosser
2021-05-25Reimplement Fl_Group::delete_child(int) for Fl_ScrollAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2015-06-28Add documentation of Fl_Scroll::resize(...), fix some more Fl_Scroll docs.Albrecht Schlosser
2014-07-16* Small doxygen doc improvements + elaborationsGreg Ercolano
2014-07-16* Modified the ScrollInfo structure for more modularity,Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-14Corrected typo.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-10-12Optimized Fl_Group::clear() and Fl_Scroll::clear(). This speedsAlbrecht Schlosser
2010-02-07Reverting previous change (optimization of Fl_Group::clear),Albrecht Schlosser
2010-02-07Optimized Fl_Group::clear() and Fl_Scroll::clear() as discussed inAlbrecht Schlosser
2009-07-12 Fl_Scroll mods for global scrollbar size control.Greg Ercolano
2009-02-08Added Fl_Scroll::bbox() documentation (STR #1893)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-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15 Doxygen documentation WP8 Done. Reserved WP9, WP10. Will now check WP3 from ...Fabien Costantini
2008-09-07modified resize behavior, as discussed in STR 2032.Albrecht Schlosser
2008-04-24Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265)Matthias Melcher
2006-11-16Merge all of the scrollbar sizes into a single API callMichael 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-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-11Update Fl_Scroll background image fix...Michael R Sweet
2004-04-11Fix fl_scroll() on WIN32 (STR #315)Michael R Sweet
2004-04-10Fl_Scroll now shows the background image when a framed box typeMichael R Sweet
2004-04-06FLUID crashed if you did layout with a window widget (STR #317)Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-12-19Fix Fl_Scroll handling of widgets whose labels are to the right or below.Michael R Sweet