summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-01-12Fixed the gl_overlay demo (and gl overlays in general) when they areBill Spitzak
2000-01-11Fixed background (@B) option - was drawing background for selected items.Michael R Sweet
2000-01-11Programs can now resize() their windows even if they are not resizable()Bill Spitzak
2000-01-05Added Fl.H required by an inline function if Fl_Repeat_Button.HBill Spitzak
1999-12-31Fixed async selection code - wasn't calling TranslateMessage...Michael R Sweet
1999-12-30Re-integrated all of the old WIN32 select() code just in case it is neededMichael R Sweet
1999-12-29New WSAAsyncSelect code for WIN32 Fl::add_fd() support.Michael R Sweet
1999-12-19Stuff that didn't get into 1.0.7:Bill Spitzak
1999-12-17Updates for 1.0.7.Michael R Sweet
1999-12-17Updated to 1.0.7.Michael R Sweet
1999-12-17Patch from Clemens Hintze to allow declaratons of "typedef" to work.Bill Spitzak
1999-12-15Fixed bug on Win32 where programs would stop paying attention to keys.Bill Spitzak
1999-12-08Added #ifdef's for OpenBSD and NetBSD...Michael R Sweet
1999-12-07Removed warning messages from gcc compileBill Spitzak
1999-12-06Minor change - now check the version of Windows we have toMichael R Sweet
1999-12-05FL_CURSOR_HAND should be IDC_HAND, not IDC_UPARROW.Michael R Sweet
1999-12-04Scrollbars now "page" when you click outside the scroller.Michael R Sweet
1999-12-03Fixed warning message in Mike's fix to Fl::argsBill Spitzak
1999-12-01Fixes argc == 0 segfault.Carl E. Thompson
1999-11-30Fixed fl_call_main.c to compile with BC5. This fix is already in the 2.0Carl E. Thompson
1999-11-20Running with -c on a file with browsers in it does not require XBill Spitzak
1999-11-19Correctly measures browser items with @C or @B color formatting commands.Bill Spitzak
1999-11-18Fixed bit reversal table - entry for reversing 1100 was set to 0010Michael R Sweet
1999-11-18Now set the label() of the message form appropriately (no more ***** inMichael R Sweet
1999-11-16Fl_Browser_ didn't draw the selection box using an inactive color whenMichael R Sweet
1999-11-16Changes requested by Jeff MeiningerBill Spitzak
1999-11-12fl_arc() and fl_pie() fixes for WIN32 removed - the problem is withMichael R Sweet
1999-11-10Sets win_gravity correctly, this helps some X window managers that useBill Spitzak
1999-11-09fl_arc() and fl_pie() were drawing 1 pixel too little horizontally andMichael R Sweet
1999-11-07Zero-width browsers crashed:Bill Spitzak
1999-11-04Minor change: if the X window manager does not do anything else with windowsBill Spitzak
1999-10-30More fixes to the text editing to make the NT users happy.Bill Spitzak
1999-10-25C++ comments are not valid ANSI C source!!!!!!!!!!!!!Michael R Sweet
1999-10-23Does not call draw() on child Fl_Windows when their parent is hidden.Bill Spitzak
1999-10-23Calling deactivate() from a non-displayed widget could cause an infiniteBill Spitzak
1999-10-19Fixed configure uversion for Irix 6.5Bill Spitzak
1999-10-16Changed the sgi -woff pragma to the new #define suggested by Michael Sweet.Bill Spitzak
1999-10-15I fixed Fl_Tabs so that child tabs can be added/removed without anyBill Spitzak
1999-10-15Fixed the shiny demo (and a DD program). Note: this fix is notBill Spitzak
1999-10-14Forgot to check in the header file changesBill Spitzak
1999-10-14These are some (hopefully minor) changes we keep needing to edit intoBill Spitzak
1999-09-27Changes for 1.0.6 release.Michael R Sweet
1999-09-20Fl_Repeat_Button removes the timeout if it is deactivated or hiddenBill Spitzak
1999-09-16Fixed some WIN32 bugs found in 1.0.5:Bill Spitzak
1999-09-15Added missing README file...Michael R Sweet
1999-09-15Fixed typos...Michael R Sweet
1999-09-15Updated for FLTK 1.0.5.Michael R Sweet