summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-06Updated documentation to reflect Fl_Window::xclass caveat. STR 1420Matthias Melcher
2006-09-05Added code to clear the current font cache when the font face is changed. Now...Matthias Melcher
2006-09-05Fixed font caching issue from STR 1415Matthias Melcher
2006-09-05Restoring the accidentaly destroyed hello.cxxMatthias Melcher
2006-09-05STR #1410: fl_file_chooser could crash after a previously canceled dialogMatthias Melcher
2006-09-05Fixed DSO generation (STR #1405)Michael R Sweet
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 1419: two more typos thanks to me being hectic with vimMatthias Melcher
2006-09-04STR #1418: duplicate tag in documentation.Matthias Melcher
2006-09-04STR #1411: fixed latin-to-macRoman text conversionMatthias Melcher
2006-09-03Fixed Win32 vs. WIN32 in documentation.Matthias Melcher
2006-08-30Fixed typo in 'desktop-osx' install. Commented out unused variable.Matthias Melcher
2006-08-30STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou...Matthias Melcher
2006-08-29Add examples.html to list of documentation files.Michael R Sweet
2006-08-29Add missing man.6 rule...Michael R Sweet
2006-08-29Fix man page extension for games.Michael R Sweet
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-29Added Sudoku and Blocks to the "examples" documentation page. Matthias Melcher
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-28Add missing Gimp source image for block images.Michael R Sweet
2006-08-26Don't accept clicks when paused.Michael R Sweet
2006-08-26Tweak the blocks game some more, and fix the coding style to conform to theMichael R Sweet
2006-08-26Workaround HP-UX compiler bug by making Blocks and Columns structures public.Michael R Sweet
2006-08-26Make all XPM files use const char * arrays...Michael R Sweet
2006-08-25Fix <FL/glu.h> includes.Michael R Sweet
2006-08-25Two simple glut fixes (flickering and VC6 compiler issues).Matthias Melcher
2006-08-25Added Blocks to the VC6 project file and set dependencies.Matthias Melcher
2006-08-25Added unversal header for OpenGL's GLu library.Matthias Melcher
2006-08-25Fixed installation of pixmap s to reflect new pixmaps directory.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-25Updated documentation of Fl_Widow::resize to reflect the issues with window m...Matthias Melcher
2006-08-25Updated Fl_Widget::resize documentation to reflect the "bogus resize messages...Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet
2006-08-24Use "exit 1" instead of "break" to stop a build - that allows automatedMichael 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-24Changed description of widgets.htmlMatthias Melcher
2006-08-24Added alphabetical list of all methods in Appendix AMatthias Melcher
2006-08-24All fl_ functions indexed and linked.Matthias Melcher
2006-08-23Adding more links to the global function reference listMatthias Melcher
2006-08-23Fix Fl_Gl_Overlay to use new valid APIMichael R Sweet
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