summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2008-03-27Updated the ANNOUNCEMENTMatthias Melcher
2008-02-25STR 1880: Fixed timer leak in Fl_ScrollbarMatthias Melcher
2008-02-20STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGEDMatthias Melcher
2008-01-04Added a few missing methods for Fl_Text_BufferMatthias Melcher
2007-12-15Add clip_children() method (STR #1844)Michael R Sweet
2007-12-15Fl_Help_View did not release the images it used (STR #1817)Michael R Sweet
2007-11-19STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the...Matthias Melcher
2007-11-19STR #1767: Adding "remove" function for the Fl_Check_BrowserMatthias Melcher
2007-06-07Second take at retrieving the correct 'hanged()' value for the Fl_Input_Choic...Matthias Melcher
2007-06-07Making sure that the 'changed' flag is set on every menu pulldown. (STR #1693)Matthias Melcher
2007-06-07Removed comment about limitations in Glut that were fixed by Mike a while ago...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-16STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. F...Matthias Melcher
2007-05-15Fixed possible selection of submenu items in FL_INput_Choice (STR 1676)Matthias Melcher
2007-05-09STR #1571: Added direct access to changed() in Fl_Input_choiceMatthias Melcher
2007-05-06STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.hMatthias Melcher
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-15We need to install mac.r...Michael R Sweet
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-02-25STR #1614: added missing FL_EXPORT to glutGet()Matthias Melcher
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2007-02-08Drop extra (unnecessary) INSTALL_DIR call.Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-01Update documentation and move glutDeviceGet() into code so we can returnMichael R Sweet
2007-02-01Add GLUT support functions from FreeGLUT (STR #1522)Michael R Sweet
2007-01-28Hide window before doing callback for OK button (STR #1565)Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2007-01-23Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do notMichael R Sweet
2007-01-22Removed 'optimization' for fl_filename_isdir which would break the original p...Matthias Melcher
2007-01-18Added Fl_RGB_Image header which simply include Fl_Image.H to keep the interfa...Matthias Melcher
2007-01-18Changed Fl_Scroll::bbox() from private to protected.Matthias Melcher
2007-01-18Added "names.h" in "FL" to support developer output of event names etc. . Thi...Matthias Melcher
2007-01-18Fixed mousewheel event propagation (STR #1521)Matthias Melcher
2007-01-04Add fl_open_uri() function as discussed on fltk.development.Michael R Sweet
2006-12-08Don't range check typed numbers until the user presses enter or leavesMichael R Sweet
2006-11-16Merge all of the scrollbar sizes into a single API callMichael R Sweet
2006-10-30Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report the desktopMichael R Sweet
2006-10-29Fl_Spinner did not handle the arrow keys properly (STR #1476)Michael R Sweet
2006-10-03Add GTK thin up/down box/frame types.Michael R Sweet
2006-09-25Adjust arrow sizefor consistency.Michael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2006-09-16OK, I believe I fixed the transparency issues on WIN32. Please everyone, test...Matthias Melcher
2006-09-15Implemented alpha blending for WIN32. I believe that I did it in a way that i...Matthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-25Added unversal header for OpenGL's GLu library.Matthias Melcher
2006-08-23- Fixed floating point value formatting for Fl_Spinner (STR #1331)Matthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2006-08-17Fixed ABI issue with const on glutCreateWindow.Matthias Melcher
2006-08-17Undid the previous Fl_Tabs::value() const change because adding 'const' *does...Matthias Melcher
2006-08-17Added some GLUT4 functions (STR #1370)Matthias Melcher