fltk/src
Matthias Melcher 5953f5a695 Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printer::Helper::Helper
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-12 23:44:57 +00:00
..
drivers Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
xutf8 Android version compiles and links. Won't run yet. 2016-03-11 01:01:58 +00:00
CMakeLists.txt Implement non-rectangular windows using the Window Driver mechanism. 2016-03-10 17:19:34 +00:00
Fl.cxx Add localization of modifier key names in shortcut labels. 2016-03-12 17:44:24 +00:00
Fl_Adjuster.cxx Jenkins fixed 2012-04-30 23:18:28 +00:00
Fl_BMP_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_Bitmap.cxx Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache(). 2016-02-23 20:37:22 +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_Browser.cxx Fix Fl_Browser if text argument to some methods is NULL (STR #3269). 2015-12-15 10:16:56 +00:00
Fl_Browser_.cxx Changed Fl_Multi_Browser behaviour on the Mac OS platform so multiple selection 2015-11-05 17:54:16 +00:00
Fl_Browser_load.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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_Chart.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Check_Browser.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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 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_Color_Chooser.cxx Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
Fl_Copy_Surface.cxx Fix PicoSDL. 2016-03-07 20:50:18 +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_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_Double_Window.cxx Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printer::Helper::Helper 2016-03-12 23:44:57 +00:00
Fl_File_Browser.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +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_Chooser2.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_File_Icon.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_File_Icon2.cxx Fix STR#3044 (cont'd). 2014-05-01 15:55:03 +00:00
Fl_File_Input.cxx Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessible in Fl_Widget. new inline is_fullscreen() getter has been implemented to avoid a build error with (at least) msvc compilers. Fixed a ton of warnings / problems when bilding on windows 64 bits target with ms toolchain. cleaned up about 200 warnings raised when building win74 targets. 2012-04-05 05:12:30 +00:00
Fl_Font.H Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_GDI_Printer.cxx Rewrite of Fl_Printer under the driver model - first step 2016-03-11 20:32:48 +00:00
Fl_GIF_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +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_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_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_Graphics_Driver.cxx Implement non-rectangular windows using the Window Driver mechanism. 2016-03-10 17:19:34 +00:00
Fl_Group.cxx Mac OS: support for high resolution OpenGL windows. 2015-12-02 09:59:37 +00:00
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_Dialog_Dox.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Help_View.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_Image.cxx Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache(). 2016-02-23 20:37:22 +00:00
Fl_Image_Surface.cxx Remove redundant recursion (as suggested in [fltk.coredev] [porting] Remove redundant recursion) 2016-03-10 16:07:24 +00:00
Fl_Input.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Input_.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_JPEG_Image.cxx Fixed typos in the constructors of Fl_JPEG_Image. 2015-06-07 06:21:40 +00:00
Fl_Light_Button.cxx Fix button label clipping (STR #3237). 2015-06-27 15:20:23 +00:00
Fl_Menu.cxx Add localization of modifier key names in shortcut labels. 2016-03-12 17:44:24 +00:00
Fl_Menu_.cxx Fixes STR#3177; item_pathname() supports FL_SUBMENU_POINTER, 2015-07-26 21:10:18 +00:00
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_Window.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_Menu_add.cxx Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessible in Fl_Widget. new inline is_fullscreen() getter has been implemented to avoid a build error with (at least) msvc compilers. Fixed a ton of warnings / problems when bilding on windows 64 bits target with ms toolchain. cleaned up about 200 warnings raised when building win74 targets. 2012-04-05 05:12:30 +00:00
Fl_Menu_global.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Multi_Label.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Native_File_Chooser.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Native_File_Chooser_FLTK.cxx Further things related to the r11063 commit. 2016-01-27 18:24:25 +00:00
Fl_Native_File_Chooser_GTK.cxx Created pseudo code for all FL_PORTED section so that FLTK compiles and links (Xcode, hello, other C flags: -D FL_PORTING -U __APPLE__ -U __APPLE_QUARTZ__) 2016-01-04 23:09:32 +00:00
Fl_Native_File_Chooser_MAC.mm Define NSInteger in FL/mac.H when needed, so it's available to all source files. 2015-06-30 02:23:26 +00:00
Fl_Native_File_Chooser_WIN32.cxx Fix Windows compilation error in Fl_Native_File_Chooser_WIN32.cxx. 2016-01-30 01:20:40 +00:00
Fl_Native_File_Chooser_common.cxx Two functions strcnt() with distinct prototypes where defined and only one was used, 2014-01-16 16:10:19 +00:00
Fl_Overlay_Window.cxx Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printer::Helper::Helper 2016-03-12 23:44:57 +00:00
Fl_PNG_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_PNM_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_Pack.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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 Complete the platform-neutral implementation of fl_XXX_offscreen() functions. 2016-03-05 07:04:20 +00:00
Fl_Positioner.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Preferences.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Printer.cxx Rewrite of Fl_Printer under the driver model - first step 2016-03-11 20:32:48 +00:00
Fl_Progress.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Quartz_Printer.mm Rewrite of Fl_Printer under the driver model - first step 2016-03-11 20:32:48 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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_Screen_Driver.cxx Add virtual destructor to Fl_Screen_Driver. 2016-02-26 13:41:48 +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_Shared_Image.cxx Fix MSWindows compile issues. 2016-02-10 10:31:43 +00:00
Fl_Single_Window.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_Slider.cxx Use Fl::is_scheme() where appropriate. 2015-01-29 16:56:12 +00:00
Fl_Sys_Menu_Bar.mm Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_System_Driver.cxx Add System Driver and Window Driver. 2016-02-19 21:41:02 +00:00
Fl_Table.cxx Fix and improve Fl_Table docs, fix some other typos. 2015-07-18 23:59:54 +00:00
Fl_Table_Row.cxx Fix for problem with posting 'popup menus' during user callback 2011-11-13 02:46:10 +00:00
Fl_Tabs.cxx Fix and adjust documentation, remove trailing white space. 2015-06-17 16:36:04 +00:00
Fl_Text_Buffer.cxx Fix potential memory leak in text buffer (STR # 3035). 2014-01-25 23:47:44 +00:00
Fl_Text_Display.cxx Fix unused variable compiler warning. 2016-02-22 17:33:02 +00:00
Fl_Text_Editor.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +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 Moed Fl::visual and System_Scheme to the driver 2016-02-13 16:12:57 +00:00
Fl_Tree.cxx Fix and improve Fl_Table docs, fix some other typos. 2015-07-18 23:59:54 +00:00
Fl_Tree_Item.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +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_Prefs.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Valuator.cxx Improve documentation of Fl_Valuator class. 2016-03-08 13:51:01 +00:00
Fl_Value_Input.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Value_Output.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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_Widget.cxx Add fl_focus_rect function to driver. 2016-02-01 23:06:14 +00:00
Fl_Widget_Surface.cxx Rewrite capture of window decorations using the window driver approach. 2016-03-11 07:07:42 +00:00
Fl_Window.cxx Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printer::Helper::Helper 2016-03-12 23:44:57 +00:00
Fl_Window_Driver.cxx Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
Fl_Window_fullscreen.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Window_hotspot.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_Window_iconize.cxx Remove a few #include <FL/x.H> from public FLTK headers. 2016-03-11 09:28:56 +00:00
Fl_Wizard.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_XBM_Image.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_XColor.H Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_XPM_Image.cxx Fix STR#2995: make FLTK robust to bad .xpm files 2014-05-22 12:11:17 +00:00
Fl_abort.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_add_idle.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_arg.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_cocoa.mm Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
Fl_compose.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +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_get_key.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_get_key_mac.cxx Mac OS: remove 5 compilation warnings of this kind: 2015-06-10 10:53:25 +00:00
Fl_get_key_win32.cxx Added support for the additional key of ISO keyboards (aka 102-key keyboards) named FL_Iso_Key. 2012-03-26 16:54:54 +00:00
Fl_get_system_colors.cxx Moed Fl::visual and System_Scheme to the driver 2016-02-13 16:12:57 +00:00
Fl_grab.cxx Moed Fl::visual and System_Scheme to the driver 2016-02-13 16:12:57 +00:00
Fl_lock.cxx Fix compiler warnings (STR 2988), porting from branch-1.3. 2016-01-31 04:33:54 +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_porting.cxx Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
Fl_visual.cxx Moed Fl::visual and System_Scheme to the driver 2016-02-13 16:12:57 +00:00
Fl_win32.cxx Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
Fl_x.cxx Moved the Fl_Window::decorated_*() functions teh Window_Driver 2016-03-12 22:24:20 +00:00
Makefile Implement non-rectangular windows using the Window Driver mechanism. 2016-03-10 17:19:34 +00:00
Xutf8.h Fix undefined reference XGetUtf8FontAndGlyph (STR #3191). 2015-02-22 13:26:00 +00:00
allfiles.xbm
cgdebug.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 Mark places that need to be refactored with // PORTME: 2016-02-11 12:02:36 +00:00
d1.xbm
d1_mask.xbm
dump_compose.c
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 Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
filename_expand.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
filename_ext.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
filename_isdir.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
filename_list.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
filename_match.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
filename_setext.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_arc.cxx Update build system to compile all drivers as indiviual objects. 2016-01-31 00:39:57 +00:00
fl_ask.cxx Moving fl_beep into screen driver. 2016-02-10 22:43:45 +00:00
fl_boxtype.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_call_main.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +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_color.cxx Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE. 2016-01-31 01:14:50 +00:00
fl_cursor.cxx Instantiate the right Fl_Window_Driver. 2016-02-19 22:21:02 +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_curve.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_diamond_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_dnd.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
fl_dnd_win32.cxx Fixed Windows drag'n'drop not showing insert position (STR #3209). 2016-02-07 10:15:11 +00:00
fl_dnd_x.cxx Fixes STR #2985: prevent memory leaks with XGetWindowProperty() 2013-09-20 03:36:02 +00:00
fl_draw.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
fl_draw_pixmap.cxx Remove the global variable fl_mask_bitmap - put it in the graphics driver's virtual API. 2016-02-25 10:14:28 +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_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_font.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
fl_gleam.cxx Fix MSWindows compile issues. 2016-02-10 10:31:43 +00:00
fl_gtk.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_images_core.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_labeltype.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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_open_uri.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +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.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_overlay_visual.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_plastic.cxx Removed ‘array subscript is of type char’ compilation warnings 2014-09-13 17:04:20 +00:00
fl_read_image.cxx Simpler code for capture of OpenGL windows: the pixel array is converted to top-to-bottom earlier. 2016-03-09 06:59:12 +00:00
fl_read_image_mac.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_read_image_porting.cxx Created pseudo code for all FL_PORTED section so that FLTK compiles and links (Xcode, hello, other C flags: -D FL_PORTING -U __APPLE__ -U __APPLE_QUARTZ__) 2016-01-04 23:09:32 +00:00
fl_read_image_win32.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_rect.cxx Just cleaning up a few lines. 2016-01-31 21:47:25 +00:00
fl_round_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_rounded_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_scroll_area.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_set_font.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
fl_shadow_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_shortcut.cxx Add localization of modifier key names in shortcut labels. 2016-03-12 17:44:24 +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_symbols.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_utf.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
fl_utf8.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
fl_vertex.cxx Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE. 2016-01-31 01:14:50 +00:00
flstring.c Minor comments formatting discrepancies fix. 2012-06-06 03:38:02 +00:00
flstring.h Fix compiler warnings (STR 2988), porting from branch-1.3. 2016-01-31 04:33:54 +00:00
forms_bitmap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_compatability.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_free.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_fselect.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_pixmap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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.cxx
freeglut_teapot_data.h
gl_draw.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
gl_start.cxx Mark places that need to be refactored with // PORTME: 2016-02-11 12:02:36 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
makedepend Update dependencies. 2016-02-27 01:26:10 +00: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 Fix compiler warnings (STR 2988), porting from branch-1.3. 2016-01-31 04:33:54 +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.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
scandir_posix.c This check-in brings in the simplified version of 2013-03-06 22:15:01 +00:00
scandir_win32.c Remove extraneous parentheses, fix STR #3036. 2014-01-25 23:04:36 +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
vsnprintf.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00