1106 Commits (release-1.1.6)

Author SHA1 Message Date
Matthias Melcher c2e8891693 OS X: some changes to support Apples ProjectBuilder. 22 years ago
Michael R Sweet 111cbdb0b0 Fix STR #111 (display opened too soon) 22 years ago
Michael R Sweet 520d44ebf6 Fix scheme and image drawing bugs. 22 years ago
Michael R Sweet d597ec7b38 Update dependencies... 22 years ago
Michael R Sweet b72950ea72 memmove() needs <string.h>... 22 years ago
Matthias Melcher 89a7b606d1 Made 'enter' keyboard event return 'char 13' in e_text. 22 years ago
Matthias Melcher 9cdf63cc40 Changes in menuitem font's would only be recognized if the 22 years ago
Matthias Melcher c0bb3a7465 STR #86: Swapped menu shortcut labels for OS X 22 years ago
Matthias Melcher 4042047358 updated documentation and Fl_Dial. STR #101, 94, 99 22 years ago
Matthias Melcher 8aa95bcd96 OS X QuitAppleEvent now correctly exits Fl::run() instead of just 22 years ago
Matthias Melcher 6293dd5558 STR #77: all GL Contexts are now managed in a list, so that if the 22 years ago
Michael R Sweet 1251b42130 Fix Xft2 usage (still need to do a final fix that loads the proper X 22 years ago
Michael R Sweet 0341822a56 Fix resize bug on OSX (STR #64) 22 years ago
Michael R Sweet f9ded8959a Fix shared libraries on OSX (STR #51) 22 years ago
Michael R Sweet aa88761194 Add clear() method to Fl_Scroll so that the scrollbars don't get deleted. 22 years ago
Michael R Sweet 7f15f8d97f Make sure Fl::event_text() is not NULL. (STR #70) 22 years ago
Michael R Sweet 1bde669d75 Fix @@ drawing (STR #84) 22 years ago
Michael R Sweet f438ffa087 Added documentation for all forms of Fl_Widget::damage() (STR 22 years ago
Matthias Melcher dd6c9535ef Updated Mac OS X CodeWarrior project to work with OS X 10.2 and 22 years ago
Michael R Sweet 101fa5b640 Fix mapping of Apple keys to CTRL keys on OSX. 22 years ago
Michael R Sweet 9c7ec90412 Fix open-documents callback stuff. 22 years ago
Michael R Sweet 0aa85c540c Add preliminary support for Apple Open Documents event callback interface 22 years ago
Matthias Melcher 0753014e30 fl_filename_list returns -1 now (Win32) if it was called with 22 years ago
Matthias Melcher 5ccb6afda8 STR #39: FL_text_Buffer search backward would not allow searching from 1 22 years ago
Matthias Melcher 1d4edf5fb9 Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta. 22 years ago
Michael R Sweet 3bad53ae79 Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacks 22 years ago
Michael R Sweet 3aebbc01dc Remove "fix" for DND code; the original code works just fine (should have 22 years ago
Michael R Sweet 674dc68ed8 Possible fix for OSX DND. 22 years ago
Michael R Sweet a841de469c Fix STR 27 - double-click in file chooser followed by single click was 22 years ago
Michael R Sweet 10efd82853 Code reformatting to make it easier to trace the window creation stuff. 22 years ago
Michael R Sweet 6d964a1020 Use fl_darker() instead of fl_color_average()... 22 years ago
Michael R Sweet 4d67a0a00b Fix outline color when drawing inactive. 22 years ago
Michael R Sweet ba892d2652 Add find() method to help widget and search box to help dialog. 22 years ago
Michael R Sweet 2549a4ad62 Map ISO-8859-1 to MacRoman encoding on OSX (temporary until 2.0's UTF-8 22 years ago
Michael R Sweet 340e84839e Fix menu item fonts (STR #30) 22 years ago
Michael R Sweet 2c6367a0e6 Fix menu scrolling (STR #33) 22 years ago
Michael R Sweet c0e40ac55e Potential fixes for double-buffered subwindows on WIN32 (STR #1) 22 years ago
Michael R Sweet 9a7fb54d46 Fix show of subwindow causing crash (STR #23) 22 years ago
Michael R Sweet b31a225083 Fix compose bug on OSX. 22 years ago
Michael R Sweet 1cbbf7f53f Fix OSX subwindow hide (STR #22) 22 years ago
Michael R Sweet 463d015d28 Revert to old color function; new one has too little contrast on OSX. 22 years ago
Michael R Sweet 8a2aa0a0d1 Add thin up box with plastic style. 22 years ago
Michael R Sweet 180e298537 Fl_Pack ignored box() and cleared unused areas to color(). 22 years ago
Michael R Sweet dece8522f0 Tweek tabs widget and plastic boxtype. 22 years ago
Michael R Sweet 4d705c92a8 Updated the default background color on OSX to provide better contrast. 22 years ago
Michael R Sweet ea324d25c4 Fl_Text_Display and friends now look for the next 22 years ago
Michael R Sweet e2baef33cd gl_font() didn't work properly for X11 when Xft was used (STR #12) 22 years ago
Michael R Sweet 13005b2a3f Fl_File_Browser incorrectly included "." on WIN32 (STR #9) 22 years ago
Michael R Sweet 78262d8047 Fix coredump problem in Fl::send() function... 22 years ago
Michael R Sweet 67af078c9c Fix fl_font/fl_size on MacOS X. 22 years ago