fltk/FL
Matthias Melcher 1186b4e255 Making fl_filename_... public for std::string.
New functions append "_str" to the function name to
avoid ambiguities when calling them. So
'char *fl_filename_name(const char *)' becomes
'std::string fl_filename_name_str(const std::string &)'
2025-03-07 20:26:03 +01:00
..
Enumerations.H Update version numbers to 1.5.0 2025-03-06 18:16:03 +01:00
filename.H Making fl_filename_... public for std::string. 2025-03-07 20:26:03 +01:00
Fl_Adjuster.H
Fl_Anim_GIF_Image.H
fl_ask.H
fl_attr.h Define FL_OVERRIDE unconditionally as 'override' 2025-03-06 19:23:25 +01:00
Fl_Bitmap.H
Fl_BMP_Image.H
Fl_Box.H Improve documentation of Fl_Box constructors (#1194) 2025-01-29 14:33:07 +01:00
Fl_Browser_.H Improve and clarify documentation 2024-11-01 18:24:06 +01:00
Fl_Browser.H
Fl_Button.H
Fl_Cairo_Window.H
Fl_Cairo.H
fl_callback_macros.H
fl_casts.H
Fl_Chart.H
Fl_Check_Browser.H
Fl_Check_Button.H
Fl_Choice.H More copyright updates (#978) 2024-06-26 16:02:12 -07:00
Fl_Clock.H
Fl_Color_Chooser.H
Fl_Copy_Surface.H
Fl_Counter.H
Fl_Device.H Documentation: improve description of how to use drawing surfaces 2024-08-10 23:14:56 +02:00
Fl_Dial.H
Fl_Double_Window.H Fix typo in doc of Fl_Double_Window::as_double_window() 2024-05-30 08:26:57 +02:00
fl_draw.H Fix fl_draw_image sometimes crashes when window is scaled - cont'd (#1134) 2024-11-20 08:01:40 +01:00
Fl_Export.H
Fl_File_Browser.H
Fl_File_Chooser.H Update version numbers to 1.5.0 2025-03-06 18:16:03 +01:00
Fl_File_Icon.H
Fl_File_Input.H
Fl_Fill_Dial.H Fixes missing default argument in Fl_Fill_Dial constructor. 2024-08-03 19:06:23 +02:00
Fl_Fill_Slider.H
Fl_Flex.H Improve and clarify documentation 2024-11-01 18:24:06 +01:00
Fl_Float_Input.H
Fl_FormsBitmap.H
Fl_FormsPixmap.H
Fl_Free.H
Fl_GIF_Image.H
Fl_Gl_Window.H Fix tabs, trailing spaces, and update dependencies 2024-08-10 20:32:19 +02:00
Fl_Graphics_Driver.H Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214) 2025-03-04 16:04:10 +01:00
Fl_Grid.H Bump version numbers to 1.4.2 2025-02-21 16:25:39 +01:00
Fl_Group.H Fl_Group: convert array of children to std::vector 2025-03-06 18:31:31 +01:00
Fl_Help_Dialog.H Update version numbers to 1.5.0 2025-03-06 18:16:03 +01:00
Fl_Help_View.H Put ABI breaking changes under ABI guards (#1139) 2024-12-12 16:40:11 +01: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_ICO_Image.H
Fl_Image_Surface.H
Fl_Image.H
Fl_Input_.H Improve and clarify documentation 2024-11-01 18:24:06 +01:00
Fl_Input_Choice.H More copyright updates (#978) 2024-06-26 16:02:12 -07:00
Fl_Input.H
Fl_Int_Input.H
Fl_JPEG_Image.H
Fl_Light_Button.H
Fl_Line_Dial.H
Fl_Menu_.H Remove trailing whitespace 2024-06-21 18:10:33 +02:00
Fl_Menu_Bar.H Change member function args to Fl_Menu_Bar::play_menu(const Fl_Menu_Item *) 2024-05-15 11:50:32 +02:00
Fl_Menu_Button.H
Fl_Menu_Item.H Remove FL_MENU_RESERVED bit mask in favor of better documentation 2024-10-19 15:58:51 +02:00
Fl_Menu_Window.H
Fl_Menu.H
fl_message.H
Fl_Multi_Browser.H
Fl_Multi_Label.H
Fl_Multiline_Input.H
Fl_Multiline_Output.H
Fl_Native_File_Chooser.H
Fl_Nice_Slider.H
Fl_Object.H
Fl_Output.H
Fl_Overlay_Window.H
Fl_Pack.H Fix for "Fl_Pack should override clear() to set resizable(0)" (#993) 2024-06-23 08:50:29 +02:00
Fl_Paged_Device.H
Fl_PDF_File_Surface.H
Fl_Pixmap.H
Fl_Plugin.H
Fl_PNG_Image.H
Fl_PNM_Image.H
Fl_Positioner.H
Fl_PostScript.H
Fl_Preferences.H Fl_String is now just an alias for std::string. 2025-03-07 00:12:40 +01:00
Fl_Printer.H
Fl_Progress.H
Fl_Radio_Button.H
Fl_Radio_Light_Button.H
Fl_Radio_Round_Button.H
Fl_Rect.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_Scheme_Choice.H
Fl_Scheme.H
Fl_Scroll.H
Fl_Scrollbar.H
Fl_Secret_Input.H
Fl_Select_Browser.H
Fl_Shared_Image.H
Fl_Shortcut_Button.H
fl_show_colormap.H
fl_show_input.H
Fl_Simple_Counter.H
Fl_Single_Window.H Add forgotten FL_OVERRIDE attribute 2024-10-18 19:18:23 +02:00
Fl_Slider.H
Fl_Spinner.H
fl_string_functions.h
Fl_SVG_File_Surface.H
Fl_SVG_Image.H
Fl_Sys_Menu_Bar.H Change member function args to Fl_Menu_Bar::play_menu(const Fl_Menu_Item *) 2024-05-15 11:50:32 +02:00
Fl_Table_Row.H Fix return value of Fl_Table_Row::row_selected(int) (PR #1187) 2025-01-14 15:21:42 +01:00
Fl_Table.H Fix return value of Fl_Table_Row::row_selected(int) (PR #1187) 2025-01-14 15:21:42 +01:00
Fl_Tabs.H Improve and reorder Fl_Tabs documentation 2025-01-16 15:42:45 +01:00
Fl_Terminal.H Small doc fixes (\See -> \see) 2024-08-12 18:31:05 -07:00
Fl_Text_Buffer.H Improve and clarify documentation 2024-11-01 18:24:06 +01:00
Fl_Text_Display.H Giving access to some Fl_Text_Display member variables (#1153) 2024-12-07 17:31:14 +01:00
Fl_Text_Editor.H
Fl_Tile.H Improve and clarify documentation 2024-11-01 18:24:06 +01:00
Fl_Tiled_Image.H
Fl_Timer.H
Fl_Toggle_Button.H
Fl_Toggle_Light_Button.H
Fl_Toggle_Round_Button.H
Fl_Tooltip.H
Fl_Tree_Item_Array.H
Fl_Tree_Item.H Added is_visible_r() for consistency w/is_visible() 2024-07-17 10:20:39 -07:00
Fl_Tree_Prefs.H Fl_Tree +/- buttons are no longer drawn using bitmaps, different default line color (#995) 2024-06-30 09:08:00 -07:00
Fl_Tree.H
fl_types.h
fl_utf8.h
Fl_Valuator.H Add Fl_Valuator destructor. 2025-01-03 14:40:59 -06:00
Fl_Value_Input.H
Fl_Value_Output.H
Fl_Value_Slider.H
Fl_Widget_Surface.H
Fl_Widget.H Clarify the documentation of class Fl_Callback_User_Data 2024-10-17 14:10:38 +02:00
Fl_Window.H Wayland: Fix issue in maximization of a borderless window (#1099) 2024-11-01 15:43:18 +01:00
Fl_Wizard.H
Fl_XBM_Image.H
Fl_XPM_Image.H
Fl.H Remove duplication and typo in documentation of Fl::copy() 2025-01-02 15:47:35 +01:00
forms.H
gl2opengl.h
gl_draw.H
gl.h
glu.h
glut.H
mac.H Undo 6f6a375 that does not properly support macOS SDK 15.x (#1103) 2024-11-04 04:50:31 +01:00
math.h
names.h Fix documentation typos and trailing whitespace 2024-10-15 18:59:28 +02:00
platform_types.h
platform.H
README.Xcode
wayland.H New Wayland-specific function: int fl_wl_buffer_scale(Fl_Window *) 2024-07-04 08:56:16 +02:00
win32.H
x11.H
x.H

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