Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_border.h ewl_box.h ewl_button.h ewl_calendar.h ewl_cell.h 
        ewl_check.h ewl_checkbutton.h ewl_colordialog.h 
        ewl_colorpicker.h ewl_combo.h ewl_container.h 
        ewl_context_menu.h ewl_cursor.h ewl_datepicker.h ewl_dialog.h 
        ewl_embed.h ewl_entry.h ewl_expansion.h ewl_filedialog.h 
        ewl_filelist.h ewl_filelist_column.h ewl_filelist_icon.h 
        ewl_filelist_list.h ewl_filelist_model.h ewl_filelist_tree.h 
        ewl_filepicker.h ewl_floater.h ewl_freebox.h ewl_grid.h 
        ewl_highlight.h ewl_histogram.h ewl_icon.h ewl_image.h 
        ewl_label.h ewl_list.h ewl_media.h ewl_menu.h ewl_menu_item.h 
        ewl_menubar.h ewl_mvc.h ewl_notebook.h ewl_overlay.h 
        ewl_paned.h ewl_password.h ewl_popup.h ewl_progressbar.h 
        ewl_radiobutton.h ewl_range.h ewl_row.h ewl_scrollbar.h 
        ewl_scrollpane.h ewl_seeker.h ewl_separator.h ewl_shadow.h 
        ewl_spacer.h ewl_spectrum.h ewl_spinner.h ewl_statusbar.h 
        ewl_stock.h ewl_table.h ewl_text.h ewl_toolbar.h ewl_tree.h 
        ewl_tree2.h ewl_tree2_view.h ewl_tree2_view_freebox.h 
        ewl_tree2_view_plain.h ewl_tree2_view_scrolled.h ewl_widget.h 
        ewl_window.h 


Log Message:
- make the images conditional. if you've got the images put HAVE_IMAGES in
  the ENABLED_SCTIONS part of the Doxyfile

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_border.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_border.h        23 Aug 2007 05:26:50 -0000      1.16
+++ ewl_border.h        11 Nov 2007 06:07:46 -0000      1.17
@@ -10,7 +10,9 @@
  * around a group of widgets.
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Border_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_box.h   23 Aug 2007 05:26:50 -0000      1.21
+++ ewl_box.h   11 Nov 2007 06:07:46 -0000      1.22
@@ -8,7 +8,9 @@
  * horizontal or vertical line.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Box_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_button.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_button.h        23 Mar 2007 22:06:30 -0000      1.28
+++ ewl_button.h        11 Nov 2007 06:07:46 -0000      1.29
@@ -11,7 +11,9 @@
  * from the Ewl_Box to allow for placing any other widget inside the button.
  *
  * @remarks Inherits from Ewl_Stock.
+ * @if HAVE_IMAGES
  * @image html Ewl_Button_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_calendar.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_calendar.h      23 Aug 2007 05:26:50 -0000      1.17
+++ ewl_calendar.h      11 Nov 2007 06:07:46 -0000      1.18
@@ -9,7 +9,9 @@
  * @brief Defines the Ewl_Calendar class
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Calendar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cell.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_cell.h  4 Mar 2007 00:52:01 -0000       1.14
+++ ewl_cell.h  11 Nov 2007 06:07:46 -0000      1.15
@@ -7,7 +7,9 @@
  * Defines a container to layout a single child with all of it's available 
space.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Cell_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_check.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_check.h 4 Mar 2007 00:52:01 -0000       1.17
+++ ewl_check.h 11 Nov 2007 06:07:46 -0000      1.18
@@ -8,7 +8,9 @@
  * state, without any extra decorating.
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Check_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_checkbutton.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_checkbutton.h   6 Mar 2007 07:51:39 -0000       1.19
+++ ewl_checkbutton.h   11 Nov 2007 06:07:46 -0000      1.20
@@ -10,7 +10,9 @@
  * provides an Ewl_Check that changes value on each click.
  *
  * @remarks Inherits from Ewl_Button.
+ * @if HAVE_IMAGES
  * @image html Ewl_Checkbutton_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colordialog.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_colordialog.h   23 Aug 2007 05:26:50 -0000      1.20
+++ ewl_colordialog.h   11 Nov 2007 06:07:46 -0000      1.21
@@ -8,7 +8,9 @@
  * @addtogroup Ewl_Colordialog Ewl_Colordialog: A Simple Colour Dialog widget
  *
  * @remarks Inherits from Ewl_Dialog.
