summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet
2002-04-29Flag menu and tooltip windows as WS_EX_TOOLWINDOW so they don't appear inMichael R Sweet
2002-04-29Modify WIN32 scandir() function so that directories get a trailingMichael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-28Fix which icon is shown in FLUID (had it backwards)Michael R Sweet
2002-04-27Fix rendering of Fl_Light_Button with the plastic scheme.Michael R Sweet
2002-04-27Fix font enumeration bug reported by Paul Sydney.Michael R Sweet
2002-04-26Add lock icon next to static/private elements in FLUID.Michael R Sweet
2002-04-26Images in menu items...Michael R Sweet
2002-04-24Add check for libpng/png.h as well as png.h, and include the appropriateMichael R Sweet
2002-04-24Fix a recursion bug in the tooltip code - didn't need to grab(), butMichael R Sweet
2002-04-24Add -g option to fltk-config.Michael R Sweet
2002-04-16Bump version info to 1.1.0rc1.Michael R Sweet
2002-04-16OSX threading support - a little buggy right now, but hopefully we'll beMichael R Sweet
2002-04-16Implement file system list for file chooser on OS X.Michael R Sweet
2002-04-16Update changelog.Michael R Sweet
2002-04-15Add credits file for 1.1.x branch.Michael R Sweet
2002-04-15Change fl_create_deepmask() to fl_create_alphamask().Michael R Sweet
2002-04-14Added fl_create_deepmask() method for creating alpha blend masks.Michael R Sweet
2002-04-14Add Cygwin drive code.Michael R Sweet
2002-04-14Propagate events from the tooltip window to the widget we are tooltippingMichael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-04-13Fix case problems in include filenames...Michael R Sweet
2002-04-12Move ENTER/LEAVE handling to Fl_Box so that the default event handlerMichael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-04-10Update docos for all configure options.Michael R Sweet
2002-04-09Hopefully fix the WIN32 resize on move bug.Michael R Sweet
2002-04-09OK, back out -fvtable-thunks and add conditional compile for WIN32Michael R Sweet
2002-04-09Add "-fvtable-thunks" to OPTIM when compiling with Cygwin.Michael R Sweet
2002-04-09Tooltip fixes: ignore keyboard events, immediately disable new tooltips,Michael R Sweet
2002-04-09Update fl_beep() to use the PC speaker for FL_BEEP_DEFAULT.Michael R Sweet
2002-04-09Move -mwindows and -DWIN32 back to C*FLAGS and LDFLAGS for Cygwin builds.Michael R Sweet
2002-04-08Fl_Output didn't grab input focus, and so was unable to handle CTRL-CMichael R Sweet
2002-04-07Fix NULL argument to fl_filename_name()...Michael R Sweet
2002-04-02Fix minimum width of input field to 340 pixels...Michael R Sweet
2002-04-01Add cast for WIN32 font enumeration calls...Michael R Sweet
2002-03-29Fix handling of filename matching - wasn't checking the basename ofMichael R Sweet
2002-03-29Add image handler to Fl_Shared_Image class to support additional fileMichael R Sweet
2002-03-25Fix Fl_Choice drawing bugs.Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-25Stereo OpenGL patch from Stuart Levy...Michael R Sweet
2002-03-23Automatically resize the convenience dialogs as needed...Michael R Sweet
2002-03-07Changelog update.Michael R Sweet
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-03-05Fix rendering of background color in table cells.Michael R Sweet
2002-03-05Fix Fl_Browser item width problem when column_widths() is set.Michael R Sweet
2002-03-05Fix focus "bug" - Fl_Button didn't check to see if the widget wouldMichael R Sweet
2002-03-04Fix from Greg - Fl_Help_View didn't preserve the target in a link whenMichael R Sweet
2002-02-27Updated OSIssues documentation for MacMatthias Melcher