fltk/src
Greg Ercolano 5888784fc2 Added some extra doc examples for this function.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7496 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-04-13 21:08:06 +00:00
..
xutf8 xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
aimm.h Added missing svn properties and $Id$ tags. 2009-11-18 12:43:21 +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 Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine! 2009-12-06 22:21:55 +00:00
CMakeLists.txt Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
cmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +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 Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
filename_expand.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
filename_ext.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
filename_isdir.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
filename_list.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
filename_match.cxx Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 2010-02-26 21:10:46 +00:00
filename_setext.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
Fl_abort.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Abstract_Printer.cxx Fl_Gl_Device_Plugin: more device-independant API 2010-04-06 17:38:27 +00:00
Fl_add_idle.cxx Fixed doxygen warnings and added a new documentation module "Callback 2010-03-25 14:37:46 +00:00
Fl_Adjuster.cxx Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 2010-02-20 17:40:07 +00:00
fl_arc.cxx Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 2010-03-21 08:26:40 +00:00
fl_arci.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_arg.cxx Fixed doxygen warnings and added a new documentation module "Callback 2010-03-25 14:37:46 +00:00
fl_ask.cxx Fixed Return button problem in fl_ask and friends (too much optimization 2010-03-30 19:44:50 +00:00
Fl_Bitmap.cxx Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. 2010-03-29 14:10:54 +00:00
Fl_BMP_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_boxtype.cxx Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTOM, and FL_RIGHT_BOTTOM align outside labels first to the side, then to the top or botton, filling a gap in possible alignment. Also FL_ALIGN_TEXT_NEXT_TO_IMAGE and FL_ALIGN_IMAGE_NEXT_TO_TEXT which do just that, and finally FL_ALIGN_IMAGE_BACKDROP which renders the image in the background and draws the label on top. 2010-04-07 23:17:33 +00:00
Fl_Browser_.cxx Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 2010-02-20 17:40:07 +00:00
Fl_Browser_load.cxx Doxgen mods for Fl_Browser*: 2009-03-27 16:52:31 +00:00
Fl_Browser.cxx Removed stray garbage from lineposition()'s docs. 2009-09-21 06:35:08 +00:00
Fl_Button.cxx Added new label alignments for image and text to Fluid. 2010-04-09 22:18:05 +00:00
fl_call_main.c Removed Metrowerks support for Apple builds. 2010-03-29 10:47:11 +00:00
Fl_Chart.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Check_Browser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Check_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Choice.cxx Fixed Fl_Choice contrast with light-on-dark settings (STR #2219). 2009-09-16 07:06:41 +00:00
Fl_Clock.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +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 Apple Cocoa: modal windows would not resize. 2010-04-11 09:52:05 +00:00
Fl_Color_Chooser.cxx Replaced Fl::readqueue() in fl_color_chooser() by real callbacks. 2010-03-27 16:35:14 +00:00
fl_color_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_color_win32.cxx Merge of branch-1.3-Fl_Printer, with the following main changes: 2010-03-14 18:07:24 +00:00
fl_color.cxx Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 2010-03-21 08:26:40 +00:00
Fl_compose.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Counter.cxx Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 2010-02-26 21:10:46 +00:00
fl_cursor.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_curve.cxx Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 2010-03-21 08:26:40 +00:00
Fl_Device.cxx Fl_Device.cxx: Fixed 2 typos in documentation 2010-03-30 11:11:53 +00:00
Fl_Dial.cxx Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 2010-02-26 21:10:46 +00:00
fl_diamond_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_display.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_dnd_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd_x.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Double_Window.cxx Removed useless #define's 2010-04-07 07:45:12 +00:00
fl_draw_image_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_draw_image_win32.cxx Better WIN32 performance of Fl_Printer::print_window_rect() 2010-03-18 17:56:06 +00:00
fl_draw_image.cxx Merge of branch-1.3-Fl_Printer, with the following main changes: 2010-03-14 18:07:24 +00:00
fl_draw_pixmap.cxx added explicit cast to remove 64-bit compilation error that sometimes occur 2010-01-24 10:13:03 +00:00
fl_draw.cxx Added new label alignments for image and text to Fluid. 2010-04-09 22:18:05 +00:00
fl_encoding_latin1.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_encoding_mac_roman.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_engraved_label.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Browser.cxx Removed Metrowerks support for Apple builds. 2010-03-29 10:47:11 +00:00
Fl_File_Chooser2.cxx removed some compiler warnings (gcc 4+) 2010-03-05 18:53:00 +00:00
Fl_File_Chooser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Chooser.fl Removed unused member variable ext_managed from Fl_File_Chooser 2009-03-13 23:36:09 +00:00
fl_file_dir.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Icon2.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Icon.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Input.cxx Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 2010-02-20 17:40:07 +00:00
fl_font_mac.cxx Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. 2010-03-29 14:10:54 +00:00
fl_font_win32.cxx Merge of branch-1.3-Fl_Printer, with the following main changes: 2010-03-14 18:07:24 +00:00
fl_font_x.cxx After testing, I have applied ucko's latest patch for providing access 2010-04-09 16:46:45 +00:00
fl_font_xft.cxx After testing, I have applied ucko's latest patch for providing access 2010-04-09 16:46:45 +00:00
fl_font.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
Fl_Font.H OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_GDI_Printer.cxx Added an Fl_Printer destructor that's useful under MSWin when printing is aborted 2010-04-08 16:58:28 +00:00
Fl_get_key_mac.cxx Reorganized Unittest / fixed and improved OS X keybord support and alternative input methods / fixed OS X utf8 DnD 2009-04-12 13:48:03 +00:00
Fl_get_key_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_get_key.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_get_system_colors.cxx Removed Metrowerks support for Apple builds. 2010-03-29 10:47:11 +00:00
Fl_GIF_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Gl_Choice.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Gl_Choice.H OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Gl_Device_Plugin.cxx Fl_Gl_Device_Plugin: more device-independant API 2010-04-06 17:38:27 +00:00
Fl_Gl_Overlay.cxx Fixed typos in documentation. 2009-02-15 18:58:03 +00:00
Fl_Gl_Window.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_grab.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Group.cxx Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTOM, and FL_RIGHT_BOTTOM align outside labels first to the side, then to the top or botton, filling a gap in possible alignment. Also FL_ALIGN_TEXT_NEXT_TO_IMAGE and FL_ALIGN_IMAGE_NEXT_TO_TEXT which do just that, and finally FL_ALIGN_IMAGE_BACKDROP which renders the image in the background and draws the label on top. 2010-04-07 23:17:33 +00:00
fl_gtk.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_Dialog_Dox.cxx Added missing svn properties and $Id$ tags. 2009-11-18 12:43:21 +00:00
Fl_Help_Dialog.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_Dialog.fl Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_View.cxx Added some needed comments to Fl_Help_View::format() 2009-04-22 09:02:13 +00:00
Fl_Image.cxx Started to remove USE_QUARTZ, as all Apple implementations use Quartz as their Graphics Rendering system now. 2010-03-29 10:54:18 +00:00
fl_images_core.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Input_.cxx Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list. 2009-12-07 22:04:55 +00:00
Fl_Input.cxx Re-indented src/Fl_Input.cxx 2009-12-13 14:44:30 +00:00
Fl_JPEG_Image.cxx Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used! 2010-02-18 11:38:42 +00:00
fl_labeltype.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Light_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_line_style.cxx Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 2010-03-21 08:26:40 +00:00
Fl_lock.cxx added extra text for Fl::awake() and Fl::flush() 2009-05-14 20:16:09 +00:00
Fl_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Menu_.cxx Doc fixes/additions. 2010-04-08 05:22:13 +00:00
Fl_Menu_add.cxx Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list. 2009-12-07 22:04:55 +00:00
Fl_Menu_Bar.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu_Button.cxx Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 2010-02-26 21:10:46 +00:00
Fl_Menu_global.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu.cxx Attempt at a better menubar shortct alignment. 2010-02-26 13:28:36 +00:00
Fl_Multi_Label.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Native_File_Chooser_common.cxx More Native File Chooser stuff. 2010-01-14 19:38:23 +00:00
Fl_Native_File_Chooser_FLTK.cxx Small indent / whitespace fixups, Manolo's doc modification for 2010-01-17 17:09:00 +00:00
Fl_Native_File_Chooser_MAC.cxx OS X: more references to non-Cocoa builds removed 2010-03-29 11:07:29 +00:00
Fl_Native_File_Chooser_WIN32.cxx Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 2010-03-21 22:55:18 +00:00
Fl_Native_File_Chooser.cxx Fl_Native_File_Chooser follow up maintenance. 2010-01-14 20:47:59 +00:00
fl_open_uri.cxx Updated filename.H function docs with indication of #include <FL/filename.H> 2010-01-01 18:30:49 +00:00
fl_oval_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_overlay_visual.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Overlay_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_overlay.cxx added doxygen comments for more functions in fl_draw.H 2009-03-15 20:52:46 +00:00
Fl_own_colormap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Pack.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Pixmap.cxx Reorganized code to allow compilation with Fl_Device, Fl_Display but without Fl_Abstract_Printer 2010-03-25 13:59:00 +00:00
fl_plastic.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_PNG_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_PNM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Positioner.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Preferences.cxx Fixed databse typo. 2010-04-03 13:03:43 +00:00
Fl_Printer.cxx Made the printer dialog customization strings platform independent, so that 2010-04-11 18:42:35 +00:00
Fl_Progress.cxx Fixed documentation for Fl_Progress (STR #2209) and changed deprecated 2009-06-27 09:29:36 +00:00
Fl_PS_Printer.cxx Fl_PSfile_Device constructor: initialize scale_x and scale_y 2010-03-31 06:21:09 +00:00
Fl_Quartz_Printer.mm Added an Fl_Printer destructor that's useful under MSWin when printing is aborted 2010-04-08 16:58:28 +00:00
fl_read_image_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_read_image_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_read_image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_rect.cxx STR #2330: offscreen bitmap cliping was flipped in OS X 2010-03-29 14:37:02 +00:00
Fl_Repeat_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Return_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Roller.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_round_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Round_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_rounded_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_scroll_area.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Scroll.cxx Reverting previous change (optimization of Fl_Group::clear), 2010-02-07 21:14:35 +00:00
Fl_Scrollbar.cxx Fixed Scrollbar events when max is less than min (STR #2283) 2010-02-26 20:44:35 +00:00
fl_set_font.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_set_fonts_mac.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
fl_set_fonts_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_set_fonts_x.cxx fixed a typo 2009-03-22 19:21:34 +00:00
fl_set_fonts_xft.cxx Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir() 2009-07-23 22:51:56 +00:00
fl_set_fonts.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_shadow_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Shared_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_shortcut.cxx Added some extra doc examples for this function. 2010-04-13 21:08:06 +00:00
fl_show_colormap.cxx Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings. 2010-02-25 23:29:42 +00:00
Fl_Single_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Slider.cxx Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 2010-02-20 17:40:07 +00:00
fl_symbols.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Sys_Menu_Bar.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Table_Row.cxx Added missing svn properties and $Id$ tags. 2009-11-18 12:43:21 +00:00
Fl_Table.cxx Mixed bag. Please see CHANGES. 2010-02-20 21:14:47 +00:00
Fl_Tabs.cxx Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 2010-02-26 21:10:46 +00:00
Fl_Text_Buffer.cxx Marked some more issues with Fl_Text_... 2010-04-06 23:00:56 +00:00
Fl_Text_Display.cxx Marked some more issues with Fl_Text_... 2010-04-06 23:00:56 +00:00
Fl_Text_Editor.cxx Marked some more issues with Fl_Text_... 2010-04-06 23:00:56 +00:00
Fl_Tile.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Tiled_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Tooltip.cxx Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208). Changed Fl_Color back to typedef unsigned. 2009-09-27 11:06:56 +00:00
Fl_Tree_Item_Array.cxx Checked in SebHoll's API mods, fixed indents. 2009-12-08 08:06:44 +00:00
Fl_Tree_Item.cxx Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 2010-03-21 22:55:18 +00:00
Fl_Tree_Prefs.cxx Checked in SebHoll's API mods, fixed indents. 2009-12-08 08:06:44 +00:00
Fl_Tree.cxx Small fixed to SebHoll's user_data() mods (init + copy ctor), 2009-12-08 08:39:31 +00:00
fl_utf8.cxx Added missing svn properties and $Id$ tags. 2009-11-18 12:43:21 +00:00
fl_utf.c Replaced _WIN32 symbols that had crept in with UTF-8 and the 2010-01-23 13:48:50 +00:00
Fl_Valuator.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Value_Input.cxx Mixed bag. Please see CHANGES. 2010-02-20 21:14:47 +00:00
Fl_Value_Output.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Value_Slider.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_vertex.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_visual.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Widget.cxx Minor fix to do_callback() code. 2010-03-23 17:37:51 +00:00
Fl_win32.cxx The "Print front window" external button is available if compiling with -DUSE_PRINT_BUTTON 2010-03-16 18:27:19 +00:00
Fl_Window_fullscreen.cxx Consolidated all possible flag values into a single enum in Fl_Widget (STR #2161) 2009-09-27 12:06:35 +00:00
Fl_Window_hotspot.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Window_iconize.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +00:00
Fl_Window.cxx Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. 2010-03-29 14:10:54 +00:00
Fl_Wizard.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_x.cxx Fixed indentation of previous commit and added CHANGES info (STR #2082). 2010-04-06 20:20:18 +00:00
Fl_XBM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_XColor.H Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_XPM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl.cxx OS X: more references to non-Cocoa builds removed 2010-03-29 11:07:29 +00:00
flstring.c Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
flstring.h Removed Metrowerks support for Apple builds. 2010-03-29 10:47:11 +00:00
forms_bitmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
forms_compatability.cxx Fixed doxygen warnings and added a new documentation module "Callback 2010-03-25 14:37:46 +00:00
forms_free.cxx Fixed some more typos. 2009-07-01 07:32:14 +00:00
forms_fselect.cxx fixed a typo 2009-03-22 19:21:34 +00:00
forms_pixmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
forms_timer.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
freeglut_geometry.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
freeglut_stroke_mono_roman.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +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 gl_draw.cxx (Mac-specific): fixed another bad use of non null-terminated string. 2010-04-13 19:56:23 +00:00
gl_start.cxx converted html tags to doxygen commands in opengl.dox 2009-04-09 20:44:31 +00:00
glut_compatability.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
glut_font.cxx Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings. 2010-02-25 23:29:42 +00:00
makedepend updating dependencies 2010-03-25 15:51:16 +00:00
Makefile Updating dependencies 2010-03-25 14:35:45 +00:00
makefile.wat Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK. 2010-01-13 23:13:59 +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 Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
print_panel.cxx Made the printer dialog customization strings platform independent, so that 2010-04-11 18:42:35 +00:00
print_panel.h Merge of branch-1.3-Fl_Printer, with the following main changes: 2010-03-14 18:07:24 +00:00
ps_image.cxx Fixed all Doxygen warnings triggered by new Fl_Device and Fl_Printer classes 2010-03-24 10:24:37 +00:00
scandir_win32.c Surrounded all #warning's with #if defined(__GNUC__) 2009-03-15 03:14:43 +00:00
scandir.c Updating fl_utf8.h references. Fixing copyright date in .fl files. 2008-09-19 17:40:20 +00:00
screen_xywh.cxx OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only support Cocoa and Quartz. 2010-03-29 10:35:00 +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 Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00