974 Commits (95db2790d69fb227e78d307f50c41bdc4bee44d0)

Author SHA1 Message Date
Fabien Costantini fdcfef214e Doxygen documentation WP7 Done. Fl_Menu_Item was a real pain to doxyfy. 17 years ago
Fabien Costantini 6645d3cb6a Doxygen Documentation WP6 Done, Also completed the documentation of Help_View, Help_Dialog and cleaned up Preferences from ugly stars in comments and also removed redundant get/set text from methods doc. In this increment, we don't bother with the old dox format (comments in header). We have better things to do with our time (like about 40 mores files to doxyfy :-). 17 years ago
Fabien Costantini 7ddd3b8c50 Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class hierarchy is up-to-date. Also completed the documentation of the useful Fl_Shared_Image. 17 years ago
Fabien Costantini ce4d0fd5d8 Doxygen Documentation WP4 Done. Has all documentation content but should be completed in increment 2. Registered for WP5. 17 years ago
Albrecht Schlosser 7f4e2867e8 Yet another update for FL/Enumerations.H. 17 years ago
Fabien Costantini 58548b781d Doxygen Documentation WP2 done. 17 years ago
Albrecht Schlosser 8bc9d467ef Saving an improved version of FL/Enumerations.H and related files. 17 years ago
Fabien Costantini 9bf19e2329 WP1 merged from my branch, WP2 reserved, todo list updated. 17 years ago
Matthias Melcher b6bde2e456 Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 17 years ago
Albrecht Schlosser c3b29633d7 corrected some typos and wrong argument references. 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 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
Matthias Melcher 358af515f7 Typos found by Albrecht. Thanks. 17 years ago
Matthias Melcher 797f63592a Wrong attribute fixed in Doxygen. 17 years ago
Matthias Melcher 478d9762b8 Added all the remaining doxygen documentation for Fl_Widget 17 years ago
Matthias Melcher 718c37b31b Fixed argument renaming 17 years ago
Matthias Melcher 2bded55947 Moving more documentation into doxygen format 17 years ago
Matthias Melcher c16e7212cd Added a little more doxygen documentation for enumerations 17 years ago
Michael R Sweet ba2e9f3375 Make --post create a basic Mac OS X application bundle with a shell script 17 years ago
yuri c04f2f8bff fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl file 17 years ago
Matthias Melcher 5134c0988d Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265) 17 years ago
Matthias Melcher b812f9701f A few more chnaged to get Fl_Font as a new type going 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 88c0d727aa All widget coordinates are now 32 bit. Beware though, on a 16 bit graphics system, line drawing and window positioning is still messed up for coordinates beyond 16 bit. See STR #1929. 17 years ago
Matthias Melcher 8683ea2c81 Adding keyboard shortcut to Fl_Value_Input and Fl_Text_Editor 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 97b806e580 Added two UTF-8 support headers which can not be used just yet. Added sample implementation of Doxygen documentation, including a Doxygen config file, two copied doc pages documentation/index.do and documentation/preface.dox, and sample headers fro Fl_Preferences and Fl_Clock. 17 years ago
Matthias Melcher 7d013249f7 First checkin simply updating a few version numbers and copyright dates 17 years ago
Matthias Melcher 5dd951851c Updated the ANNOUNCEMENT 17 years ago
Matthias Melcher fc60a90a67 STR 1880: Fixed timer leak in Fl_Scrollbar 18 years ago
Matthias Melcher dc0ab1d06c STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED 18 years ago
Matthias Melcher e94960526d Added a few missing methods for Fl_Text_Buffer 18 years ago
Michael R Sweet 681e6ae946 Add clip_children() method (STR #1844) 18 years ago
Michael R Sweet a9ee420fbf Fl_Help_View did not release the images it used (STR #1817) 18 years ago
Matthias Melcher f4b75fc310 STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the default 'Escape' is overridden. 18 years ago
Matthias Melcher 7ec5f44a7f STR #1767: Adding "remove" function for the Fl_Check_Browser 18 years ago
Matthias Melcher dc296ba4c0 Second take at retrieving the correct 'hanged()' value for the Fl_Input_Choice. Fl_Widget::changed() clears our flag where it should not, so we have to some trickery and set a second 'changed' flag that will not be cleared by Fl_Widget::do_callback. I did not see any side effects in doing this, but it is definetley a Kludge. 18 years ago
Matthias Melcher 5d7d16cc8c Making sure that the 'changed' flag is set on every menu pulldown. (STR #1693) 18 years ago
Matthias Melcher 5ba77af1ec Removed comment about limitations in Glut that were fixed by Mike a while ago (STR #1700)> 18 years ago
Michael R Sweet d8c288df3e Fix compiler warnings/errors. 18 years ago
Matthias Melcher 2c7bea98fe STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. Fixed indent in Fl_Input_Choice.H 18 years ago
Matthias Melcher d7a34f0061 Fixed possible selection of submenu items in FL_INput_Choice (STR 1676) 18 years ago
Matthias Melcher 8ff61aeef7 STR #1571: Added direct access to changed() in Fl_Input_choice 18 years ago
Matthias Melcher 337579d2e2 STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.h 18 years ago
Matthias Melcher 18f2016b1f Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data) API. 18 years ago
Michael R Sweet 3d08842222 We need to install mac.r... 19 years ago
Matthias Melcher 11a15d83a2 This is a suggested change. It is complete except for documentation. 19 years ago
Matthias Melcher e52cb1cbb9 STR #1614: added missing FL_EXPORT to glutGet() 19 years ago
Michael R Sweet 6e9a163035 Add handler for thread messages (STR #1536) 19 years ago
Michael R Sweet c9a93b10f5 Drop extra (unnecessary) INSTALL_DIR call. 19 years ago