summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-23Fixed Typo in Documentation (STR #1399)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-22Refixed STR #1221, fixing STR #1393.Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-08-21Fix Fl_Widget_Class_Type so that you can add code to a widget classMichael R Sweet
2006-08-19Fixed unintialized data bug in OS X timeout functions.Matthias Melcher
2006-08-19Moved Quartz OS X fonts half a pixel up.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-18I forgotMatthias Melcher
2006-08-18Restored original "hello.cxx"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-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-17Fl_Text_Editor now correctly handles middle mouse clicks (STR #1384)Matthias Melcher
2006-08-17Added warning on nesting Fl_Scroll widgetsMatthias 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-08-14Modified boxtype demo to show somewhat experimental, yet nice round plastic b...Matthias Melcher
2006-08-14Removed stub for Fl_Input::handle_mouse(int) because it is not implemented an...Matthias Melcher
2006-08-12Fixed Makefile configuration for OS X dynamic library. STR #1391Matthias Melcher
2006-08-02Don't call dummy function inside dummy function - some compilers don't likeMichael R Sweet
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-07-26Fix return of window widget - use "w" or the name of the window, asMichael R Sweet
2006-07-26Update copyrights on changed files.Michael R Sweet
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-07-25Fix compiler warning by adding a cast...Michael R Sweet
2006-07-25Fix use of LDFLAGS and make install depend on all target...Michael R Sweet
2006-07-18Fixed bad English. Matt, you need to polish up on you irregular verbs.Matthias Melcher
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-18Allow non-JFIF JPEG images.Michael R Sweet