summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-05-24Added Rick's hack for initializing fl_display.Michael R Sweet
1999-05-20Fl_Value_Input did not update if the value was changed from inside theBill Spitzak
1999-05-19Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu)Bill Spitzak
1999-05-15Fixed WIN32 selection bug - wasn't checking to see if theMichael R Sweet
1999-05-14Shortened the option string for IRIX a bit by combining the two -woff'sBill Spitzak
1999-05-14Colors in cmap changed to use 0xFF instead of 0xF4.Bill Spitzak
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-05-09fl_wait() didn't handle the case when timeout == 0 and nfds > 0.Michael R Sweet
1999-05-07Fixed bug in WIN32 fl_elapsed() function - didn't initializeMichael R Sweet
1999-05-06Redid Carl's fix to fast_slow (making it be output widgets ratherBill Spitzak
1999-05-06Fixed another flwm crash in Fl_x.cxx (the send_motion pointer mustBill Spitzak
1999-05-06Checking in Guillaume Nodet's fix for Fl_Menu_::copy() again. I checked itCarl E. Thompson
1999-05-01Updated version numbers to 1.0.3.Michael R Sweet
1999-04-30Properly handling the "return outermost widget" case now.gustavo
1999-04-30Made XDBE work on all versions of Irix that have itBill Spitzak
1999-04-26Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...Michael R Sweet
1999-04-26Tab, space, backtab, and backspace can be used to navigate through menus.Bill Spitzak
1999-04-23Updated packages files for 1.0.2.Michael R Sweet
1999-04-23Added fl_add_idle.cxx to project files.Michael R Sweet
1999-04-23Added CHANGES file with list of changes between releases.Michael R Sweet
1999-04-23Keypad should produce correct symbols on Brazilian (and any other)Bill Spitzak
1999-04-20Compose for Icelandic thorn character is "TH" or "th". Also fixed theBill Spitzak
1999-04-19Updated documentation version & edition.Michael R Sweet
1999-04-19Changes to Fl_Menu_::add() so that you should be able to add to any menu,Bill Spitzak
1999-04-18Changed exit callback in FLUID to moe standard "Save Changes?"Michael R Sweet
1999-04-18Updated patch version to 2 (1.0.2)Michael R Sweet
1999-04-18Changes so that "extra code" goes before o->end() and close bracket.gustavo
1999-04-17Submenu titles did not always get the FL_SUBMENU bit turned on whenBill Spitzak
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-10fluid outputs symbolic names for align() and when() to the C++ codeBill Spitzak
1999-04-101. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer sendBill Spitzak
1999-04-08Fixes this demo (got broken somewhere...)Carl E. Thompson
1999-04-08Guillaume's fix for Fl_Menu_::copy()Carl E. Thompson
1999-04-07Missing header guards in FL/math.h.gustavo
1999-04-05Broken link in docs.gustavo
1999-04-03textstuff() methods no longer inline to work around a bug in a compiler.Carl E. Thompson
1999-04-01Updated 1.0 Borland C++ files.Carl E. Thompson
1999-04-01This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
1999-04-01Applied Gustavo's WIN32 timer patch to the 1.0.x branch.Michael R Sweet
1999-03-30Bugfix. FLUID now compiles under UNIX! ;->Carl E. Thompson
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-26Makefile didn't clean DSO...Michael R Sweet
1999-03-26Changed the valuators demo so only one copy of the callback code isBill Spitzak
1999-03-26consistent use of $(LIBRARY) rather than $(LIBNAME)Bill Spitzak
1999-03-25The HAVE_SYS_SELECT_H define was wrong in configin.h and friends.Michael R Sweet
1999-03-25Changed hard references to libfltk.a and friends to $(LIBRARY) andMichael R Sweet
1999-03-25Fixed stupid bug in IRIX distribution (fluid not executable...)Michael R Sweet
1999-03-25Can't use chmod -R on header directory...Michael R Sweet
1999-03-25Forgot to change documentation from /usr/info to /usr/doc/fltk-1.0.1...Michael R Sweet
1999-03-25Update install docos to 1.0.1 and fixed typos in IRIX and Linux packageMichael R Sweet