fltk/src
Greg Ercolano 5d4fed1ef9 STR #2860: Mods for full screen support.
Applied the fltk-1.3.x-screen_num.patch



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9982 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2013-09-22 02:33:17 +00:00
..
xutf8 Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
aimm.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
allfiles.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
cgdebug.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
CMakeLists.txt STR 2636. Add ability to get notifications whenever the 2013-09-11 12:54:40 +00:00
cmap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
d1_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
d1.xbm Initial revision 1998-10-06 18:21:25 +00:00
dump_compose.c Initial revision 1998-10-06 18:21:25 +00:00
ew_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
ew.xbm Initial revision 1998-10-06 18:21:25 +00:00
fastarrow.h Initial revision 1998-10-06 18:21:25 +00:00
filename_absolute.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
filename_isdir.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_list.cxx Mac OS X: don't use the HAVE_SCANDIR_POSIX preprocessor variable because it has an 2012-08-14 09:23:22 +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_abort.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_add_idle.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Adjuster.cxx Jenkins fixed 2012-04-30 23:18:28 +00:00
fl_arc.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_arci.cxx Fixed fl_pie() drawing too small on X11 (STR #2703) 2011-08-30 07:50:16 +00:00
Fl_arg.cxx Fl::arg now removes a command line argument that is added by Xcode. This will help "Demo" to run again 2012-04-21 11:13:10 +00:00
fl_ask.cxx Properly Doxygen-comment fl_beep() and the associated enumeration. 2012-12-11 17:06:41 +00:00
Fl_Bitmap.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +00:00
Fl_BMP_Image.cxx Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to control the maximum 2012-11-09 16:02:08 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Browser_.cxx Fixes for Manolo's reopen of STR#2886. 2012-12-05 17:17:31 +00:00
Fl_Browser_load.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Browser.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_Button.cxx Code readability -- No logic was changed. 2013-03-29 18:26:36 +00:00
fl_call_main.c Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Choice.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 Compiling with -DBOXX_BUGS will work around some problems with the newest 2001-05-05 23:39:01 +00:00
Fl_cocoa.mm Implemented copy/paste with Cocoa's NSPasteboard instead of Core Foundation's Pasteboard Manager 2013-09-12 12:21:57 +00:00
Fl_Color_Chooser.cxx Silence compiler warning: "... may be used uninitialized ..." 2012-08-18 10:47:48 +00:00
fl_color_mac.cxx Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap. 2011-10-26 11:17:31 +00:00
fl_color_win32.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_color.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_compose.cxx Fixed typo in Doxygen doc of Fl::compose(int&) 2013-09-06 09:03:22 +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.cxx Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha() and 2012-03-12 11:55:50 +00:00
fl_curve.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Device.cxx Removed several deprecation warnings. 2012-09-27 12:49:39 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_display.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_dnd_win32.cxx Remove more (Windows only) compiler warnings, similar to: 2012-08-18 11:32:50 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Double_Window.cxx Documentation: repair some instances of documented functions that did not appear in the index. 2012-11-13 14:45:42 +00:00
fl_draw_image_mac.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +00:00
fl_draw_image_win32.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +00:00
fl_draw_image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_draw_pixmap.cxx fixed missing win32 preprocessor clause 2012-04-22 03:09:31 +00:00
fl_draw.cxx Fix STR# 2772: remove dead code in fl_measure() 2013-04-09 20:11:28 +00:00
fl_encoding_latin1.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_File_Browser.cxx Apply the *nix file-chooser patches from STR #2935. 2013-04-16 12:02:23 +00:00
Fl_File_Chooser2.cxx Documented the fl_open() utility function. 2012-10-19 11:23:51 +00:00
Fl_File_Chooser.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_File_Chooser.fl Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_file_dir.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_File_Icon2.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_File_Icon.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 OSX: transferred from 3.0 the great speed improvement of text width computation when 2011-10-03 09:22:57 +00:00
fl_font_win32.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +00:00
fl_font_x.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_font_xft.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_font.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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_GDI_Printer.cxx Fixes Fl_System_Printer::printable_rect() and Fl_System_Printer::margins() that did not work well 2013-05-15 13:42:19 +00:00
Fl_get_key_mac.cxx Fixed mac-specific minor error visible when typing forward-delete in keyboard demo program. 2013-07-23 16:02:44 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_get_system_colors.cxx Fixed warnings with Doxygen 1.8 2012-12-09 17:45:24 +00:00
Fl_GIF_Image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Gl_Choice.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Gl_Choice.H Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Gl_Device_Plugin.cxx It doesn't seem necessary to redraw a GL window before capturing its pixel content. 2013-05-19 12:34:31 +00:00
Fl_Gl_Overlay.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Gl_Window.cxx While suggesting a new top_window() method for STR#2948, 2013-04-10 20:13:12 +00:00
Fl_grab.cxx Fix STR#2641: true fullscreen windows that cover all their screen including menu bar, task bar, dock. 2012-03-23 16:47:53 +00:00
Fl_Group.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_gtk.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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_Dialog.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Help_Dialog.fl Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Help_View.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_Image.cxx Allow compilation with early Mac OS versions. 2013-01-16 08:45:35 +00:00
fl_images_core.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Input_.cxx Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. 2013-02-08 11:58:19 +00:00
Fl_Input.cxx Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. 2013-02-08 11:58:19 +00:00
Fl_JPEG_Image.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
fl_labeltype.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Light_Button.cxx Removed unnecessary drawing calls (STR #2898) 2012-12-07 16:29:49 +00:00
fl_line_style.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +00:00
Fl_lock.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Menu_.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_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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Menu_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_Menu.cxx Removed unnecessary drawing calls (STR #2898) 2012-12-07 16:29:49 +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_common.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Native_File_Chooser_FLTK.cxx Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. 2013-02-19 15:25:17 +00:00
Fl_Native_File_Chooser_MAC.mm Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. 2013-02-19 15:19:58 +00:00
Fl_Native_File_Chooser_WIN32.cxx Remove a header file I added during testing, but which is not required now... 2013-06-06 12:59:24 +00:00
Fl_Native_File_Chooser.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_open_uri.cxx Added function fl_decode_uri(char*) to support the drag-and-drop of files to FLTK widgets 2012-06-10 09:24:33 +00:00
fl_oval_box.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_overlay_visual.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Overlay_Window.cxx Fix typo in includes 2011-12-08 09:58:51 +00:00
fl_overlay.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_own_colormap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 Fixes a typo introduced at r.9915. 2013-05-15 10:50:10 +00:00
Fl_Pixmap.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
fl_plastic.cxx fix a typo and indenting. 2012-04-05 14:30:19 +00:00
Fl_PNG_Image.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
Fl_PNM_Image.cxx Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to control the maximum 2012-11-09 16:02:08 +00:00
Fl_Positioner.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_PostScript.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
Fl_Preferences.cxx Fix compiler warning "variable set but not used". 2012-04-09 12:36:23 +00:00
Fl_Printer.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when printing. 2012-03-12 09:39:17 +00:00
fl_read_image_mac.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_read_image_win32.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_read_image.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
fl_rect.cxx Fix STR#2810: removed all uses of function Fl_Device::class_name(). 2012-03-18 18:48:29 +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 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_Roller.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_round_box.cxx Fixed fl_round_box regression causing drawing artifacts (STR #2709). 2011-12-21 12:01:50 +00:00
Fl_Round_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_rounded_box.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_scroll_area.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Scroll.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Scrollbar.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_set_font.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_set_fonts_mac.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_set_fonts_xft.cxx Test of repo access - non-changing in terms of functionality! 2013-04-26 16:00:36 +00:00
fl_set_fonts.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_shadow_box.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Shared_Image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_shortcut.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 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_symbols.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Sys_Menu_Bar.mm Copy over NSInteger safety typedefs from Fl_cocoa.mm 2013-09-11 12:06:03 +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_Table.cxx Default behavior of table /without/ ABI mods is to follow strict rule 2013-03-23 09:25:27 +00:00
Fl_Tabs.cxx Solves STR #2939; adding when() support to Fl_Tabs. 2013-04-08 20:18:40 +00:00
Fl_Text_Buffer.cxx STR2783: make potential null string substituted to an empty string, still achieve internal cleanup in Fl_Text_Buffer::text(s) 2012-04-21 15:05:00 +00:00
Fl_Text_Display.cxx Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. 2013-02-08 11:58:19 +00:00
Fl_Text_Editor.cxx Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. 2013-02-08 11:58:19 +00:00
Fl_Tile.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_Tiled_Image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Tooltip.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
Fl_Tree_Item_Array.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
Fl_Tree_Item.cxx STR# #2973: applied patch str_2973_r9958_sun-fix-errors-5.patch verbatim. 2013-09-16 20:25:14 +00:00
Fl_Tree_Prefs.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
Fl_Tree.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
fl_utf8.cxx Documented the fl_open() utility function. 2012-10-19 11:23:51 +00:00
fl_utf.c Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 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_vertex.cxx Various fixes required by device virtualization in fl_vertex.cxx 2012-02-17 09:47:04 +00:00
Fl_visual.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Widget.cxx Remove redundant redraw_label() call from copy_label(), STR #2836. 2012-05-07 07:18:11 +00:00
Fl_win32.cxx STR 2636. Add ability to get notifications whenever the 2013-09-11 12:54:40 +00:00
Fl_Window_fullscreen.cxx Replaced 10302 with 10301 for FLTK_ABI_VERSION 2012-11-06 20:46:14 +00:00
Fl_Window_hotspot.cxx Fix STR #2759: Fl_Window::hotspot() now positions a new window correctly on a secondary display. 2011-10-31 19:44:55 +00:00
Fl_Window_iconize.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Window.cxx Switched to const_cast<> for calling as_window(). 2013-04-12 18:40:00 +00:00
Fl_Wizard.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_x.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
Fl_XBM_Image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 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.cxx STR 2636. Add ability to get notifications whenever the 2013-09-11 12:54:40 +00:00
flstring.c Minor comments formatting discrepancies fix. 2012-06-06 03:38:02 +00:00
flstring.h Minor comments formatting discrepancies fix. 2012-06-06 03:38:02 +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 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
freeglut_geometry.cxx Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
freeglut_stroke_mono_roman.cxx Fixed Copyright to 2010. 2010-11-28 21:06:39 +00:00
freeglut_stroke_roman.cxx Fix all compiler warnings from various build systems. 2007-05-20 00:01:06 +00:00
freeglut_teapot_data.h Add GLUT support functions from FreeGLUT (STR #1522) 2007-02-01 18:10:07 +00:00
freeglut_teapot.cxx Add GLUT support functions from FreeGLUT (STR #1522) 2007-02-01 18:10:07 +00:00
gl_draw.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
gl_start.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
glut_compatability.cxx Use the function Fl_Menu_Item::argument(long) where it's useful. 2012-10-08 10:32:05 +00:00
glut_font.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
makedepend Update dependencies. 2011-06-11 09:11:08 +00:00
Makefile Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used. 2013-04-16 14:02:42 +00:00
makefile.wat Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
mediumarrow.h Initial revision 1998-10-06 18:21:25 +00:00
new.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
ns_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
ns.xbm Initial revision 1998-10-06 18:21:25 +00:00
numericsort.c Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
print_panel.cxx Added more paper sizes for Fl_PostScript_Printer. 2011-10-29 14:50:04 +00:00
print_panel.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
ps_image.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +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 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
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 STR #2860: Mods for full screen support. 2013-09-22 02:33:17 +00:00
slowarrow.h Initial revision 1998-10-06 18:21:25 +00:00
tile.xpm Update tile image to 64x64 (STR #769) 2005-03-23 03:48:42 +00:00
up.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
vsnprintf.c 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