638 Commits (release-1.3.2)

Author SHA1 Message Date
Matthias Melcher 7b74a91bfd Fixing some indentation 16 years ago
Matthias Melcher b5ea344b95 Fixed format once more in Fluid unique ID. 16 years ago
Matthias Melcher 2f82fd0663 Mixed bag. Please see CHANGES. 16 years ago
Manolo Gouy 0786bea02e Tentative repair of cast from pointer to unsigned int that breaks 64-bit compilations. 16 years ago
Matthias Melcher 529382001f Fixed lost top item in Fluid's tree browser (STR #2233) 16 years ago
Matthias Melcher 6cea1f402d Small fixes to Fluid IDE support. 16 years ago
Matthias Melcher 3b7e794719 Improved IDE support: Fluid now compiles fine under Xcode (and all framework on which it depends). 16 years ago
Albrecht Schlosser 7ea3819b28 Fixed case of included header files 16 years ago
Matthias Melcher 0f45c3e5ac IDE support file generation from within Fluid. These files are not yet linked in - simply add them to the Fluid project for testing (uses Fl_Plugin to link themselves in atomatically). 16 years ago
Matthias Melcher 795b2c6356 Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used! 16 years ago
Matthias Melcher fb1b0fab0a Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 16 years ago
Albrecht Schlosser 6fe1ac09f4 makedepend updates for all source directories (except src/xutf8). 16 years ago
Matthias Melcher 092c86c704 This is a very simple implementation of the host side of plugins. Plugins can be linked at compile time to extend Fluid with new command line options. A sample plugin will follow soon. 16 years ago
Matthias Melcher 38c15442a4 Changed widget bin closing behavior when pressing ESC (which IMO should quit the app, not the widget bin). 16 years ago
Matthias Melcher 07a18370ad Added Fl_Tree source code, demo files, and documentation. Thanks, Greg! 16 years ago
Matthias Melcher 1238d1576b Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write them back as Fluid 1 files, but not Fluid 2!). Also, I started a README that points out the differences between FLTK 1 and FLTK 2 and tries to give some help in designing a downward compatible FLTK 3. 16 years ago
Greg Ercolano fa53716876 Added extra tooltip indicating Ctrl-J can be used to create 16 years ago
Matthias Melcher e0831b530f Empty functions in Fluid no onger create an implementation (STR 2259) 16 years ago
Matthias Melcher bcd43ecb7d Fixed Fluid dependency on X11 (STR #226) 16 years ago
Albrecht Schlosser 5a8e28d30b Fluid printing used wrong colors under Windows (STR #2195) 16 years ago
engelsman 88a23466e3 fluid: fix erroneous declaration of user-defined static function (STR #2011) 16 years ago
Fabien Costantini 49bb1ab55d Fluid: fixed Help dialog would open the non handled frame version (index.html) instead of the non framed version (main.html) of the documentation, thus making necessary to click to the redirected non-framed page. Now fluid opens directly the non framed documentation. 17 years ago
Fabien Costantini a33d0a6d29 STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 17 years ago
Fabien Costantini 8a53f05688 STR50 fix attemp. Added a new check_redraw_corresponding_parent() function to redraw the corresponding tab of a Fl_Tabs or Fl_Wizard group. tested with single, multiple selection. Compared to the proposed patch this version only add one function similar to redraw_overlays() without modifying the Fl_Type class. 17 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Matthias Melcher 6b3f61e3ff In the configuration setp, LIBNAME (which contains the local path of the library as seen from the src directory) was used wrong. I added LIBBASENAME, the true library name without the path, and replaced LIBNAME wherever it was used wrongly. 17 years ago
Ian MacArthur 17e38137d8 STR #2093 - fix typo (name case) FCNTL.H should be fcntl.h, affecting some mingw builds 17 years ago
Fabien Costantini 8e9c1d1ab0 fixed fluid template would not save correctly under quartz. 17 years ago
Matthias Melcher 8a20846803 STR 1992: Fixed Fluid textcolor output 17 years ago
Matthias Melcher 395129dfdb STR #1991: Fixed wrong default value of Fl_Spinner in Fluid 17 years ago
Matthias Melcher e8f467b9e3 Updating fl_utf8.h references. Fixing copyright date in .fl files. 17 years ago
Matthias Melcher b670807ce0 Fixed Copyright date 17 years ago
Matthias Melcher 4e8e8b9f02 More Doxygen comment support for Fluid. 17 years ago
Matthias Melcher c232e9822d This is a stab at supporting Doxygen comments from withing Fluid. Just double click on a function, class, or declaration and you will be able to add a comment. Comments welcome. 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 d55dfeb5e9 Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments. 17 years ago
Fabien Costantini c7f4b8c930 merged modification from my private branch after successful regression testing on win32,cygwin/mingw, mac osx, linux. 17 years ago
Matthias Melcher 3d6201a610 Made the 'align' flags somewhat more typesafe and the associated functions more self explenatory. The large commit results from a new run of Fluid of the Fluid .fl files. 17 years ago
Michael R Sweet ba2e9f3375 Make --post create a basic Mac OS X application bundle with a shell script 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
Matthias Melcher 8683ea2c81 Adding keyboard shortcut to Fl_Value_Input and Fl_Text_Editor 17 years ago
Matthias Melcher 8d6b757bfe Fl_Value_Input is not derived from Fl_Input_. Fixing Fluid. 17 years ago
Matthias Melcher 8198e51799 Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770). Code added for Fluid. Documentation updated. 17 years ago
Matthias Melcher 232ef4e159 Updated 1.3 with changes from 1.1.9 17 years ago
Matthias Melcher 7d013249f7 First checkin simply updating a few version numbers and copyright dates 17 years ago
Matthias Melcher 6b53adbf41 STR 1896: updated categories in the KDE desktop files 17 years ago
Matthias Melcher 9c538a4b2e STR 1883: Attempt to fix installation of binaries in .app bundle on platforms other than OS X. Must be tested with Cygwin and on Linux! 18 years ago
Matthias Melcher 5382d3c8d5 STR 1795: applied patch to fix Icon path settings. Will try on my Linux machine next. 18 years ago
Matthias Melcher 69e3530aba Missing pixmap 18 years ago
Matthias Melcher cc1de33950 STR #1741: fixed and improved on missing 'public' attribute in consecutive classes in FLUID 18 years ago