507 Commits (b670807ce00c9d62f7ff8a3e36640d926612a039)

Author SHA1 Message Date
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
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. 19 years ago
Michael R Sweet 00c66abc0e Update copyright years and use "#ifndef" instead of "#if !defined". 19 years ago
Matthias Melcher 8ea59b412e Fixed Watcom compiler setup without verification using a patch by mnieuw 19 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