1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet a36605449a Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf() 24 years ago
Michael R Sweet 5c360947ee Move forms code to fltk_forms library, a la 2.0. 24 years ago
Michael R Sweet 6c796f88c7 Rename all remaining functions that don't start with fl_ to 24 years ago
Michael R Sweet 5ca343014f WIN32 project and build fixes. 24 years ago
Michael R Sweet 9700e540c1 WIN32 fixes for DND. 24 years ago
Michael R Sweet 98c9f2cc6b Stereo OpenGL patch from Stuart Levy... 24 years ago
Michael R Sweet ba2eae871a Wasn't enabling XDND... 24 years ago
Michael R Sweet 1d7aef987d Automatically resize the convenience dialogs as needed... 24 years ago
Bill Spitzak 1a8da69ca3 Same change as for fltk2.0 to fix warning messages from Xft. 24 years ago
Michael R Sweet 2addf953f0 Purge and re-make dependencies... 24 years ago
Michael R Sweet 35b3c47628 Fix 1.1.x makefile - it had the wrong depend target (Bill, you can use 24 years ago
Michael R Sweet f230500ffc Re-add dependency files. 24 years ago
Bill Spitzak 5f55e1cd63 Back-ported cut & paste code from fltk2.0. 24 years ago
Michael R Sweet cab1dedbd1 Fix non-Xft build. 24 years ago
Michael R Sweet e52b682a99 Add Xft support to 1.1.x. 24 years ago
Michael R Sweet 394286265a Fix rendering of background color in table cells. 24 years ago
Michael R Sweet c2221d5552 Fix Fl_Browser item width problem when column_widths() is set. 24 years ago
Michael R Sweet 2d90deead9 Fix focus "bug" - Fl_Button didn't check to see if the widget would 24 years ago
Michael R Sweet ddffcdf328 Fix from Greg - Fl_Help_View didn't preserve the target in a link when 24 years ago
Michael R Sweet 0d2f146f61 Changes to get DND to compile under X11; get a coredump when dragging 24 years ago
Matthias Melcher 7a6ed8c941 - added DDrag'N'Drop support for MacOS 24 years ago
No Author 5dd2625d03 This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 24 years ago
Matthias Melcher 4603756ed1 - added Win32 native drag'n'drop code 24 years ago
Michael R Sweet 0372675ee1 Always resize cells in table if set/max width not the same as the 24 years ago
Michael R Sweet 50274f8d85 Update copyright in FLUID "about" window. 24 years ago
Michael R Sweet be3181a39a Use "1" instead of "true" for return value (true not available on all 24 years ago
Michael R Sweet 5ccf911a01 Set when() value of child input widget in Fl_Value_Input widget. 24 years ago
Michael R Sweet 71f9afb6cb Use +O2 for compiler on HP-UX. 24 years ago
Michael R Sweet ca09c66686 Fix light/radio/check button drawing to use a consistent size and 24 years ago
Michael R Sweet ab0949c1f7 File chooser fix from Kurt Konolige. 24 years ago
Michael R Sweet a235545e42 Fix prototypes for fl_input() and fl_password(). 24 years ago
Michael R Sweet 81340639d9 Fix tab measurement for image-only labels. 24 years ago
Michael R Sweet 492b81c240 Return 0 after processing WM_PAINT message. 24 years ago
Michael R Sweet c9b5b36906 Fix filename_relative(). 24 years ago
Michael R Sweet c0175add06 Fix no-OpenGL install bug. 24 years ago
Michael R Sweet a721b4ad00 Doco and makefile updates from SGI. 24 years ago
Michael R Sweet d246217383 Unixware fixes. 24 years ago
Michael R Sweet 6eff9b3b14 First round of DND additions to 1.1 - just X11 code, and I haven't added 24 years ago
Michael R Sweet d96fa88743 Fix WIN32 build. 24 years ago
Michael R Sweet bccdafdaef Fixed from Teun. 24 years ago
Michael R Sweet a55363086d Don't apply tile image to menu or overlay windows. 24 years ago
Michael R Sweet e0bfbbd558 Add Fl_BMP_Image class and docos. 24 years ago
Michael R Sweet 2d6a98560e Doco and dist file updates. 24 years ago
Michael R Sweet 8fe611b5cd Fix changing of schemes - otherwise Fl_Window::show() could cause a 24 years ago
Matthias Melcher 1775984dbe cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handling 24 years ago
Michael R Sweet 2283309d03 Oopsie - fix debug code: p(int)rintf -> printf... 24 years ago
Michael R Sweet 64b4177ef4 Copyright updates... 24 years ago
Michael R Sweet e5a26965bf Add Teun's CygWin patch for select()... 24 years ago
Michael R Sweet f9770db21f Use rint() for some more rounding of vertices. 24 years ago
Michael R Sweet 25e570865c Use rint() for rounding floating-point coordinates... 24 years ago