summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-12-06Fixed a couple stray #include's...Michael R Sweet
1998-12-06Missed a #include...Michael R Sweet
1998-12-06Added support for transparent pixmaps in WIN32...Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet
1998-12-06Changes for .C == .cxx and .H == .h.Michael R Sweet
1998-12-06Removed Style demo from project files.Michael R Sweet
1998-12-06Updated visual checking code to ignore DirectColor visuals.Michael R Sweet
1998-12-03One last Pixmap fix from Matthias.Michael R Sweet
1998-12-02Fixed OpenGL text drawing...Michael R Sweet
1998-12-02Fl_Pixmap bug fix from Bill.Michael R Sweet
1998-12-02More fixes for inactive drawing.Michael R Sweet
1998-12-02Fixed inactive drawing code...Michael R Sweet
1998-12-02Updated demo menu file (no more style demo).Michael R Sweet
1998-12-02Fixed color - 2000 instead of 200.Michael R Sweet
1998-12-02Updated to always call WIN32 or Windows "Microsoft Windows".Michael R Sweet
1998-12-02Updated OS/2 XFree86 build files.Michael R Sweet
1998-12-02Menu update from Bill - dynamic allocation of items...Michael R Sweet
1998-12-02WIN32 RGB color fixes from Vincent.Michael R Sweet
1998-12-02From Bill:Michael R Sweet
1998-12-02Fluid paste bug fix from Bill.Michael R Sweet
1998-12-02Fix for fluid - increases MAXSIZE to 2048 and added overflow check.Michael R Sweet
1998-12-02More font magic from Bill.Michael R Sweet
1998-12-02Fix for demo program to replace extension instead of append (from Bill).Michael R Sweet
1998-12-02Font changes from Bill.Michael R Sweet
1998-12-02Fl_Browser fixes from Bill.Michael R Sweet
1998-12-02Fix for numericsort(), and drawing of some box types.Michael R Sweet
1998-12-02Changes from Carl to get rid of default_ variables...Michael R Sweet
1998-11-25Added check for arrays in initialization - if so, use {(Fl_xyz *)0}...Michael R Sweet
1998-11-25Changed from hexadecimal escapes to octal, since hex might be causingMichael R Sweet
1998-11-25Updated default border width to 2.Michael R Sweet
1998-11-25Added class/return value fixes from Bill.Michael R Sweet
1998-11-24Added floating point versions of gl_draw() functions.Michael R Sweet
1998-11-23Fixed class menu item code writing - now generate static variables andMichael R Sweet
1998-11-20Changed pixel format stuff for Windows - request a minimum size of 8 bitsMichael R Sweet
1998-11-20EMail address change for Vincent Penne.Michael R Sweet
1998-11-18Tab resize bug fix from Gustavo.Michael R Sweet
1998-11-18Fluid fix from Gustavo.Michael R Sweet
1998-11-18File chooser redraw bug fix from Bill.Michael R Sweet
1998-11-18Fl_Scroll fix from Bill Spitzak.Michael R Sweet
1998-11-18Fixed slider drawing bug.Michael R Sweet
1998-11-18The slider was not drawing the bar inactive.Michael R Sweet
1998-11-17Fix from Adrian Miranda - using memcpy() with overlapping buffers; changedMichael R Sweet
1998-11-12Added (unsigned char *) cast for Pixmap strings.Michael R Sweet
1998-11-12Navigation demo has two "i" variables - fix from Hughes Talbot.Michael R Sweet
1998-11-12Fix from Paul Sydney - missing #include <config.h> in fl_ask.C...Michael R Sweet
1998-11-12Window position bug fix from Bill.Michael R Sweet
1998-11-10Incorporate SUBMENU_POINTER patch from Thomas Wey.Michael R Sweet
1998-11-10Fl_Input patch from Bill.Michael R Sweet
1998-11-10Menu patches from Bill...Michael R Sweet
1998-11-09Fixed sort function - was returning numbers other than 1, -1, and 0, andMichael R Sweet