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 ++-- 33 files changed, 76 insertions(+), 76 deletions(-) (limited to 'FL') 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: