From 9e2d044caa7d71c25529c51a57f28f57c5660231 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 8 Dec 2010 23:53:04 +0000 Subject: As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" Summary: Get rid of eps files, change all doxygen '\image latex' references to eps files to png/jpeg instead, convert doxygen images from gif -> png (to support html+latex). Actual operations: 1) svn remove *.eps 2) convert all gifs -> png 3) svn remove *.gif 4) svn add *.png 5) For jpeg/png images, change all \image latex foo.eps .. -> \image latex foo.[jpg,png] .. 6) For gif images, change all \image html foo.gif .. -> \image html foo.png and (harder to do): change \image latex foo.eps .. -> \image latex foo.png .. 7) Remove EPSFILES macro from documentation/Makefile and remove eps related dependencies that were added recently git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Enumerations.H | 4 +- FL/Fl_Adjuster.H | 4 +- FL/Fl_Chart.H | 4 +- FL/Fl_Check_Button.H | 4 +- FL/Fl_Choice.H | 4 +- FL/Fl_Clock.H | 16 +- FL/Fl_Color_Chooser.H | 2 +- FL/Fl_Counter.H | 4 +- FL/Fl_Dial.H | 4 +- FL/Fl_File_Input.H | 4 +- FL/Fl_Group.H | 8 +- FL/Fl_Light_Button.H | 4 +- FL/Fl_Menu_Bar.H | 4 +- FL/Fl_Menu_Button.H | 4 +- FL/Fl_Menu_Item.H | 4 +- FL/Fl_Output.H | 4 +- FL/Fl_Positioner.H | 4 +- FL/Fl_Return_Button.H | 4 +- FL/Fl_Roller.H | 4 +- FL/Fl_Round_Button.H | 4 +- FL/Fl_Scroll.H | 4 +- FL/Fl_Scrollbar.H | 4 +- FL/Fl_Simple_Counter.H | 4 +- FL/Fl_Slider.H | 4 +- FL/Fl_Table.H | 12 +- FL/Fl_Tabs.H | 4 +- FL/Fl_Tile.H | 4 +- FL/Fl_Tree.H | 2 +- FL/Fl_Valuator.H | 4 +- FL/Fl_Value_Input.H | 4 +- FL/Fl_Value_Output.H | 4 +- FL/Fl_Value_Slider.H | 4 +- FL/fl_show_colormap.H | 4 +- documentation/Makefile | 88 +- documentation/src/FL.gif | Bin 6455 -> 0 bytes documentation/src/FL.png | Bin 0 -> 5642 bytes documentation/src/FL200.eps | 6945 ------------------------- documentation/src/FL200.gif | Bin 2722 -> 0 bytes documentation/src/FL200.png | Bin 0 -> 2626 bytes documentation/src/Fl_Check_Button.eps | 392 -- documentation/src/Fl_Check_Button.gif | Bin 362 -> 0 bytes documentation/src/Fl_Check_Button.png | Bin 0 -> 461 bytes documentation/src/Fl_File_Chooser.eps | 537 -- documentation/src/Fl_File_Input.eps | 626 --- documentation/src/Fl_File_Input.gif | Bin 4040 -> 0 bytes documentation/src/Fl_File_Input.png | Bin 0 -> 3112 bytes documentation/src/Fl_Help_Dialog.eps | 5785 --------------------- documentation/src/Fl_Help_Dialog.gif | Bin 8571 -> 0 bytes documentation/src/Fl_Help_Dialog.png | Bin 0 -> 5010 bytes documentation/src/Fl_Light_Button.eps | 388 -- documentation/src/Fl_Light_Button.gif | Bin 421 -> 0 bytes documentation/src/Fl_Light_Button.png | Bin 0 -> 457 bytes documentation/src/Fl_Return_Button.eps | 413 -- documentation/src/Fl_Return_Button.gif | Bin 491 -> 0 bytes documentation/src/Fl_Return_Button.png | Bin 0 -> 517 bytes documentation/src/Fl_Roller.eps | 763 --- documentation/src/Fl_Roller.gif | Bin 1592 -> 0 bytes documentation/src/Fl_Roller.png | Bin 0 -> 1167 bytes documentation/src/Fl_Round_Button.eps | 399 -- documentation/src/Fl_Round_Button.gif | Bin 404 -> 0 bytes documentation/src/Fl_Round_Button.png | Bin 0 -> 526 bytes documentation/src/Fl_Scroll.eps | 3310 ------------ documentation/src/Fl_Scroll.gif | Bin 13051 -> 0 bytes documentation/src/Fl_Scroll.png | Bin 0 -> 5749 bytes documentation/src/Fl_Tile.eps | 2710 ---------- documentation/src/Fl_Tile.gif | Bin 3837 -> 0 bytes documentation/src/Fl_Tile.png | Bin 0 -> 1375 bytes documentation/src/Fl_Value_Input.eps | 474 -- documentation/src/Fl_Value_Input.gif | Bin 651 -> 0 bytes documentation/src/Fl_Value_Input.png | Bin 0 -> 540 bytes documentation/src/Fl_Value_Output.eps | 467 -- documentation/src/Fl_Value_Output.gif | Bin 640 -> 0 bytes documentation/src/Fl_Value_Output.png | Bin 0 -> 573 bytes documentation/src/adjuster1.eps | 696 --- documentation/src/adjuster1.gif | Bin 1249 -> 0 bytes documentation/src/adjuster1.png | Bin 0 -> 1090 bytes documentation/src/basics.dox | 4 +- documentation/src/boxtypes.eps | 7210 -------------------------- documentation/src/boxtypes.gif | Bin 12196 -> 0 bytes documentation/src/boxtypes.png | Bin 0 -> 6758 bytes documentation/src/buttons.eps | 1180 ----- documentation/src/buttons.gif | Bin 2052 -> 0 bytes documentation/src/buttons.png | Bin 0 -> 1384 bytes documentation/src/charts.eps | 8290 ------------------------------ documentation/src/charts.gif | Bin 12312 -> 0 bytes documentation/src/charts.png | Bin 0 -> 6657 bytes documentation/src/choice.eps | 3016 ----------- documentation/src/choice.gif | Bin 2240 -> 0 bytes documentation/src/choice.png | Bin 0 -> 1254 bytes documentation/src/clock.eps | 1550 ------ documentation/src/clock.gif | Bin 1779 -> 0 bytes documentation/src/clock.png | Bin 0 -> 1124 bytes documentation/src/common.dox | 16 +- documentation/src/counter.eps | 950 ---- documentation/src/counter.gif | Bin 1879 -> 0 bytes documentation/src/counter.png | Bin 0 -> 1305 bytes documentation/src/cubeview.eps | 5218 ------------------- documentation/src/cubeview.gif | Bin 10937 -> 0 bytes documentation/src/cubeview.png | Bin 0 -> 4482 bytes documentation/src/development.dox | 14 +- documentation/src/dial.eps | 2510 --------- documentation/src/dial.gif | Bin 1564 -> 0 bytes documentation/src/dial.png | Bin 0 -> 908 bytes documentation/src/editor-replace.eps | 955 ---- documentation/src/editor-replace.gif | Bin 1521 -> 0 bytes documentation/src/editor-replace.png | Bin 0 -> 877 bytes documentation/src/editor.dox | 8 +- documentation/src/editor.eps | 5386 ------------------- documentation/src/editor.gif | Bin 10187 -> 0 bytes documentation/src/editor.png | Bin 0 -> 8822 bytes documentation/src/fl_alert.eps | 1246 ----- documentation/src/fl_alert.gif | Bin 1674 -> 0 bytes documentation/src/fl_alert.png | Bin 0 -> 1103 bytes documentation/src/fl_ask.eps | 1246 ----- documentation/src/fl_ask.gif | Bin 1333 -> 0 bytes documentation/src/fl_ask.png | Bin 0 -> 860 bytes documentation/src/fl_choice.eps | 1246 ----- documentation/src/fl_choice.gif | Bin 1519 -> 0 bytes documentation/src/fl_choice.png | Bin 0 -> 879 bytes documentation/src/fl_color_chooser.eps | 154 - documentation/src/fl_input.eps | 1246 ----- documentation/src/fl_input.gif | Bin 1935 -> 0 bytes documentation/src/fl_input.png | Bin 0 -> 1150 bytes documentation/src/fl_message.eps | 1246 ----- documentation/src/fl_message.gif | Bin 1509 -> 0 bytes documentation/src/fl_message.png | Bin 0 -> 1011 bytes documentation/src/fl_password.eps | 1246 ----- documentation/src/fl_password.gif | Bin 1607 -> 0 bytes documentation/src/fl_password.png | Bin 0 -> 901 bytes documentation/src/fl_show_colormap.eps | 2295 --------- documentation/src/fl_show_colormap.gif | Bin 17916 -> 0 bytes documentation/src/fl_show_colormap.png | Bin 0 -> 1869 bytes documentation/src/fluid-catgets.eps | 4058 --------------- documentation/src/fluid-catgets.gif | Bin 7626 -> 0 bytes documentation/src/fluid-catgets.png | Bin 0 -> 4346 bytes documentation/src/fluid-gettext.eps | 4058 --------------- documentation/src/fluid-gettext.gif | Bin 7630 -> 0 bytes documentation/src/fluid-gettext.png | Bin 0 -> 4369 bytes documentation/src/fluid-org.eps | 5327 ------------------- documentation/src/fluid-org.gif | Bin 11334 -> 0 bytes documentation/src/fluid-org.png | Bin 0 -> 12690 bytes documentation/src/fluid.dox | 48 +- documentation/src/fluid1.eps | 2656 ---------- documentation/src/fluid1.gif | Bin 6257 -> 0 bytes documentation/src/fluid1.png | Bin 0 -> 3818 bytes documentation/src/fluid2.eps | 7804 ---------------------------- documentation/src/fluid2.gif | Bin 28555 -> 0 bytes documentation/src/fluid2.png | Bin 0 -> 15872 bytes documentation/src/fluid3-cxx.eps | 4786 ----------------- documentation/src/fluid3-cxx.gif | Bin 8841 -> 0 bytes documentation/src/fluid3-cxx.png | Bin 0 -> 4661 bytes documentation/src/fluid3-gui.eps | 4786 ----------------- documentation/src/fluid3-gui.gif | Bin 10636 -> 0 bytes documentation/src/fluid3-gui.png | Bin 0 -> 5592 bytes documentation/src/fluid3-style.eps | 4786 ----------------- documentation/src/fluid3-style.gif | Bin 8046 -> 0 bytes documentation/src/fluid3-style.png | Bin 0 -> 4355 bytes documentation/src/fluid4.eps | 1792 ------- documentation/src/fluid4.gif | Bin 5123 -> 0 bytes documentation/src/fluid4.png | Bin 0 -> 3482 bytes documentation/src/fluid_prefs.eps | 4058 --------------- documentation/src/fluid_prefs.gif | Bin 6875 -> 0 bytes documentation/src/fluid_prefs.png | Bin 0 -> 3971 bytes documentation/src/fluid_widget_cxx.eps | 4786 ----------------- documentation/src/fluid_widget_cxx.gif | Bin 8154 -> 0 bytes documentation/src/fluid_widget_cxx.png | Bin 0 -> 4297 bytes documentation/src/fluid_widget_gui.eps | 4786 ----------------- documentation/src/fluid_widget_gui.gif | Bin 10463 -> 0 bytes documentation/src/fluid_widget_gui.png | Bin 0 -> 5397 bytes documentation/src/fluid_widget_style.eps | 4786 ----------------- documentation/src/fluid_widget_style.gif | Bin 7653 -> 0 bytes documentation/src/fluid_widget_style.png | Bin 0 -> 4089 bytes documentation/src/hello.C.eps | 1630 ------ documentation/src/hello.C.gif | Bin 1686 -> 0 bytes documentation/src/hello.C.png | Bin 0 -> 1195 bytes documentation/src/index.dox | 4 +- documentation/src/input_choice.eps | 115 - documentation/src/menu.eps | 1408 ----- documentation/src/menu.gif | Bin 3079 -> 0 bytes documentation/src/menu.png | Bin 0 -> 2058 bytes documentation/src/menu_button.eps | 686 --- documentation/src/menu_button.gif | Bin 1632 -> 0 bytes documentation/src/menu_button.png | Bin 0 -> 1184 bytes documentation/src/menubar.eps | 970 ---- documentation/src/menubar.gif | Bin 1273 -> 0 bytes documentation/src/menubar.png | Bin 0 -> 920 bytes documentation/src/positioner.eps | 505 -- documentation/src/positioner.gif | Bin 1467 -> 0 bytes documentation/src/positioner.png | Bin 0 -> 1005 bytes documentation/src/resizebox1.eps | 1620 ------ documentation/src/resizebox1.gif | Bin 2795 -> 0 bytes documentation/src/resizebox1.png | Bin 0 -> 647 bytes documentation/src/resizebox2.eps | 2810 ---------- documentation/src/resizebox2.gif | Bin 4291 -> 0 bytes documentation/src/resizebox2.png | Bin 0 -> 809 bytes documentation/src/round_clock.eps | 1536 ------ documentation/src/round_clock.gif | Bin 1623 -> 0 bytes documentation/src/round_clock.png | Bin 0 -> 1551 bytes documentation/src/scrollbar.eps | 713 --- documentation/src/scrollbar.gif | Bin 1201 -> 0 bytes documentation/src/scrollbar.png | Bin 0 -> 1037 bytes documentation/src/slider.eps | 5179 ------------------- documentation/src/slider.gif | Bin 3412 -> 0 bytes documentation/src/slider.png | Bin 0 -> 1189 bytes documentation/src/symbols.eps | 2890 ----------- documentation/src/symbols.gif | Bin 5175 -> 0 bytes documentation/src/symbols.png | Bin 0 -> 2691 bytes documentation/src/table-as-container.eps | 3386 ------------ documentation/src/table-as-container.gif | Bin 16483 -> 0 bytes documentation/src/table-as-container.png | Bin 0 -> 10281 bytes documentation/src/table-dimensions.eps | 2609 ---------- documentation/src/table-dimensions.gif | Bin 5556 -> 0 bytes documentation/src/table-dimensions.png | Bin 0 -> 2360 bytes documentation/src/table-simple.eps | 2417 --------- documentation/src/table-simple.gif | Bin 14676 -> 0 bytes documentation/src/table-simple.png | Bin 0 -> 9630 bytes documentation/src/tabs.eps | 2073 -------- documentation/src/tabs.gif | Bin 2271 -> 0 bytes documentation/src/tabs.png | Bin 0 -> 1577 bytes documentation/src/text.eps | 1386 ----- documentation/src/text.gif | Bin 1988 -> 0 bytes documentation/src/text.png | Bin 0 -> 1815 bytes documentation/src/tiny.eps | 34 - documentation/src/tiny.gif | Bin 95 -> 0 bytes documentation/src/tiny.png | Bin 0 -> 170 bytes documentation/src/tree-elements.eps | 8261 ----------------------------- documentation/src/valuators.eps | 8106 ----------------------------- documentation/src/valuators.gif | Bin 19207 -> 0 bytes documentation/src/valuators.png | Bin 0 -> 6908 bytes documentation/src/value_slider.eps | 5062 ------------------ documentation/src/value_slider.gif | Bin 3733 -> 0 bytes documentation/src/value_slider.png | Bin 0 -> 1437 bytes src/Fl_Color_Chooser.cxx | 4 +- src/Fl_File_Chooser2.cxx | 2 +- src/Fl_Help_Dialog_Dox.cxx | 4 +- src/fl_file_dir.cxx | 2 +- 236 files changed, 131 insertions(+), 182175 deletions(-) delete mode 100644 documentation/src/FL.gif create mode 100644 documentation/src/FL.png delete mode 100644 documentation/src/FL200.eps delete mode 100644 documentation/src/FL200.gif create mode 100644 documentation/src/FL200.png delete mode 100644 documentation/src/Fl_Check_Button.eps delete mode 100644 documentation/src/Fl_Check_Button.gif create mode 100644 documentation/src/Fl_Check_Button.png delete mode 100644 documentation/src/Fl_File_Chooser.eps delete mode 100644 documentation/src/Fl_File_Input.eps delete mode 100644 documentation/src/Fl_File_Input.gif create mode 100644 documentation/src/Fl_File_Input.png delete mode 100644 documentation/src/Fl_Help_Dialog.eps delete mode 100644 documentation/src/Fl_Help_Dialog.gif create mode 100644 documentation/src/Fl_Help_Dialog.png delete mode 100644 documentation/src/Fl_Light_Button.eps delete mode 100644 documentation/src/Fl_Light_Button.gif create mode 100644 documentation/src/Fl_Light_Button.png delete mode 100644 documentation/src/Fl_Return_Button.eps delete mode 100644 documentation/src/Fl_Return_Button.gif create mode 100644 documentation/src/Fl_Return_Button.png delete mode 100644 documentation/src/Fl_Roller.eps delete mode 100644 documentation/src/Fl_Roller.gif create mode 100644 documentation/src/Fl_Roller.png delete mode 100644 documentation/src/Fl_Round_Button.eps delete mode 100644 documentation/src/Fl_Round_Button.gif create mode 100644 documentation/src/Fl_Round_Button.png delete mode 100644 documentation/src/Fl_Scroll.eps delete mode 100644 documentation/src/Fl_Scroll.gif create mode 100644 documentation/src/Fl_Scroll.png delete mode 100644 documentation/src/Fl_Tile.eps delete mode 100644 documentation/src/Fl_Tile.gif create mode 100644 documentation/src/Fl_Tile.png delete mode 100644 documentation/src/Fl_Value_Input.eps delete mode 100644 documentation/src/Fl_Value_Input.gif create mode 100644 documentation/src/Fl_Value_Input.png delete mode 100644 documentation/src/Fl_Value_Output.eps delete mode 100644 documentation/src/Fl_Value_Output.gif create mode 100644 documentation/src/Fl_Value_Output.png delete mode 100644 documentation/src/adjuster1.eps delete mode 100644 documentation/src/adjuster1.gif create mode 100644 documentation/src/adjuster1.png delete mode 100644 documentation/src/boxtypes.eps delete mode 100644 documentation/src/boxtypes.gif create mode 100644 documentation/src/boxtypes.png delete mode 100644 documentation/src/buttons.eps delete mode 100644 documentation/src/buttons.gif create mode 100644 documentation/src/buttons.png delete mode 100644 documentation/src/charts.eps delete mode 100644 documentation/src/charts.gif create mode 100644 documentation/src/charts.png delete mode 100644 documentation/src/choice.eps delete mode 100644 documentation/src/choice.gif create mode 100644 documentation/src/choice.png delete mode 100644 documentation/src/clock.eps delete mode 100644 documentation/src/clock.gif create mode 100644 documentation/src/clock.png delete mode 100644 documentation/src/counter.eps delete mode 100644 documentation/src/counter.gif create mode 100644 documentation/src/counter.png delete mode 100644 documentation/src/cubeview.eps delete mode 100644 documentation/src/cubeview.gif create mode 100644 documentation/src/cubeview.png delete mode 100644 documentation/src/dial.eps delete mode 100644 documentation/src/dial.gif create mode 100644 documentation/src/dial.png delete mode 100644 documentation/src/editor-replace.eps delete mode 100644 documentation/src/editor-replace.gif create mode 100644 documentation/src/editor-replace.png delete mode 100644 documentation/src/editor.eps delete mode 100644 documentation/src/editor.gif create mode 100644 documentation/src/editor.png delete mode 100644 documentation/src/fl_alert.eps delete mode 100644 documentation/src/fl_alert.gif create mode 100644 documentation/src/fl_alert.png delete mode 100644 documentation/src/fl_ask.eps delete mode 100644 documentation/src/fl_ask.gif create mode 100644 documentation/src/fl_ask.png delete mode 100644 documentation/src/fl_choice.eps delete mode 100644 documentation/src/fl_choice.gif create mode 100644 documentation/src/fl_choice.png delete mode 100644 documentation/src/fl_color_chooser.eps delete mode 100644 documentation/src/fl_input.eps delete mode 100644 documentation/src/fl_input.gif create mode 100644 documentation/src/fl_input.png delete mode 100644 documentation/src/fl_message.eps delete mode 100644 documentation/src/fl_message.gif create mode 100644 documentation/src/fl_message.png delete mode 100644 documentation/src/fl_password.eps delete mode 100644 documentation/src/fl_password.gif create mode 100644 documentation/src/fl_password.png delete mode 100644 documentation/src/fl_show_colormap.eps delete mode 100644 documentation/src/fl_show_colormap.gif create mode 100644 documentation/src/fl_show_colormap.png delete mode 100644 documentation/src/fluid-catgets.eps delete mode 100644 documentation/src/fluid-catgets.gif create mode 100644 documentation/src/fluid-catgets.png delete mode 100644 documentation/src/fluid-gettext.eps delete mode 100644 documentation/src/fluid-gettext.gif create mode 100644 documentation/src/fluid-gettext.png delete mode 100644 documentation/src/fluid-org.eps delete mode 100644 documentation/src/fluid-org.gif create mode 100644 documentation/src/fluid-org.png delete mode 100644 documentation/src/fluid1.eps delete mode 100644 documentation/src/fluid1.gif create mode 100644 documentation/src/fluid1.png delete mode 100644 documentation/src/fluid2.eps delete mode 100644 documentation/src/fluid2.gif create mode 100644 documentation/src/fluid2.png delete mode 100644 documentation/src/fluid3-cxx.eps delete mode 100644 documentation/src/fluid3-cxx.gif create mode 100644 documentation/src/fluid3-cxx.png delete mode 100644 documentation/src/fluid3-gui.eps delete mode 100644 documentation/src/fluid3-gui.gif create mode 100644 documentation/src/fluid3-gui.png delete mode 100644 documentation/src/fluid3-style.eps delete mode 100644 documentation/src/fluid3-style.gif create mode 100644 documentation/src/fluid3-style.png delete mode 100644 documentation/src/fluid4.eps delete mode 100644 documentation/src/fluid4.gif create mode 100644 documentation/src/fluid4.png delete mode 100644 documentation/src/fluid_prefs.eps delete mode 100644 documentation/src/fluid_prefs.gif create mode 100644 documentation/src/fluid_prefs.png delete mode 100644 documentation/src/fluid_widget_cxx.eps delete mode 100644 documentation/src/fluid_widget_cxx.gif create mode 100644 documentation/src/fluid_widget_cxx.png delete mode 100644 documentation/src/fluid_widget_gui.eps delete mode 100644 documentation/src/fluid_widget_gui.gif create mode 100644 documentation/src/fluid_widget_gui.png delete mode 100644 documentation/src/fluid_widget_style.eps delete mode 100644 documentation/src/fluid_widget_style.gif create mode 100644 documentation/src/fluid_widget_style.png delete mode 100644 documentation/src/hello.C.eps delete mode 100644 documentation/src/hello.C.gif create mode 100644 documentation/src/hello.C.png delete mode 100644 documentation/src/input_choice.eps delete mode 100644 documentation/src/menu.eps delete mode 100644 documentation/src/menu.gif create mode 100644 documentation/src/menu.png delete mode 100644 documentation/src/menu_button.eps delete mode 100644 documentation/src/menu_button.gif create mode 100644 documentation/src/menu_button.png delete mode 100644 documentation/src/menubar.eps delete mode 100644 documentation/src/menubar.gif create mode 100644 documentation/src/menubar.png delete mode 100644 documentation/src/positioner.eps delete mode 100644 documentation/src/positioner.gif create mode 100644 documentation/src/positioner.png delete mode 100644 documentation/src/resizebox1.eps delete mode 100644 documentation/src/resizebox1.gif create mode 100644 documentation/src/resizebox1.png delete mode 100644 documentation/src/resizebox2.eps delete mode 100644 documentation/src/resizebox2.gif create mode 100644 documentation/src/resizebox2.png delete mode 100644 documentation/src/round_clock.eps delete mode 100644 documentation/src/round_clock.gif create mode 100644 documentation/src/round_clock.png delete mode 100644 documentation/src/scrollbar.eps delete mode 100644 documentation/src/scrollbar.gif create mode 100644 documentation/src/scrollbar.png delete mode 100644 documentation/src/slider.eps delete mode 100644 documentation/src/slider.gif create mode 100644 documentation/src/slider.png delete mode 100644 documentation/src/symbols.eps delete mode 100644 documentation/src/symbols.gif create mode 100644 documentation/src/symbols.png delete mode 100644 documentation/src/table-as-container.eps delete mode 100644 documentation/src/table-as-container.gif create mode 100644 documentation/src/table-as-container.png delete mode 100644 documentation/src/table-dimensions.eps delete mode 100644 documentation/src/table-dimensions.gif create mode 100644 documentation/src/table-dimensions.png delete mode 100644 documentation/src/table-simple.eps delete mode 100644 documentation/src/table-simple.gif create mode 100644 documentation/src/table-simple.png delete mode 100644 documentation/src/tabs.eps delete mode 100644 documentation/src/tabs.gif create mode 100644 documentation/src/tabs.png delete mode 100644 documentation/src/text.eps delete mode 100644 documentation/src/text.gif create mode 100644 documentation/src/text.png delete mode 100644 documentation/src/tiny.eps delete mode 100644 documentation/src/tiny.gif create mode 100644 documentation/src/tiny.png delete mode 100644 documentation/src/tree-elements.eps delete mode 100644 documentation/src/valuators.eps delete mode 100644 documentation/src/valuators.gif create mode 100644 documentation/src/valuators.png delete mode 100644 documentation/src/value_slider.eps delete mode 100644 documentation/src/value_slider.gif create mode 100644 documentation/src/value_slider.png diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 2b4179f6d..28e75ecab 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -435,8 +435,8 @@ enum Fl_When { // Fl_Widget::when(): leaving the interior unchanged. The blue color in Figure 1 is the area that is not drawn by the frame types. - \image html boxtypes.gif "Figure 1: FLTK standard box types" - \image latex boxtypes.eps "FLTK standard box types" width=10cm + \image html boxtypes.png "Figure 1: FLTK standard box types" + \image latex boxtypes.png "FLTK standard box types" width=10cm \todo Description of boxtypes is incomplete. See below for the defined enum Fl_Boxtype. \see src/Fl_get_system_colors.cxx diff --git a/FL/Fl_Adjuster.H b/FL/Fl_Adjuster.H index 74d8d6d50..621c8c066 100644 --- a/FL/Fl_Adjuster.H +++ b/FL/Fl_Adjuster.H @@ -40,8 +40,8 @@ /** The Fl_Adjuster widget was stolen from Prisms, and has proven to be very useful for values that need a large dynamic range. - \image html adjuster1.gif - \image latex adjuster1.eps "Fl_Adjuster" width=4cm + \image html adjuster1.png + \image latex adjuster1.png "Fl_Adjuster" width=4cm

