summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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
2006-08-17New context_changed() function for OpenGL windows allowing efficient texture ...Matthias Melcher
2006-08-17Added missing const to GLUT call (STR #1371)Matthias Melcher
2006-08-17Fl_Tabs::value() is now const as described in the documentation (STR #1379)Matthias Melcher
2006-08-14Removed stub for Fl_Input::handle_mouse(int) because it is not implemented an...Matthias Melcher
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-07-18Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont. Matthias Melcher
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-06-18Converted global static variables into class static variablesMatthias Melcher
2006-06-16Added text selection and copy/paste to Fl_Help_View. Text can be selected by ...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-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher
2006-04-20STR #1232: it was not possible to toggle a checkbox in Fl_Check_Browser by cl...Matthias Melcher
2006-04-18THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I wouldMatthias Melcher
2006-03-28STR 1183: swapping two items in an Fl_Browser_ widget would corrupt redrawing...Matthias Melcher
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2006-01-31Update copyrights.Michael R Sweet
2006-01-31Fl_Spinner's minimum() and maximum() "get" methods wereMichael R Sweet
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-09-25STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'va...Matthias Melcher
2005-09-15STR #1007: removed one superfluous ReleaseDC. All demos are running nicely ag...Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-08-29Slight changes to Fl_Sys_Menu_Bar making it more transparent for multi platfo...Matthias Melcher
2005-08-10Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implem...Matthias Melcher
2005-08-08Fix Fl_Input_Choice widget positioning.Michael R Sweet
2005-08-08Fl_File_Chooser did not implement the user_data() methods (STRMichael R Sweet
2005-08-05Fixed memory leak in Fl_Check_Browser reported by "miguel2i" .Dejan Lekic
2005-07-26Fl_Preferences: made implicitly defined constructors and operators unavailable.Matthias Melcher
2005-07-15Applied hidden copy / ctor patch as suggested in STR 860Matthias Melcher
2005-05-20Fl_Preferences::getUserdataPath() didn't work for sub-groups (STRMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-13Only use __deprecated__ with GCC 3.0 and higher.Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-09Added missing Fl_Window::copy_label() method.Michael R Sweet
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-03-25Pressing Enter in the file chooser when selecting a directoryMichael R Sweet
2005-03-25The Fl_File_Chooser window now properly resizes its controls (STRMichael R Sweet
2005-03-25Change Fl_Spinner to use double values instead of ints.Michael R Sweet
2005-03-24Prep work to support separate FL_PLASTIC_ROUND_UP/DOWN_BOX box types.Michael R Sweet