fltk/src
Manolo Gouy 814f65db73 Fl_PostScript_Graphics_Driver::color() : removed repetition of identical code
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-08-22 07:53:24 +00:00
..
xutf8 Changed references to fltk-bugs@fltk.org -> STR form. 2010-04-28 03:15:47 +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 Updated CMake files and removed now obsolete test/tree.cxx and 2010-07-10 14:25:46 +00:00
cmap.cxx Finished up changes for references to fltk-bugs@fltk.org -> STR form. 2010-04-28 07:21:41 +00:00
d1_mask.xbm
d1.xbm
dump_compose.c
ew_mask.xbm
ew.xbm
fastarrow.h
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_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 Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_arci.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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 Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_color_win32.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_color.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +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 Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
Fl_Device.cxx Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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 Changed references to fltk-bugs@fltk.org -> STR form. 2010-04-28 03:15:47 +00:00
fl_dnd_win32.cxx Changed references to fltk-bugs@fltk.org -> STR form. 2010-04-28 03:15:47 +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 Fixed fl_XXX_offscreen functions when the current output goes to a printer or a PostScript device 2010-07-09 17:31:33 +00:00
fl_draw_image_mac.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_draw_image_win32.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_draw_image.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
fl_draw_pixmap.cxx Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +00:00
fl_draw.cxx Removed compilation warning 2010-04-14 13:21:10 +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 Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +00:00
fl_font_win32.cxx Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Driver 2010-06-21 15:49:45 +00:00
fl_font_x.cxx Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Driver 2010-06-21 15:49:45 +00:00
fl_font_xft.cxx Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Driver 2010-06-21 15:49: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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +00:00
Fl_get_key_mac.cxx Fl_get_key_mac.cxx: removed GetKeys Carbon call 2010-05-26 21:25:11 +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 Finished up changes for references to fltk-bugs@fltk.org -> STR form. 2010-04-28 07:21:41 +00:00
Fl_Gl_Device_Plugin.cxx Fl_Gl_Device_Plugin.cxx: fixed compilation error under some 10.4 2010-05-21 07:15:13 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +00:00
fl_images_core.cxx Made fl_register_images() seen by Doxygen. 2010-04-14 20:47:34 +00:00
Fl_Input_.cxx Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +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 Removed useless #include <Fl/fl_ask.H> 2010-06-15 21:16:27 +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 sync. 2010-04-16 17:55:45 +00:00
Fl_Menu_add.cxx Small doc clarification for new insert() item. 2010-04-16 19:50:40 +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 Fixed X11/XDBE double buffering (STR #2152, #2197). Both bugs could only be 2010-06-09 08:36:25 +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_Paged_Device.cxx Changed file properties 2010-05-27 17:52:27 +00:00
Fl_Pixmap.cxx Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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_PostScript.cxx Fl_PostScript_Graphics_Driver::color() : removed repetition of identical code 2010-08-22 07:53:24 +00:00
Fl_Preferences.cxx Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +00:00
Fl_Printer.cxx Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +00:00
Fl_Progress.cxx Fixed documentation for Fl_Progress (STR #2209) and changed deprecated 2009-06-27 09:29:36 +00:00
Fl_Quartz_Printer.mm Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +00:00
fl_read_image_mac.cxx Fixed use of x and y args when reading from offscreen buffer and test when w or h are too big 2010-07-09 17:29:35 +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 Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +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 Mac OS X: Speedup of Fl::set_fonts() if called repeatedly. 2010-08-20 13:07:13 +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 Added Fl_Sys_Menu_Bar::insert(), clear(), clear_submenu() 2010-04-16 19:27:28 +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 Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +00:00
Fl_Text_Display.cxx Fl_Text_Buffer/Display fixes for UTF-8 / STR-2158 (part 1) 2010-04-18 14:33:33 +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 Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +00:00
Fl_Tree_Prefs.cxx Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +00:00
Fl_Tree.cxx Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 2010-07-10 09:44:45 +00:00
fl_utf8.cxx Added missing svn properties and $Id$ tags. 2009-11-18 12:43:21 +00:00
fl_utf.c src/fl_utf.c: fixed UCS handling up to and including 0x10FFFF [STR 2349] 2010-05-17 20:03:47 +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 Better device hierarchy with surfaces and graphics drivers. 2010-05-27 17:20:18 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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 Renamed global variable from fl_device to fl_graphics_driver to better express its class 2010-07-01 13:21:32 +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: simplified/clarified #define's 2010-04-14 09:29:08 +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 Fixed dependencies for next snapshot. 2010-05-28 07:39:27 +00:00
Makefile Reflecting change in device hierarchy. 2010-05-27 17:24:21 +00:00
makefile.wat Changed references to fltk-bugs@fltk.org -> STR form. 2010-04-28 03:15:47 +00:00
mediumarrow.h
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
ns.xbm
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 Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx 2010-06-07 13:39:03 +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
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