summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-16Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad.Bill Spitzak
2000-06-16Patch from Dmitry Potapov for fluid to not crash on (I think)Bill Spitzak
2000-06-15Added a bunch of missing FL_EXTERN's to glut.h (I have not reallyBill Spitzak
2000-06-14Updated changelog for second snapshot...Michael R Sweet
2000-06-14Added declaration for fl_old_shortcut for DLL.Michael R Sweet
2000-06-13Updates for Mingw and Cygnus builds.Michael R Sweet
2000-06-11BC5 project file update.Carl E. Thompson
2000-06-10You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input.Bill Spitzak
2000-06-10Made sure all draw()s were protected and all handle()s were public. (MostCarl E. Thompson
2000-06-10More fixes to the OpenGL overlay code on win32. This now seems toBill Spitzak
2000-06-08Added initializers to WIN32 version of XParseGeometry.Michael R Sweet
2000-06-08Patch from Jacques Tremblay so fluid -cs writes out the I18N string fileBill Spitzak
2000-06-08Put the Win32 fix inside #ifdef WIN32Bill Spitzak
2000-06-08Added return type to main() in line_style.cxxBill Spitzak
2000-06-08Fixed include files for subclasses of Fl_InputBill Spitzak
2000-06-08Better horizontal scrolling of Fl_Input when cursor is near end of line, rest...Bill Spitzak
2000-06-07Hopefully the last of the easysw.com -> fltk.org changes.Michael R Sweet
2000-06-06Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to theMichael R Sweet
2000-06-06Fix for filename_isdir() under Winbloze. Strip trailing backslash forMichael R Sweet
2000-06-06Reenabled overlay code - seems to work great now, Bill!Michael R Sweet
2000-06-05Forgot to add fl_compose.cxx to DLL project.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-05Added line_style project to FLTK workspace.Michael R Sweet
2000-06-05Added project file for line_style demo.Michael R Sweet
2000-06-04Makefile fixes.Michael R Sweet
2000-06-04Updated spec file to work right...Michael R Sweet
2000-06-03Dropped use of -fno-rtti since this causes problems with apps that don'tMichael R Sweet
2000-06-03Moved .fl building rules to test/Makefile.Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-05-31Updates for README and CHANGES files.Michael R Sweet
2000-05-26Fl_Double_Window is saved in .fl fileBill Spitzak
2000-05-17fl_line_style() used "." instead of "->" for setting the pen.Michael R Sweet
2000-05-17Small patch to remove a compiler warning from gcc.Bill Spitzak
2000-05-16If Fl_Menu_Item attributes are not set, derive menu item color fromCarl E. Thompson
2000-05-16Dropped extra #include <stdio.h> that wasn't needed.Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-05-15Fixed release substition - using ${release} instead of %{release}...Michael R Sweet
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
2000-05-11Fl::wait() does not return immediately when no windowsBill Spitzak
2000-05-10XForms-compatable shortcut strings modified so that "0xabcd" can specifyBill Spitzak
2000-04-28Forgot to update revision number (lucky 13!)Michael R Sweet
2000-04-28Typos reported by Alexander MaiMichael R Sweet
2000-04-27This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
2000-04-27Dropped use of -fomit-frame-pointer, as I've just discovered that itMichael R Sweet
2000-04-26Commented out enabling overlay support until we can get it working right.Michael R Sweet
2000-04-26Fixed other occurrence of -fomit-stack-frame that should beMichael R Sweet
2000-04-26Fixed the -fno_exceptions test so it does not always fail.Bill Spitzak
2000-04-26Changed -omit-stack-frame to -omit-frame-pointer, hope this is correctBill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-25Fixed definition of glutBitmapWidth to match header file.Bill Spitzak