2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Matthias Melcher 7a3a8c1892 STR 1815: Added begin() and end() information to the Basics chapter. Hope you'll like it 18 years ago
Matthias Melcher f0ccbbabd8 Fixed 16 bit PNM image support (STR #1847) 18 years ago
Matthias Melcher 5097f4df5b Fixed exposure event on zero size windows (STR #1824) 18 years ago
Matthias Melcher 6e8ae36abd STR #1796: fixed documentation for size_range 18 years ago
Matthias Melcher ffe3cb7bd5 STR #1729: fixed ovelay offset for Quartz rendering 18 years ago
Michael R Sweet 4b6535cd5b Inset clipping rectangle using box types. 18 years ago
Michael R Sweet 8f270ac7e3 Fix copy/paste error. 18 years ago
Michael R Sweet 3601f63659 Fix infinite loop bug... 18 years ago
Michael R Sweet 83a8cba9a7 Merge gl_font() changes for Xft+X11 (STR #1809) 18 years ago
Michael R Sweet 56cafe56c3 Fl_Gl_Window::mode() needed to hide and show the window when toggling stereo 18 years ago
Michael R Sweet f525fc1160 Add set_visible() for GL windows on Mac OS X (STR #1707) 18 years ago
Michael R Sweet b3c0a67be8 Add delete/release comments for Fl_Image::copy() (STR #1827) 18 years ago
Michael R Sweet b71ca52b7e Add documentation for Fl::event_dx, event_dy, and event_text (STR #1843) 18 years ago
Michael R Sweet 3ff1a33ce4 Changelog. 18 years ago
Michael R Sweet 681e6ae946 Add clip_children() method (STR #1844) 18 years ago
Michael R Sweet fe1e8a37ee Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY for both Enter/Return 18 years ago
Michael R Sweet a9ee420fbf Fl_Help_View did not release the images it used (STR #1817) 18 years ago
Michael R Sweet 82eb2dde8c Note that Fl_Pack only works with frame box types (STR #1794) 18 years ago
Michael R Sweet 8dac15372c Add -L. to DSOFLAGS (STR #1791) 18 years ago
Michael R Sweet 034a26be41 Update scrollbars when showing or hiding items (STR #1724) 18 years ago
Michael R Sweet 6208077d2a Add configure summary. 18 years ago
Michael R Sweet d76c1e8cd0 Remove unused variables. 18 years ago
Michael R Sweet ac3ab91ca2 Fix window hide bug on WIN32 (STR #1748) 18 years ago
Matthias Melcher 4da946c5de Typo... 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 d2242d59ef 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 ba396b3ea4 STR #1767: Adding "remove" function for the Fl_Check_Browser 18 years ago
Matthias Melcher 7ec5f44a7f STR #1767: Adding "remove" function for the Fl_Check_Browser 18 years ago
Matthias Melcher 2217ab964b STR #1767: Adding "remove" function for the Fl_Check_Browser 18 years ago
Matthias Melcher faf6126897 STR #1805: removed hard-coded scroll bar widths. 18 years ago
Matthias Melcher b92ee9f21c Fixed some typos and some funny language (my own) in the documentation of the test applications. ADded a hidden [+] key support for 'Blocks' so that I can increase the level to my prefered one (6) and not have to play through 1-5 ;-) 18 years ago
Matthias Melcher 7455482458 STR #1777: Updated documentation to explain deselecting a line in an Fl_Multi_Browser. 18 years ago
Matthias Melcher a965dff175 STR #1742: Updated documentation to reflect the true nature of "selection()" and "value()" for Fl_Multi_Browser which can be quite surprisin for unsuspecting customers. 18 years ago
Matthias Melcher eda8af507e Removed note in CHANGES files because this bug was introduced after 1.1.7 18 years ago
Matthias Melcher 25bae9b383 STR #1715: Added empty "awake" function for non-threaded dll's 18 years ago
Matthias Melcher 8cbd953687 STR #1751: changing the window size in FLUID now sets the 'modified' flag 18 years ago
Matthias Melcher c6e6092657 STR #1761: fixed fl_filename_isdir for '/'-path in Unix 18 years ago
Matthias Melcher c1d5dc3b19 Fixed previously damaged 'hello.cxx' 18 years ago
Matthias Melcher 05cf7832af STR #1792: fixed documentation of FL_HORIZONTAL vs. the correct Fl_Pack::HORIZONTAL 18 years ago
Matthias Melcher 072398649c STR #1793: Updated docs to reflect the default for Fl_Pack::resizable() to be NULL. 18 years ago
Matthias Melcher a9456e49f4 STR #1718: added short documentation to Basics that briefly explains automatic parenting. 18 years ago
Matthias Melcher f6de9c9692 Updated Fl_Menu_ documentation with a warning to not change the structure of a menu during a callback by itself. 18 years ago
Matthias Melcher 705780a301 Fixed Fl_Chart drawing (STR #1756) 18 years ago
Matthias Melcher ab3eb7e719 Fixed missing slash in documentation. 18 years ago
Matthias Melcher 4261960ba4 STR #1714: fixed bad deallocation (NULL pointer issue) in Fl_Preferences. 18 years ago
Matthias Melcher 413d9295ac #1706: on WIN32, the attempt to map a subwindow when the parent window was not mapped yet would result in the subwindow never being mapped. This change will defer mapping until the parent window is shown. 18 years ago
Matthias Melcher 933ce8bf07 Fixed wrong array size. 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
Matthias Melcher 18dbfc8a57 STR #1706: mapping a subwindow with an unmapped parent window would crash under X11. 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