+ * @if HAVE_IMAGES
  * @image html Ewl_Colordialog_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- ewl_colorpicker.h   23 Aug 2007 05:26:50 -0000      1.26
+++ ewl_colorpicker.h   11 Nov 2007 06:07:46 -0000      1.27
@@ -8,7 +8,9 @@
  * @addtogroup Ewl_Colorpicker Ewl_Colorpicker: The colour picking widget
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Colorpicker_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_combo.h 23 Aug 2007 05:26:50 -0000      1.29
+++ ewl_combo.h 11 Nov 2007 06:07:46 -0000      1.30
@@ -11,7 +11,9 @@
  * outside of the Evas.
  *
  * @remarks Inherits from Ewl_MVC.
+ * @if HAVE_IMAGES
  * @image html Ewl_Combo_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_container.h     23 Aug 2007 05:26:50 -0000      1.33
+++ ewl_container.h     11 Nov 2007 06:07:46 -0000      1.34
@@ -8,7 +8,9 @@
  * the ability to nest Ewl_Widget's inside.
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Container_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_context_menu.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_context_menu.h  23 Aug 2007 05:26:50 -0000      1.6
+++ ewl_context_menu.h  11 Nov 2007 06:07:46 -0000      1.7
@@ -7,7 +7,9 @@
  * @addtogroup Ewl_Context_Menu Ewl_Context_Menu: A context menu
  *
  * @remarks Inherits from Ewl_Popup.
+ * @if HAVE_IMAGES
  * @image html Ewl_Context_Menu_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cursor.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_cursor.h        2 Mar 2007 04:39:46 -0000       1.6
+++ ewl_cursor.h        11 Nov 2007 06:07:46 -0000      1.7
@@ -7,7 +7,9 @@
  * @brief Defines the Ewl_Cursor class used for generating ARGB cursor data.
  *
  * @remarks Inherits from Ewl_Window.
+ * @if HAVE_IMAGES
  * @image html Ewl_Cursor_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_datepicker.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_datepicker.h    23 Aug 2007 05:26:50 -0000      1.16
+++ ewl_datepicker.h    11 Nov 2007 06:07:46 -0000      1.17
@@ -9,7 +9,9 @@
  * @brief Defines the Ewl_Datepicker class,
  *
  * @remarks Inherits from Ewl_Text.
+ * @if HAVE_IMAGES
  * @image html Ewl_Datepicker_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_dialog.h        7 Oct 2007 00:18:58 -0000       1.20
+++ ewl_dialog.h        11 Nov 2007 06:07:46 -0000      1.21
@@ -7,7 +7,9 @@
  * @brief Defines the Ewl_Dialog class which extends the Ewl_Window class.
  *
  * @remarks Inherits from Ewl_Window.
+ * @if HAVE_IMAGES
  * @image html Ewl_Dialog_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- ewl_embed.h 23 Aug 2007 05:26:50 -0000      1.46
+++ ewl_embed.h 11 Nov 2007 06:07:46 -0000      1.47
@@ -8,7 +8,9 @@
  * canvas.
  *
  * @remarks Inherits from Ewl_Overlay.
+ * @if HAVE_IMAGES
  * @image html Ewl_Embed_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_entry.h 23 Aug 2007 05:26:50 -0000      1.29
+++ ewl_entry.h 11 Nov 2007 06:07:46 -0000      1.30
@@ -9,7 +9,9 @@
  * This widget provides all text entry needs, from single to multiline
  *
  * @remarks Inherits from Ewl_Text.
+ * @if HAVE_IMAGES
  * @image html Ewl_Entry_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_expansion.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_expansion.h     23 Aug 2007 05:26:50 -0000      1.5
+++ ewl_expansion.h     11 Nov 2007 06:07:46 -0000      1.6
@@ -7,7 +7,9 @@
  * Defines a widget for tree2's expansion node
  *
  * @remarks Inherits from Ewl_Check.
+ * @if HAVE_IMAGES
  * @image html Ewl_Expansion_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filedialog.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_filedialog.h    23 Aug 2007 05:26:51 -0000      1.21
