1106 Commits (release-1.1.6)

Author SHA1 Message Date
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 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 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 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 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
Michael R Sweet d0f18c45b5 Boy, aren't WIN32 compilers *so* much fun. 23 years ago
Michael R Sweet aa837b09da More FL_EXPORT stuff for WIN32. 23 years ago
Michael R Sweet 1d56e20d19 Fix a bug in the filename completion. 23 years ago
Michael R Sweet 8025bf7251 Fl_File_Chooser::value("foo") now checks if the pathname is a directory 23 years ago
Michael R Sweet 3346a9fee7 Change the Fl_Group current, add, and remove methods so they are no longer 23 years ago
Matthias Melcher 319c89ab3c minor changes to make FLTK compile as a DLL in CodeWarrior 23 years ago
Matthias Melcher d7fd2d77a0 reenabled and improved support for Fl_Sys_Menu_Bar which is a subclass 23 years ago
Matthias Melcher 7dc80d17b0 MacOS: wait(0) would not handle all pending events. 23 years ago
Michael R Sweet 066fc7805c Only delete the line starts array if it is not NULL. 23 years ago
Michael R Sweet 0cca48696f Range check input to Fl_Choice::value(n). 23 years ago
Michael R Sweet e8ccc2cf7c Fix bonehead typo and const issues with new remove_handler() method. 23 years ago
Michael R Sweet 087440e768 Don't forget to scroll the Fl_Text_Display/Editor widget when dragging 23 years ago
Michael R Sweet 16046bf4dd Add Fl::remove_handler() method. 23 years ago
Michael R Sweet 031fef8635 File chooser updates - ../ and ./ map properly, now show ".." in the 23 years ago
Michael R Sweet 526e94341d Some patches from Ori Berger to plug some resource leaks and use a 23 years ago
Matthias Melcher 2d30a9e6fa Small changes to make Metrowerks CodeWarrior for Windows work. 23 years ago
Michael R Sweet fb54e06306 VC++ project file updates. 23 years ago
Michael R Sweet 686aea65d4 Add missing file. 23 years ago
Michael R Sweet 6a6e4ab66c Separate the extra image functions into fltk_images. 23 years ago
Michael R Sweet 96094e5617 Increase size of header buffer to 64 bytes. 23 years ago
Matthias Melcher cb49cb970e 2 typos 23 years ago
Matthias Melcher a4e0a9adb5 Added Greg Ercolanos filedescripter support 23 years ago
Michael R Sweet cdc15f49a6 Fix math header for nocygwin mode. 23 years ago
Matthias Melcher 9c29ecde90 MacOS: 23 years ago
Matthias Melcher 0d352d96ea glut_compatibility did not initialize 'display' function pointer and would make OS X implementation crash. 23 years ago
Matthias Melcher 2967d781d7 Added gl_font calls to Cube demo for gl_font implementation on MacOS (later). 23 years ago
Michael R Sweet bb056f7805 Update GCC test in configure script. 23 years ago
Michael R Sweet 04f6fbbe03 Make sure DIRECTORY is undef'd for BC++. 23 years ago
Michael R Sweet 91aa5847ba Bug fixes from Sebastien. 23 years ago
Michael R Sweet 34e35db71f Prefer fl_push_clip() over fl_clip(). 23 years ago
Michael R Sweet debda040dc got_events, not got_event. 23 years ago
Michael R Sweet 2bd57beb70 Try some changes to fix MacOS threading support and fl_wait() 23 years ago
Michael R Sweet ddd6ab5d83 Fix some editor problems; still have a few bugs that need to be resolved 23 years ago
Michael R Sweet 10c613f88a Take care of some compiler warnings. 23 years ago
Michael R Sweet c3cde61e98 Add documentation for using styles in text editor. 23 years ago
Bill Spitzak 464c7d8ba5 Fl_Chart clips to and fills interior of box 23 years ago