summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-02Don't open display when generating source code for Fl_Help_ViewMichael R Sweet
2007-02-02Fix scheme background image bug on X11.Michael R Sweet
2007-02-02Fixed first window behavior in OS X (STR #1548)Matthias Melcher
2007-02-02Added glut files to vc2005 solution.Matthias Melcher
2007-02-02Avoiding a hidden mouse pointer after a window is hiddenMatthias Melcher
2007-02-01Don't use ARB function unless available (still need to do the autoconfMichael R Sweet
2007-02-01Update documentation and move glutDeviceGet() into code so we can returnMichael R Sweet
2007-02-01Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X m...Matthias Melcher
2007-02-01Add GLUT support functions from FreeGLUT (STR #1522)Michael R Sweet
2007-01-31Fix Fl_Input_Choice targets (STR #1578)Michael R Sweet
2007-01-29Incorporate run-time check and initialization of recursive mutexes.Michael R Sweet
2007-01-28Drop recursive mutex code since the running kernel may not support itMichael R Sweet
2007-01-28Fl::awake() could block on X11 and OSX (STR #1537)Michael R Sweet
2007-01-28Fix order of idle/check processing compared to events (STR #1535)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-25Updated Documentation to 1.1.8, updated Copyright year, added myself to the l...Matthias Melcher
2007-01-25Improved GTK+ schemed round box (STR #1531)Matthias Melcher
2007-01-24Updated documentation to explain which events are sent to an inactive window....Matthias Melcher
2007-01-24- Fluid avoids writing unsopported combinations of the Matthias Melcher
2007-01-24- Added automated little helpers to Sudoku Matthias Melcher
2007-01-23Refine the weak-binding solution...Michael R Sweet
2007-01-23Don't need path_find() on Mac OS X...Michael R Sweet
2007-01-23Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do notMichael R Sweet
2007-01-23Hopefully some improvement to the 'bring to the foreground'-hack. Please folk...Matthias Melcher
2007-01-23Removed fl_filename_isdir_quick from the documentation. I would make it stati...Matthias Melcher
2007-01-22Fixed comment on trailing slashesMatthias Melcher
2007-01-22Removed 'optimization' for fl_filename_isdir which would break the original p...Matthias Melcher
2007-01-21I changed the Fl_Tabs drawing routine to only redraw the tabs themsleves on a...Matthias Melcher
2007-01-21Added code to support OS X weak'n;lazy linking.Matthias Melcher
2007-01-20Made resource fork on OS X obsolete. We still do add it just in case, but sho...Matthias Melcher
2007-01-18Typo. Likely more to come.Matthias Melcher
2007-01-18Added chapter 10 with documentation about multithreadingMatthias Melcher
2007-01-18GLPuzzle kept on solving, keeping the CPU busy and my legs warm (Laptop) (STR...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-18Somewhat improved the system menu bar for OS X (STR #1505)Matthias Melcher
2007-01-18mandelbrot demo uses single buffering. Doublebuffering needs to be done diffe...Matthias Melcher
2007-01-18VisualC 6 project was missing fl_read_image in fltk.ddl project.Matthias Melcher
2007-01-18Fixed Quartz image drawing and screen readingMatthias Melcher
2007-01-18overlay drawing is now avoiding XOR mode (STR #1438)Matthias Melcher
2007-01-18Added "names.h" in "FL" to support developer output of event names etc. . Thi...Matthias Melcher
2007-01-18Added link in Fl_Wizard documentation (STR #1550)Matthias Melcher
2007-01-18Added GTK+ scheme support to VisualStudio 2005 Solution (STR #1561)Matthias Melcher
2007-01-18Fixed Scroll crash in Fluid Live Mode (STR #1524) Matthias Melcher
2007-01-18Fixed modified .fl file.Matthias Melcher
2007-01-18Fixed mousewheel event propagation (STR #1521)Matthias Melcher
2007-01-18Fixed drawing issues of a tile in a scroll (STR #1507) Matthias Melcher
2007-01-18Fixed dismissing buttons in menu bars (STR #1494) Matthias Melcher
2007-01-10Fix fl_open_uri() on WIN32Michael R Sweet