| .. |
|
cfg_gfx
|
Removed OpenGL graphics driver from public view. For the parts that are implemented, it will 'just work' by allowing fl_* rendering into OpenGL contexts (such as widgets, etc.)
|
2016-01-21 16:37:42 +00:00 |
|
xutf8
|
Two more fixes for the command line version
|
2016-01-04 23:12:36 +00:00 |
|
allfiles.xbm
|
|
|
|
cgdebug.h
|
|
|
|
CMakeLists.txt
|
Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11
|
2015-12-31 06:19:59 +00:00 |
|
cmap.cxx
|
|
|
|
config_lib.h
|
Fixed typos for Linux compilation. OpenGL driver compiles and somewhat works, except for text rendering (as expected).
|
2016-01-19 00:46:54 +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
|
|
|
|
filename_expand.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 |
|
filename_ext.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
filename_isdir.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
filename_list.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 |
|
filename_match.cxx
|
|
|
|
filename_setext.cxx
|
|
|
|
Fl_abort.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_add_idle.cxx
|
|
|
|
Fl_Adjuster.cxx
|
Jenkins fixed
|
2012-04-30 23:18:28 +00:00 |
|
fl_arc.cxx
|
|
|
|
fl_arci.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_arg.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_ask.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Bitmap.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
Fl_BMP_Image.cxx
|
Minor documentation fixes.
|
2015-06-14 17:07:31 +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
|
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
|
|
|
|
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_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
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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
|
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_cmap.h
|
|
|
|
Fl_cocoa.mm
|
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
|
2016-01-10 19:08:16 +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_mac.cxx
|
Mac OS: allow using fl_color(r,g,b) without drawing context.
|
2015-05-30 13:46:59 +00:00 |
|
fl_color_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_color_win32.cxx
|
|
|
|
fl_color.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_compose.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_Copy_Surface.cxx
|
Transferred required Doxygen description of a method.
|
2016-01-10 19:29:54 +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
|
Added missing Doxygen documentation for 4 Fl_Window member functions.
|
2014-10-29 15:53:52 +00:00 |
|
fl_curve.cxx
|
|
|
|
Fl_Device.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_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
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
fl_dnd_win32.cxx
|
Fix wrong data type in Windows function override (STR #3232).
|
2015-07-17 17:14:14 +00:00 |
|
fl_dnd_x.cxx
|
Fixes STR #2985: prevent memory leaks with XGetWindowProperty()
|
2013-09-20 03:36:02 +00:00 |
|
fl_dnd.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Double_Window.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_draw_image_mac.cxx
|
Allow compilation with -std=c++11 on Mac OS X
|
2015-02-08 06:48:19 +00:00 |
|
fl_draw_image_win32.cxx
|
Fix compiler warning with gcc 4.8.3 under Windows/Cygwin (STR #3199).
|
2015-02-26 17:08:47 +00:00 |
|
fl_draw_image.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_draw_pixmap.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
fl_draw.cxx
|
Remove unused code and trailing white space.
|
2014-09-03 10:07:33 +00:00 |
|
fl_encoding_latin1.cxx
|
|
|
|
fl_encoding_mac_roman.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_engraved_label.cxx
|
Const the shadow, embossed, and engraved color tables
|
2014-08-23 09:22:17 +00:00 |
|
Fl_File_Browser.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
Fl_File_Chooser2.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
Fl_File_Chooser.cxx
|
Trying to find how to best write the // "$Id$" lines in src/Fl_File_Chooser.fl
|
2015-12-19 06:35:26 +00:00 |
|
Fl_File_Chooser.fl
|
Trying to find how to best write the // "$Id$" lines in src/Fl_File_Chooser.fl
|
2015-12-19 06:35:26 +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 STR#3044 (cont'd).
|
2014-05-01 15:55:03 +00:00 |
|
Fl_File_Icon.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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_mac.cxx
|
Mac OS: it is clearer to initialize the fl_fonts global variable in font-related code.
|
2015-12-15 08:31:20 +00:00 |
|
fl_font_win32.cxx
|
Replicate in branch-1.3-porting a recent change of branch-1.3
|
2016-01-10 19:00:39 +00:00 |
|
fl_font_x.cxx
|
|
|
|
fl_font_xft.cxx
|
Mark a few symbols static. This is the bulk from STR #3111.
|
2014-08-21 12:13:47 +00:00 |
|
fl_font.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_Font.H
|
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_GDI_Printer.cxx
|
Fix for STR #3221: restore the correct state of mouse buttons and keyboard modifier keys
|
2015-04-22 14:40:01 +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_key.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_get_system_colors.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_GIF_Image.cxx
|
Minor documentation fixes.
|
2015-06-14 17:07:31 +00:00 |
|
Fl_Gl_Choice.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Gl_Choice.H
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Gl_Device_Plugin.cxx
|
Removed OpenGL graphics driver from public view. For the parts that are implemented, it will 'just work' by allowing fl_* rendering into OpenGL contexts (such as widgets, etc.)
|
2016-01-21 16:38:14 +00:00 |
|
Fl_Gl_Overlay.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Gl_Window.cxx
|
Removed OpenGL graphics driver from public view. For the parts that are implemented, it will 'just work' by allowing fl_* rendering into OpenGL contexts (such as widgets, etc.)
|
2016-01-21 16:38:14 +00:00 |
|
fl_gleam.cxx
|
Fix box background drawing for deactivated widgets (STR #2907).
|
2015-07-09 00:10:44 +00:00 |
|
Fl_grab.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_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
|
[Version 1.3.4] Update version numbers - hopefully complete.
|
2015-03-10 01:41:55 +00:00 |
|
Fl_Help_Dialog.fl
|
Update fluid .fl files and generated code - remove trailing white space.
|
2015-07-09 02:09:33 +00:00 |
|
Fl_Help_View.cxx
|
Fixes STR#3207, issue with ^C not working when numlock or capslock is on.
|
2015-03-10 14:46:40 +00:00 |
|
Fl_Image_Surface.cxx
|
Replaced static initializer with Fl_OpenGL_Display_Device.
|
2016-01-18 22:55:46 +00:00 |
|
Fl_Image.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_images_core.cxx
|
|
|
|
Fl_Input_.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Input.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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
|
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_lock.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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
|
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_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
|
Fix crash when Fl_Window::flush() is called before show() (STR #3028).
|
2014-02-07 00:09:52 +00:00 |
|
Fl_Menu.cxx
|
Fix spelling errors and improve documentation.
|
2015-06-15 20:24:41 +00:00 |
|
Fl_Multi_Label.cxx
|
|
|
|
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_Native_File_Chooser_FLTK.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_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 for STR #3221: restore the correct state of mouse buttons and keyboard modifier keys
|
2015-04-22 14:40:01 +00:00 |
|
Fl_Native_File_Chooser.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_open_uri.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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
|
|
|
|
fl_overlay.cxx
|
|
|
|
Fl_own_colormap.cxx
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
Fl_Pack.cxx
|
|
|
|
Fl_Paged_Device.cxx
|
Better use of FL_PORTING preprocessor variable.
|
2016-01-11 09:42:50 +00:00 |
|
Fl_Pixmap.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_plastic.cxx
|
Removed ‘array subscript is of type char’ compilation warnings
|
2014-09-13 17:04:20 +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_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_Positioner.cxx
|
|
|
|
Fl_PostScript.cxx
|
Compiling in OS X from the command line goes pretty far for __APPLE__ undefined and FL_PORTING defined.
|
2016-01-04 23:31:55 +00:00 |
|
Fl_Preferences.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Printer.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_Progress.cxx
|
|
|
|
Fl_Quartz_Printer.mm
|
Mac OS: remove 5 compilation warnings of this kind:
|
2015-06-10 10:53:25 +00:00 |
|
fl_read_image_mac.cxx
|
Change necessary now that there are true FLTK sub-windows on the Mac OS X platform.
|
2014-11-25 09:03:30 +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
|
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but ignores them under MSWindows and Mac OS X.
|
2014-11-06 16:48:57 +00:00 |
|
fl_read_image.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_rect.cxx
|
Removed OpenGL graphics driver from public view. For the parts that are implemented, it will 'just work' by allowing fl_* rendering into OpenGL contexts (such as widgets, etc.)
|
2016-01-21 16:38:14 +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_scroll_area.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_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
|
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_set_fonts_mac.cxx
|
The ATSU API (old API for text formatting) has been removed from SDK 10.11.
|
2015-11-03 14:36:36 +00:00 |
|
fl_set_fonts_win32.cxx
|
fix a typo and indenting.
|
2012-04-05 14:30:19 +00:00 |
|
fl_set_fonts_x.cxx
|
|
|
|
fl_set_fonts_xft.cxx
|
Fixed segfault in fl_set_fonts_xft.cxx when loading fonts not named
|
2014-01-03 16:17:05 +00:00 |
|
fl_set_fonts.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +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
|
More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,W,H,cx,cy).
|
2015-03-12 08:59:14 +00:00 |
|
fl_shortcut.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_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
|
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_symbols.cxx
|
|
|
|
Fl_Sys_Menu_Bar.mm
|
Mac OS: support standard Mac OS localization procedure for system menu items.
|
2015-11-28 13:41:33 +00:00 |
|
Fl_Table_Row.cxx
|
|
|
|
Fl_Table.cxx
|
Fix and improve Fl_Table docs, fix some other typos.
|
2015-07-18 23:59:54 +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
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Text_Editor.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54: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
|
Fix confusing argument value to fl_measure() in tooltip handling.
|
2015-09-01 14:27:45 +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
|
Fixes STR 3234
|
2015-06-23 16:36:47 +00:00 |
|
Fl_Tree_Prefs.cxx
|
Fl_Tree: improved draw() behavior when deactivated;
|
2015-04-28 19:39:53 +00:00 |
|
Fl_Tree.cxx
|
Fix and improve Fl_Table docs, fix some other typos.
|
2015-07-18 23:59:54 +00:00 |
|
fl_utf8.cxx
|
Compiling in OS X from the command line goes pretty far for __APPLE__ undefined and FL_PORTING defined.
|
2016-01-04 23:31:55 +00:00 |
|
fl_utf.c
|
Fix typos in #pragma FL_PORTING.
|
2016-01-04 13:40:57 +00:00 |
|
Fl_Valuator.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_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
|
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_visual.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Widget.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_win32.cxx
|
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
|
2016-01-10 19:08:16 +00:00 |
|
Fl_Window_fullscreen.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_Window_hotspot.cxx
|
|
|
|
Fl_Window_iconize.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
Fl_Window_shape.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_Window.cxx
|
More accurate documentation of Fl_Window::wait_for_expose() for Mac OS.
|
2015-08-11 12:00:49 +00:00 |
|
Fl_Wizard.cxx
|
|
|
|
Fl_x.cxx
|
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
|
2016-01-10 19:08:16 +00:00 |
|
Fl_XBM_Image.cxx
|
|
|
|
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
|
Fixed stupid typo in variable name
|
2016-01-18 21:23:54 +00:00 |
|
flstring.c
|
Minor comments formatting discrepancies fix.
|
2012-06-06 03:38:02 +00:00 |
|
flstring.h
|
Fix strcasecmp() issues (again), see STR #2994.
|
2014-01-21 11:07:43 +00:00 |
|
forms_bitmap.cxx
|
|
|
|
forms_compatability.cxx
|
|
|
|
forms_free.cxx
|
|
|
|
forms_fselect.cxx
|
|
|
|
forms_pixmap.cxx
|
|
|
|
forms_timer.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
freeglut_geometry.cxx
|
|
|
|
freeglut_stroke_mono_roman.cxx
|
|
|
|
freeglut_stroke_roman.cxx
|
|
|
|
freeglut_teapot_data.h
|
|
|
|
freeglut_teapot.cxx
|
|
|
|
gl_draw.cxx
|
Starting to cut out individual graphics function, so that multiple drivers can coexist (cfg_gfx). Found the missing pixels in the OpenGL gfx driver.
|
2016-01-20 00:11:43 +00:00 |
|
gl_start.cxx
|
Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined>
|
2016-01-03 22:54:29 +00:00 |
|
glut_compatability.cxx
|
Mac OS: support for high resolution OpenGL windows.
|
2015-12-02 09:59:37 +00:00 |
|
glut_font.cxx
|
|
|
|
makedepend
|
Update dependencies.
|
2015-07-22 23:20:47 +00:00 |
|
Makefile
|
Rename confusing configure and Makefile (makeinclude) variable.
|
2015-03-25 20:06:54 +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
|
Enable symbol visibility on Linux, bringing a shared libfltk on par with Windows.
|
2014-08-21 12:29:48 +00:00 |
|
print_panel.cxx
|
Fix two Linux (gcc/g++) compilation warnings.
|
2015-03-30 11:42:29 +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 |
|
ps_image.cxx
|
Implementation of Fl_Shared_Image::scale(width, height) for scaled image drawing - cont'd
|
2015-03-11 06:21:17 +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 |
|
scandir.c
|
File config.h is included with #include <config.h> in scandir.c as everywhere else.
|
2013-04-05 14:14:08 +00:00 |
|
screen_xywh.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 |
|
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
|
Use system vsnprintf when possible, saves 2kb lib size.
|
2014-08-21 12:01:46 +00:00 |
|
Xutf8.h
|
Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).
|
2015-02-22 13:26:00 +00:00 |