37 Commits (60645181007340f912219a9bfe7d500f0174cf92)

Author SHA1 Message Date
Albrecht Schlosser f09e17c3c5 Remove $Id$ tags, update URL's, and more 5 years ago
Matthias Melcher a5d55f2e2d STR #3386: Interface to set maximum width of spinner text field. 6 years ago
Albrecht Schlosser c92fee897b Fix Visual Studio shared library build (STR #3389). 8 years ago
Albrecht Schlosser 5544404f7a Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989). 8 years ago
Albrecht Schlosser b67ba50f14 New method Fl_Spinner::wrap(int) to set wrap mode at bounds (STR #3365). 8 years ago
Albrecht Schlosser 7123b78f3f Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776). 8 years ago
Albrecht Schlosser 29a9e89b39 Remove FLTK_ABI_VERSION from all but *tree*.* and documentation. 9 years ago
Albrecht Schlosser 21ae6c2903 Fix indentation and remove trailing white space. 11 years ago
Lauri Kasanen 2ac54f6aca Fix Fl_Spinner never reporting changed(). 11 years ago
Greg Ercolano 406a22487f Adding simple access to input widget's selection_color().. 12 years ago
Matthias Melcher 78039ecb55 Replaced 10302 with 10301 for FLTK_ABI_VERSION 13 years ago
Matthias Melcher 398acd9c2a STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 13 years ago
Greg Ercolano f9d8abbf7b o Added color() methods to get/set color of input field. 13 years ago
Greg Ercolano 7e66b6ee3c Added screenshot for Fl_Spinner docs. 13 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Ian MacArthur 31db787583 Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate fix. 15 years ago
Manolo Gouy ff39941c20 Reorganized Doxygen docs of Fl_Spinner::type() functions. 15 years ago
Matthias Melcher fe25f19767 Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 15 years ago
Albrecht Schlosser 0c21b331b0 Added missing 'FL_EXPORT' to lots of classes. 15 years ago
Matthias Melcher e454f97acc Fixed Copyright to 2010. 15 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Fabien Costantini 5a71578b1b Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed all Widget class headers from file section as they already are in the class section, this saves many pages. Also disabled the referenced by/from systematic inserts for each functions as this is more a core developer documentation feature than a fltk user manual feature, also saves many pages. Didn't use the LATEX_COMPACT feature yet, not happy with its result, will comment it later. 17 years ago
Fabien Costantini 2be88792b3 Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneous path test into ../test since the doxyfile move, fixed all intro dl,dt,dd related tags warnings in intro.dox . 17 years ago
Fabien Costantini ae697b80b2 Doxygen documentation : took the opportunity to update copyright info as we modified already in batch almost all sources, added also a fil doxygen command to class headers to harmonize with original matt Fl_Widget dox. format. 17 years ago
Fabien Costantini b8955a9ced Doxygen documentation WP11 Done! 17 years ago
Matthias Melcher e63c50b2d1 Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK. 17 years ago
Matthias Melcher 7c8f5cc888 First attempt at consistently using Fl_Font as a type for the font index and Fl_Font_Size as a type to measure font height (or rather size). 17 years ago
Michael R Sweet d168950719 Don't range check typed numbers until the user presses enter or leaves 19 years ago
Michael R Sweet 8a64710a17 Fl_Spinner did not handle the arrow keys properly (STR #1476) 19 years ago
Michael R Sweet 69dcc7c685 Adjust arrow sizefor consistency. 19 years ago
Matthias Melcher 2c22cfd94a - Fixed floating point value formatting for Fl_Spinner (STR #1331) 19 years ago
Matthias Melcher 05bd3ade18 Added support for floating point Fl_Spinner 19 years ago
Michael R Sweet e6bbd2d525 Update copyrights. 20 years ago
Michael R Sweet 192e0ed3bd Fl_Spinner's minimum() and maximum() "get" methods were 20 years ago
Michael R Sweet 6d65dcba88 Change Fl_Spinner to use double values instead of ints. 21 years ago
Michael R Sweet bcadb07bb2 Printing support for FLUID... 21 years ago
Michael R Sweet e12e37c5f9 Add Fl_Spinner widget (another combo of existing widgets in a header file) 21 years ago