5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Michael R Sweet e3100a5eb9 Fix table column scaling... 23 years ago
Michael R Sweet f9a0613202 Fl_Help_View didn't support HTML comments. 23 years ago
Michael R Sweet 6c3f9a03d1 Resize the text display widget when the buffer is changed. 23 years ago
Michael R Sweet d3c1d6b8ad OK DLLs now work again under VC++... 23 years ago
Michael R Sweet e136d5e145 More FL_EXPORT fun... 23 years ago
Michael R Sweet 1aecada52c DLL changes (still some more to go...) 23 years ago
Bill Spitzak 019f933251 Fixed tabs.fl 23 years ago
Bill Spitzak ab9c8fe152 Typo found by Albrecht Schlo�er fixed. This would crash fltk when a 23 years ago
Michael R Sweet f0ea022d0e Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider. 23 years ago
Michael R Sweet 0c1ff39ccd Fix from Albrecht for old cast code that didn't get changed from "w" to 23 years ago
Michael R Sweet 5ecf5cde98 Fix modal() handling of FL_RELEASE events. 23 years ago
Michael R Sweet c6b1b2c7b6 Make sure cursor switches between I and pointer as needed. 23 years ago
Michael R Sweet 8448f781be Doco updates. 23 years ago
Michael R Sweet 1860641362 Fix more compile errors. 23 years ago
Michael R Sweet f78c91e372 OSX compile fix. 23 years ago
Michael R Sweet 0c6c69ffbc Add missing header to tabs program. 23 years ago
Michael R Sweet 42bfef91a7 Put new modal test in the right source file... 23 years ago
Bill Spitzak 4c1997b416 Added test for modal window 23 years ago
Michael R Sweet 7b6e55deaf Remove unnecessary void cast. 23 years ago
Michael R Sweet b2e9308751 More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. 23 years ago
Michael R Sweet 050919103f More shadow variable changes... 23 years ago
Michael R Sweet a6b935289e Move the rest of the image file formats (except for XBM and XPM) to 23 years ago
Michael R Sweet 27a54dc22b Fl_Text_Display::resize() should be public... 23 years ago
Michael R Sweet 7e59022ea4 Add EXEEXT to end of FLUID name. 23 years ago
Michael R Sweet a11a31ff78 Range check Fl_Text_Buffer::search_forward(). 23 years ago
Michael R Sweet 685100b122 Add default cursor as data the Fl_Window tracks individually (with the 23 years ago
Michael R Sweet 063d67de86 Add image() methods to Fl_Menu_Item. 23 years ago
Michael R Sweet 7038a9eeae Send FL_LEAVE events before FL_ENTER events. 23 years ago
Michael R Sweet 9456baab50 Fix some problems with the filename field and handling selections in the 23 years ago
Michael R Sweet 1cea00ad00 Don't paste if there is no data to paste. 23 years ago
Michael R Sweet 7bde142766 Fl_Input_ and Fl_Text_Display now change the mouse pointer to the I beam 23 years ago
Michael R Sweet 35308e5c22 Added Fl::get_boxtype() method. 23 years ago
Michael R Sweet 7b0ade0138 "install" now depends on "all" instead of the no longer defined $(PROGRAM) 23 years ago
Michael R Sweet 4fac733ed7 Oops, doc/foo should be documentation/foo... 23 years ago
Michael R Sweet a5110a375d Don't allow paste inside readonly() input widgets. 23 years ago
Michael R Sweet 1cfc6385dd BMP image loader fixes. 23 years ago
Michael R Sweet 7ce42e2592 When installing FLUID under Cygwin, make sure we keep the .exe extension. 23 years ago
Michael R Sweet d240b98ff6 Add missing color function documentation. 23 years ago
Michael R Sweet 749ebab917 Don't need line style stuff... 23 years ago
Michael R Sweet 827bf4dc51 Use better looking check mark from Albrecht Schlosser. 23 years ago
Michael R Sweet d453884e0f Add wrap() method and bit for Fl_Input_, and make word wrap dependent 23 years ago
Michael R Sweet 745cd4204a Make newButton and previewButton public, so that you can hide/disable them 23 years ago
Michael R Sweet 57cef6a4bd Remove extra 3 pixel offset when the size is below a certain amount; 23 years ago
Michael R Sweet c22732b9e0 OK, we'll do one more rc release since so many of the build things have 23 years ago
Michael R Sweet 667eb3ef6c Remove 3 pixel X border in input fields. 23 years ago
Michael R Sweet 66f06dae9e Fl_Browser_::display() speedup patch from Stephen Davies. 23 years ago
Michael R Sweet d7055f4c36 Fl_Help_View fixes from Szasz Pal. 23 years ago
Michael R Sweet 458b4ef2d0 Try different check for libstdc++ that might work better with Cygwin. 23 years ago
Michael R Sweet 629f327382 Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability. 23 years ago
Matthias Melcher dfefc7b244 First steps in CodeWarrior on OS_X support. 23 years ago