..
drivers
Remove redundant if condition, fix indenting.
2016-04-13 13:21:27 +00:00
xutf8
Use FL_CFG_WIN_X11 when appropriate
2016-04-13 06:29:37 +00:00
allfiles.xbm
cgdebug.h
CMakeLists.txt
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
2016-04-11 19:14:47 +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
Fix typo in config_lib.h
2016-04-13 06:23:02 +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
Rewrite filename_isdir.cxx for the driver model.
2016-04-08 15:48:28 +00:00
filename_list.cxx
Rewrite filename_list.cxx under the driver model.
2016-04-07 15:10:30 +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
Update build system to compile all drivers as indiviual objects.
2016-01-31 00:39:57 +00:00
Fl_arg.cxx
Fix error introduced in Fl_arg.cxx when converted to the driver model.
2016-04-03 15:34:31 +00:00
fl_ask.cxx
Moving fl_beep into screen driver.
2016-02-10 22:43:45 +00:00
Fl_Bitmap.cxx
Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().
2016-02-23 20:37:22 +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
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +00:00
fl_boxtype.cxx
Fix box background drawing for deactivated widgets (STR #2907 ).
2015-07-09 00:10:44 +00:00
Fl_Browser_.cxx
Fix Fl_Browser::textsize(int) to adjust the scrollbars (STR #3057 ).
2016-03-29 11:54:44 +00:00
Fl_Browser_load.cxx
Fl_Browser.cxx
Fix Fl_Browser::textsize(int) to adjust the scrollbars (STR #3057 ).
2016-03-29 11:54:44 +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
Use Fl::is_scheme() where appropriate.
2015-01-29 16:56:12 +00:00
Fl_Clock.cxx
Remove platform-dependent code from Fl_Clock.cxx
2016-04-10 18:02:26 +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
Move function draw_layer_to_context() from Fl_Cocoa_Screen_Driver to Fl_Cocoa_Window_Driver
2016-04-02 16:24:57 +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 a bunch of unnecessary #include <config.h> directives
2016-03-27 17:37:07 +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
Driver-based rewrite of the Fl_Copy_Surface class.
2016-03-19 18:14:58 +00:00
Fl_Counter.cxx
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +00: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_cursor.cxx
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).
2016-03-26 14:36:11 +00:00
fl_curve.cxx
Fl_Device.cxx
Fix PicoSDL.
2016-03-07 20:50:18 +00:00
Fl_Dial.cxx
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +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
Move dnd and character-composition related functions from Fl_System_Driver to Fl_Screen_Driver
2016-03-31 19:55:03 +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
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).
2016-03-26 14:36:11 +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 compiler warnings (STR #2988 ) - final commit.
2016-02-27 17:27:21 +00:00
fl_encoding_latin1.cxx
Details on PORTME items. Move fl_parse_color() to screen drivers.
2016-02-13 12:57:00 +00:00
fl_encoding_mac_roman.cxx
Details on PORTME items. Move fl_parse_color() to screen drivers.
2016-02-13 12:57:00 +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
Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.
2016-04-10 17:56:53 +00:00
Fl_File_Chooser2.cxx
Finish rewrite of Fl_File_Chooser2.cxx for the driver model.
2016-04-12 21:32:55 +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
Remove platform-dependent code from Fl_File_Icon2.cxx
2016-04-10 18:45:59 +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
Remove platform-dependent code from src/fl_font.cxx
2016-04-02 13:48:50 +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
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
2016-04-11 19:14:47 +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
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver::get_gc() to gc().
2016-02-19 12:40:24 +00:00
Fl_Gl_Choice.H
Mark places that need to be refactored with // PORTME:
2016-02-11 12:02:36 +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
Mark places that need to be refactored with // PORTME:
2016-02-11 12:02:36 +00:00
Fl_Gl_Window.cxx
Rename all remaining src/drivers/XXX.h to XXX.H
2016-02-26 16:12:43 +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
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).
2016-03-26 14:36:11 +00:00
Fl_Group.cxx
Mac OS: support for high resolution OpenGL windows.
2015-12-02 09:59:37 +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
Bump version numbers for next minor release: FLTK 1.4.0.
2016-01-30 00:56:42 +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 useless platform-specific #include directives from Fl_Help_View.cxx
2016-04-13 06:00:19 +00:00
Fl_Image_Surface.cxx
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
2016-03-19 16:48:33 +00:00
Fl_Image.cxx
Remove a bunch of useless #include <FL/x.H> directives.
2016-03-25 16:06:00 +00:00
fl_images_core.cxx
Fl_Input_.cxx
Finish removal of platform-dependent code from Fl_Input_.cxx
2016-03-31 17:41:45 +00:00
Fl_Input.cxx
Rewrite Fl_Input.cxx under the driver model.
2016-04-06 19:39:15 +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
Fl_Light_Button.cxx
Fix button label clipping (STR #3237 ).
2015-06-27 15:20:23 +00:00
fl_line_style.cxx
Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE.
2016-01-31 01:14:50 +00:00
Fl_lock.cxx
Fix platform specific compilation errors.
2016-04-13 12:26:04 +00:00
Fl_Menu_.cxx
Fixes STR#3177; item_pathname() supports FL_SUBMENU_POINTER,
2015-07-26 21:10:18 +00:00
Fl_Menu_add.cxx
Fl_Menu_Bar.cxx
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +00:00
Fl_Menu_Button.cxx
STR 2711: another try at fixing the text position in Menu_Button. The label does move a little bit to the left, so it may be necessary to make these buttons larger for long text. It does reduce the risk of overlapping text though.
2012-08-16 21:35:14 +00:00
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
Rewrite Fl_Menu.cxx for the driver model.
2016-04-09 09:48:34 +00:00
Fl_Multi_Label.cxx
Fl_Native_File_Chooser_FLTK.cxx
Make Fl_Native_File_Chooser_FLTK.cxx platform-independent.
2016-04-06 15:57:43 +00:00
Fl_Native_File_Chooser_GTK.cxx
Fix typo in config_lib.h
2016-04-13 06:23:02 +00:00
Fl_Native_File_Chooser_MAC.mm
Remove unneeded #include directives
2016-04-06 13:13:14 +00:00
Fl_Native_File_Chooser_WIN32.cxx
Rewrite the Fl_File_Native_Chooser class under the driver model.
2016-04-05 11:25:35 +00:00
Fl_Native_File_Chooser.cxx
Rewrite the Fl_File_Native_Chooser class under the driver model.
2016-04-05 11:25:35 +00:00
fl_open_uri.cxx
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
2016-04-11 19:14:47 +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
Rewrite Fl_Overlay_Window class under the driver model.
2016-03-27 06:58:54 +00:00
fl_overlay.cxx
Add comment to make clear that fl_overlay.cxx is cross-platform at this point.
2016-04-09 17:11:34 +00:00
Fl_own_colormap.cxx
Details on PORTME items. Move fl_parse_color() to screen drivers.
2016-02-13 12:57:00 +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
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).
2016-03-26 14:36:11 +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
Remove platform-dependent code from Fl_PNG_Image.cxx
2016-04-10 18:22:57 +00:00
Fl_PNM_Image.cxx
Minor documentation fixes.
2015-06-14 17:07:31 +00:00
Fl_porting.cxx
Moved the Fl_Window::decorated_*() functions teh Window_Driver
2016-03-12 22:24:20 +00:00
Fl_Positioner.cxx
Fl_Preferences.cxx
Rewrite Fl_Preferences.cxx under the driver model.
2016-04-10 08:15:51 +00:00
Fl_Printer.cxx
Restore building with NO_PRINT_SUPPORT.
2016-03-28 10:05:20 +00:00
Fl_Progress.cxx
fl_read_image.cxx
Fix Doxygen warnings.
2016-04-06 22:20:32 +00:00
fl_rect.cxx
Remove a bunch of unnecessary #include <config.h> directives
2016-03-27 17:37:07 +00:00
Fl_Repeat_Button.cxx
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +00:00
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
Fix box background drawing for deactivated widgets (STR #2907 ).
2015-07-09 00:10:44 +00:00
Fl_Screen_Driver.cxx
Rewrite Fl_Input.cxx under the driver model.
2016-04-06 19:39:15 +00:00
fl_scroll_area.cxx
Fix typo Fl --> FL
2016-04-04 08:18:26 +00:00
Fl_Scroll.cxx
Add documentation of Fl_Scroll::resize(...), fix some more Fl_Scroll docs.
2015-06-28 13:05:29 +00:00
Fl_Scrollbar.cxx
Use Fl::is_scheme() where appropriate.
2015-01-29 16:56:12 +00:00
fl_set_font.cxx
Complete removal of platform-dependent code from fl_set_font.cxx
2016-04-02 15:37:03 +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
Fix MSWindows compile issues.
2016-02-10 10:31:43 +00:00
fl_shortcut.cxx
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
2016-04-11 19:14:47 +00:00
fl_show_colormap.cxx
Removed useless tests of whether unsigned Fl_Color is < 0
2012-11-20 12:29:46 +00:00
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_symbols.cxx
Fl_Sys_Menu_Bar.mm
Move platform-dependent stuff away from src/Fl.cxx
2016-03-24 06:25:18 +00:00
Fl_System_Driver.cxx
Reorganize the implementations of the virtual member function Fl_System_Driver::getenv()
2016-04-12 06:45:35 +00:00
Fl_Table_Row.cxx
Fl_Table.cxx
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
2016-03-26 02:55:14 +00:00
Fl_Tabs.cxx
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
2016-03-26 02:55:14 +00:00
Fl_Text_Buffer.cxx
Fix typos.
2016-04-09 10:42:17 +00:00
Fl_Text_Display.cxx
Complete removal of platform-dependent code from Fl_Text_Display.cxx
2016-04-01 15:37:19 +00:00
Fl_Text_Editor.cxx
Rewrite Fl_Text_Editor.cxx under the driver model.
2016-04-01 14:49:29 +00:00
Fl_Tile.cxx
Improve and reorganize Fl_Tile's documentation and test/tile demo.
2014-10-19 14:17:47 +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
Fixes to how new move() operations handle the concept
2014-09-05 02:59:00 +00:00
Fl_Tree_Item.cxx
Carrying over r11173 fix to the new 1.3 porting branch.
2016-03-14 17:20:59 +00:00
Fl_Tree_Prefs.cxx
Details on PORTME items. Move fl_parse_color() to screen drivers.
2016-02-13 12:57:00 +00:00
Fl_Tree.cxx
Fix some, but not all doxygen warnings.
2016-03-21 22:51:23 +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
STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes.
2012-07-24 04:37:22 +00:00
fl_vertex.cxx
Remove a bunch of unnecessary #include <config.h> directives
2016-03-27 17:37:07 +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
Fix error with PostScript driver on the Mac platform.
2016-03-31 05:01:22 +00:00
Fl_Widget.cxx
Add fl_focus_rect function to driver.
2016-02-01 23:06:14 +00:00
Fl_win32.cxx
Fix VisualC++ build (Visual Studio 2015).
2016-04-11 00:46:11 +00:00
Fl_Window_Driver.cxx
Remove a bunch of unnecessary #include <config.h> directives
2016-03-27 17:37:07 +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
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).
2016-03-26 14:36:11 +00:00
Fl_Wizard.cxx
Fl_x.cxx
Fix typos.
2016-04-09 10:42:17 +00:00
Fl_XBM_Image.cxx
Fix compiler warnings (STR #2988 ) - final commit.
2016-02-27 17:27:21 +00:00
Fl_XColor.H
Fl_XPM_Image.cxx
Fix STR#2995: make FLTK robust to bad .xpm files
2014-05-22 12:11:17 +00:00
Fl.cxx
Add and correct a few Doxygen comments.
2016-04-12 07:07:21 +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_compatability.cxx
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
Replace src/Fl_Font.H by one file for each platform.
2016-04-02 13:22:48 +00:00
gl_start.cxx
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
2016-03-30 20:16:40 +00:00
glut_compatability.cxx
Fix compiler warnings (STR 2988), porting from branch-1.3.
2016-01-31 04:33:54 +00:00
glut_font.cxx
makedepend
Rewrite the Fl_File_Native_Chooser class under the driver model.
2016-04-05 11:25:35 +00:00
Makefile
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
2016-04-11 19:14:47 +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
Rewrite filename_list.cxx under the driver model.
2016-04-07 15:10:30 +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
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
2016-02-26 17:17:20 +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