summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.Michael R Sweet
(STR #75) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Hide cancel/revert buttons until a true undo can be implemented.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3030 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Fix @@ drawing (STR #84)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3029 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-13Add FLTK logo file for distributions.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-12Added documentation for all forms of Fl_Widget::damage() (STRMichael R Sweet
#61) Fl_Double_Window now has a type() value of FL_DOUBLE_WINDOW, to allow double-buffered windows to process redraws properly on WIN32 (STR #46) Added FL_DAMAGE_USER1 and FL_DAMAGE_USER2 damage bits for use by widget developers (STR #57) Fl_Help_View didn't support numeric character entities (STR #66) Menu shortcuts didn't use the Mac key names under MacOS X (STR #71) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-09Updated Mac OS X CodeWarrior project to work with OS X 10.2 andMatthias Melcher
CodeWarrior 8.3 . Versions below 8.3 are buggy and need to be upgraded (free upgrades on the MetroWerks web pages). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-05Fix distribution list (again)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3024 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-05Don't package header symlinks on OSX, which doesn't need 'em.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3023 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-05Fix mapping of Apple keys to CTRL keys on OSX.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-01Add symlink for installs on OSX so that the wrong include file is notMichael R Sweet
used (OSX compiler bug) Add dummy fl_open_callback() functions on X11 and WIN32. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3021 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-01Fix open-documents callback stuff.Michael R Sweet
Add open documents callback to FLUID. Add FLUID application to fltk.list file for packaging. Add FLUID application icon and data files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3020 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-30Add preliminary support for Apple Open Documents event callback interfaceMichael R Sweet
on OSX (to allow FLUID and other apps to register a callback to open files) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-29Drop undocumented and non-working --prefix and --exec-prefix options toMichael R Sweet
fltk-config script (STR #56) Fix configure tests that had bogus whitespace in them (STR #60) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28fl_filename_list returns -1 now (Win32) if it was called withMatthias Melcher
a non-existing directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3014 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28STR #39: FL_text_Buffer search backward would not allow searching from 1Matthias Melcher
after the last character. this is fixed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3013 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28Update changelog to show reference to new STR I created for Matthias'sMichael R Sweet
bug fix. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28Added better (hopefully) OS X CodeWarrior project filesMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28Remove faulty CodeWarrior/OS_X.sitMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3010 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-28Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-27Fix OSX shared library command. (STR #51)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-27Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacksMichael R Sweet
for composed characters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3007 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Typo.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3006 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Check syntax of callback only on release, not on change.Michael R Sweet
Update announcement for 1.1.4rc1. Add 1.1.4rc1 to version list in STR form. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3004 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Add announcement file.Michael R Sweet
Update FLTK spec file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Remove "fix" for DND code; the original code works just fine (should haveMichael R Sweet
tested first on OSX...) Get rid of compiler warning in fl_draw... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Possible fix for OSX DND.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3000 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Update to 1.1.4rc1 for testing...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2999 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-26Fix STR 27 - double-click in file chooser followed by single click wasMichael R Sweet
treated as another double-click (actually triple click, but the effect was the same...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2998 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-22Code reformatting to make it easier to trace the window creation stuff.Michael R Sweet
Truncate titles at 255 chars. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Use fl_darker() instead of fl_color_average()...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2995 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Fix outline color when drawing inactive.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2994 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
Default to blue for the selection color on OSX; otherwise links and other visual elements are not the correct color. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2993 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Map ISO-8859-1 to MacRoman encoding on OSX (temporary until 2.0's UTF-8Michael R Sweet
support...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2992 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Fix menu item fonts (STR #30)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-21Fix menu scrolling (STR #33)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-20Update documentation.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-20Potential fixes for double-buffered subwindows on WIN32 (STR #1)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2988 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-20Fix show of subwindow causing crash (STR #23)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2987 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-20Fix compose bug on OSX.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2985 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-20Fix OSX subwindow hide (STR #22)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2984 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-19Revert to old color function; new one has too little contrast on OSX.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2983 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-18Add thin up box with plastic style.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-16Fl_Pack ignored box() and cleared unused areas to color().Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2980 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-16Tweek tabs widget and plastic boxtype.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2979 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-16Updated the default background color on OSX to provide better contrast.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2978 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-04Fl_Text_Display and friends now look for the nextMichael R Sweet
non-punctuation/space character for word boundaries (STR #26) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-04gl_font() didn't work properly for X11 when Xft was used (STR #12)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2976 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
Include shellapi.h instead of ShellAPI.h in the WIN32 drag-n-drop code in order to work with the MingW cross compiler (STR #6) The cursor was not properly restored when doing drag-n-drop on X11 (STR #4) Fl::remove_fd() didn't recalculate the highest file descriptor properly (STR #20) Fl_Preferences::deleteGroup() didn't work properly (STR #13) Fixed the fl_show_file_selector() function - it was copying using the wrong string size (STR #14) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2975 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-04-09Fix coredump problem in Fl::send() function...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121