summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-08Leave more space for filename label in file chooser.Michael R Sweet
1.1.4 release. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-05Eliminate shiny.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3093 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-05Dump the shiny demo.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3092 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-05Dump the non-working shiny demo.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3091 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-04Provide inline code for copy operators in Fl_Widget; this works aroundMichael R Sweet
a VC++ 7.1 regression without causing problems. (STR #156) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-03Need <time.h> on IRIX (STR #157)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3089 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-03Use symbolic names whenever possible, otherwise cast ints to Fl_Color.Michael R Sweet
(STR #146) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3088 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-09-03Fix performance issues with large file chooser selections. (STR #140)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3087 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-24Fl_Text_Display/Editor did not disable the currentMichael R Sweet
selection when focus was shifted to another widget (STR #131) Fl_Choice didn't use the normal focus box when the plastic scheme was in use (STR #129) Fl_Text_Editor didn't use selection_color() consistently (STR #130) The fltk_forms, fltk_gl, and fltk_images DSO's and HP-UX shared libraries are now linked against the fltk shared library to provide complete dependency resolution (STR #118) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3081 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-05Fix configure.in for autoconf 2.57.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3079 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-04Fix typo...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3076 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
Fix copyrights on some files that still showed -2002... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3070 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
and Fl::get_system_colors() so that it doesn't override user/program colors (STR #119) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3069 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-02Bump to 1.1.4 and fix changelog.Michael R Sweet
#ifdef in fluid was wrong - didn't use piping on OSX when not compiling against Metroworks compiler. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3068 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
OS X: FLTK now queries the true windows position from the window manager after creating a new window. This fixes the problem with popup menues showing up at the wrong position. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3067 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-29Fix STR #111 (display opened too soon)Michael R Sweet
Prep for 1.1.4rc2. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
Bump to 1.1.4rc2. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-23Update dependencies...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3063 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-23memmove() needs <string.h>...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3062 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-21Made 'enter' keyboard event return 'char 13' in e_text.Matthias Melcher
Matthias git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3053 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-19STR #88: changed fluid behaviour to always paste into a selectedMatthias Melcher
group instead of appending (see paste_cb, force_parent). Mike, could you please check if this has any side effects somewhere? git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3052 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-18Changes in menuitem font's would only be recognized if theMatthias Melcher
fontheight was != 0. Fixed to change fonts, but keep height. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3051 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-18STR #86: Swapped menu shortcut labels for OS XMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3050 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-18updated documentation and Fl_Dial. STR #101, 94, 99Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-18STR #106: collapse triangle in fluid hrc list would not receive eventsMatthias Melcher
when view is scrolled horizontally. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3048 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-18OS X QuitAppleEvent now correctly exits Fl::run() instead of justMatthias Melcher
exiting. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3047 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-17STR #77: all GL Contexts are now managed in a list, so that if theMatthias Melcher
firts context is hidden, there is still information with shareable GL Contexts. Depending on the implementation of the OpenGL driver, this may not work. It would be great if folks could do stress testing on multiple platforms with different drivers. The test would be to create 3 Contexts, delete the firts one, and create another one or two. It seems to work on my OS X Mac... . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3046 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
font...) Fix Fl_Window/Fl_Double_Window in FLUID. Fix background tile coloring for plastic scheme. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Fix resize bug on OSX (STR #64)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3037 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Fixup shared library installation.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Use setup GUI with portable distributions.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Fix shared libraries on OSX (STR #51)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3034 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2003-06-15Several widgets defined their own size() method but didn'tMichael R Sweet
provide an inline method that mapped to the Fl_Widget::size() method (STR #62) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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