| .. |
|
core
|
Adjust some pen driver comments.
|
2025-11-20 22:24:21 +01:00 |
|
Enumerations.H
|
Fix typos in documentation of FL_APP_ACTIVATE
|
2025-12-23 12:26:31 +01:00 |
|
filename.H
|
Making fl_filename_... public for std::string.
|
2025-03-07 20:26:03 +01:00 |
|
Fl_Adjuster.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Anim_GIF_Image.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
fl_ask.H
|
Remove deprecated methods and functions
|
2025-07-02 17:19:52 +02:00 |
|
fl_attr.h
|
Define FL_OVERRIDE unconditionally as 'override'
|
2025-03-06 19:23:25 +01:00 |
|
Fl_Bitmap.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_BMP_Image.H
|
New Fl_ICO_Image class to read Windows .ico icon files
|
2022-12-09 10:43:20 +01:00 |
|
Fl_Box.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Browser_.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Browser.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Button.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Cairo_Window.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Cairo.H
|
Remove libfltk_cairo (fltk::cairo)
|
2025-03-16 00:10:53 +01:00 |
|
fl_callback_macros.H
|
Fix several compiler warnings [-Wextra-semi]
|
2025-06-05 09:50:07 +02:00 |
|
fl_casts.H
|
Fix trailing comma in enums of public headers
|
2023-04-13 20:14:36 +02:00 |
|
Fl_Chart.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Check_Browser.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Check_Button.H
|
|
|
|
Fl_Choice.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Clock.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Color_Chooser.H
|
Add C++11 Fl_Valuator::format API.
|
2026-01-04 15:50:56 +01:00 |
|
Fl_Copy_Surface.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Counter.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Device.H
|
Documentation: improve description of how to use drawing surfaces
|
2024-08-10 23:14:56 +02:00 |
|
Fl_Dial.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Double_Window.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
fl_draw.H
|
Clarify that a font must be loaded before measuring text (#1356)
|
2026-01-03 13:54:44 +01:00 |
|
Fl_Export.H
|
|
|
|
Fl_File_Browser.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
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
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
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
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Float_Input.H
|
|
|
|
Fl_FormsBitmap.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_FormsPixmap.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Free.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_GIF_Image.H
|
Fix potential compiler warnings in public headers [-Wshadow]
|
2024-04-18 16:27:29 +02:00 |
|
Fl_Gl_Window.H
|
Add Fl_Gl_Window 32 bit depth buffer option.
|
2025-12-19 16:23:46 +01:00 |
|
Fl_Graphics_Driver.H
|
Remove FLTK 1.4 ABI guards
|
2025-07-01 11:04:52 +02:00 |
|
Fl_Grid.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Group.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Help_Dialog.H
|
Fl_Help_View: Thin out header file
|
2025-07-05 17:48:30 +02:00 |
|
Fl_Help_View.H
|
#146: Add access to scrollbars widget in Fl_Help_View
|
2025-07-08 14:36:24 +02:00 |
|
Fl_Hold_Browser.H
|
|
|
|
Fl_Hor_Fill_Slider.H
|
|
|
|
Fl_Hor_Nice_Slider.H
|
Docs: add widget screenshot for Fl_Hor_Nice_Slider
|
2022-12-10 07:53:28 -08:00 |
|
Fl_Hor_Slider.H
|
|
|
|
Fl_Hor_Value_Slider.H
|
|
|
|
Fl_ICO_Image.H
|
Fix misplaced 'const' [-Wignored-qualifiers]
|
2023-04-13 19:58:26 +02:00 |
|
Fl_Image_Surface.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Image.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Input_.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Input_Choice.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Input.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Int_Input.H
|
|
|
|
Fl_JPEG_Image.H
|
Adding length checks for in-memory image data (see #542) (#592)
|
2022-12-17 16:01:35 +01:00 |
|
Fl_Light_Button.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Line_Dial.H
|
|
|
|
Fl_Menu_.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Menu_Bar.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Menu_Button.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Menu_Item.H
|
Add headline menu item style (#1059)
|
2025-11-19 16:58:08 +01:00 |
|
Fl_Menu_Window.H
|
|
|
|
Fl_Menu.H
|
|
|
|
fl_message.H
|
Fix trailing comma in enums of public headers
|
2023-04-13 20:14:36 +02:00 |
|
Fl_Multi_Browser.H
|
|
|
|
Fl_Multi_Label.H
|
Improve docs and add two new Fl_Menu_Item methods (#875)
|
2023-12-23 20:08:18 +01:00 |
|
Fl_Multiline_Input.H
|
|
|
|
Fl_Multiline_Output.H
|
|
|
|
Fl_Native_File_Chooser.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Nice_Slider.H
|
|
|
|
Fl_Object.H
|
|
|
|
Fl_Output.H
|
|
|
|
Fl_Overlay_Window.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Pack.H
|
Fix Fl_Pack to support more box types.
|
2025-12-29 16:21:17 +01:00 |
|
Fl_Paged_Device.H
|
Fix potential compiler warnings in public headers [-Wshadow]
|
2024-04-18 16:27:29 +02:00 |
|
Fl_PDF_File_Surface.H
|
Fix several compiler warnings [-Wextra-semi]
|
2025-06-05 09:50:07 +02:00 |
|
Fl_Pixmap.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Plugin.H
|
Add access to a list of registered plugin klasses.
|
2025-12-10 21:09:13 +01:00 |
|
Fl_PNG_Image.H
|
Fixes a bunch of typos in comments.
|
2023-08-26 15:17:28 +02:00 |
|
Fl_PNM_Image.H
|
|
|
|
Fl_Positioner.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_PostScript.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Preferences.H
|
Fl_String is now just an alias for std::string.
|
2025-03-07 00:12:40 +01:00 |
|
Fl_Printer.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Progress.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Radio_Button.H
|
|
|
|
Fl_Radio_Light_Button.H
|
|
|
|
Fl_Radio_Round_Button.H
|
|
|
|
Fl_Rect.H
|
Fl_Help_View: Refactor Fl_Help_Link to C++11
|
2025-07-02 20:45:54 +02:00 |
|
Fl_Repeat_Button.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Return_Button.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_RGB_Image.H
|
|
|
|
Fl_Roller.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Round_Button.H
|
|
|
|
Fl_Round_Clock.H
|
|
|
|
Fl_Scheme_Choice.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Scheme.H
|
Add Fl_Scheme::plastic_color_average() method [#464]
|
2025-12-25 19:34:08 +01:00 |
|
Fl_Scroll.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Scrollbar.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Secret_Input.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Select_Browser.H
|
|
|
|
Fl_Shared_Image.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Shortcut_Button.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
fl_show_colormap.H
|
|
|
|
fl_show_input.H
|
|
|
|
Fl_Simple_Counter.H
|
|
|
|
Fl_Single_Window.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Slider.H
|
Change arrow keys in log slider to even increments. #1232
|
2025-12-06 00:16:04 +01:00 |
|
Fl_Spinner.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
fl_string_functions.h
|
Promote fl_strlcpy to <FL/fl_string_functions.h>
|
2024-03-02 23:49:35 +01:00 |
|
Fl_SVG_File_Surface.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_SVG_Image.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Sys_Menu_Bar.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Table_Row.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Table.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Tabs.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Terminal.H
|
Fix comment alignment.
|
2025-11-01 02:13:23 +01:00 |
|
Fl_Text_Buffer.H
|
Fluid: convert modal panels into tabs in the widget panel (#1339)
|
2025-11-29 12:57:08 +01:00 |
|
Fl_Text_Display.H
|
Fixes Code Viewer widget height calculation
|
2025-12-28 23:15:30 +01:00 |
|
Fl_Text_Editor.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Tile.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Tiled_Image.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Timer.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Toggle_Button.H
|
|
|
|
Fl_Toggle_Light_Button.H
|
|
|
|
Fl_Toggle_Round_Button.H
|
|
|
|
Fl_Tooltip.H
|
Reorganize documentation source directories
|
2025-12-30 15:49:02 +01:00 |
|
Fl_Tree_Item_Array.H
|
Fix trailing comma in enums of public headers
|
2023-04-13 20:14:36 +02:00 |
|
Fl_Tree_Item.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Tree_Prefs.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Tree.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
fl_types.h
|
Use correct Doxygen syntax for "member groups"
|
2023-02-06 09:04:50 +01:00 |
|
fl_utf8.h
|
Remove warnings when building Doxygen documentation.
|
2025-11-09 14:37:07 +01:00 |
|
Fl_Valuator.H
|
Add C++11 Fl_Valuator::format API.
|
2026-01-04 15:50:56 +01:00 |
|
Fl_Value_Input.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Value_Output.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Value_Slider.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_Widget_Surface.H
|
Member Fl_Widget_Surface::draw_decorated_window() needs not be virtual
|
2023-10-31 18:33:31 +01:00 |
|
Fl_Widget_Tracker.H
|
Add pen/stylus/tablet API and driver for macOS (#1326)
|
2025-11-17 21:10:01 +01:00 |
|
Fl_Widget.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
Fl_Window.H
|
Declare some methods of Fl_Window 'const'
|
2025-11-10 16:23:04 +01:00 |
|
Fl_Wizard.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
Fl_XBM_Image.H
|
|
|
|
Fl_XPM_Image.H
|
|
|
|
Fl.H
|
Add background (bg) attribute to table of boxtypes
|
2025-12-01 23:06:37 +01:00 |
|
forms.H
|
Fix MSVC Level 4 warnings (#1126)
|
2025-10-31 19:15:38 +01:00 |
|
gl2opengl.h
|
Fix trailing comma in enums of public headers
|
2023-04-13 20:14:36 +02:00 |
|
gl_draw.H
|
|
|
|
gl.h
|
Protect GL_SILENCE_DEPRECATION from re-definition.
|
2023-03-15 23:15:32 +01:00 |
|
glu.h
|
|
|
|
glut.H
|
Replace 'FL_OVERRIDE' with 'override' in public headers
|
2025-07-08 15:25:14 +02:00 |
|
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
|
MacOS: Add FL_APP_ACTIVATE and DEACTIVATE.
|
2025-12-21 22:49:42 +01:00 |
|
platform_types.h
|
Use type cairo_region_t* for Fl_Region under Wayland platform
|
2024-03-20 15:20:31 +01:00 |
|
platform.H
|
Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__
|
2023-02-02 18:48:24 +01:00 |
|
README.Xcode
|
|
|
|
wayland.H
|
Document with more details function fl_wl_gc()
|
2025-11-16 10:09:01 +01:00 |
|
win32.H
|
|
|
|
x11.H
|
Introduce "Modern CMake" in FLTK
|
2024-02-07 18:37:34 +01:00 |
|
x.H
|
|
|