summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2006-11-15Fix endian problem with fl_read_image() and QuickDraw on Intel-based Macs.Michael R Sweet
2006-11-12STR #1492: Fl_Progress was using the wrong width to calculate progressMatthias Melcher
2006-10-30Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report the desktopMichael R Sweet
2006-10-29Documentation fixes.Michael R Sweet
2006-10-29Shortcut events could be sent to the wrong window (STR #1451)Michael R Sweet
2006-10-29Fl_Spinner did not handle the arrow keys properly (STR #1476)Michael R Sweet
2006-10-29Fl_File_Browser did not calculate the width of directory itemsMichael R Sweet
2006-10-20Don't start widgets offset by 1/2 the spacing value.Michael R Sweet
2006-10-11Make sure all of the demos use the scheme, and add a scheme chooser to theMichael R Sweet
2006-10-11fl_arc() and fl_pie() did not draw properly on WIN32 when theMichael R Sweet
2006-10-11Fl_Input and Fl_Text_Editor now hide the mouse pointer whenMichael R Sweet
2006-09-26STR #1447: Fixed CMake files to include new GTK+ schemeMatthias Melcher
2006-09-24Update "o" variable detection code to handle more cases (STR #1429)Michael R Sweet
2006-09-24Adapt Sadysta's alpha compositing code for current implementation ofMichael R Sweet
2006-09-23Check buttons did not redraw properly with box() set to FL_NO_BOXMichael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2006-09-15Implemented alpha blending for WIN32. I believe that I did it in a way that i...Matthias Melcher
2006-09-06Updated documentation on Fl::box_dx and friends.Matthias Melcher
2006-09-05Fixed font caching issue from STR 1415Matthias Melcher
2006-09-05STR #1410: fl_file_chooser could crash after a previously canceled dialogMatthias Melcher
2006-09-04STR 1416: Fluid would not output the correct code for a window's hotspotMatthias Melcher
2006-09-04STR 1412: fixed RGB image block copy for ld() values != 0Matthias Melcher
2006-09-04STR #1411: fixed latin-to-macRoman text conversionMatthias Melcher
2006-08-30STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou...Matthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-29- removed more inconsistencies between fl_draw and fl_measure (STR #1408)Matthias Melcher
2006-08-29Fixed fl_measure which mistook a trailing '@@' for a symbol (STR #1406)Matthias Melcher
2006-08-29STR #1403: GLUT window creation code - better fix.Matthias Melcher
2006-08-25Fixed GLUT behavior on window creation (STR #1267)Matthias Melcher
2006-08-25Fixed OS X bug that would hide tooltips before they were shown (STR #1392)Matthias Melcher
2006-08-25Fixed Fl_Tabs tooltip reappearing.Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet
2006-08-24Add wording and tweak difficulty levels so that the Easy andMichael R Sweet
2006-08-24Fixed filechooser to behave as documented when file pattern changes (STR #135s9)Matthias Melcher
2006-08-24Added alphabetical list of all methods in Appendix AMatthias Melcher
2006-08-23Adding more links to the global function reference listMatthias Melcher
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