summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2007-02-10Update dependencies.Michael R Sweet
2007-02-08More Cygwin DLL fixes (STR #1585)Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-02Fix DLL generation via MingW/Cygwin (STR #1546)Michael R Sweet
2007-02-01Add GLUT support functions from FreeGLUT (STR #1522)Michael R Sweet
2007-01-04Add fl_open_uri() function as discussed on fltk.development.Michael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2006-08-12Fixed Makefile configuration for OS X dynamic library. STR #1391Matthias Melcher
2006-04-20STR #1233: previous timer implementation on Mac OS X was eating up various re...Matthias Melcher
2006-04-18THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I wouldMatthias Melcher
2005-08-08Added shared library support for Cygwin and MingW (STR #893)Michael R Sweet
2005-08-08Compilation could fail if a previous installation of FLTK was inMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-07-23Fix local image library build bug.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-08-24Fl_Text_Display/Editor did not disable the currentMichael R Sweet
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
2003-06-15Fix shared libraries on OSX (STR #51)Michael R Sweet
2003-06-05Fix mapping of Apple keys to CTRL keys on OSX.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-12Fix header file again.Michael R Sweet
2002-09-16Move Fl_Help_Dialog to fltk_images library.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-08Add documentation for readonly() and input_type().Michael R Sweet
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-03-08Fix 1.1.x makefile - it had the wrong depend target (Bill, you can useMichael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-02-26- added DDrag'N'Drop support for MacOSMatthias Melcher
2002-02-15Use +O2 for compiler on HP-UX.Michael R Sweet
2002-01-17Fix no-OpenGL install bug.Michael R Sweet
2002-01-15Doco and makefile updates from SGI.Michael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-06Doco and dist file updates.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-10"make uninstall" didn't uninstall the OpenGL library.Michael R Sweet