430 Commits (release-1.1.10rc2)

Author SHA1 Message Date
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 1feb3ed69c More documentation for creating a custom box type. I am sure this could be written more elegantly, but my English seems to get worse every day ;-/ 18 years ago
Matthias Melcher 6312531457 Some very minor documentation updates. More to come. 18 years ago
Matthias Melcher 22c55a3ca3 STR #1667: fixed wrong link in fl_ask documentation 18 years ago
Matthias Melcher 2559710cac Fl_Help_View was documented as being derived from Fl_Group in teh docs and FL_Widget in the hierarchy view. I updated the documentation to reflect that it isn't derive from any other widget at all. 18 years ago
Matthias Melcher b4b6776d8f Added static icon, text selection, and HTML formatting to fl_message etc. (STR #1626) 18 years ago
Matthias Melcher 08d55b7bf2 STR #1644: documenting return values for loading and saving text from the Fl_Text_Buffer. 18 years ago
Matthias Melcher 0556d32f67 STR #1645: Updated documentation for Fl_Text_Buffer 18 years ago
Matthias Melcher a240e88cdc STR #1639: improved documentation to explain the difference between evnt_button() and event_buttons() 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 101c2433ff ">" is "&gt;", not "&lt;" (which is "<")... :) 19 years ago
Matthias Melcher 8ea59b412e Fixed Watcom compiler setup without verification using a patch by mnieuw 19 years ago
Michael R Sweet b5d637a4cd Clean up threads example, use new set_awake_cb(). 19 years ago
Michael R Sweet d83ddd6d41 Clean up new DND docs. 19 years ago
Matthias Melcher ba0d72184c STR 1577: added documentation for Drag And Drop. 19 years ago
Michael R Sweet 1fc314c5db Fix HTML errors. 19 years ago
Michael R Sweet 6e9a163035 Add handler for thread messages (STR #1536) 19 years ago
Michael R Sweet 31e948ed4b Update packaging files. 19 years ago
Michael R Sweet 44b2ff35cf Use install command instead of CHMOD, CP, and MKDIR. 19 years ago
Matthias Melcher e0381638a0 Fixed typo in documentation (STR #1583) 19 years ago
Michael R Sweet 85c2e38825 Update documentation and move glutDeviceGet() into code so we can return 19 years ago
Michael R Sweet 51d7304d8b Fix Fl_Input_Choice targets (STR #1578) 19 years ago
Michael R Sweet 84fe87f472 Fix indentation of elements (STR #1549) 19 years ago
Matthias Melcher 8cd623c118 Updated Documentation to 1.1.8, updated Copyright year, added myself to the list of authors and called it Revision 9 (humble shmumble ;-) 19 years ago
Matthias Melcher bb96a49d1d Updated documentation to explain which events are sent to an inactive window. This is IMHO better than "fixing" this because old code may rely on that feature. We are not losing out on anything here anyways. STR #1513. 19 years ago
Matthias Melcher ecdd893933 - Added automated little helpers to Sudoku 19 years ago
Matthias Melcher 5724b00c9a Removed fl_filename_isdir_quick from the documentation. I would make it static to File_Chooser2.cxx, but we also need it in File_Browser. 19 years ago
Matthias Melcher e4586d1572 Removed 'optimization' for fl_filename_isdir which would break the original purpose of the fuction (testing the *existence* of a directory). But I did not want to lose the performance in the directory chooser where I *know* that a directory exists, just not if it is a file or directory, so I added the function fl_filename_isdir_quick() to do just that. Please verify that the new version works as expected, especially with regard to the directory chooser. 19 years ago
Matthias Melcher 84ad997529 Typo. Likely more to come. 19 years ago
Matthias Melcher 8e7e416783 Added chapter 10 with documentation about multithreading 19 years ago
Matthias Melcher 9bcf8fb046 Added link in Fl_Wizard documentation (STR #1550) 19 years ago
Matthias Melcher 5411396ea6 Fixed mousewheel event propagation (STR #1521) 19 years ago
Michael R Sweet 5456a2b8fc Add fl_open_uri() function as discussed on fltk.development. 19 years ago
Matthias Melcher 9c9cb4bfde Typo in documentation link (STR #1514) 19 years ago
Matthias Melcher 549ef06358 STR #1467: explained tooltip inheritance - and how to avoid it). 19 years ago
Matthias Melcher f49f038cdb Updated the Fl_Tile documentation, hoping that the way it works becomes a bit clearer. I would like to ask a native English speaker to look over my text though. Thanks. 19 years ago
Michael R Sweet 8ea3a45772 Merge all of the scrollbar sizes into a single API call 19 years ago
Michael R Sweet 9e3f8a1db6 Documentation fixes. 19 years ago
Michael R Sweet b91935040a Flip the color of Fl_Choice to FL_BACKGROUND2_COLOR when there is no 19 years ago
Michael R Sweet 5be931cebd Update Fl::scheme() documentation. 19 years ago
Matthias Melcher f55b412582 Added documentation for "fl_can_do_alpha_blending()" 19 years ago
Matthias Melcher dac4c56304 Typo in doc. 19 years ago
Matthias Melcher 7ac3b8e5b9 Updated documentation on Fl::box_dx and friends. 19 years ago
Matthias Melcher c989ca4bdf Updated documentation to reflect Fl_Window::xclass caveat. STR 1420 19 years ago
Matthias Melcher 8247d773d3 STR 1419: two more typos thanks to me being hectic with vim 19 years ago
Matthias Melcher 6032a10632 STR #1418: duplicate tag in documentation. 19 years ago
Matthias Melcher 83e724d761 Fixed Win32 vs. WIN32 in documentation. 19 years ago
Michael R Sweet 40846ea887 Add examples.html to list of documentation files. 19 years ago
Matthias Melcher 345e0d7c8d Added Sudoku and Blocks to the "examples" documentation page. 19 years ago
Matthias Melcher 3647295a1b Updated documentation of Fl_Widow::resize to reflect the issues with window managers that want to be smarter than application developers ;-) 19 years ago