fltk/FL
Albrecht Schlosser 20132902af Fix image handling in Fl_Help_View (STR #2163 and STR #2004).
src/Fl_Help_View.cxx:

This fix is the first step and compatible with FLTK 1.1 (keeping the ABI).
The next step should be to manage the loaded images in an own structure,
because we must know exactly, when to release() the images. The previous
version would release images too many times and could release shared
images that had been loaded by another part of the program (maybe even
another Fl_Help_View widget).

FL/Fl_Help_View.H:

Doxygen comments improved.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6743 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2009-04-07 17:33:22 +00:00
..
dirent.h Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Enumerations.H converted more html tags to doxygen commands in drawing.dox 2009-04-01 22:11:57 +00:00
filename.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Adjuster.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_ask.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Bitmap.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_BMP_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Box.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Browser_.H Fl_Browser mods for scrollbar sizing 2009-04-02 06:44:34 +00:00
Fl_Browser.H Doxgen mods for Fl_Browser*: 2009-03-27 16:52:31 +00:00
Fl_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Cairo_Window.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Cairo.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Chart.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Check_Browser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Check_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Choice.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Clock.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Color_Chooser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Counter.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Dial.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Double_Window.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_draw.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Export.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_File_Browser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_File_Chooser.H Removed unused member variable ext_managed from Fl_File_Chooser 2009-03-13 23:36:09 +00:00
Fl_File_Icon.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_File_Input.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Fill_Dial.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Fill_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Float_Input.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_FormsBitmap.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_FormsPixmap.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Free.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_GIF_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Gl_Window.H Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Group.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Help_Dialog.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Help_View.H Fix image handling in Fl_Help_View (STR #2163 and STR #2004). 2009-04-07 17:33:22 +00:00
Fl_Hold_Browser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Hor_Fill_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Hor_Nice_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Hor_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Hor_Value_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Input_.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Input_Choice.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Input.H converted html tags to doxygen commands in documentation/src/events.dox 2009-03-18 22:58:12 +00:00
Fl_Int_Input.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_JPEG_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Light_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Line_Dial.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_Bar.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_Item.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_Window.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_message.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Multi_Browser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Multi_Label.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Multiline_Input.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Multiline_Output.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Nice_Slider.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Object.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Output.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Overlay_Window.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Pack.H Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Pixmap.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_PNG_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_PNM_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Positioner.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Preferences.H Reverted removal of #include <stdio.h>, because it _is_ needed. 2009-04-01 14:10:58 +00:00
Fl_Progress.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Radio_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Radio_Light_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Radio_Round_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Repeat_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Return_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_RGB_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Roller.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Round_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Round_Clock.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Scroll.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Scrollbar.H updated Fl_Slider and Fl_Scrollbar documentation (STR #2156 - part 2) 2009-03-14 11:46:43 +00:00
Fl_Secret_Input.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Select_Browser.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Shared_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_show_colormap.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_show_input.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Simple_Counter.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Single_Window.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Slider.H updated Fl_Slider and Fl_Scrollbar documentation (STR #2156 - part 2) 2009-03-14 11:46:43 +00:00
Fl_Spinner.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Sys_Menu_Bar.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Tabs.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Text_Buffer.H Added flexible gap size for text buffer (STR #2046) 2009-01-01 21:54:10 +00:00
Fl_Text_Display.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Text_Editor.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Tile.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Tiled_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Timer.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Toggle_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Toggle_Light_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Toggle_Round_Button.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Tooltip.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
fl_types.h Fixes for SGI builds (STR#2174) 2009-03-14 02:11:31 +00:00
fl_utf8.h Fixes for SGI builds (STR#2174) 2009-03-14 02:11:31 +00:00
Fl_Valuator.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Value_Input.H Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Value_Output.H Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Value_Slider.H Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Widget.H Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Window.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Wizard.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_XBM_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_XPM_Image.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl.H Fl_Browser mods for scrollbar sizing 2009-04-02 06:44:34 +00:00
forms.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
gl2opengl.h Initial revision 1998-10-06 18:21:25 +00:00
gl_draw.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
gl.h Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
glu.h Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
glut.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
mac.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Makefile.in Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
math.h Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
names.h Added Mike's suggestion for more const correctness; 2009-03-31 22:41:10 +00:00
win32.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
x.H Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Xutf8.h More LGPL compliance for utf8 files.. some were hiding outside of xutf8 (STR#2085 cont'd) 2009-03-13 23:42:32 +00:00