638 Commits (release-1.3.2)

Author SHA1 Message Date
Matthias Melcher 8701434312 Upgrade version number to 1.3.1 13 years ago
Albrecht Schlosser ba8fd78d6b Fix cast using both (unsigned char) and (int) to make sure that 13 years ago
Fabien Costantini 8ec35982ee STR2726 fix. proper cast should be int as specified in isspace documentation, not unsigned char 13 years ago
Ian MacArthur 6f4c59079f This change to fluid's CodeEditor ought to make it honour textsize changes 13 years ago
Fabien Costantini 8809c5d65d Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessible in Fl_Widget. new inline is_fullscreen() getter has been implemented to avoid a build error with (at least) msvc compilers. Fixed a ton of warnings / problems when bilding on windows 64 bits target with ms toolchain. cleaned up about 200 warnings raised when building win74 targets. 13 years ago
Matthias Melcher 95692bf287 STR 2722: Fluid widget browser was not UTF8 reay yet. 14 years ago
Matthias Melcher bc1b17056a STR 2708: simple inline hint may reduce executable size quite a lot. 14 years ago
Matthias Melcher dc7ac4e770 STR 2707: nested class and namespace support 14 years ago
Matthias Melcher 4de066bd0e STR 2706: fixed wrong parent() count for Fluid generated Fl_Input_Choice callback code. 14 years ago
Greg Ercolano e76a22d6c0 Fixed build problem on Linux. 14 years ago
Manolo Gouy 45ad71dbc3 Use the Fl_Printer and Fl_Native_File_Chooser classes. 14 years ago
Matthias Melcher 041a459814 Fluid -c would destroy the file history every time it was run. 14 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Manolo Gouy 0aafa58701 Fix STR #2661: fluid may crash when printing. 14 years ago
Manolo Gouy 75c9d386fa Fix STR #2657: repaired indentation error in fluid-output code. 14 years ago
Manolo Gouy 42af47f31e Fix STR #2597. 14 years ago
Manolo Gouy 89be9d5e04 Fix STR #2596: Fluid generated improper callback member functions for 14 years ago
Albrecht Schlosser dce0fbe6ef More dependency updates (makedepend files). 14 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. 14 years ago
Matthias Melcher 0ae74b5ab1 Fluid binary type adds size to the array of unsigned char, giving better access to the resource. 15 years ago
Matthias Melcher 3ed49c0793 STR 2510: send Fluid help string to an FLTK dialog box for Visual Studio builds. 15 years ago
Manolo Gouy bc509d32eb Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Albrecht Schlosser 21f1c67b60 Updated dependencies. 15 years ago
Matthias Melcher bb6392f7ec Added Table and Tree support to Fluid. 15 years ago
Albrecht Schlosser 0f42da625a Fixed XFT layout problems in fluid/about_panel.fl (STR #2165) and copyright 15 years ago
Albrecht Schlosser 6e1ce92c62 Updated dependencies. 15 years ago
Albrecht Schlosser 5a2e5395b0 Updated dependencies 15 years ago
Manolo Gouy b5aac7591c Fix STR #2495: free memory during destructor of Fl_Type object. 15 years ago
Matthias Melcher a8e8831559 Moved global FLTK options into Fluid until we find a better setup. Restored the original Preferences demo. 15 years ago
Matthias Melcher 88093df6e8 Removed IDE support from Fluid because it never got finished and seemed more like a race against windmills. I may pick this up again later - maybe. 15 years ago
Matthias Melcher 150fc6e7f7 Used Fluid to generate Fluid files. Fixed two naming issues for the new Fl_Int_Input type, generated by Fluid. 15 years ago
Matthias Melcher 9092dccab8 Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems. 15 years ago
Manolo Gouy f3c7efc8d2 The 3 objective-c++ files used for the Mac OS X support are no longer included 15 years ago
Manolo Gouy 8ac8d3e8d7 Change after rename of Fl_Native_File_Chooser_MAC.cxx to Fl_Native_File_Chooser_MAC.mm 15 years ago
Matthias Melcher b239847669 Fluid generates correct Fl_Int_Iput and Fl_Float_Input plus include line. STR 2476 15 years ago
Albrecht Schlosser 97b4b0c704 Fixed Compiling with mingw-w64 (STR #2308). 15 years ago
Manolo Gouy 2f8b7e47c2 Should fix STR #2464 by not calling fl_open_display when running fluid in command line mode 15 years ago
Greg Ercolano 4327734e69 More copyright 2010 mods. 15 years ago
Matthias Melcher e454f97acc Fixed Copyright to 2010. 15 years ago
Matthias Melcher 6b301d4365 Fixed memory leaks in Fluid - Thanks for the patch (STR 2455) 15 years ago
Matthias Melcher 1e77c19688 Fixed file access code to use UTF-8 strings (STR #2440) 15 years ago
engelsman 6d2f0273f3 corrected fluid.desktop (STR #2328) 15 years ago
Matthias Melcher 1725a85468 Rename variable in Fluid to make more sense 15 years ago
engelsman ce6043d160 fixed const correctness in fluid/Fl_Function_Type.cxx (STR #2441) 15 years ago
Matthias Melcher 2e3037f895 Applied Domingo's suggestion for formatted Fluid output 15 years ago
Matthias Melcher 32f48c3033 Fixed missing internationalisation of menus generate by Fluid (STR #2246) 15 years ago
Matthias Melcher 48f107775d Fixed outside label redraw damage areas (STR #2436) 15 years ago
Matthias Melcher 8e30c66a92 Fixed special handling for ISO back-tab keycode (STR #2369) 15 years ago
Matthias Melcher 8f79d200a0 Fixed the remaining warnings 15 years ago
Greg Ercolano 56c6a5b12a Silence compiler errors about argument() conversion to Fl_Align 15 years ago