summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2001-11-19WIN32 fixes for the new image stuff...Michael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet
2001-11-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael R Sweet
2001-11-17Add fl_beep() function.Michael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-11-03Add Fl::visible_focus() method.Michael R Sweet
2001-11-02Range check input in Fl_Browser::make_visible()Michael R Sweet
2001-11-01Fixes for old C++ compilers (e.g. IRIX 5.3)Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-10-27Don't allow extra boxtypes to override user-defined boxtypes.Michael R Sweet
2001-10-22Make Fl_Widget::parent() work with Fl_Group pointers...Michael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-29File chooser update with new FLUID.Michael R Sweet
2001-09-10HelpView/HelpDialog updates.Michael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-08-11Add more widgets from the bazaar...Michael R Sweet
2001-08-06WIN32 updates to make the DLL project work again...Michael R Sweet
2001-08-06Symbols are now supported by main label drawing code - @@ to insert aMichael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-08-04New draw_focus() methods.Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-03File chooser cleanup (use fl_ok and fl_cancel for translated labelMichael R Sweet
2001-08-03Update WIN32 projects and config file.Michael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Add Fl_Wizard widget...Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-08-01This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author
2001-06-07Add #ifdef for SGI 5.3 C++ compiler, which doesn't support theMichael R Sweet
2001-06-06Use explicit keyword for pixmap constructors...Michael R Sweet
2001-05-30Added const to help Borland compilerBill Spitzak
2001-05-11Changes for AIX (still have menu problems)Michael R Sweet
2001-04-24Update to cover both SGI C++ and GCC 2.8.x.Michael R Sweet
2001-04-23Add additional constructors for old IRIX compiler; might be needed forMichael R Sweet
2001-04-18Pass 0 instead of false for integer parameter, since not all C++ compilersMichael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-03-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-11-28One more try to fix the APIENTRY stuff in glut.h. The file gl.h nowBill Spitzak
2000-11-20Doco and header updates for 1.0.10.Michael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-10-17Another attempt to get glut.h to work on WIN32.Bill Spitzak
2000-08-19Made Fl_Browser not hide the Fl_Widget::show() methodBill Spitzak
2000-07-29Added missing FL_EXPORT for format()Bill Spitzak