Michael R Sweet
78262d8047
Fix coredump problem in Fl::send() function...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
22 years ago
Michael R Sweet
67af078c9c
Fix fl_font/fl_size on MacOS X.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2968 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Matthias Melcher
7903799bf2
- sorted fluid menu bar
...
- fixed some minor Valgrind memory checker complaints
- added conditional compile flag for OS X w/ MetroWerks compiler
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2967 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
14b142f7a8
Add Fl_Group::clear() docos.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2965 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
f5dd08a9b3
Fix cursor appearance and scrolling of Fl_Text_Editor (patches from Erco)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2964 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
cd339710f0
FLUID shell command patch from Erco.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2963 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
3fd86acaec
Fix OpenGL resize bug some more - still have an outstanding issue with
...
the parent window not setting its xywh members until after the children
have resized...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2960 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7b52b48c9d
Possible fix for OpenGL bus errors on OSX.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2959 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
29240895e2
Bump version number and copyright year in FLUID about panel...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
216453a981
Fix widget callback code error check and assignment.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
52f7cb86a0
fltk-config fix.
...
Fl_Text_Display fix (SF bug #706921 )
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2952 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
99981602d1
Fix Fl_Text_Display box drawing bug.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Bill Spitzak
32c831857a
Backport of FL_LEAVE fix from 2.0. Belowmouse would go to zero when
...
mouse moved from one window to another belonging to the app.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Bill Spitzak
5eb2576cfc
The attribute argument to Fl::get_font_name() was set correctly only
...
the first time it was called for a given font, otherwise it was left
unchanged.
Warning: only the X11 version has been tested! The Win32, Xft, and Mac
versions (which are all identical to each other) probably work but I
did not test them. Try the "fonts" demo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
eca1c6cc4c
Fix help dialog link color.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
82a8a171e5
Bump version number for next release.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2943 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
2715eba046
Update README for 1.1.3.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2941 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
d602263b78
FL_KEYUP patch for X11 - don't send KEYUP event for repeating keys.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2937 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
00cb676e11
Copyright update for 1.1.3 release (not quite yet, but soon...)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2936 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
ebaaba9bd7
GLUT_STEREO is too implemented! :)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2935 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
fc22bc93a0
Support type qualifiers before a class name; this allows for things like
...
"FL_EXPORT Fl_File_Chooser"...
Update Fl_File_Chooser and Fl_Help_Dialog to use the new interface so
that we don't have to add FL_EXPORT every time we make a change...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
226715d978
Bug fixes from Howard.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
c25988a756
Use PM_REMOVE, not "1".
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2932 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
abcc8d6d89
Position 1 is the first element in a chart, not 0.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2931 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
66529aa044
Update browser docos; value(0) doesn't do anything, only deselect() clears
...
the current selection.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2930 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
65e732d189
Add FL_EXPORT to nested classes.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2924 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a2463df999
Add Fl::event_clicks(int i) docos.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
119a574b3d
Update dependencies.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2914 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
4fb89e2571
Fix build problems on Windows.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2913 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
e695187237
Possible fix for nested Fl_Double_Window bug on WIN32.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2908 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7fe8eeafb2
Fix Fl_Slider callback bug.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2907 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
717aa7ec8f
Fix line/polygon drawing bug when the number of unique vertices is too
...
small.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2906 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
9f67d66c3a
Fix size_range() bug under OSX.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2905 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
0df204ff51
Fix OpenGL resize bug.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
3b59708838
Fixed menu overlay bug.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
04175702d8
More tweeking.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a123dba5db
Need <FL/Fl.H>
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2899 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
24455b9be5
Fix use of free() for memory allocated using new.
...
Fix error messages to use Fl::error() instead of fprintf().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2898 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
d43b146df3
Fix header file again.
...
Fix dependency generation for the libraries...
Update dependencies.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
c089f9b264
Need to include Fl_Export.H for FL_EXPORT definition.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
6e4cdc0978
Tweek colors for plastic scheme so they better match OSX.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2895 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
56b465073b
Update dependencies and the change log.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2894 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
4bf5385fb1
Update Fl_Image and friends so that we don't need to include the
...
system headers (which unfortunately are not too friendly with other
code...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2893 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
24f57a7aea
Make sure that the GUI tab shows first.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2889 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7c32cfaee9
Sort widgets in the widget panel.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2888 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
85c952004a
Remove the obsolete browserop.cxx test program, which wasn't being built
...
anyways and is causing confusion.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Matthias Melcher
fcb49a7b13
Fl_Text_Display/Editor would not receive FL_FOCUS events on mouse clicks
...
which resulted in not showing the insertion cursor.
Fluid would not register changes to Fl_Text_Editor widgets unless Enter
was pressed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a81ea6a412
Use DSOLINK in the LINKSHARED definition.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2883 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
d64d3a55a8
Fix Fl_Scroll handling of widgets whose labels are to the right or below.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2882 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
74d47ce80c
Doco updates.
...
Added filename_setext() macro for FLTK_1_0_COMPAT.
Fixed copy() methods so they don't overflow the source image buffer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago