fltk/FL
Manolo Gouy b87078e02d Fix STR #2656: removed compilation warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8772 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-06-02 08:06:09 +00:00
..
dirent.h Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
Enumerations.H Fix STR #2638. The X11 part is simplified as suggested by Bill. 2011-05-21 21:55:59 +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 As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_BMP_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Box.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
Fl_Button.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Check_Browser.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Check_Button.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Choice.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Clock.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Color_Chooser.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Counter.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
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 As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Double_Window.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
fl_draw.H Fix STR #2656: removed compilation warnings. 2011-06-02 08:06:09 +00:00
Fl_Export.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Documentation updates. 2011-05-22 09:45:40 +00:00
Fl_Fill_Dial.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Fill_Slider.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Float_Input.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_FormsBitmap.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_FormsPixmap.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Free.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_GIF_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Fix constructors for VC++ DLL builds (STR #2645). 2011-05-24 20:00:56 +00:00
Fl_Hor_Fill_Slider.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Hor_Nice_Slider.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Hor_Slider.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_Hor_Value_Slider.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
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 Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_JPEG_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Light_Button.H Doxygen typo fixed. 2011-01-04 14:09:37 +00:00
Fl_Line_Dial.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Menu_.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Menu_Bar.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Menu_Button.H Corrected typos. 2010-12-12 11:19:12 +00:00
Fl_Menu_Item.H Improved Fl_Menu_Item's documentation. 2010-12-09 00:04:06 +00:00
Fl_Menu_Window.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Menu.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
fl_message.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Multi_Browser.H Fix constructors for VC++ DLL builds (STR #2645). 2011-05-24 20:00:56 +00:00
Fl_Multi_Label.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Multiline_Input.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_Multiline_Output.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Object.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Output.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_Overlay_Window.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Pack.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Paged_Device.H Added missing FL_EXPORT class declarations. 2011-05-20 16:39:06 +00:00
Fl_Pixmap.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Positioner.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_PostScript.H Added missing FL_EXPORT class declarations. 2011-05-20 16:39:06 +00:00
Fl_Preferences.H Reformatting for CMP: Indent fixes, bracing. 2010-12-05 00:38:16 +00:00
Fl_Printer.H Added missing FL_EXPORT class declarations. 2011-05-20 16:39:06 +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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Radio_Light_Button.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Radio_Round_Button.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Repeat_Button.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Return_Button.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_RGB_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Roller.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Round_Button.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Round_Clock.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Scroll.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Scrollbar.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Secret_Input.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
Fl_Select_Browser.H Fix constructors for VC++ DLL builds (STR #2645). 2011-05-24 20:00:56 +00:00
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 Documentation fixes and a few indent corrections. 2011-04-23 15:46:30 +00:00
fl_show_input.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Simple_Counter.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Single_Window.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Slider.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Tile.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Tiled_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Timer.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Toggle_Button.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Toggle_Light_Button.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_Toggle_Round_Button.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Fl_Tree mods for handling escaped item menu names. 2011-05-04 02:59:50 +00:00
fl_types.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
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 More doc fixes: 2010-12-09 12:19:03 +00:00
Fl_Value_Slider.H As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Fl_Widget.H Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
Fl_Window.H Added Fl_Paged_Device::print_window() to print a window with its title bar and frame. 2011-04-15 21:38:05 +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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl_XPM_Image.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Fl.H Fix STR #2640: Fl::w() and Fl::h() are documented to return the width and height of the 2011-05-23 18:01:29 +00:00
forms.H Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
gl2opengl.h Initial revision 1998-10-06 18:21:25 +00:00
gl_draw.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
gl.h Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
glu.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
glut.H Documentation updates, also fixing STR #2574, trying to make clear 2011-04-24 17:09:41 +00:00
mac.H Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. 2011-05-12 11:50:43 +00:00
Makefile.in More copyright 2010 mods. 2010-11-29 18:18:27 +00:00
math.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
names.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
README.Xcode Added and removed silly files 2010-10-24 20:54:08 +00:00
win32.H Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 2011-05-23 18:32:47 +00:00
x.H Fix potential crash in fl_xid() on Linux (STR #2635). This would 2011-05-21 10:05:19 +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/".