summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-11Bump width of focus box by 1 (STR #786)Michael R Sweet
2005-04-10Fixed the drawing of the Fl_Browser_ selection box (STR #786)Michael R Sweet
2005-04-10Check for proper directory handling with FL_Enter (STR #787)Michael R Sweet
2005-04-10The FLTK string functions are now compiled in on all systems (STRMichael R Sweet
2005-04-10Fixed position of menu titles (STR #794)Michael R Sweet
2005-04-09Added missing Fl_Window::copy_label() method.Michael R Sweet
2005-04-08fixed Xinerama compile and link bugMatthias Melcher
2005-04-07This is an attempt to fix the redraw problem on WinXP and other Windows varia...Matthias Melcher
2005-04-02Attempt to fix the missing multimonitor support in VisualC6. Well, it does co...Matthias Melcher
2005-04-01Fixed WIN32 monitor enum proc.Michael R Sweet
2005-03-31Fl_Chart would draw outside its bounding box (STR #780)Michael R Sweet
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-03-31Add WIN32 code for screen support.Michael R Sweet
2005-03-31Cache screen information.Michael R Sweet
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-03-28Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print'...Matthias Melcher
2005-03-25Updated Fl_File_Chooser to correctly deselect other items whenMichael R Sweet
2005-03-25Fl_File_Chooser no longer resets the type() when choosing aMichael R Sweet
2005-03-25Pressing Enter in the file chooser when selecting a directoryMichael R Sweet
2005-03-25The Fl_File_Chooser window now properly resizes its controls (STRMichael R Sweet
2005-03-24Now provide FL_PLASTIC_ROUND_UP/DOWN_BOX box types which are usedMichael R Sweet
2005-03-24Prep work to support separate FL_PLASTIC_ROUND_UP/DOWN_BOX box types.Michael R Sweet
2005-03-23Update tile image to 64x64 (STR #769)Michael R Sweet
2005-03-21Fl_Progress didn't use a contrasting label color over the progress bar,Michael R Sweet
2005-03-21Image reading, template handling, and printing bug fixes.Michael R Sweet
2005-03-21Polygon drawing fixed #765, fl_message wrapped in Fl_Group::current(0), so it...Matthias Melcher
2005-03-21Printing support for FLUID...Michael R Sweet
2005-03-20Preliminary template save support in FLUID, plus some bug fixes.Michael R Sweet
2005-03-20Use uppercase letters for shortcut labels (e.g. "Ctrl+N", notMichael R Sweet
2005-03-18Bug fixes and UI tweaking...Michael R Sweet
2005-03-15fixed frame drawing of Fl_Text_Display (STR #762.2). Thanks for the patch pro...Matthias Melcher
2005-03-12STR 748: Fl_Clock_Output::value(ulong) does not change value_Michael R Sweet
2005-03-08'Anonymous' reported a problem when using Fl_Value_Input. It seemed, Matthias Melcher
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2005-03-05fl_filename_relative() didn't compare drive letters in aMichael R Sweet
2005-03-05Fix menu drawing...Michael R Sweet
2005-03-05Fixed menu item width calculations with symbols (STR #740)Michael R Sweet
2005-03-05The keyboard shortcut handling code did not handle 8-bitMichael R Sweet
2005-03-05Fl_JPEG_Image could still crash an app with a corrupt JPEG fileMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added QNX bug workaround for menu handling (STR #704)Michael R Sweet
2005-02-24Fl_Multiline_Input now scrolls the full height of the widgetMichael R Sweet
2005-02-24Fix builds without JPEG library...Michael R Sweet
2005-02-24Fl_Browser::swap() didn't handle redraws properly when theMichael R Sweet
2005-02-20FL_MOUSEWHEEL events are now sent first to the widget under theMichael R Sweet
2005-02-14Fl::wait() could block on WIN32 if the window was deleted viaMichael R Sweet
2005-02-14Fl_Preferences::RootNode did not find the user's home directoryMichael R Sweet