fltk/FL
Manolo Gouy 1a4fd8ecc3 The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, all
Mac-specific initializations will be done even before main() is started.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8487 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-02-28 17:57:19 +00:00
..
dirent.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
Enumerations.H Replaced "foreign language" by "another language" in doc. 2011-01-16 18:21:39 +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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +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 The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, all 2011-02-28 17:57:19 +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 Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver class. 2011-02-18 17:22:43 +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 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 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 remove FL_EXPORT - fix link error of users programs 2010-12-28 18:33:46 +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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Multi_Label.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +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 remove FL_EXPORT - fix link error of users programs 2010-12-28 18:33:46 +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 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 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 Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 2011-02-23 14:36:18 +00:00
Fl_Preferences.H Reformatting for CMP: Indent fixes, bracing. 2010-12-05 00:38:16 +00:00
Fl_Printer.H Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 2011-02-23 14:36:18 +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 Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +00:00
Fl_Select_Browser.H Added missing 'FL_EXPORT' to lots of classes. 2010-12-12 23:21:03 +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 Fix oversized color swatch in PDF docs. 2010-12-09 12:08:13 +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 Document NULL item behavior, small code mods for same. 2011-02-19 22:40:31 +00:00
fl_types.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
fl_utf8.h Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will not do any further processing but just jump over the character. Screen representation depends largely on whatever the underlying OS does with those sequences, but I feel that this is out of the scope of this library. (STR 2348) 2010-12-06 18:22: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 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 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 for STR #2543: Fl::lock() function now returns an int that allows to detect whether 2011-02-06 19:46:11 +00:00
forms.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +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 Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
glu.h Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
glut.H Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
mac.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
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 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/".