+++ ewl_filedialog.h    11 Nov 2007 06:07:46 -0000      1.22
@@ -10,7 +10,9 @@
  * A simple dialog to show a file selector widget
  *
  * @remarks Inherits from Ewl_Dialog.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filedialog_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_filelist.h      10 Nov 2007 04:16:38 -0000      1.19
+++ ewl_filelist.h      11 Nov 2007 06:07:46 -0000      1.20
@@ -12,7 +12,9 @@
  * A base class to be extended to provide different views on the file list
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filelist_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_filelist_column.h       4 Mar 2007 00:52:01 -0000       1.12
+++ ewl_filelist_column.h       11 Nov 2007 06:07:46 -0000      1.13
@@ -10,7 +10,9 @@
  * A view of the files using a new column for each directory.
  *
  * @remarks Inherits from Ewl_Filelist.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filelist_Column_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_icon.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_filelist_icon.h 23 Aug 2007 05:26:51 -0000      1.10
+++ ewl_filelist_icon.h 11 Nov 2007 06:07:46 -0000      1.11
@@ -10,7 +10,9 @@
  * A view of the files using simple name/icon graphics
  *
  * @remarks Inherits from Ewl_Filelist.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filelist_Icon_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_list.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_filelist_list.h 23 Aug 2007 05:26:51 -0000      1.10
+++ ewl_filelist_list.h 11 Nov 2007 06:07:46 -0000      1.11
@@ -10,7 +10,9 @@
  * Provides a list view of the files giving name, size, etc information
  *
  * @remarks Inherits from Ewl_Filelist.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filelist_List_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_model.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_filelist_model.h        4 Nov 2007 23:28:03 -0000       1.1
