summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-04-25Fixed bug in i18n_type_cb() - wasn't setting the i18n_xyz string variablesMichael R Sweet
2000-04-24FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;Michael R Sweet
2000-04-17Setting box(FL_NO_BOX) on a button makes it an invisible overlayBill Spitzak
2000-04-14Some more size adjustments so smaller fonts look betterBill Spitzak
2000-04-12Some adjustments so setting FL_NORMAL_SIZE to 12 looks betterBill Spitzak
2000-04-11I made FL_NORMAL_SIZE into a public int variable. You can now change itBill Spitzak
2000-04-07More fixes to the NT OpenGL overlaysBill Spitzak
2000-04-04Forgot to fix this fileBill Spitzak
2000-04-04Fixes for Cygwin POSIX emulation layer from Norman Vine.Bill Spitzak
2000-04-04Fl_Value_Input callback can call value() or destructor on the Fl_Value_InputBill Spitzak
2000-03-28Yet another cut/paste fix for NTBill Spitzak
2000-03-24Removed more testing code from Fl_Gl_OverlayBill Spitzak
2000-03-24Removed debug printfs from overlay codeBill Spitzak
2000-03-24OpenGL overlays now work on NT. Tested on several different cards.Bill Spitzak
2000-03-18OpenGL overlays now work on NT!Bill Spitzak
2000-03-17Fixed up the colors the browser draws when it is deactivated, it does notBill Spitzak
2000-03-16Compose table was too big to include in the key table - moved it toMichael R Sweet
2000-03-15Always draw a box around the current browser selection.Michael R Sweet
2000-03-15Documentation updates for 1.0.8.Michael R Sweet
2000-03-08Fix to compile on GCC 2.95.Carl E. Thompson
2000-03-07Fixes the BC5 project file so it gets the proper paths for includes andCarl E. Thompson
2000-03-06Updated the VC++ project file to include fl_compose.cxx.Michael R Sweet
2000-03-06Fix from Assar Westerlund - missing include.Michael R Sweet
2000-03-05Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h toBill Spitzak
2000-03-02Fl_Button and friends didn't honor FL_WHEN_NOT_CHANGED.Michael R Sweet
2000-02-29Fl::compose() wasn't ignoring control chars (like Delete :)Michael R Sweet
2000-02-29JPEG compression for PS manual.Michael R Sweet
2000-02-29Turned off XDBE for all platformsBill Spitzak
2000-02-25Updated version to 1.0.8.Michael R Sweet
2000-02-23New X function: fl_open_display(Display*) lets you run fltk on anBill Spitzak
2000-02-23fl_shortcut_label() on Win32 prints the same strings for function keysBill Spitzak
2000-02-22Fixed the changes I made yesterday so that int/float input fields do notBill Spitzak
2000-02-21Forgot to commit the header files and fixed documentation!Bill Spitzak