fltk/src
Albrecht Schlosser a6803d71c6 Remove leading underscore from labeltyps as far as possible.
Removed obsolete '\todo' item from docs (done with recent commits).

Removed redundant code from label assignment (e.g. use FL_IMAGE_LABEL
instead of label type assignment + use of _FL_IMAGE_LABEL).

See recent commits.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12448 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2017-09-12 13:05:48 +00:00
..
drivers Fix for STR#3397: find adequate X font to use it with GL. 2017-08-27 07:58:38 +00:00
xutf8 Remove unnecessary #include statement. 2017-08-14 11:42:34 +00:00
allfiles.xbm
cgdebug.h
CMakeLists.txt Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 2017-09-03 13:14:25 +00:00
cmap.cxx Update copyright and comments of src/cmap.cxx (no code changes). 2016-02-20 16:41:05 +00:00
config_lib.h Rewrite OpenGL-related code under the driver model. 2016-05-08 06:42:57 +00:00
d1_mask.xbm
d1.xbm
dump_compose.c
ew_mask.xbm
ew.xbm
fastarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
filename_absolute.cxx Rewrite filename_absolute.cxx for the driver model. 2016-04-08 15:17:39 +00:00
filename_expand.cxx Rewrite filename_expand.cxx under the driver model. 2016-04-07 16:54:20 +00:00
filename_ext.cxx Rewrite filename_ext.cxx for the driver model. 2016-04-08 16:00:26 +00:00
filename_isdir.cxx Remove S_IFMT from the public FLTK API 2016-04-15 07:33:26 +00:00
filename_list.cxx Virtualized add_fd and remove_fd into System Driver 2016-04-19 22:45:22 +00:00
filename_match.cxx
filename_setext.cxx
Fl_abort.cxx Rewrite Fl_abort.cxx under the driver model. 2016-03-28 15:22:20 +00:00
Fl_add_idle.cxx
Fl_Adjuster.cxx
fl_arc.cxx Add Doxygen comments for members of the Fl_Graphics_Driver class. 2016-04-24 08:38:11 +00:00
Fl_arg.cxx Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow the CMP 2016-09-26 19:35:20 +00:00
fl_ask.cxx Bringing over fix [r11842] from 1.3 current to the porting branch. 2016-07-22 10:30:34 +00:00
Fl_Bitmap.cxx Remove leading underscore from labeltyps as far as possible. 2017-09-12 13:05:48 +00:00
Fl_BMP_Image.cxx Remove a bunch of unnecessary #include <config.h> directives 2016-03-27 17:37:07 +00:00
Fl_Box.cxx
fl_boxtype.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
Fl_Browser_.cxx Fix compiler warnings (gcc 6.1). 2016-07-29 09:24:04 +00:00
Fl_Browser_load.cxx
Fl_Browser.cxx Fix Fl_Browser background and text color parsing (STR #3376). 2017-06-04 14:39:05 +00:00
Fl_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
fl_call_main.c Remove the platform-dependent type xchar 2016-03-29 09:29:51 +00:00
Fl_Chart.cxx
Fl_Check_Browser.cxx
Fl_Check_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
Fl_Choice.cxx Bringing over fix [r11907] from 1.3 current to the porting branch. 2016-08-30 19:16:50 +00:00
Fl_Clock.cxx Allow to disable shadows in Fl_Clock and derived widgets. 2017-05-15 15:30:52 +00:00
fl_cmap.h Document creation of src/fl_cmap.h with src/cmap.cxx. 2016-02-20 16:24:11 +00:00
Fl_cocoa.mm Remove unnecessary local variable. 2017-07-20 09:25:49 +00:00
Fl_Color_Chooser.cxx Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
fl_color.cxx Remove Doxygen warning. Doxygen does not know that unsigned and unsigned int are the same type. 2016-04-23 04:39:14 +00:00
Fl_compose.cxx Move dnd and character-composition related functions from Fl_System_Driver to Fl_Screen_Driver 2016-03-31 19:55:03 +00:00
Fl_Copy_Surface.cxx Add tests to avoid null pointer errors 2016-04-27 16:42:20 +00:00
Fl_Counter.cxx
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_cursor.cxx Move set_cursor() member functions from class Fl_X to classes Fl_Window_Driver and derived. 2016-04-18 14:31:07 +00:00
fl_curve.cxx Add Doxygen comments for members of the Fl_Graphics_Driver class. 2016-04-24 08:38:11 +00:00
Fl_Device.cxx X11 platform: cleaner implementation of changing the active drawing surface and maintaining clip regions. 2017-08-24 12:40:29 +00:00
Fl_Dial.cxx Remove unnecessary Fl_Widget_Tracker from Fl_Dial's handle(). 2017-06-29 01:13:05 +00:00
fl_diamond_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
Fl_display.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
fl_dnd_win32.cxx FLDropTarget::DragEnter() replace call to Fl_Screen_Driver::get_mouse(int&, int&) by call to GetCursorPos(POINT*) 2017-07-14 06:56:20 +00:00
fl_dnd_x.cxx Move dnd and character-composition related functions from Fl_System_Driver to Fl_Screen_Driver 2016-03-31 19:55:03 +00:00
Fl_Double_Window.cxx Replace static protected bool Fl_Window_Driver::is_a_rescale by a private static variable and a public getter. 2017-07-28 15:51:05 +00:00
fl_draw_pixmap.cxx Rewrite fl_draw_pixmap.cxx under the driver model. 2016-04-12 13:47:38 +00:00
fl_draw.cxx Fix line wrap at word end when string widths are true double values (non integer). 2017-02-19 15:49:48 +00:00
fl_encoding_latin1.cxx Rewrite fl_encoding_mac_roman.cxx under the driver model. 2016-04-13 14:19:13 +00:00
fl_encoding_mac_roman.cxx Rewrite fl_encoding_mac_roman.cxx under the driver model. 2016-04-13 14:19:13 +00:00
fl_engraved_label.cxx Const the shadow, embossed, and engraved color tables 2014-08-23 09:22:17 +00:00
Fl_File_Browser.cxx Add one more argument to virtual Fl_System_Driver::file_browser_load_filesystem() giving length of the filename argument 2016-10-19 08:40:41 +00:00
Fl_File_Chooser2.cxx Fix some typos. 2017-07-07 18:28:10 +00:00
Fl_File_Chooser.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
Fl_File_Chooser.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
fl_file_dir.cxx Fix Linux/Unix potential program hang when dialog pops up while a menu is open (STR #3179). 2015-02-02 17:55:22 +00:00
Fl_File_Icon2.cxx Fix inconsistent interpretation of ld() in image handling (STR #3308). 2016-10-14 16:35:52 +00:00
Fl_File_Icon.cxx Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new method Fl_System_Driver::file_type(). 2016-04-11 13:07:08 +00:00
Fl_File_Input.cxx Rewrite Fl_File_Input.cxx under the driver model. 2016-04-10 18:36:47 +00:00
fl_font.cxx virtualized some Region calls. 2016-04-17 15:36:23 +00:00
Fl_get_key_mac.cxx Rewrite Fl_get_key.cxx under the driver model. 2016-04-06 20:30:28 +00:00
Fl_get_key_win32.cxx Rewrite Fl_get_key.cxx under the driver model. 2016-04-06 20:30:28 +00:00
Fl_get_key.cxx Remove Doxygen warning. 2016-04-23 06:48:14 +00:00
Fl_get_system_colors.cxx Rewrite Fl_get_system_colors.cxx under the driver model. 2016-04-10 19:37:18 +00:00
Fl_GIF_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_Gl_Choice.cxx Add GLContext to the set of platform-dependent types defined in FL/platform_types.h 2016-05-13 06:45:40 +00:00
Fl_Gl_Choice.H Add GLContext to the set of platform-dependent types defined in FL/platform_types.h 2016-05-13 06:45:40 +00:00
Fl_Gl_Device_Plugin.cxx Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way. 2016-03-09 10:30:29 +00:00
Fl_Gl_Overlay.cxx Add GLContext to the set of platform-dependent types defined in FL/platform_types.h 2016-05-13 06:45:40 +00:00
Fl_Gl_Window.cxx Replace static protected bool Fl_Window_Driver::is_a_rescale by a private static variable and a public getter. 2017-07-28 15:51:05 +00:00
fl_gleam.cxx Fix MSWindows compile issues. 2016-02-10 10:31:43 +00:00
Fl_grab.cxx Remove a bunch of unnecessary #include <config.h> directives 2016-03-27 17:37:07 +00:00
Fl_Graphics_Driver.cxx Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H) protected rather than private. 2017-09-09 12:35:06 +00:00
Fl_Group.cxx Replace static protected bool Fl_Window_Driver::is_a_rescale by a private static variable and a public getter. 2017-07-28 15:51:05 +00:00
fl_gtk.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
Fl_Help_Dialog_Dox.cxx
Fl_Help_Dialog.cxx Remove unnecessary #include files from Fl_Help_View.H 2017-08-18 15:46:20 +00:00
Fl_Help_Dialog.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
Fl_Help_View.cxx Remove unnecessary #include files from Fl_Help_View.H 2017-08-18 15:46:20 +00:00
Fl_Image_Surface.cxx Add void fl_scale_offscreen(Fl_Offscreen &ctx) to support the rescaling of an offscreen buffer. 2017-05-18 17:26:34 +00:00
Fl_Image.cxx Remove leading underscore from labeltyps as far as possible. 2017-09-12 13:05:48 +00:00
fl_images_core.cxx Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 2017-09-03 13:14:25 +00:00
Fl_Input_.cxx Fix compiler warnings. 2016-05-31 12:09:52 +00:00
Fl_Input_Choice.cxx Remove superfluous semicolon. 2017-03-12 21:33:33 +00:00
Fl_Input.cxx Revert temporary fix (attempt) introduced in svn r11644. 2017-03-17 17:32:00 +00:00
Fl_JPEG_Image.cxx Fixed typos in the constructors of Fl_JPEG_Image. 2015-06-07 06:21:40 +00:00
fl_labeltype.cxx Improve label alignment docs and border case implementations. 2017-02-27 17:00:41 +00:00
Fl_Light_Button.cxx Fix button label clipping (STR #3237). 2015-06-27 15:20:23 +00:00
Fl_lock.cxx Fix building without threads (pthreads). 2016-12-06 18:49:22 +00:00
Fl_Menu_.cxx Documentation fixes and clarifications. 2016-07-09 17:14:22 +00:00
Fl_Menu_add.cxx Documentation fixes and clarifications. 2016-07-09 17:14:22 +00:00
Fl_Menu_Bar.cxx
Fl_Menu_Button.cxx
Fl_Menu_global.cxx
Fl_Menu_Window.cxx Rewrite Fl_Menu_Window class under the driver model. 2016-03-27 07:47:52 +00:00
Fl_Menu.cxx MSWindows fixes for previous commits. 2016-04-17 17:45:44 +00:00
Fl_Multi_Label.cxx Add missing Fl_Labeltype and Fl_Boxtype definitions. 2017-09-11 18:54:10 +00:00
Fl_Native_File_Chooser_FLTK.cxx Make Fl_Native_File_Chooser_FLTK.cxx compilable with FL_PORTING on. 2016-09-11 08:09:00 +00:00
Fl_Native_File_Chooser_GTK.cxx Use more consistent naming for derived classes of Fl_Native_File_Chooser_Driver. 2016-04-16 08:37:15 +00:00
Fl_Native_File_Chooser_MAC.mm MacOS: fix a small problem where command Quit of the application menu may not work if Fl_Native_File_Chooser is used before any window is shown. 2016-10-27 16:41:05 +00:00
Fl_Native_File_Chooser_WIN32.cxx Bringing over fix [r11920] from 1.3 current to the porting branch. 2016-09-05 16:56:54 +00:00
Fl_Native_File_Chooser.cxx Fix Fl_Native_File_Chooser::filter_value() 2017-07-28 14:06:18 +00:00
fl_open_uri.cxx Remove Doxygen warnings. 2016-04-23 06:43:04 +00:00
fl_oval_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_overlay_visual.cxx
Fl_Overlay_Window.cxx Fix incorrect difference between branches 1.3 and 1.4 in an Fl_Overlay_Window constructor. 2017-07-24 06:32:26 +00:00
fl_overlay.cxx Introduce HiDPI + rescaling support for the X11 platform (+ partial support for WIN32) 2017-05-17 11:54:18 +00:00
Fl_own_colormap.cxx Bringing over fix [r11757] from 1.3 current to the porting branch. 2016-07-20 01:05:58 +00:00
Fl_Pack.cxx
Fl_Paged_Device.cxx Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int). 2016-02-26 12:51:47 +00:00
Fl_Pixmap.cxx Remove leading underscore from labeltyps as far as possible. 2017-09-12 13:05:48 +00:00
fl_plastic.cxx Removed ‘array subscript is of type char’ compilation warnings 2014-09-13 17:04:20 +00:00
Fl_PNG_Image.cxx Fix compiler warning and potential error in PNG error handling. 2017-09-10 11:38:23 +00:00
Fl_PNM_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_porting.cxx virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist. 2016-04-17 14:45:25 +00:00
Fl_Positioner.cxx
Fl_Preferences.cxx STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling. 2017-07-07 21:00:17 +00:00
Fl_Printer.cxx Add --enable-print option to configure to allow building without print support on X11 platforms. 2016-12-01 17:31:29 +00:00
Fl_Progress.cxx
fl_read_image.cxx Fix Doxygen warnings. 2016-04-06 22:20:32 +00:00
fl_rect.cxx Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_Driver::line_width_ 2016-11-16 19:56:22 +00:00
Fl_Repeat_Button.cxx
Fl_Return_Button.cxx Fix button label clipping (STR #3237). 2015-06-27 15:20:23 +00:00
Fl_Roller.cxx
fl_round_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
Fl_Round_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
fl_rounded_box.cxx Improve drawing of rounded box (STR #2943). 2016-07-15 22:12:30 +00:00
Fl_Screen_Driver.cxx Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1. 2017-07-29 07:36:04 +00:00
fl_scroll_area.cxx Fix typo Fl --> FL 2016-04-04 08:18:26 +00:00
Fl_Scroll.cxx Introduce HiDPI + rescaling support for the X11 platform (+ partial support for WIN32) 2017-05-17 11:54:18 +00:00
Fl_Scrollbar.cxx Use Fl::is_scheme() where appropriate. 2015-01-29 16:56:12 +00:00
fl_set_font.cxx Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver. 2016-09-23 13:56:07 +00:00
fl_shadow_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
Fl_Shared_Image.cxx Modify Fl_Shared_Image::scale(int, int) for the case of an erroneous image object. 2017-08-30 10:21:56 +00:00
fl_shortcut.cxx Remove Doxygen warnings. 2016-04-23 06:43:04 +00:00
fl_show_colormap.cxx
Fl_Single_Window.cxx Fixed 'flush()' code for single, double, and overlay buffering 2016-03-13 22:16:37 +00:00
Fl_Slider.cxx Fix more compiler warnings. 2016-04-05 21:15:45 +00:00
Fl_Spinner.cxx Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989). 2017-03-10 21:47:08 +00:00
Fl_SVG_Image.cxx Fix nanosvg implementation of nsvg__atof() to allow compilation with Visual Studio 7. 2017-09-09 15:47:04 +00:00
fl_symbols.cxx
Fl_Sys_Menu_Bar.mm MacOS system menus: replace 'rank' by 'index' to denote a number identifying a menu item. 2017-06-06 07:38:39 +00:00
Fl_System_Driver.cxx Give platform-independent default implementation to Fl_System_Driver::gettime() 2017-03-14 17:51:20 +00:00
Fl_Table_Row.cxx Avoid #include's of unrelated system headers in Fl_Table*.H. 2017-08-18 15:16:08 +00:00
Fl_Table.cxx Avoid #include's of unrelated system headers in Fl_Table*.H. 2017-08-18 15:16:08 +00:00
Fl_Tabs.cxx Code formatting only. No significant changes. 2017-06-21 20:00:28 +00:00
Fl_Text_Buffer.cxx Fix confusing behavior of class Fl_Text_Selection. 2017-07-26 12:32:13 +00:00
Fl_Text_Display.cxx Fix line number alignment in Fl_Text_Display/Editor (STR #3363). 2017-02-04 21:56:38 +00:00
Fl_Text_Editor.cxx Bringing over fix [r11759] from 1.3 current to the porting branch. 2016-07-20 00:55:06 +00:00
Fl_Tile.cxx Introduce Fl_Group::bounds(), deprecate Fl_Group::sizes(). 2017-07-07 19:16:40 +00:00
Fl_Tiled_Image.cxx Fix an error and improve documentation of Fl_Tiled_Image. 2015-03-02 10:23:20 +00:00
Fl_Tooltip.cxx Rewrite Fl_Tooltip.cxx for the driver model. 2016-04-09 15:37:40 +00:00
Fl_Tree_Item_Array.cxx Remove FL_ABI_VERSION clauses from the Fl_Tree class source code 2016-04-13 19:18:56 +00:00
Fl_Tree_Item.cxx Bringing over fix [r11840] from 1.3 current to the porting branch. 2016-07-21 00:51:14 +00:00
Fl_Tree_Prefs.cxx Complete rewriting of Fl_Tree_Prefs.cxx under the driver model. 2016-04-14 20:58:20 +00:00
Fl_Tree.cxx Bringing over fix [r11986] from 1.3 current to the porting branch. 2016-09-26 19:31:29 +00:00
fl_utf8.cxx Add platform-independent internal UTF-8 header file. 2016-04-09 17:55:12 +00:00
Fl_Valuator.cxx Improve documentation of Fl_Valuator class. 2016-03-08 13:51:01 +00:00
Fl_Value_Input.cxx
Fl_Value_Output.cxx
Fl_Value_Slider.cxx
fl_vertex.cxx Remove unnecessary #include statements and compilation guards. 2017-08-14 17:10:26 +00:00
Fl_visual.cxx Remove a bunch of unnecessary #include <config.h> directives 2016-03-27 17:37:07 +00:00
Fl_Widget_Surface.cxx Improve Fl_Widget_Surface::print_window_part() with better quality when scaling factor > 1. 2017-07-31 07:47:48 +00:00
Fl_Widget.cxx Improve docs of Fl_Widget::callback() and do_callback(). 2017-07-20 15:16:37 +00:00
Fl_win32.cxx Fl_WinAPI_Window_Driver::capture_titlebar_and_borders(): remove a few unnecessary statements. 2017-08-26 14:15:20 +00:00
Fl_Window_Driver.cxx Improve rescaling when window moved across screens: make sure center stays on new screen. 2017-07-30 16:21:57 +00:00
Fl_Window_fullscreen.cxx Rewrite Fl_Window::border(int) under the driver model. 2016-03-23 16:14:35 +00:00
Fl_Window_hotspot.cxx Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model. 2016-03-23 20:16:23 +00:00
Fl_Window_iconize.cxx Rewrite Fl_Window::iconize() under the driver model. 2016-03-23 18:00:37 +00:00
Fl_Window.cxx Allow calling Fl_Window::decorated_w() with const Fl_Window object and also for decorated_h (cont'd) 2017-06-16 15:07:53 +00:00
Fl_Wizard.cxx
Fl_x.cxx Improve rescaling when window moved across screens: make sure center stays on new screen. 2017-07-30 16:21:57 +00:00
Fl_XBM_Image.cxx Documentation fixes. 2016-10-14 14:33:18 +00:00
Fl_XColor.H
Fl_XPM_Image.cxx Documentation fixes. 2016-10-14 14:33:18 +00:00
Fl.cxx Add missing #include "config_lib.h" in Fl.cxx. 2017-08-15 16:45:38 +00:00
flstring.c
flstring.h Remove obsolete EMX (DOS, OS/2 extender) support. 2016-04-12 17:53:18 +00:00
forms_bitmap.cxx
forms_compatibility.cxx Rename misspelled files. 2016-11-12 13:28:53 +00:00
forms_free.cxx
forms_fselect.cxx
forms_pixmap.cxx
forms_timer.cxx Mark places that need to be refactored with // PORTME: 2016-02-11 12:02:36 +00:00
freeglut_geometry.cxx
freeglut_stroke_mono_roman.cxx
freeglut_stroke_roman.cxx
freeglut_teapot_data.h
freeglut_teapot.cxx
gl_draw.cxx MacOS: reduce the memory size of class gl_texture_fifo managing GL textures to draw strings under GL. 2017-01-24 12:53:33 +00:00
gl_start.cxx Add GLContext to the set of platform-dependent types defined in FL/platform_types.h 2016-05-13 06:45:40 +00:00
glut_compatibility.cxx Rename misspelled files. 2016-11-12 13:28:53 +00:00
glut_font.cxx
makedepend Update dependencies. 2017-08-18 15:18:46 +00:00
Makefile Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 2017-09-03 13:14:25 +00:00
mediumarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
new.xbm
ns_mask.xbm
ns.xbm
numericsort.c Fix compiler warnings [-Wmissing-declarations]. 2016-04-09 10:15:42 +00:00
print_panel.cxx Fix freeze of Fl_Native_File_Chooser occurring under Mac OS + X11 when printing to .ps file 2016-03-09 16:17:36 +00:00
print_panel.h Linux/unix: added support for BSD-style printing, that is, using lpq/lpr instead of lpstat/lp . 2015-03-12 15:24:15 +00:00
scandir_posix.c Avoid "empty translation unit" compiler warning. 2016-11-12 13:49:48 +00:00
scandir_win32.c Place #include <FL/platform_types.h> as first directive 2016-04-07 15:29:54 +00:00
screen_xywh.cxx Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-containing screen. 2017-06-17 06:53:44 +00: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 Add platform-independent internal UTF-8 header file. 2016-04-09 17:55:12 +00:00
vsnprintf.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Xutf8.h Add platform-independent internal UTF-8 header file. 2016-04-09 17:55:12 +00:00