..
dirent.h
Fludi IDE: now supporting header files for OS X. If those are included for a library, the resulting framework will receive a copy of the headers, allowing Xcode to simply include the file into any new project. frameworks must be installed in /Library?Frameworks to be found automatically. A little more fixing is required.
2010-04-14 20:17:44 +00:00
Enumerations.H
Added new label alignments for image and text to Fluid.
2010-04-09 22:18:05 +00:00
filename.H
Fludi IDE: now supporting header files for OS X. If those are included for a library, the resulting framework will receive a copy of the headers, allowing Xcode to simply include the file into any new project. frameworks must be installed in /Library?Frameworks to be found automatically. A little more fixing is required.
2010-04-14 20:17:44 +00:00
Fl_Abstract_Printer.H
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +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
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +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
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Browser.H
Solves STR#1739.
2009-09-07 02:25:51 +00:00
Fl_Button.H
Making fl_old_shortcut() seen by Doxygen.
2010-04-14 08:07:53 +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
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +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
Fixed some typos in docs.
2009-07-01 07:27:25 +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
Added const'nes too Fl_Counter::step()
2009-11-17 14:45:36 +00:00
Fl_Device.H
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +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
Making fl_old_shortcut() seen by Doxygen.
2010-04-14 08:07:53 +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
Checked in on Manolo's behalf; FNFC.patch applied from STR#2298
2010-01-14 23:08:06 +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
Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible.
2010-03-16 22:51:31 +00:00
Fl_Group.H
Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible.
2010-03-16 22:51:31 +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
Documented supported HTML tags. (STR#2321)
2010-02-23 15:55: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
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +00:00
Fl_Input_.H
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Input_Choice.H
Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets
2010-02-20 17:40:07 +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
Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used!
2010-02-18 11:38:42 +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
Doc sync.
2010-04-16 17:55:45 +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
Doc sync.
2010-04-16 17:55:45 +00:00
Fl_Menu_Window.H
Added missing NO_OVERLAY flag form Fl_Menu_Window (part 2)
2009-09-28 14:41:43 +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
Updated docs for Fl_Multiline_XXX to reference 'new' Fl_Text_XXXX
2009-09-19 22:09:00 +00:00
Fl_Multiline_Output.H
Updated docs for Fl_Multiline_XXX to reference 'new' Fl_Text_XXXX
2009-09-19 22:09:00 +00:00
Fl_Native_File_Chooser_FLTK.H
Checked in on Manolo's behalf; FNFC.patch applied from STR#2298
2010-01-14 23:08:06 +00:00
Fl_Native_File_Chooser_MAC.H
OS X: more references to non-Cocoa builds removed
2010-03-29 11:07:29 +00:00
Fl_Native_File_Chooser_WIN32.H
Fl_Native_File_Chooser follow up maintenance.
2010-01-14 20:47:59 +00:00
Fl_Native_File_Chooser.H
Fl_Native_File_Chooser follow up maintenance.
2010-01-14 20:47:59 +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
Additional documentation for Fl_Multiline_...
2009-09-23 20:43:27 +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
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +00:00
Fl_Plugin.H
Starting to add a GUI to manage the IDE database.
2010-02-27 22:38:25 +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
Fixed databse typo.
2010-04-03 13:03:43 +00:00
Fl_Printer.H
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +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_PSfile_Device.H
Removed multiple inheritance: back to r. 7519 exactly.
2010-04-18 06:57:37 +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
Added missing svn properties and $Id$ tags.
2009-11-18 12:22:51 +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
Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221 ). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine!
2009-12-06 22:21:55 +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
Made fl_register_images() seen by Doxygen.
2010-04-14 20:47:34 +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
Added Fl_Sys_Menu_Bar::insert(), clear(), clear_submenu()
2010-04-16 19:27:28 +00:00
Fl_Table_Row.H
Added missing svn properties and $Id$ tags.
2009-11-18 12:22:51 +00:00
Fl_Table.H
Mixed bag. Please see CHANGES.
2010-02-20 21:14:47 +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
Fl_Text_Buffer/Display fixes for UTF-8 / STR-2158 (part 1)
2010-04-18 14:33:33 +00:00
Fl_Text_Display.H
Fl_Text_Buffer/Display fixes for UTF-8 / STR-2158 (part 1)
2010-04-18 14:33:33 +00:00
Fl_Text_Editor.H
Fixes STR #2169 : Adds missing cursor movement to OSX:
2009-09-20 19:24:24 +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
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Tree_Item_Array.H
Checked in SebHoll's API mods, fixed indents.
2009-12-08 08:06:44 +00:00
Fl_Tree_Item.H
Small fixed to SebHoll's user_data() mods (init + copy ctor),
2009-12-08 08:39:31 +00:00
Fl_Tree_Prefs.H
Checked in SebHoll's API mods, fixed indents.
2009-12-08 08:06:44 +00:00
Fl_Tree.H
Small mod to FlTree doxygen docs.
2010-01-17 21:54:48 +00:00
fl_types.h
Added missing svn properties and $Id$ tags.
2009-11-18 12:22:51 +00:00
fl_utf8.h
added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.c
2010-04-20 21:43: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
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Value_Output.H
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Value_Slider.H
Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208 ). Changed Fl_Color back to typedef unsigned.
2009-09-27 11:06:56 +00:00
Fl_Widget.H
Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTOM, and FL_RIGHT_BOTTOM align outside labels first to the side, then to the top or botton, filling a gap in possible alignment. Also FL_ALIGN_TEXT_NEXT_TO_IMAGE and FL_ALIGN_IMAGE_NEXT_TO_TEXT which do just that, and finally FL_ALIGN_IMAGE_BACKDROP which renders the image in the background and draws the label on top.
2010-04-07 23:17:33 +00:00
Fl_Window.H
Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible.
2010-03-16 22:51:31 +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
Fixed doxygen warnings and added a new documentation module "Callback
2010-03-25 14:37:46 +00:00
forms.H
Mixed bag. Please see CHANGES.
2010-02-20 21:14:47 +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
gl_draw.cxx (Mac-specific): implemented a fifo pile of pre-computed textures for faster GL text rendering.
2010-04-13 14:26:12 +00:00
glu.h
Added missing svn properties and $Id$ tags.
2009-11-18 12:22:51 +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
OS X: more references to non-Cocoa builds removed
2010-03-29 11:07:29 +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
Fludi IDE: now supporting header files for OS X. If those are included for a library, the resulting framework will receive a copy of the headers, allowing Xcode to simply include the file into any new project. frameworks must be installed in /Library?Frameworks to be found automatically. A little more fixing is required.
2010-04-14 20:17:44 +00:00
names.h
Removed HTML escapes on <> as per Albrecht's suggestion.
2010-02-26 18:10:54 +00:00
win32.H
Merge of branch-1.3-Fl_Printer, with the following main changes:
2010-03-14 18:07:24 +00:00
x.H
After testing, I have applied ucko's latest patch for providing access
2010-04-09 16:46:45 +00:00
Xutf8.h
Added missing svn properties and $Id$ tags.
2009-11-18 12:22:51 +00:00