summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2009-04-02Fl_Browser mods for scrollbar sizingGreg Ercolano
2009-03-22fixed a typoAlbrecht Schlosser
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-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-09Documented module "Safe widget deletion support functions"Albrecht Schlosser
2008-11-28STR 2096: Fixed a regression introduced by making Fl_Widget::hide()Albrecht Schlosser
2008-10-19Fixed adding an idle handler during a draw() call (STR #1950)Matthias Melcher
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-10-04Completed and corrected Fl and related Fl_Window documentation, added cross r...Fabien Costantini
2008-10-03Doxygen documentation : minor comment fixes.Fabien Costantini
2008-09-28doxygen docs for some missing Fl_Group methods, updated Fl::focus().Albrecht Schlosser
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
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. Completed Fl class, added a todo related to recent Fl ...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
2007-02-02Avoiding a hidden mouse pointer after a window is hiddenMatthias Melcher
2007-01-18Fixed mousewheel event propagation (STR #1521)Matthias Melcher
2006-12-20STR #1542: implemented the prototyped Fl::has_check() functionMatthias Melcher
2006-12-20Enabled 'add_check()' on OS X (STR #1534)Matthias Melcher
2006-10-29Another try at the shortcut fix...Michael R Sweet
2006-10-29Shortcut events could be sent to the wrong window (STR #1451)Michael R Sweet
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-07-16STR #1341: Fixed Fl_Window::visible() and shown() for OS XMatthias Melcher
2006-06-20Another attempt at the window stacking problem in WIN32. It does fix the issu...Matthias Melcher
2006-06-19It seems that the long standing window stacking order problem in MSWindows is...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2006-05-05STR #1152: Fixed Cygwin compiler warningsMatthias Melcher
2006-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher
2006-04-20Static destuctor must be public of courseMatthias Melcher
2006-04-20STR #1231: moved clearing of resources out of Fl::run() into a static class d...Matthias Melcher
2006-01-15More copyright updates.Michael R Sweet
2006-01-02STR #1135: Triggering a timout would not break the event loop, giving no oppo...Matthias Melcher
2005-12-15Fl::wait() returns immediately if no windows are open.Michael R Sweet
2005-12-14Change FOREVER back to 1e20 (minimal CPU usage) and change fl_wait()Michael R Sweet
2005-11-28STR ##1081, 1083, 1084: in a previous change that improved timer behaviour, t...Matthias Melcher
2005-11-25OSX fixes...Michael R Sweet
2005-10-12Rework event loop handling on all platforms for better timer and idleMichael R Sweet
2005-09-15STR #1007: removed one superfluous ReleaseDC. All demos are running nicely ag...Matthias Melcher
2005-09-12Clipboard will persist if owner window is hidden (STR #1019)Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-06-01Fixed WIndows line endingsMatthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-03-05The keyboard shortcut handling code did not handle 8-bitMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-20FL_MOUSEWHEEL events are now sent first to the widget under theMichael R Sweet