summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-19file fluid.cxx must include <io.h> on Windows to find the access() function.Matthias Melcher
2005-03-19Widget panel has "Close" instead of "OK" button.Michael R Sweet
2005-03-19More UI cleanup.Michael R Sweet
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-18Bug fixes and UI tweaking...Michael R Sweet
2005-03-17Use check items for overlays and the widget bin, and track their state.Michael R Sweet
2005-03-17Tweak 1.1.x FLUID some more...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-10Add icon images (still need to update OSX icon file...)Michael R Sweet
2005-03-10Use copy_label() instead of strdup() for button labels.Michael R Sweet
2005-03-10Start working on a new FLUID icon for desktop integration...Michael R Sweet
2005-03-10Ahem, Fl_File_Chooser.H, not fl_file_chooser.H... :)Michael R Sweet
2005-03-09Removed warning about for(;;) variable lookupMatthias Melcher
2005-03-09Updated CHANGES file. Removed CRLF from xpm PixmapsMatthias Melcher
2005-03-09Added a new Type to fluid called 'Comment' to be used for standardized Copyri...Matthias Melcher
2005-03-08'Anonymous' reported a problem when using Fl_Value_Input. It seemed, Matthias Melcher
2005-03-08Use grid size for window resizing.Michael R Sweet
2005-03-08Make guides and snap work from either side of a widget border.Michael R Sweet
2005-03-08Only horizontally snap align when the current widget is within 50Michael R Sweet
2005-03-08Clean up more snap glitches...Michael R Sweet
2005-03-07More guide stuff - most of the widgets that need it should have theirMichael R Sweet
2005-03-07Add ideal_size() and ideal_spacing() methods, which are used for theMichael R Sweet
2005-03-07Update widget panel so that the "GUI" tab is shown first.Michael R Sweet
2005-03-06Save my changes to the guide lines - basic snapping is implemented withMichael R Sweet
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-05More browser documentation changes.Michael R Sweet
2005-03-05The keyboard shortcut handling code did not handle 8-bitMichael R Sweet
2005-03-05Doco fixes (show const modifier on methods)Michael R Sweet
2005-03-05Fl_JPEG_Image could still crash an app with a corrupt JPEG fileMichael R Sweet
2005-03-05Using the layout alignment controls on a menu widget would causeMichael R Sweet
2005-02-28Run ranlib on installed JPEG library.Michael R Sweet
2005-02-26Added visual gudelines for widget distances and sizes to fluid. It is disable...Matthias Melcher
2005-02-24(Re)Added dependency of 'help' on zlib, png and jpeg.Matthias Melcher
2005-02-24Modified VisualC Workspace. Hoping I don't interfere with Mike, but take some...Matthias Melcher
2005-02-24Added VisualC 6 IDE file for new Fl_Input_Choice testMatthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added QNX bug workaround for menu handling (STR #704)Michael R Sweet
2005-02-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael 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-24CMake build fixes (STR #724)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
2005-02-14Fl_Window::hide() didn't delete the current clipping region onMichael R Sweet