..
xutf8
Correct a few minor typos in xutf8/utf8Wrap.c and add comments to (attempt to) better explain what I have added...
2011-02-08 10:06:19 +00:00
aimm.h
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
allfiles.xbm
cgdebug.h
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
CMakeLists.txt
X11 specific: made class Fl_X visible only if FL_LIBRARY is defined before compilation,
2011-01-12 09:24:03 +00:00
cmap.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
d1_mask.xbm
d1.xbm
dump_compose.c
ew_mask.xbm
ew.xbm
fastarrow.h
filename_absolute.cxx
STR 2501: fixed freeing of incremented pointer.
2010-12-31 22:13:07 +00:00
filename_expand.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
filename_ext.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
filename_isdir.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
filename_list.cxx
Fix STR #2507 . Applied supplied patch modified for Mac OS X. Checked OK on Linux.
2011-01-05 16:50:10 +00:00
filename_match.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
filename_setext.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
Fl_abort.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_add_idle.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Adjuster.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_arc.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_arci.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_arg.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_ask.cxx
Added a default window title function for common dialogs (STR #2562 ).
2011-02-18 08:52:48 +00:00
Fl_Bitmap.cxx
Removed global variable fl_surface that was not very useful because equivalent
2011-02-02 12:42:47 +00:00
Fl_BMP_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_boxtype.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Browser_.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Browser_load.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Browser.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_call_main.c
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Chart.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Check_Browser.cxx
Some Doxygen doc cleaning.
2011-02-01 15:41:04 +00:00
Fl_Check_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Choice.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Clock.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_cmap.h
Fl_cocoa.mm
STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event
2011-03-01 11:58:36 +00:00
Fl_Color_Chooser.cxx
As per thread on fltk.development: "RFC: Docs - getting rid of .eps files"
2010-12-08 23:53:04 +00:00
fl_color_mac.cxx
Replaced global variable fl_color_ by a private member of the Fl_Graphics_Driver class,
2011-02-06 12:32:23 +00:00
fl_color_win32.cxx
Replaced global variable fl_color_ by a private member of the Fl_Graphics_Driver class,
2011-02-06 12:32:23 +00:00
fl_color.cxx
Replaced global variable fl_color_ by a private member of the Fl_Graphics_Driver class,
2011-02-06 12:32:23 +00:00
Fl_compose.cxx
Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized
2011-01-03 16:50:34 +00:00
Fl_Counter.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_cursor.cxx
Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class.
2010-12-18 22:31:01 +00:00
fl_curve.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Device.cxx
STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event
2011-03-01 11:58:36 +00:00
Fl_Dial.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_diamond_box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_display.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_dnd_win32.cxx
Windows: Fixed off-by-one error when dropping Unicode text
2010-12-14 19:46:55 +00:00
fl_dnd_x.cxx
STR #2472 : X11 only: fixes DnD between FLTK and other apps for non-ASCII text.
2010-12-09 21:52:07 +00:00
fl_dnd.cxx
Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class.
2010-12-18 22:31:01 +00:00
Fl_Double_Window.cxx
Janitorial code fixes: braces, indenting, FLTK coding standard.
2011-02-06 12:20:16 +00:00
fl_draw_image_mac.cxx
Minor code simplification.
2011-02-01 12:43:31 +00:00
fl_draw_image_win32.cxx
A better solution to the crash when printing the mandelbrot demo under WIN32.
2011-01-20 12:55:50 +00:00
fl_draw_image.cxx
Use device abstraction for image drawing.
2010-12-28 15:17:23 +00:00
fl_draw_pixmap.cxx
Replaced a bunch of delete by delete[] where it's legitimate.
2011-02-02 18:39:34 +00:00
fl_draw.cxx
Fix STR #2557 .
2011-02-07 16:04:59 +00:00
fl_encoding_latin1.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_encoding_mac_roman.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_engraved_label.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_File_Browser.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
Fl_File_Chooser2.cxx
Fix STR #2558 : use more consistently FL_NORMAL_SIZE to define the default font size
2011-02-08 20:59:46 +00:00
Fl_File_Chooser.cxx
Fl_File_Chooser: removed the "Show hidden files" button for WIN32 where it's not relevant.
2011-01-17 09:39:14 +00:00
Fl_File_Chooser.fl
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
fl_file_dir.cxx
Some Doxygen doc fine tuning.
2011-01-31 18:04:09 +00:00
Fl_File_Icon2.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
Fl_File_Icon.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_File_Input.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
fl_font_mac.cxx
STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event
2011-03-01 11:58:36 +00:00
fl_font_win32.cxx
Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver
2011-02-18 13:39:48 +00:00
fl_font_x.cxx
Fix STR #2564 : X11 preferred font encoding should now be iso10646-1.
2011-02-19 18:03:43 +00:00
fl_font_xft.cxx
Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver
2011-02-18 13:39:48 +00:00
fl_font.cxx
Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver
2011-02-18 13:39:48 +00:00
Fl_Font.H
Removed unused declaration of global variable fl_fontsize.
2011-02-15 15:47:22 +00:00
Fl_GDI_Printer.cxx
Fl_Device: removed class_name(char *) member function and set class_name(void) virtual.
2011-02-23 14:36:18 +00:00
Fl_get_key_mac.cxx
Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized
2011-01-03 16:50:34 +00:00
Fl_get_key_win32.cxx
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
Fl_get_key.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_get_system_colors.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_GIF_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Gl_Choice.cxx
Fix STR #2556 .
2011-02-07 13:51:17 +00:00
Fl_Gl_Choice.H
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
Fl_Gl_Device_Plugin.cxx
Fix STR #2535 : clipping + coordinate transformations are now managed separately for each
2011-02-04 23:32:53 +00:00
Fl_Gl_Overlay.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Gl_Window.cxx
Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized
2011-01-03 16:50:34 +00:00
Fl_grab.cxx
Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class.
2010-12-18 22:31:01 +00:00
Fl_Group.cxx
Some minor doc changes to avoid doxygen warning.
2011-01-04 18:28:01 +00:00
fl_gtk.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Help_Dialog_Dox.cxx
As per thread on fltk.development: "RFC: Docs - getting rid of .eps files"
2010-12-08 23:53:04 +00:00
Fl_Help_Dialog.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Help_Dialog.fl
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
Fl_Help_View.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
Fl_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_images_core.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Input_.cxx
Fix STR #2560 : use bullet instead of asterisk to hide secret input.
2011-02-11 16:37:06 +00:00
Fl_Input.cxx
Finishing up STR#2479 as per Manolo/Greg/Albrecht conversation.
2010-12-27 00:16:57 +00:00
Fl_JPEG_Image.cxx
Corrected typos.
2011-02-22 09:41:26 +00:00
fl_labeltype.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Light_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_line_style.cxx
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or confusion
2011-01-05 10:21:45 +00:00
Fl_lock.cxx
Fix for STR #2543 : Fl::lock() function now returns an int that allows to detect whether
2011-02-06 19:46:11 +00:00
Fl_mac.cxx
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
Fl_Menu_.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Menu_add.cxx
Doc changes: mention that FL_COMMAND modifier exists in doc of the Fl_Menu_::add() function.
2010-12-23 08:02:52 +00:00
Fl_Menu_Bar.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Menu_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Menu_global.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Menu_Window.cxx
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO
2011-01-06 10:24:58 +00:00
Fl_Menu.cxx
#2490 : attempt to fix the issue. PLease test on 1.3 w/X11
2010-12-20 13:59:09 +00:00
Fl_Multi_Label.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Native_File_Chooser_common.cxx
Fixed more Windows compiler warnings:
2010-12-08 13:16:27 +00:00
Fl_Native_File_Chooser_FLTK.cxx
Fl_File_Chooser: added a "Show hidden files" button. Hidden files aren't shown
2011-01-16 18:26:51 +00:00
Fl_Native_File_Chooser_MAC.mm
Fix STR #2569 : put back Mac OS version of Fl_Native_File_Chooser::filter_value() and filters()
2011-02-20 21:28:55 +00:00
Fl_Native_File_Chooser_WIN32.cxx
Fix STR #2569 cont'd: put back MSWindows version of Fl_Native_File_Chooser::filters()
2011-02-20 21:46:11 +00:00
Fl_Native_File_Chooser.cxx
Distille the Native File Chooser files down into a single file. I would like to avoid that the common API runs out of sync between platforms (no code doubling - there was already a mismatch with 'const'), and that the users may wonder which file to include. Please check this on WIN32 and Unix. It does work on OS X.
2011-02-05 22:35:51 +00:00
fl_open_uri.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
fl_oval_box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_overlay_visual.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Overlay_Window.cxx
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO
2011-01-06 10:24:58 +00:00
fl_overlay.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_own_colormap.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Pack.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Paged_Device.cxx
Added the possibility to call Fl_Paged_Device::scale(factor) with a single argument.
2011-02-04 09:17:45 +00:00
Fl_Pixmap.cxx
Removed global variable fl_surface that was not very useful because equivalent
2011-02-02 12:42:47 +00:00
fl_plastic.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_PNG_Image.cxx
Corrected typos.
2011-02-22 09:41:26 +00:00
Fl_PNM_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Positioner.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_PostScript.cxx
Fl_Device: removed class_name(char *) member function and set class_name(void) virtual.
2011-02-23 14:36:18 +00:00
Fl_Preferences.cxx
Removed gcc 4.4 compiler warning:
2011-01-19 06:33:48 +00:00
Fl_Printer.cxx
Fl_Device: removed class_name(char *) member function and set class_name(void) virtual.
2011-02-23 14:36:18 +00:00
Fl_Progress.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Quartz_Printer.mm
Fl_Device: removed class_name(char *) member function and set class_name(void) virtual.
2011-02-23 14:36:18 +00:00
fl_read_image_mac.cxx
Replaced a bunch of delete by delete[] where it's legitimate.
2011-02-02 18:39:34 +00:00
fl_read_image_win32.cxx
This new fl_read_image() function for Windows is *much* faster than
2010-12-16 20:23:57 +00:00
fl_read_image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_rect.cxx
Made struct matrix a subclass of Fl_Graphics_Device class to avoid collision
2011-02-24 18:02:11 +00:00
Fl_Repeat_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Return_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Roller.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_round_box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Round_Button.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_rounded_box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_scroll_area.cxx
Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class.
2010-12-18 22:31:01 +00:00
Fl_Scroll.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Scrollbar.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_set_font.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_set_fonts_mac.cxx
STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event
2011-03-01 11:58:36 +00:00
fl_set_fonts_win32.cxx
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
fl_set_fonts_x.cxx
Removed compilation warnings.
2010-12-15 13:54:34 +00:00
fl_set_fonts_xft.cxx
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
fl_set_fonts.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_shadow_box.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Shared_Image.cxx
Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image.
2011-01-24 17:04:22 +00:00
fl_shortcut.cxx
STR 1760: using the alt modifier on OS X to access menubar accelerators.
2011-01-09 12:56:50 +00:00
fl_show_colormap.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Single_Window.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Slider.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_symbols.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Sys_Menu_Bar.cxx
Added Fl_Sys_Menu_Bar::insert(), clear(), clear_submenu()
2010-04-16 19:27:28 +00:00
Fl_Table_Row.cxx
CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_DOXYGEN.
2010-12-05 01:22:53 +00:00
Fl_Table.cxx
CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_DOXYGEN.
2010-12-05 01:22:53 +00:00
Fl_Tabs.cxx
Fix for STR #2552 : focus was lost from within a tab when back from visiting another window.
2011-02-06 14:48:36 +00:00
Fl_Text_Buffer.cxx
Homogenize use of re-encoding and transcoding (in favor of the latter).
2010-12-15 17:38:39 +00:00
Fl_Text_Display.cxx
Fl_Text_Display: avoid blinking by painting the full widget background only to the printer.
2011-02-23 11:47:51 +00:00
Fl_Text_Editor.cxx
Removed obsolete #define NORMAL_INPUT_MOVE from src/Fl_Text_Editor.cxx.
2010-12-15 12:21:55 +00:00
Fl_Tile.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Tiled_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Tooltip.cxx
Fix STR #2558 : use more consistently FL_NORMAL_SIZE to define the default font size
2011-02-08 20:59:46 +00:00
Fl_Tree_Item_Array.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Tree_Item.cxx
Document NULL item behavior, small code mods for same.
2011-02-19 22:40:31 +00:00
Fl_Tree_Prefs.cxx
Fl_Tree API breaking changes (we haven't released 1.3.0 yet..):
2011-01-30 20:22:06 +00:00
Fl_Tree.cxx
Small mod for NULL behavior of show_item(item,yoff). (STR#2517)
2011-02-19 22:50:39 +00:00
fl_utf8.cxx
Fixed some compiler warnings, most of them in Windows-specific code.
2010-12-08 12:15:48 +00:00
fl_utf.c
Fixes to help build on SGI.
2011-02-01 01:06:27 +00:00
Fl_Valuator.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Value_Input.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Value_Output.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Value_Slider.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
fl_vertex.cxx
Made struct matrix a subclass of Fl_Graphics_Device class to avoid collision
2011-02-24 18:02:11 +00:00
Fl_visual.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Widget.cxx
STR#2466: Added copy_tooltip().
2010-12-02 17:58:58 +00:00
Fl_win32.cxx
Say goodbye to weird comctl32.lib link clause in vc20xx builds. Now embeds it if it is supported, so no need to specify more than fltk libs in new fltk projects ! Makes it similar to other platforms linkage options and will probably improve learning curve of fltk new users. Improvements could be implemented for even easier/transparent linkage (fltk libs, fltk dlls?) of fltk apps.
2011-02-21 18:33:46 +00:00
Fl_Window_fullscreen.cxx
Fix STR #2559 : go correctly fullscreen when several displays on X11
2011-02-11 12:24:16 +00:00
Fl_Window_hotspot.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_Window_iconize.cxx
Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class.
2010-12-18 22:31:01 +00:00
Fl_Window.cxx
Un-inlined Fl_Window::icon() methods to make them easier to extend w/o
2011-02-25 08:44:47 +00:00
Fl_Wizard.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_x.cxx
Suppress warnings in fl_init_xim. Only the very first warning message
2011-02-26 14:14:50 +00:00
Fl_XBM_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl_XColor.H
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
Fl_XPM_Image.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
Fl.cxx
Moved the initializations of Fl_Mac_App_Menu class fields to file Fl.cxx for Doxygen use.
2011-02-03 11:11:31 +00:00
flstring.c
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
flstring.h
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
forms_bitmap.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
forms_compatability.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
forms_free.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
forms_fselect.cxx
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems.
2010-12-19 21:20:10 +00:00
forms_pixmap.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
forms_timer.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +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
freeglut_teapot_data.h
freeglut_teapot.cxx
gl_draw.cxx
Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver
2011-02-18 13:39:48 +00:00
gl_start.cxx
Fix STR #2535 : clipping + coordinate transformations are now managed separately for each
2011-02-04 23:32:53 +00:00
glut_compatability.cxx
Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381 )
2010-11-11 18:22:43 +00:00
glut_font.cxx
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00
makedepend
More dependency updates (makedepend files).
2011-02-06 14:41:45 +00:00
Makefile
Removed uses of Fl_Native_File_Chooser_{MAC,WIN32}.H that no longer exist.
2011-02-06 14:08:08 +00:00
makefile.wat
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
mediumarrow.h
new.xbm
ns_mask.xbm
ns.xbm
numericsort.c
Recent changes to the include files meant that numericsort would no longer compile on WIN32 (at least under MSYS/mingw.)
2010-12-20 13:45:26 +00:00
print_panel.cxx
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
print_panel.h
More copyright 2010 mods.
2010-11-29 18:18:27 +00:00
ps_image.cxx
Fixed more Copyright to 2010.
2010-11-28 21:12:59 +00:00
scandir_win32.c
Fixes to help build on SGI.
2011-02-01 01:06:27 +00:00
scandir.c
Fix STR #2507 . Applied supplied patch modified for Mac OS X. Checked OK on Linux.
2011-01-05 16:50:10 +00:00
screen_xywh.cxx
src/screen_xywh.cxx:
2011-01-07 12:39:51 +00:00
slowarrow.h
tile.xpm
up.xbm
vsnprintf.c
Fixed Copyright to 2010.
2010-11-28 21:06:39 +00:00