638 Commits (release-1.3.2)

Author SHA1 Message Date
Matthias Melcher a1f96ffea0 STR #1776: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used. 18 years ago
Matthias Melcher 8cbd953687 STR #1751: changing the window size in FLUID now sets the 'modified' flag 18 years ago
Matthias Melcher 3c62765e3a #1706: changed test/tile to expose issues with reversed order of 'show'. Changed Fluid to disallow a widget class inside a widget class, because Fluid has no subwindow support. 18 years ago
Michael R Sweet 73d01dd659 Fix all compiler warnings from various build systems. 18 years ago
Matthias Melcher dba81e6fca Removed obslete .cvsignore files (STR #1683) 18 years ago
Matthias Melcher e42fac099f Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC. 18 years ago
Matthias Melcher 6df72e8979 STR #1623: restored the unloved POSTBUILD command because the reulting executable is still better than the automatically foregrounding one. The 'right thing' is to create a bundle anyways. 18 years ago
Michael R Sweet 00c66abc0e Update copyright years and use "#ifndef" instead of "#if !defined". 18 years ago
Matthias Melcher 8ea59b412e Fixed Watcom compiler setup without verification using a patch by mnieuw 18 years ago
Michael R Sweet 1dd28f6e4b Update dependencies. 19 years ago
Michael R Sweet 58cfbc6c82 Use INSTALL_BIN instead of CP for Mac OS bundles... 19 years ago
Michael R Sweet 44b2ff35cf Use install command instead of CHMOD, CP, and MKDIR. 19 years ago
Michael R Sweet 3fb13c36d7 Don't open display when generating source code for Fl_Help_View 19 years ago
Matthias Melcher e36d3a07ce - Fluid avoids writing unsopported combinations of the 19 years ago
Matthias Melcher 504ba253d4 Fixed Scroll crash in Fluid Live Mode (STR #1524) 19 years ago
Michael R Sweet 68e1aa9757 Making a child group visible in a Fl_Tabs or Fl_Wizard widget now 19 years ago
Michael R Sweet e806450644 Use strspn() to look at full words (better "o" detection) 19 years ago
Michael R Sweet 2ab7525eb3 Treat all "Window" classed widgets as window widgets. 19 years ago
Michael R Sweet 2d2b24b781 Fix dead pixel in FL_GTK_UP_BOX/FRAME (STR #1471) 19 years ago
Michael R Sweet 7b15f5b159 Fix install-linux target in test directory. 19 years ago
Michael R Sweet 7febae3f9e Add GTK thin up/down box/frame types. 19 years ago
Michael R Sweet 174c006fd5 Update "o" variable detection code to handle more cases (STR #1429) 19 years ago
Michael R Sweet 6a01d2cf69 Fix handling of public/private stuff for widget classes. 19 years ago
Matthias Melcher 36d32a9ec9 Decluttered Fluid Widget Bin to look good w/Mike new GTK+ scheme. Thanks Mike! 19 years ago
Michael R Sweet 982ee98332 Add GTK box types and missing plastic round box types. 19 years ago
Michael R Sweet b4c1d3ef03 Implement new "gtk+" scheme which provides a Bluecurve look-n-feel. 19 years ago
Matthias Melcher 3ef18e4b7d STR 1416: Fluid would not output the correct code for a window's hotspot 19 years ago
Matthias Melcher 46a890cad3 Fixed typo in 'desktop-osx' install. Commented out unused variable. 19 years ago
Matthias Melcher 17428cce3e - Fluid Code Declarations can now handle C++ style comments (STR #1383) 19 years ago
Michael R Sweet ddfe7bb5b6 Fix Fl_Widget_Class_Type so that you can add code to a widget class 19 years ago
Matthias Melcher 1cc3338a10 Changing the shorcut of a widget in fluid now marks the document as dirty (STR #1382) 19 years ago
Michael R Sweet d9eecaf4ab Fix problems with new FLUID output, add common to closing braces to show 19 years ago
Michael R Sweet 0043e7a44d Fix return of window widget - use "w" or the name of the window, as 19 years ago
Michael R Sweet 7e3daaf145 Update copyrights on changed files. 19 years ago
Michael R Sweet 500d7616fd Revamp variable tests so that we rarely need to provide "o" and 19 years ago
Michael R Sweet 58699112db Fix use of LDFLAGS and make install depend on all target... 19 years ago
Matthias Melcher 05bd3ade18 Added support for floating point Fl_Spinner 19 years ago
Matthias Melcher 77a20dbef3 STR #1280: added support for assigning Fl_Menu_Items to array variables in Fluid 19 years ago
Michael R Sweet eea2b38b34 Add --with-archflags option to configure script, and use it in the right 19 years ago
Matthias Melcher 11de032d6d If the value field for scrollbars was not zero, Fluid would generate code that accesses the hidden function Fl_Scrollbar::value(double), causing a compile time error. The fix circumevents the hidden function by calling Fl_Slider::value. It would be better to change the entire Fluid interface to reflect the Scrollbar interface. 19 years ago
Matthias Melcher 0148f1cfd0 Mark a FLUID Project as "modified" when the user changes the visible Tab widget because that change will reflect in the generated source code. 19 years ago
Matthias Melcher 0728999a83 Loading a file would not update the Widget Propertis dialog in FLUID (STR #1326) 19 years ago
Matthias Melcher d814fce94d - In Fluid, declarations starting with the keyword 19 years ago
Matthias Melcher 92d0163f40 Declarations in Fluid can now explicitly be made non-static or non-extern. This allows the declaration of types like 'enum' 19 years ago
Matthias Melcher cdc1d7d5e3 Fixed FLUID undo. Thanks Fabien fr finding this. 19 years ago
Matthias Melcher 8e37fbafc8 STR #1187: Fixed missing reset of flag in FLUID 19 years ago
Matthias Melcher 4e038ef82b STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packages 19 years ago
Matthias Melcher d90102f9d2 Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement 19 years ago
Matthias Melcher f74a812003 STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, step and value could not be edited the usual way because spinner is derived from Fl_Group, not Fl_Valuator... 19 years ago
Michael R Sweet e6bbd2d525 Update copyrights. 20 years ago