summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-06-08Better horizontal scrolling of Fl_Input when cursor is near end of line, rest...Bill Spitzak
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-05OK, now version 1.0.9Michael R Sweet
2000-06-04Makefile fixes.Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill 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-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-27This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
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-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-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-15Always draw a box around the current browser selection.Michael R Sweet
2000-03-08Fix to compile on GCC 2.95.Carl E. Thompson
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-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-21Rearranged the compose code so it is clearer and can be called by thingsBill Spitzak
2000-02-18Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.deBill Spitzak
2000-02-15Tiny change to Fl.H to get around bug in new gcc versions?Bill Spitzak
2000-02-05Fixed cut/paste to other applications on Win32?Bill Spitzak
2000-02-043rd and deeper nested Fl_Windows on Win32 redraw correctly.Bill Spitzak
2000-01-27Oops, the change to filename_list broke Irix, which defined the scandirBill Spitzak
2000-01-26Sets the "input hint" which is needed for TWM and TWM-derived window managers.Bill Spitzak
2000-01-23If compiled with USE_COLORMAP=0 it will always try to find a TrueColorBill Spitzak
2000-01-23*** empty log message ***Bill Spitzak
2000-01-20Pageup/down by correct amount in scrollbarBill Spitzak
2000-01-17Fixed divide by zero in Fl_Scrollbar found by Harm-Jan Zwinderman. ThisBill Spitzak
2000-01-16Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)Bill Spitzak