1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet e92f9842b7 Draw the little box between the scrollbars using FL_GRAY instead of 24 years ago
Michael R Sweet ba2be02ab2 FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX. 24 years ago
Michael R Sweet 7710dc14a8 Don't pop up the message box for warnings under WIN32. 24 years ago
Michael R Sweet 2c8bc31971 Run $(RANLIB) on installed static libraries, since some OS's (i.e. Darwin) 24 years ago
Michael R Sweet 9c75838011 Use FL_NO_BOX for check button and round button. 24 years ago
Matthias Melcher e07200c4e8 Implemeted 95% of all Mac OS X support. Makefiles still need modifications. 24 years ago
Michael R Sweet 39109694e1 Missing declaration of "newch"... 24 years ago
Michael R Sweet a8f3f02214 Add support for 2-byte XPM files. 24 years ago
Michael R Sweet 2fbee9c150 Segfault fixes... 24 years ago
Michael R Sweet ce08c01ebf isalpha, not isletter... :( 24 years ago
Matthias Melcher 1acca043df Some Win32 drivers would draw into wrong buffers 24 years ago
Matthias Melcher 1d06051e8c FLTK for Mac: 24 years ago
Michael R Sweet 9e6b78b5ca Make Fl_Text_Display use the same defaults for the selection and background 24 years ago
Michael R Sweet 3a0fe79164 Bug fixes and doco updates care of Sebastian. 24 years ago
Michael R Sweet d7f311e25c Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This results 24 years ago
Michael R Sweet ca83eb11a1 Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget. 24 years ago
Michael R Sweet 4b23d4c6d5 VC++ fixes, plus add new tiled_image project file. 24 years ago
Michael R Sweet 79d6a32be9 Add new plastic box types (kindof a shiny translucent box type...) 24 years ago
Michael R Sweet 77e2314f2a Missing cast in Fl_Tooltip.cxx... 24 years ago
Michael R Sweet c78dcd55ec More doco updates. 24 years ago
Michael R Sweet 6cb1b5c7bd Wasn't calling fopen() when loading PNM files... :( 24 years ago
Michael R Sweet d211b12af7 Add Fl::version() and Fl::event() methods. 24 years ago
Michael R Sweet 2b85bf8168 Preliminary commit of my MacOS X work. 24 years ago
Michael R Sweet c93c134710 Bug fixes from Sebastien Recio. 24 years ago
Michael R Sweet 8a18013f69 Need to include <ctype.h>... 24 years ago
Michael R Sweet 85f98758ee Add note about using RENDER extension in the future for proper alpha 24 years ago
Michael R Sweet eba128dcc0 New filename_relative() function, and use it from fl_file_chooser() and 24 years ago
Michael R Sweet c147aca054 Add flstring.h header file to include string functions, strcasecmp 24 years ago
Michael R Sweet b650366d80 Added XBM, XPM, and PNM image file classes. 24 years ago
Michael R Sweet e016a249b2 Add horizontal scrollbar to Fl_Help_View. 24 years ago
Michael R Sweet 70abac1b8b Fix bugs in copy() methods. 24 years ago
Michael R Sweet 4087b8cd9a Add code for PNG and JPEG images. 24 years ago
Michael R Sweet f525840495 Fix all references to '.C' files (now .cxx) 24 years ago
Michael R Sweet 4323f46e2c Add EM and STRONG support to Fl_HelpView. 24 years ago
Michael R Sweet aeefaca66b GIF loading code from FLUID. 24 years ago
Michael R Sweet 84e38d4d91 Move header installs to new FL/Makefile, which is generated by 24 years ago
Michael R Sweet 13e7d76397 WIN32 fixes for the new image stuff... 24 years ago
Michael R Sweet fb4fe5642a Don't send FL_RELEASE events for buttons 4 and 5 (mouse wheel) 24 years ago
Michael R Sweet 1acc39c5d8 OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_Image 24 years ago
Michael R Sweet 681ded73c2 Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions 24 years ago
Michael R Sweet 8b5a03d3a2 More CygWin stuff, and a fix for WIN32 with the new fl_beep() function. 24 years ago
Michael R Sweet f21f8f8993 Always use PIXELFORMAT cast for WIN32 OpenGL stuff. 24 years ago
Michael R Sweet 3f68395e83 Keep tooltip windows on the screen. 24 years ago
Michael R Sweet c63083837f Limit width of drop-down button in Fl_Choice widgets. 24 years ago
Michael R Sweet e5db11fd43 Make paste logic smarter for int and float fields. 24 years ago
Michael R Sweet 45658d7c0f Add fl_beep() function. 24 years ago
Michael R Sweet efbe74758f Pass pointers to pp and info when calling the new 24 years ago
Michael R Sweet ab1e093308 Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that 24 years ago
Michael R Sweet 0884e2ba0d Update all non-text widgets that take keyboard focus to check 24 years ago
Michael R Sweet d3acd6c475 Add Fl::visible_focus() method. 24 years ago