+++ ewl_filelist_model.h        11 Nov 2007 06:07:46 -0000      1.2
@@ -4,6 +4,7 @@
 /**
  * @addtogroup Ewl_Filelist_Model Ewl_Filelist_Model The model for the filelist
  * @brief A model for the filelist
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_tree.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_filelist_tree.h 23 Aug 2007 05:26:51 -0000      1.5
+++ ewl_filelist_tree.h 11 Nov 2007 06:07:46 -0000      1.6
@@ -10,7 +10,9 @@
  * Provides a tree view of the files giving name, size, etc information
  *
  * @remarks Inherits from Ewl_Filelist.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filelist_Tree_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_filepicker.h    23 Aug 2007 05:26:51 -0000      1.10
+++ ewl_filepicker.h    11 Nov 2007 06:07:46 -0000      1.11
@@ -10,7 +10,9 @@
  * A widget to allow selecting ifles
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Filepicker_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_floater.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_floater.h       10 Apr 2007 23:42:09 -0000      1.18
+++ ewl_floater.h       11 Nov 2007 06:07:46 -0000      1.19
@@ -10,7 +10,9 @@
  * area, with the ability to follow the movement of another widget.
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Floater_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_freebox.h       23 Aug 2007 05:26:51 -0000      1.11
+++ ewl_freebox.h       11 Nov 2007 06:07:46 -0000      1.12
@@ -8,7 +8,9 @@
  * the widget.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Freebox_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_grid.h  23 Aug 2007 05:26:51 -0000      1.29
+++ ewl_grid.h  11 Nov 2007 06:07:46 -0000      1.30
@@ -7,7 +7,9 @@
  * @brief The Ewl Grid widget
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Grid_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_highlight.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_highlight.h     4 Mar 2007 00:52:01 -0000       1.6
+++ ewl_highlight.h     11 Nov 2007 06:07:46 -0000      1.7
@@ -9,7 +9,9 @@
  * Defines a widget to highlight other widgets
  *
  * @remarks Inherits from Ewl_Floater.
+ * @if HAVE_IMAGES
  * @image html Ewl_Highlight_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_histogram.h     23 Aug 2007 05:26:51 -0000      1.13
+++ ewl_histogram.h     11 Nov 2007 06:07:46 -0000      1.14
@@ -8,7 +8,9 @@
  * @addtogroup Ewl_Histogram Ewl_Histogram: A Simple Histogram widget
  *
  * @remarks Inherits from Ewl_Image.
+ * @if HAVE_IMAGES
  * @image html Ewl_Histogram_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_icon.h  23 Aug 2007 05:26:51 -0000      1.19
+++ ewl_icon.h  11 Nov 2007 06:07:46 -0000      1.20
@@ -9,7 +9,9 @@
  * @brief Describes a widget to layout and manipulate icons
  *
  * @remarks Inherits from Ewl_Stock.
+ * @if HAVE_IMAGES
  * @image html Ewl_Icon_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- ewl_image.h 23 Aug 2007 05:26:51 -0000      1.40
+++ ewl_image.h 11 Nov 2007 06:07:46 -0000      1.41
@@ -8,7 +8,9 @@
  * Provides a widget for displaying evas loadable images, and edjes.
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Image_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_label.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_label.h 23 Aug 2007 05:26:51 -0000      1.21
+++ ewl_label.h 11 Nov 2007 06:07:46 -0000      1.22
@@ -9,7 +9,9 @@
  * Defines a class for a fullty-themable text label
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Label_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_list.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_list.h  23 Aug 2007 05:26:51 -0000      1.14
+++ ewl_list.h  11 Nov 2007 06:07:46 -0000      1.15
@@ -9,7 +9,9 @@
  * @brief Defines a class to layout data in a list
  *
  * @remarks Inherits from Ewl_MVC.
+ * @if HAVE_IMAGES
  * @image html Ewl_List_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_media.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_media.h 23 Aug 2007 05:26:51 -0000      1.22
+++ ewl_media.h 11 Nov 2007 06:07:46 -0000      1.23
@@ -7,7 +7,9 @@
  * @brief Defines a class for displaing video
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Media_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ewl_menu.h  4 Oct 2007 01:01:14 -0000       1.31
+++ ewl_menu.h  11 Nov 2007 06:07:46 -0000      1.32
@@ -9,7 +9,9 @@
  * the canvas.
  *
  * @remarks Inherits from Ewl_Menu_Item.
+ * @if HAVE_IMAGES
  * @image html Ewl_Menu_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_item.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_menu_item.h     7 Mar 2007 07:18:38 -0000       1.20
+++ ewl_menu_item.h     11 Nov 2007 06:07:46 -0000      1.21
@@ -9,7 +9,9 @@
  * The basic menu item
  *
  * @remarks Inherits from Ewl_Button.
+ * @if HAVE_IMAGES
  * @image html Ewl_Menu_Item_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menubar.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_menubar.h       4 Mar 2007 00:52:01 -0000       1.17
+++ ewl_menubar.h       11 Nov 2007 06:07:46 -0000      1.18
@@ -10,7 +10,9 @@
  * Defines a class for displaying menu bars
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Menubar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_mvc.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_mvc.h   30 Oct 2007 19:47:51 -0000      1.21
+++ ewl_mvc.h   11 Nov 2007 06:07:46 -0000      1.22
@@ -11,7 +11,9 @@
  * Defines a widget to base MVC widgets off of
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_MVC_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_notebook.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_notebook.h      23 Aug 2007 05:26:51 -0000      1.19
+++ ewl_notebook.h      11 Nov 2007 06:07:46 -0000      1.20
@@ -9,7 +9,9 @@
  * Defines a class for notebook layout
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Notebook_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_overlay.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_overlay.h       2 Mar 2007 04:39:46 -0000       1.13
+++ ewl_overlay.h       11 Nov 2007 06:07:46 -0000      1.14
@@ -8,7 +8,9 @@
  * evas.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Overlay_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ewl_paned.h 4 Nov 2007 23:13:07 -0000       1.32
+++ ewl_paned.h 11 Nov 2007 06:07:46 -0000      1.33
@@ -9,7 +9,9 @@
  * Provides a widget to have a resizable paned container
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Paned_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_password.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_password.h      2 Aug 2007 22:59:11 -0000       1.17
+++ ewl_password.h      11 Nov 2007 06:07:46 -0000      1.18
@@ -9,7 +9,9 @@
  * @brief Defines the Ewl_Password class to allow for single line obscured 
text.
  *
  * @remarks Inherits from Ewl_Entry.
+ * @if HAVE_IMAGES
  * @image html Ewl_Password_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_popup.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_popup.h 23 Aug 2007 05:26:51 -0000      1.13
+++ ewl_popup.h 11 Nov 2007 06:07:46 -0000      1.14
@@ -8,7 +8,9 @@
  * placed with some kind of smartness
  *
  * @remarks Inherits from Ewl_Window.
+ * @if HAVE_IMAGES
  * @image html Ewl_Popup_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_progressbar.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_progressbar.h   23 Aug 2007 05:26:51 -0000      1.19
+++ ewl_progressbar.h   11 Nov 2007 06:07:46 -0000      1.20
@@ -9,7 +9,9 @@
  * A progress bar widget
  *
  * @remarks Inherits from Ewl_Range.
+ * @if HAVE_IMAGES
  * @image html Ewl_Progressbar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_radiobutton.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_radiobutton.h   4 Mar 2007 00:52:01 -0000       1.16
+++ ewl_radiobutton.h   11 Nov 2007 06:07:46 -0000      1.17
@@ -10,7 +10,9 @@
  * for selecting a single option.
  *
  * @remarks Inherits from Ewl_Checkbutton.
+ * @if HAVE_IMAGES
  * @image html Ewl_Radiobutton_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_range.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_range.h 23 Aug 2007 05:26:51 -0000      1.11
+++ ewl_range.h 11 Nov 2007 06:07:46 -0000      1.12
@@ -8,7 +8,9 @@
  * value from a range.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Range_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_row.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_row.h   23 Aug 2007 05:26:51 -0000      1.18
+++ ewl_row.h   11 Nov 2007 06:07:46 -0000      1.19
@@ -7,7 +7,9 @@
  * Defines a widget to display a row
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Row_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollbar.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_scrollbar.h     4 Mar 2007 00:52:01 -0000       1.18
+++ ewl_scrollbar.h     11 Nov 2007 06:07:46 -0000      1.19
@@ -9,7 +9,9 @@
  * Defines an Ewl_Scrollbar for using when scrolling values are needed.
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Scrollbar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_scrollpane.h    4 Mar 2007 00:52:01 -0000       1.17
+++ ewl_scrollpane.h    11 Nov 2007 06:07:46 -0000      1.18
@@ -8,7 +8,9 @@
  * viewable region.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Scrollpane_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_seeker.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_seeker.h        4 Mar 2007 00:52:01 -0000       1.21
+++ ewl_seeker.h        11 Nov 2007 06:07:46 -0000      1.22
@@ -10,7 +10,9 @@
  * value from a range.
  *
  * @remarks Inherits from Ewl_Range.
+ * @if HAVE_IMAGES
  * @image html Ewl_Seeker_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_separator.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_separator.h     2 Mar 2007 04:39:47 -0000       1.15
+++ ewl_separator.h     11 Nov 2007 06:07:46 -0000      1.16
@@ -8,7 +8,9 @@
  * visual separation is needed.
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Separator_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_shadow.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_shadow.h        2 Mar 2007 04:39:47 -0000       1.9
+++ ewl_shadow.h        11 Nov 2007 06:07:46 -0000      1.10
@@ -10,7 +10,9 @@
  * around a group of widgets.
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Shadow_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spacer.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_spacer.h        4 Mar 2007 00:52:01 -0000       1.11
+++ ewl_spacer.h        11 Nov 2007 06:07:46 -0000      1.12
@@ -8,7 +8,9 @@
  * layout.
  *
  * @remarks Inherits from Ewl_Widget.
+ * @if HAVE_IMAGES
  * @image html Ewl_Spacer_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spectrum.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_spectrum.h      23 Aug 2007 05:26:52 -0000      1.23
+++ ewl_spectrum.h      11 Nov 2007 06:07:46 -0000      1.24
@@ -7,7 +7,9 @@
  * Defines a colour spectrum widget
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Spectrum_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spinner.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_spinner.h       23 Aug 2007 05:26:52 -0000      1.21
+++ ewl_spinner.h       11 Nov 2007 06:07:46 -0000      1.22
@@ -10,7 +10,9 @@
  * increment and decrement the value.
  *
  * @remarks Inherits from Ewl_Range.
+ * @if HAVE_IMAGES
  * @image html Ewl_Spinner_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_statusbar.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_statusbar.h     4 Mar 2007 00:52:01 -0000       1.17
+++ ewl_statusbar.h     11 Nov 2007 06:07:46 -0000      1.18
@@ -9,7 +9,9 @@
  * Defines a class for displaying status bars
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Statusbar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_stock.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_stock.h 23 Aug 2007 05:26:52 -0000      1.10
+++ ewl_stock.h 11 Nov 2007 06:07:46 -0000      1.11
@@ -11,7 +11,9 @@
  * to allow for placing any other widget inside the stock.
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Stock_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_table.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_table.h 23 Aug 2007 05:26:52 -0000      1.23
+++ ewl_table.h 11 Nov 2007 06:07:46 -0000      1.24
@@ -11,7 +11,9 @@
  * horizontal or vertical line.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Table_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- ewl_text.h  23 Aug 2007 05:26:52 -0000      1.60
+++ ewl_text.h  11 Nov 2007 06:07:46 -0000      1.61
@@ -7,7 +7,9 @@
  * @brief Defines a class for text layout and formatting
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Text_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_toolbar.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_toolbar.h       4 Mar 2007 00:52:01 -0000       1.6
+++ ewl_toolbar.h       11 Nov 2007 06:07:46 -0000      1.7
@@ -9,7 +9,9 @@
  * @brief Defines a widget to contain a toolbar
  *
  * @remarks Inherits from Ewl_Menubar.
+ * @if HAVE_IMAGES
  * @image html Ewl_Toolbar_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_tree.h  4 Mar 2007 00:52:01 -0000       1.28
+++ ewl_tree.h  11 Nov 2007 06:07:46 -0000      1.29
@@ -10,7 +10,9 @@
  * manner.
  *
  * @remarks Inherits from Ewl_Container.
+ * @if HAVE_IMAGES
  * @image html Ewl_Tree_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_tree2.h 30 Oct 2007 19:47:51 -0000      1.48
+++ ewl_tree2.h 11 Nov 2007 06:07:46 -0000      1.49
@@ -55,7 +55,9 @@
  *   cache, easy for fixed height rows, more complex for variable height.
  *
  * @remarks Inherits from Ewl_MVC.
+ * @if HAVE_IMAGES
  * @image html Ewl_Tree2_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_tree2_view.h    23 Aug 2007 05:26:52 -0000      1.8
+++ ewl_tree2_view.h    11 Nov 2007 06:07:46 -0000      1.9
@@ -10,7 +10,9 @@
  * @brief The tree view class
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Tree2_View_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_freebox.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_tree2_view_freebox.h    11 Nov 2007 05:29:15 -0000      1.2
+++ ewl_tree2_view_freebox.h    11 Nov 2007 06:07:46 -0000      1.3
@@ -8,6 +8,7 @@
  * @addtogroup Ewl_Tree2_View_Freebox Ewl_Tree2_View_Freebox The freebox tree 
view
  * @brief A freebox view for the tree
  * @remarks Inherits from Ewl_Tree2_View
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_plain.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_tree2_view_plain.h      23 Aug 2007 05:26:52 -0000      1.8
+++ ewl_tree2_view_plain.h      11 Nov 2007 06:07:46 -0000      1.9
@@ -9,7 +9,9 @@
  * @brief Defines a plain view into the tree just listing rows
  *
  * @remarks Inherits from Ewl_Tree2_View.
+ * @if HAVE_IMAGES
  * @image html Ewl_Tree2_View_Plain_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_scrolled.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_tree2_view_scrolled.h   23 Aug 2007 05:26:52 -0000      1.8
+++ ewl_tree2_view_scrolled.h   11 Nov 2007 06:07:46 -0000      1.9
@@ -9,7 +9,9 @@
  * @brief A scrolled view for the tree
  *
  * @remarks Inherits from Ewl_Box.
+ * @if HAVE_IMAGES
  * @image html Ewl_Tree2_View_Scrolled_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- ewl_widget.h        10 Nov 2007 19:18:01 -0000      1.67
+++ ewl_widget.h        11 Nov 2007 06:07:46 -0000      1.68
@@ -12,7 +12,9 @@
  * display.
  *
  * @remarks Inherits from Ewl_Object.
+ * @if HAVE_IMAGES
  * @image html Ewl_Widget_inheritance.png
+ * @endif
  *
  * @{
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ewl_window.h        23 Aug 2007 05:26:52 -0000      1.38
+++ ewl_window.h        11 Nov 2007 06:07:46 -0000      1.39
@@ -8,7 +8,9 @@
  * creating it's own window and evas.
  *
  * @remarks Inherits from Ewl_Embed.
+ * @if HAVE_IMAGES
  * @image html Ewl_Window_inheritance.png
+ * @endif
  *
  * @{
  */



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to