When you press a button and drag to the right the value increases. When you drag to the left it decreases. The largest button adjusts by 100 * step(), the next by 10 * step() and that diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index cadeef294..7970e4b6a 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -61,8 +61,8 @@ struct FL_CHART_ENTRY { \brief Fl_Chart displays simple charts. It is provided for Forms compatibility. - \image html charts.gif - \image latex charts.eps "Fl_Chart" width=10cm + \image html charts.png + \image latex charts.png "Fl_Chart" width=10cm \todo Refactor Fl_Chart::type() information. The type of an Fl_Chart object can be set using type(uchar t) to: diff --git a/FL/Fl_Check_Button.H b/FL/Fl_Check_Button.H index efcb3c715..47752dff7 100644 --- a/FL/Fl_Check_Button.H +++ b/FL/Fl_Check_Button.H @@ -37,8 +37,8 @@ \class Fl_Check_Button \brief A button with an "checkmark" to show its status. - \image html Fl_Check_Button.gif - \image latex Fl_Check_Button.eps "Fl_Check_Button" width=4cm + \image html Fl_Check_Button.png + \image latex Fl_Check_Button.png "Fl_Check_Button" width=4cm Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index b7aa834ec..5f2d78bcb 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -64,8 +64,8 @@ you pick the item with the mouse. The '\&' character in item names are only looked at when the menu is popped up, however. - \image html choice.gif - \image latex choice.eps "Fl_Choice" width=4cm + \image html choice.png + \image latex choice.png "Fl_Choice" width=4cm \todo Refactor the doxygen comments for Fl_Choice changed() documentation. \li int Fl_Widget::changed() const diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index 402969f9d..c04369f9e 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -53,12 +53,12 @@ \htmlonly
type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK
\endhtmlonly - \image html clock.gif + \image html clock.png \htmlonly \endhtmlonly - \image html round_clock.gif + \image html round_clock.png \htmlonly
\endhtmlonly - \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm - \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm + \image latex clock.png "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock_Output : public Fl_Widget { int hour_, minute_, second_; @@ -112,12 +112,12 @@ public: You can choose the rounded or square type of the clock with type(), see below. \htmlonly
type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK
\endhtmlonly - \image html clock.gif + \image html clock.png \htmlonly \endhtmlonly - \image html round_clock.gif + \image html round_clock.png \htmlonly
\endhtmlonly - \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm - \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm + \image latex clock.png "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock : public Fl_Clock_Output { public: diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index 04235be63..3f7454107 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -84,7 +84,7 @@ public: \brief The Fl_Color_Chooser widget provides a standard RGB color chooser. \image html fl_color_chooser.jpg - \image latex fl_color_chooser.eps "fl_color_chooser()" width=5cm + \image latex fl_color_chooser.jpg "fl_color_chooser()" width=5cm You can place any number of the widgets into a panel of your own design. The diagram shows the widget as part of a color chooser dialog created by diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H index 1fa5299cb..f398b82d6 100644 --- a/FL/Fl_Counter.H +++ b/FL/Fl_Counter.H @@ -45,8 +45,8 @@ Controls a single floating point value with button (or keyboard) arrows. Double arrows buttons achieve larger steps than simple arrows. \see Fl_Spinner for value input with vertical step arrows. -

\image html counter.gif

- \image latex counter.eps "Fl_Counter" width=4cm +

\image html counter.png

+ \image latex counter.png "Fl_Counter" width=4cm \todo Refactor the doxygen comments for Fl_Counter type() documentation. diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index 0e7197020..5d819b6f3 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -43,8 +43,8 @@ /** The Fl_Dial widget provides a circular dial to control a single floating point value. -

\image html dial.gif - \image latex dial.eps "Fl_Dial" width=4cm +

\image html dial.png + \image latex dial.png "Fl_Dial" width=4cm Use type() to set the type of the dial to: