summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2006-08-23Avoiding problems with some platforms that don't implement hypot() (STR #1366)Matthias Melcher
2006-08-23- Fixed floating point value formatting for Fl_Spinner (STR #1331)Matthias Melcher
2006-08-23Fixed Fl_Positioner callback when released (STR #1387)Matthias Melcher
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-23 Fixed Sudoku window positioning (STR #1398)Matthias Melcher
2006-08-23- Fluid Code Declarations can now handle C++ style comments (STR #1383)Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-08-19Fixed unintialized data bug in OS X timeout functions.Matthias Melcher
2006-08-19Fixed speed issues with measuring text sizes in OS X QuartzMatthias Melcher
2006-08-19Fixed focus issues on OSX (str #1377)Matthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2006-08-17Fixed callback sometimes not calle when using the arrow keys in an Fl_Slider ...Matthias Melcher
2006-08-17Changing the shorcut of a widget in fluid now marks the document as dirty (ST...Matthias Melcher
2006-08-17Undid the previous Fl_Tabs::value() const change because adding 'const' *does...Matthias Melcher
2006-08-17Fl_Text_Editor now correctly handles middle mouse clicks (STR #1384)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-17Fixed stray FL_RELEASE events after clicking system areas on OS X (STR #1376)Matthias Melcher
2006-08-17Fl_Tabs::value() is now const as described in the documentation (STR #1379)Matthias Melcher
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-07-18Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont. Matthias Melcher
2006-07-18Fixed Endianness in OS X Mouse Pointer graphics (STR 1348)Matthias Melcher
2006-07-17Fixed crash on mixed use of keyboard and mouse for Fl_Menu_Button (STR #1356)Matthias Melcher
2006-07-16STR #1341: Fixed Fl_Window::visible() and shown() for OS XMatthias Melcher
2006-06-28Fixed Fl_Window::copy_label() losing copy (STR #1332)Matthias Melcher
2006-06-27Another documentation update (STR #1340)Matthias Melcher
2006-06-27Added two missing html files to the Makefile based installation process (STR ...Matthias Melcher
2006-06-23Added warning to Fl_Gl_Window documentation.Matthias Melcher
2006-06-23Documentation fix (STR #1336)Matthias Melcher
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-06-21STR #1330: Repeat button now cancels timeout if it should get deactivated dur...Matthias Melcher
2006-06-20STR #1280: added support for assigning Fl_Menu_Items to array variables in Fl...Matthias Melcher
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-06-19It seems that the long standing window stacking order problem in MSWindows is...Matthias Melcher
2006-06-19If the value field for scrollbars was not zero, Fluid would generate code tha...Matthias Melcher
2006-06-19Loading a file would not update the Widget Propertis dialog in FLUID (STR #1326)Matthias Melcher
2006-06-19Fixed key compose sequences for shifted keys (STR #1194)Matthias Melcher
2006-06-16Added text selection and copy/paste to Fl_Help_View. Text can be selected by ...Matthias Melcher
2006-06-16STR #1322: fixes wrong menutitle position for popup menus. This was originall...Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-14STR 1306: udated documentation to reflect limitation in Fl::delete_widget(). ...Matthias Melcher
2006-06-13STR #1227: Thanks to Albrecht Schlosser for commiting this patch to fix Fl_Te...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-06-06STR #1310: OS X Quartz support fixed. All test codes now work without complai...Matthias Melcher
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2006-05-30Fixed resizing in OS X. The code was not only unneccesarily convoluted, but a...Matthias Melcher
2006-05-28 - In Fluid, declarations starting with the keywordMatthias Melcher
2006-05-21Tabs now show the correct tooltip (STR #1282)Matthias Melcher
2006-05-21Included fltk.spec in configure.inMatthias Melcher