fltk/FL
Manolo Gouy 3f984b0b86 Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-04-14 13:11:34 +00:00
..
dirent.h
Enumerations.H Corrected typo. 2011-04-14 13:11:34 +00:00
filename.H Had to move the variant definition of fl_filename_relative() with 4 params inside the ifdef __cplusplus block because on WIN32 (at least with MSYS/mingw) this header is read by a plain-C version of scandir.c, that errors out when it encounters the multiple incompatible definitions. 2010-12-20 13:35:43 +00:00
Fl_Adjuster.H
fl_ask.H Added a default window title function for common dialogs (STR #2562). 2011-02-18 08:52:48 +00:00
Fl_Bitmap.H
Fl_BMP_Image.H
Fl_Box.H
Fl_Browser_.H Fix STR #2518: remove gcc 4.4 compilation warnings with -Wall 2011-01-13 22:07:31 +00:00
Fl_Browser.H
Fl_Button.H
Fl_Cairo_Window.H Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 2011-01-06 10:24:58 +00:00
Fl_Cairo.H Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 2011-01-06 10:24:58 +00:00
Fl_Chart.H
Fl_Check_Browser.H
Fl_Check_Button.H
Fl_Choice.H
Fl_Clock.H
Fl_Color_Chooser.H
Fl_Counter.H
Fl_Device.H Fixed Fl_Device destructor (made it virtual). This eliminates the compiler 2011-03-23 12:49:30 +00:00
Fl_Dial.H
Fl_Double_Window.H
fl_draw.H Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver class. 2011-02-18 17:22:43 +00:00
Fl_Export.H
Fl_File_Browser.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_File_Chooser.H Fl_File_Chooser: removed the "Show hidden files" button for WIN32 where it's not relevant. 2011-01-17 09:39:14 +00:00
Fl_File_Icon.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_File_Input.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_Fill_Dial.H
Fl_Fill_Slider.H
Fl_Float_Input.H remove FL_EXPORT - fix link error of users programs 2010-12-28 18:33:46 +00:00
Fl_FormsBitmap.H
Fl_FormsPixmap.H
Fl_Free.H
Fl_GIF_Image.H
Fl_Gl_Window.H Documentation updates: removed three more \todo's. 2011-01-01 14:01:53 +00:00
Fl_Group.H Documentation updates: removed three more \todo's. 2011-01-01 14:01:53 +00:00
Fl_Help_Dialog.H Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems. 2010-12-19 21:20:10 +00:00
Fl_Help_View.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_Hold_Browser.H
Fl_Hor_Fill_Slider.H
Fl_Hor_Nice_Slider.H
Fl_Hor_Slider.H
Fl_Hor_Value_Slider.H
Fl_Image.H Reorganization of the Doxygen docs of some Fl_Image class functions. 2011-01-30 09:24:40 +00:00
Fl_Input_.H Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior. 2010-12-20 07:48:59 +00:00
Fl_Input_Choice.H
Fl_Input.H Doc change: fix error in Mac shortcut for delete word left. 2010-12-23 08:13:18 +00:00
Fl_Int_Input.H
Fl_JPEG_Image.H
Fl_Light_Button.H Doxygen typo fixed. 2011-01-04 14:09:37 +00:00
Fl_Line_Dial.H
Fl_Menu_.H
Fl_Menu_Bar.H
Fl_Menu_Button.H
Fl_Menu_Item.H
Fl_Menu_Window.H
Fl_Menu.H
fl_message.H
Fl_Multi_Browser.H
Fl_Multi_Label.H
Fl_Multiline_Input.H Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior. 2010-12-20 07:48:59 +00:00
Fl_Multiline_Output.H
Fl_Native_File_Chooser.H Replaced /* \file by /** \file so Doxygen sees it. 2011-02-06 10:07:28 +00:00
Fl_Nice_Slider.H
Fl_Object.H
Fl_Output.H remove FL_EXPORT - fix link error of users programs 2010-12-28 18:33:46 +00:00
Fl_Overlay_Window.H
Fl_Pack.H
Fl_Paged_Device.H Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 2011-02-23 14:36:18 +00:00
Fl_Pixmap.H
Fl_Plugin.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_PNG_Image.H Fix 2nd part of STR #2520: added Fl_PNG_Image in-memory constructor. 2011-01-17 20:51:12 +00:00
Fl_PNM_Image.H
Fl_Positioner.H
Fl_PostScript.H PostScript support: simplified the Fl_PostScript_Graphics_Driver class by removing the 2011-03-22 17:41:23 +00:00
Fl_Preferences.H
Fl_Printer.H Added Fl_Printer::driver(void) function that can be useful. 2011-04-06 13:43:09 +00:00
Fl_Progress.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_Radio_Button.H
Fl_Radio_Light_Button.H
Fl_Radio_Round_Button.H
Fl_Repeat_Button.H
Fl_Return_Button.H
Fl_RGB_Image.H
Fl_Roller.H
Fl_Round_Button.H
Fl_Round_Clock.H
Fl_Scroll.H
Fl_Scrollbar.H
Fl_Secret_Input.H
Fl_Select_Browser.H
Fl_Shared_Image.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
fl_show_colormap.H
fl_show_input.H
Fl_Simple_Counter.H
Fl_Single_Window.H
Fl_Slider.H
Fl_Spinner.H Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate fix. 2011-01-30 12:50:19 +00:00
Fl_Sys_Menu_Bar.H
Fl_Table_Row.H Added FL_EXPORT for some more classes and structs to clean up MS DLL building. 2011-01-22 22:40:11 +00:00
Fl_Table.H Added FL_EXPORT for some more classes and structs to clean up MS DLL building. 2011-01-22 22:40:11 +00:00
Fl_Tabs.H Added Fl_Tabs::client_area() (STR #2480). 2010-12-22 13:06:03 +00:00
Fl_Text_Buffer.H STR 2499: remove unused function prototypes in Fl_Text_Buffer. 2010-12-31 22:38:03 +00:00
Fl_Text_Display.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_Text_Editor.H
Fl_Tile.H
Fl_Tiled_Image.H
Fl_Timer.H
Fl_Toggle_Button.H
Fl_Toggle_Light_Button.H
Fl_Toggle_Round_Button.H
Fl_Tooltip.H Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default font size 2011-02-08 20:59:46 +00:00
Fl_Tree_Item_Array.H
Fl_Tree_Item.H Fl_Tree API breaking changes (we haven't released 1.3.0 yet..): 2011-01-30 20:22:06 +00:00
Fl_Tree_Prefs.H Fl_Tree API breaking changes (we haven't released 1.3.0 yet..): 2011-01-30 20:22:06 +00:00
Fl_Tree.H Document NULL item behavior, small code mods for same. 2011-02-19 22:40:31 +00:00
fl_types.h
fl_utf8.h More attempts to clean up WIN32 handling of UTF16 surrogate pairs. 2011-04-13 15:43:22 +00:00
Fl_Valuator.H
Fl_Value_Input.H Minor changes in Doxygen docs of Fl_Value_Input::shortcut() functions. 2011-01-30 09:04:59 +00:00
Fl_Value_Output.H
Fl_Value_Slider.H
Fl_Widget.H Fixed two doc typos. 2011-02-26 08:23:30 +00:00
Fl_Window.H Un-inlined Fl_Window::icon() methods to make them easier to extend w/o 2011-02-25 08:44:47 +00:00
Fl_Wizard.H Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 2011-01-24 17:04:22 +00:00
Fl_XBM_Image.H
Fl_XPM_Image.H
Fl.H Documentation updates and typos. 2011-03-30 12:07:52 +00:00
forms.H
gl2opengl.h
gl_draw.H
gl.h
glu.h
glut.H
mac.H Mac OS: added field subwindow to Fl_X class that is true if this is a subwindow. 2011-03-28 09:28:05 +00:00
Makefile.in
math.h
names.h
README.Xcode
win32.H FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part). 2011-02-05 16:55:04 +00:00
x.H Moved the Doxygen doc of class Fl_Mac_App_Menu from mac.H to x.H so Doxygen 2011-02-06 10:24:23 +00:00
Xutf8.h Attempt to fix STR #2550 to make fl_text_extents work in Xlib-only 2011-02-07 22:22:16 +00:00

All FLTK header files are in the FL subdirectory of the fltk.framework.
Image header files are located in "fltk.framework/Headers/FL/images/".