summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-02-12Fix initializers and error handling.Michael R Sweet
2005-02-06Check for no icon, and if so manually check for a directory...Michael R Sweet
2005-02-06...Matthias Melcher
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2005-02-06Fl_Menu now draws the arrow more like other toolkits and 2.0Michael R Sweet
2005-02-06Fixed a VC++ compiler error in Fl_JPEG_Image.cxx (STR #676)Michael R Sweet
2005-02-06FL_SHADOW_BOX/FRAME drew outside of the bounding box (STR #694)Michael R Sweet
2005-02-06Fl_Widget::copy_label(NULL) didn't work (STR #707)Michael R Sweet
2005-02-06Fl_Choice now allows click selection like Fl_Menu_Button andMichael R Sweet
2005-02-06Add new file for CMake.Michael R Sweet
2005-02-06Cmake updates (STR #645)Michael R Sweet
2005-02-06Clarify Fl_Choice callback description (STR #692)Michael R Sweet
2005-02-06Fl_Check_Browser didn't draw properly when inactive (STR #681)Michael R Sweet
2005-02-06Removed some redundant code in Fl_Group::handle() (STR #669)Michael R Sweet
2005-02-05The file chooser didn't always deactivate the OK button whenMichael R Sweet
2005-02-05Documentation fix (STR #648)Michael R Sweet