fltk/src
Greg Ercolano 4471166f59 Extra fool-proofing, and suggested use of strerror_r()
strerror_r() sounds like the better thing to use, but if you
read the man page carefully, there are pitfalls of competing
GNU vs POSIX versions of the same function, with different
return values.

GNU version returns a pointer to the error string, which may
or may not use the error string supplied to use. Makes no sense.
Why not use the buffer the user prepared? Makes returning errors hard.
One thing GNU does underline is the string is always NUL terminated.

POSIX version doesn't return a string at all, it returns an int,
making handling the GNU cases impossible. POSIX /doesn't/ say
one way or the other about the string being NUL terminated, so
you have to make sure when you use it.

I trawled the net, seems this is a big annoying issue.
For now, leaving the code with strerror(), but we should change it.
2020-07-14 12:52:56 +02:00
..
drivers First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
xutf8 Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CMakeLists.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Adjuster.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_BMP_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Bitmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Browser.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Browser_.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Browser_load.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Chart.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Check_Browser.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Check_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Choice.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Clock.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Color_Chooser.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Copy_Surface.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Counter.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Device.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Dial.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Double_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_File_Browser.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_File_Chooser.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_File_Chooser.fl First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_File_Chooser2.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_File_Icon.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_File_Icon2.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_File_Input.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_GIF_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Choice.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Choice.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Device_Plugin.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Overlay.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Gl_Window_Driver.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Graphics_Driver.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Group.cxx Convert Fl_Group::array_ to union to better represent its behavior 2020-07-10 18:09:28 +02:00
Fl_Help_Dialog.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Help_Dialog.fl Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Help_Dialog_Dox.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Help_View.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Image_Reader.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Image_Reader.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Image_Surface.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Input.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Input_.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Input_Choice.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_JPEG_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Light_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_MacOS_Sys_Menu_Bar.mm Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_Bar.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_add.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_global.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Multi_Label.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Native_File_Chooser.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Native_File_Chooser_FLTK.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Native_File_Chooser_GTK.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Native_File_Chooser_MAC.mm Improve control of sheet containing file dialog window. 2020-07-06 21:01:42 +02:00
Fl_Native_File_Chooser_WIN32.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Overlay_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_PNG_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_PNM_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Pack.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Paged_Device.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Pixmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Positioner.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Preferences.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Printer.cxx Fix for building without print support (GitHub issue #98). 2020-07-11 12:21:25 +02:00
Fl_Progress.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Repeat_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Return_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Roller.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Round_Button.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_SVG_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Screen_Driver.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Screen_Driver.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Scroll.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Scrollbar.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Shared_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Simple_Terminal.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Single_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Slider.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Spinner.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Sys_Menu_Bar.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Sys_Menu_Bar_Driver.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_System_Driver.H First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_System_Driver.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
Fl_Table.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Table_Row.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tabs.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Text_Buffer.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Text_Display.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Text_Editor.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tile.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tiled_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tooltip.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tree.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tree_Item.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tree_Item_Array.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Tree_Prefs.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Valuator.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Value_Input.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Value_Output.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Value_Slider.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Widget.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Widget_Surface.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_Driver.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_Driver.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_fullscreen.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_hotspot.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_iconize.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Wizard.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_XBM_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_XColor.H Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_XPM_Image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_abort.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_add_idle.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_arg.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_cocoa.mm Simpler code to support layer-based views that occur when macOS ≥ 10.14 2020-07-11 15:40:53 +02:00
Fl_compose.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_display.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_get_key.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_get_key_mac.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_get_key_win32.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_get_system_colors.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_grab.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_lock.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_own_colormap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_visual.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_win32.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_x.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Makefile Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Xutf8.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
allfiles.xbm
cgdebug.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
cmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
config_lib.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
d1.xbm
d1_mask.xbm
dump_compose.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
ew.xbm
ew_mask.xbm
fastarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
filename_absolute.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
filename_expand.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
filename_ext.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
filename_isdir.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
filename_list.cxx First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
filename_match.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
filename_setext.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_arc.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_ask.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_boxtype.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_call_main.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_cmap.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_color.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_cursor.cxx Update Fl_Window docs, fix typos 2020-07-12 18:06:03 +02:00
fl_cursor_help.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_nesw.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_none.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_nwse.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_wait.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_curve.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_diamond_box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_dnd_win32.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_dnd_x.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_draw.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_draw_pixmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_encoding_latin1.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_encoding_mac_roman.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_engraved_label.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_file_dir.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_font.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_gleam.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_gtk.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_images_core.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_labeltype.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_open_uri.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_oval_box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_overlay.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_overlay_visual.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_plastic.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_read_image.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_rect.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_round_box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_rounded_box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_scroll_area.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_set_font.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_shadow_box.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_shortcut.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_show_colormap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_symbols.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_utf8.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_vertex.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
flstring.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
flstring.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_bitmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_compatibility.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_free.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_fselect.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_pixmap.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
forms_timer.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
freeglut_geometry.cxx Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
freeglut_stroke_mono_roman.cxx Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
freeglut_stroke_roman.cxx
freeglut_teapot.cxx
freeglut_teapot_data.h
gl_draw.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
gl_start.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
glut_compatibility.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
glut_font.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
makedepend Move class Fl_SVG_File_Surface from libfltk to libfltk_images. 2020-06-29 11:36:09 +02:00
mediumarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
new.xbm
ns.xbm
ns_mask.xbm
numericsort.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
print_panel.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
print_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
scandir_posix.c Extra fool-proofing, and suggested use of strerror_r() 2020-07-14 12:52:56 +02:00
scandir_win32.c First pass at fixing issue 99 2020-07-14 12:52:56 +02:00
screen_xywh.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
slowarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
tile.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
up.xbm
utf8_internal.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
vsnprintf.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00