Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


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


Log Message:
Fix debug macros after header split broke include order.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewl_attach.c        4 Mar 2007 00:52:01 -0000       1.43
+++ ewl_attach.c        29 Mar 2007 19:25:09 -0000      1.44
@@ -3,9 +3,9 @@
 #include "ewl_box.h"
 #include "ewl_popup.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * Ewl_Attach_Tooltip
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_border.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_border.c        6 Feb 2007 13:42:16 -0000       1.17
+++ ewl_border.c        29 Mar 2007 19:25:09 -0000      1.18
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_border.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new border container on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- ewl_box.c   5 Mar 2007 13:38:36 -0000       1.40
+++ ewl_box.c   29 Mar 2007 19:25:09 -0000      1.41
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_box.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @brief Provides information on the orientation of a box
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_button.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- ewl_button.c        25 Mar 2007 01:41:54 -0000      1.49
+++ ewl_button.c        29 Mar 2007 19:25:09 -0000      1.50
@@ -3,9 +3,9 @@
 #include "ewl_button.h"
 #include "ewl_image.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Stock_Funcs stock_funcs = {
        EWL_STOCK_LABEL_SET(ewl_button_label_set),
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_calendar.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_calendar.c      18 Mar 2007 08:13:38 -0000      1.27
+++ ewl_calendar.c      29 Mar 2007 19:25:09 -0000      1.28
@@ -5,9 +5,9 @@
 #include "ewl_grid.h"
 #include "ewl_icon_theme.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_calendar_grid_setup(Ewl_Calendar *cal);
 static int ewl_calendar_leap_year_detect(unsigned int year);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_callback.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_callback.c      5 Mar 2007 11:52:54 -0000       1.28
+++ ewl_callback.c      29 Mar 2007 19:25:09 -0000      1.29
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /*
  * Note: The callback list is either a single callback or a
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cell.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_cell.c  6 Feb 2007 13:42:16 -0000       1.14
+++ ewl_cell.c  29 Mar 2007 19:25:09 -0000      1.15
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_cell.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a newly allocated cell on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_check.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_check.c 6 Feb 2007 13:42:16 -0000       1.13
+++ ewl_check.c 29 Mar 2007 19:25:09 -0000      1.14
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_check.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns the newly allocated check on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_checkbutton.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_checkbutton.c   6 Feb 2007 13:42:16 -0000       1.15
+++ ewl_checkbutton.c   29 Mar 2007 19:25:09 -0000      1.16
@@ -3,9 +3,9 @@
 #include "ewl_checkbutton.h"
 #include "ewl_button.h"
 #include "ewl_check.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns the newly allocated checkbutton on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colordialog.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_colordialog.c   3 Mar 2007 02:26:45 -0000       1.28
+++ ewl_colordialog.c   29 Mar 2007 19:25:09 -0000      1.29
@@ -3,9 +3,9 @@
 #include "ewl_colordialog.h"
 #include "ewl_button.h"
 #include "ewl_colorpicker.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_colordialog_respond(Ewl_Colordialog *cd, unsigned int 
response);
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_colorpicker.c   4 Mar 2007 00:52:01 -0000       1.37
+++ ewl_colorpicker.c   29 Mar 2007 19:25:09 -0000      1.38
@@ -6,9 +6,9 @@
 #include "ewl_radiobutton.h"
 #include "ewl_spectrum.h"
 #include "ewl_spinner.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_colorpicker_display_update(Ewl_Colorpicker *cp, unsigned int r,
                                unsigned int g, unsigned int b, double h, 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ewl_combo.c 27 Mar 2007 19:34:43 -0000      1.53
+++ ewl_combo.c 29 Mar 2007 19:25:09 -0000      1.54
@@ -6,9 +6,9 @@
 #include "ewl_context_menu.h"
 #include "ewl_scrollpane.h"
 #include "ewl_menu.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_combo_cb_selected_change(Ewl_MVC *mvc);
 Ewl_Widget *ewl_combo_submenu_new(Ewl_Combo *c, Ewl_Model *model,
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_config.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_config.c        5 Mar 2007 11:52:54 -0000       1.27
+++ ewl_config.c        29 Mar 2007 19:25:09 -0000      1.28
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 #include <fcntl.h>
 #include <libgen.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_container.c     3 Mar 2007 00:22:54 -0000       1.57
+++ ewl_container.c     29 Mar 2007 19:25:09 -0000      1.58
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_container_child_insert_helper(Ewl_Container *pc, 
                                                Ewl_Widget *child, 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_context_menu.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_context_menu.c  26 Mar 2007 18:41:40 -0000      1.8
+++ ewl_context_menu.c  29 Mar 2007 19:25:09 -0000      1.9
@@ -3,9 +3,9 @@
 #include "ewl_box.h"
 #include "ewl_menu.h"
 #include "ewl_context_menu.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Context_Menu *ewl_context_menu_grabber = NULL;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cursor.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_cursor.c        11 Mar 2007 22:35:56 -0000      1.8
+++ ewl_cursor.c        29 Mar 2007 19:25:09 -0000      1.9
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_cursor.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_cursor_cb_render(Ewl_Widget *w, void *ev, void *data);
 static void ewl_cursor_cb_destroy(Ewl_Widget *w, void *ev, void *data);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_datepicker.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_datepicker.c    11 Mar 2007 22:35:56 -0000      1.20
+++ ewl_datepicker.c    29 Mar 2007 19:25:09 -0000      1.21
@@ -4,8 +4,8 @@
 #include "ewl_calendar.h"
 #include "ewl_popup.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 static void ewl_datepicker_cb_dropdown(Ewl_Widget *w, void *ev_data, 
                                                        void *user_data); 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_debug.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_debug.h 5 Mar 2007 23:13:35 -0000       1.30
+++ ewl_debug.h 29 Mar 2007 19:25:09 -0000      1.31
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#define DLEVEL_UNSTABLE 1
+#define DLEVEL_UNSTABLE 0
 #define DLEVEL_TESTING 10
 #define DLEVEL_STABLE 20
 
@@ -47,8 +47,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(1); \
-               fprintf(stderr, "--> %s:%i\tEntering %s();\n", \
-                       __FILE__, __LINE__, __func__); \
+               fprintf(stderr, "--> %f - %s:%i\tEntering %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, __func__); \
          } \
 }
 
@@ -57,8 +57,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(-1); \
-               fprintf(stderr, "<--  %s:%i\tLeaving  %s();\n", \
-                       __FILE__, __LINE__, __func__); \
+               fprintf(stderr, "<--  %f - %s:%i\tLeaving  %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, __func__); \
          } \
 }
 
@@ -68,8 +68,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(0); \
-               fprintf(stderr, "<--  %s:%i\tReturn in %s();\n", \
-                       __FILE__, __LINE__, __func__); \
+               fprintf(stderr, "<-- %f - %s:%i\tReturn in %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, __func__); \
          } \
        return; \
 }
@@ -80,8 +80,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(0); \
-               fprintf(stderr, "<--  %s:%i\tReturning %p in %s();\n", \
-                       __FILE__, __LINE__, (void *) (ptr), __func__); \
+               fprintf(stderr, "<-- %f - %s:%i\tReturning %p in %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, (void *) (ptr), 
__func__); \
          } \
        return (void *)(ptr); \
 }
@@ -92,8 +92,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(0); \
-               fprintf(stderr, "<--  %s:%i\tReturning %f in %s();\n", \
-                       __FILE__, __LINE__, (float) (num), __func__); \
+               fprintf(stderr, "<-- %f - %s:%i\tReturning %f in %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, (float) (num), 
__func__); \
          } \
        return num; \
 }
@@ -104,8 +104,8 @@
        if (DEBUGGING(lvl)) \
          { \
                ewl_debug_indent_print(0); \
-               fprintf(stderr, "<--  %s:%i\tReturning %i in %s();\n", \
-                       __FILE__, __LINE__, (int) (num), __func__); \
+               fprintf(stderr, "<-- %f - %s:%i\tReturning %i in %s();\n", \
+                       ecore_time_get(), __FILE__, __LINE__, (int) (num), 
__func__); \
          } \
        return num; \
 }
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_dialog.c        6 Feb 2007 13:42:17 -0000       1.15
+++ ewl_dialog.c        29 Mar 2007 19:25:09 -0000      1.16
@@ -3,9 +3,9 @@
 #include "ewl_dialog.h"
 #include "ewl_box.h"
 #include "ewl_separator.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a pointer to a new dialog on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dnd.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- ewl_dnd.c   26 Mar 2007 02:21:56 -0000      1.45
+++ ewl_dnd.c   29 Mar 2007 19:25:09 -0000      1.46
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 #define EWL_DND_WINDOW_ROOT 0
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- ewl_embed.c 25 Mar 2007 02:05:57 -0000      1.117
+++ ewl_embed.c 29 Mar 2007 19:25:09 -0000      1.118
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 Ecore_List *ewl_embed_list = NULL;
 static Evas_Smart *embedded_smart = NULL;
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_engines.c       16 Mar 2007 01:54:20 -0000      1.42
+++ ewl_engines.c       29 Mar 2007 19:25:09 -0000      1.43
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 #include <dlfcn.h>
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ewl_entry.c 3 Mar 2007 01:58:19 -0000       1.73
+++ ewl_entry.c 29 Mar 2007 19:25:09 -0000      1.74
@@ -3,9 +3,9 @@
 #include "ewl_entry.h"
 #include <Ecore_Txt.h>
 #include <langinfo.h>
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new Ewl_Widget on success or NULL on failure
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_events.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ewl_events.c        6 Feb 2007 13:42:17 -0000       1.32
+++ ewl_events.c        29 Mar 2007 19:25:09 -0000      1.33
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 extern Ecore_List *ewl_embed_list;
 static unsigned int key_modifiers = 0;
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_expansion.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_expansion.c     11 Mar 2007 22:35:56 -0000      1.3
+++ ewl_expansion.c     29 Mar 2007 19:25:09 -0000      1.4
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_check.h"
 #include "ewl_expansion.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns the newly allocated expansion on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filedialog.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- ewl_filedialog.c    8 Mar 2007 21:55:23 -0000       1.35
+++ ewl_filedialog.c    29 Mar 2007 19:25:09 -0000      1.36
@@ -8,9 +8,9 @@
 #include "ewl_filelist_tree.h"
 #include "ewl_menu.h"
 #include "ewl_context_menu.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_filedialog_respond(Ewl_Filedialog *fd, unsigned int response);
 static void ewl_filedialog_cb_value_changed(Ewl_Widget *w, void *ev, 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_filelist.c      12 Mar 2007 08:26:33 -0000      1.29
+++ ewl_filelist.c      29 Mar 2007 19:25:09 -0000      1.30
@@ -3,9 +3,9 @@
 #include "ewl_filelist.h"
 #include "ewl_icon_theme.h"
 #include "ewl_io_manager.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_filelist_signal_between(Ewl_Filelist *fl, Ewl_Container *c,
                                                int add, const char *signal, 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_filelist_column.c       25 Mar 2007 04:57:09 -0000      1.30
+++ ewl_filelist_column.c       29 Mar 2007 19:25:09 -0000      1.31
@@ -3,9 +3,9 @@
 #include "ewl_filelist_column.h"
 #include "ewl_icon_theme.h"
 #include "ewl_scrollpane.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @brief Stores information on the filelist column data
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_icon.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_filelist_icon.c 23 Mar 2007 22:06:30 -0000      1.19
+++ ewl_filelist_icon.c 29 Mar 2007 19:25:09 -0000      1.20
@@ -3,9 +3,9 @@
 #include "ewl_filelist_icon.h"
 #include "ewl_freebox.h"
 #include "ewl_icon_theme.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_View *ewl_filelist_icon_view = NULL;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_list.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_filelist_list.c 24 Mar 2007 23:25:43 -0000      1.15
+++ ewl_filelist_list.c 29 Mar 2007 19:25:09 -0000      1.16
@@ -3,9 +3,9 @@
 #include "ewl_filelist_list.h"
 #include "ewl_label.h"
 #include "ewl_tree.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_View *ewl_filelist_list_view = NULL;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_tree.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_filelist_tree.c 25 Mar 2007 04:57:09 -0000      1.12
+++ ewl_filelist_tree.c 29 Mar 2007 19:25:09 -0000      1.13
@@ -3,9 +3,9 @@
 #include "ewl_filelist_tree.h"
 #include "ewl_label.h"
 #include "ewl_tree2.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * Ewl_Filelist_Tree_Data
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ewl_filepicker.c    25 Mar 2007 04:57:09 -0000      1.31
+++ ewl_filepicker.c    29 Mar 2007 19:25:09 -0000      1.32
@@ -8,9 +8,9 @@
 #include "ewl_label.h"
 #include "ewl_model.h"
 #include "ewl_scrollpane.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /** 
  * Ewl_Filepicker_Filter
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_floater.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_floater.c       25 Mar 2007 02:05:57 -0000      1.15
+++ ewl_floater.c       29 Mar 2007 19:25:09 -0000      1.16
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_floater.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns NULL on failure, or the new floater widget on success.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_freebox.c       6 Feb 2007 13:42:17 -0000       1.16
+++ ewl_freebox.c       29 Mar 2007 19:25:09 -0000      1.17
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_freebox.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_freebox_layout_auto(Ewl_Freebox *fb);
 static void ewl_freebox_layout_manual(Ewl_Freebox *fb);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ewl_grid.c  26 Mar 2007 02:21:56 -0000      1.38
+++ ewl_grid.c  29 Mar 2007 19:25:09 -0000      1.39
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_grid.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_grid_resize(Ewl_Grid *g);
 static void ewl_grid_map_recalc(Ewl_Grid *g);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_highlight.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_highlight.c     11 Mar 2007 22:35:56 -0000      1.4
+++ ewl_highlight.c     29 Mar 2007 19:25:09 -0000      1.5
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_highlight.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_highlight_cb_follow_configure(Ewl_Widget *w, 
                                        void *ev, void *data);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_histogram.c     6 Feb 2007 13:42:17 -0000       1.11
+++ ewl_histogram.c     29 Mar 2007 19:25:09 -0000      1.12
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_histogram.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_histogram_cb_data_load(Ewl_Widget *w, void *ev, void *h);
 static void ewl_histogram_draw(Ewl_Histogram *hist);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_icon.c  11 Mar 2007 22:35:56 -0000      1.33
+++ ewl_icon.c  29 Mar 2007 19:25:09 -0000      1.34
@@ -6,9 +6,9 @@
 #include "ewl_icon_theme.h"
 #include "ewl_label.h"
 #include "ewl_menu.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Stock_Funcs stock_funcs = {
        EWL_STOCK_LABEL_SET(ewl_icon_label_set),
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon_theme.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_icon_theme.c    26 Mar 2007 00:57:28 -0000      1.20
+++ ewl_icon_theme.c    29 Mar 2007 19:25:09 -0000      1.21
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_icon_theme.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static int ewl_icon_theme_is_edje = 0;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_image.c 23 Mar 2007 22:06:30 -0000      1.57
+++ ewl_image.c 29 Mar 2007 19:25:09 -0000      1.58
@@ -2,8 +2,8 @@
 #include "ewl_base.h"
 #include "ewl_image.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 #ifdef BUILD_EPSILON_SUPPORT
 #include <Epsilon.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_io_manager.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_io_manager.c    5 Mar 2007 11:52:54 -0000       1.10
+++ ewl_io_manager.c    29 Mar 2007 19:25:09 -0000      1.11
@@ -3,8 +3,8 @@
 #include "ewl_io_manager.h"
 #include "ewl_icon_theme.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 #include <dlfcn.h>
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_label.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_label.c 23 Mar 2007 22:06:30 -0000      1.24
+++ ewl_label.c 29 Mar 2007 19:25:09 -0000      1.25
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Widget *ewl_label_view_cb_widget_fetch(void *data, int row, int 
col);
 static Ewl_Widget *ewl_label_view_cb_header_fetch(void *data, int col);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_list.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_list.c  23 Mar 2007 22:06:30 -0000      1.19
+++ ewl_list.c  29 Mar 2007 19:25:09 -0000      1.20
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_list.h"
 #include "ewl_highlight.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Widget *ewl_list_widget_at(Ewl_MVC *mvc, void *data, int row, int 
column);
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_media.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_media.c 11 Mar 2007 22:35:56 -0000      1.27
+++ ewl_media.c 29 Mar 2007 19:25:09 -0000      1.28
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_media.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 #ifdef BUILD_EMOTION_SUPPORT
 #include <Emotion.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_menu.c  8 Mar 2007 00:31:21 -0000       1.47
+++ ewl_menu.c  29 Mar 2007 19:25:09 -0000      1.48
@@ -3,8 +3,8 @@
 #include "ewl_menu.h"
 #include "ewl_context_menu.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a pointer to a new menu on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_item.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_menu_item.c     7 Mar 2007 07:18:38 -0000       1.18
+++ ewl_menu_item.c     29 Mar 2007 19:25:09 -0000      1.19
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_menu_item.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a pointer to a new menu item on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menubar.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_menubar.c       2 Mar 2007 04:39:46 -0000       1.19
+++ ewl_menubar.c       29 Mar 2007 19:25:09 -0000      1.20
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_menubar.h"
 #include "ewl_menu.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns NULL on failure, or a pointer to a new menubar on success.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- ewl_misc.c  26 Mar 2007 00:57:28 -0000      1.91
+++ ewl_misc.c  29 Mar 2007 19:25:09 -0000      1.92
@@ -3,9 +3,9 @@
 #include "ewl_icon_theme.h"
 #include "ewl_io_manager.h"
 #include "ewl_text.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 #ifdef __GLIBC__
 #include <execinfo.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_model.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_model.c 25 Mar 2007 04:25:58 -0000      1.17
+++ ewl_model.c 29 Mar 2007 19:25:09 -0000      1.18
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_model.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new Ewl_Model on success or NULL on failure
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_notebook.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_notebook.c      6 Feb 2007 13:42:17 -0000       1.21
+++ ewl_notebook.c      29 Mar 2007 19:25:09 -0000      1.22
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_notebook.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a newly allocated notebook on success. NULL on failure
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_object.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_object.c        5 Mar 2007 22:50:16 -0000       1.20
+++ ewl_object.c        29 Mar 2007 19:25:09 -0000      1.21
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 /**
  * @internal
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_overlay.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_overlay.c       6 Feb 2007 13:42:17 -0000       1.18
+++ ewl_overlay.c       29 Mar 2007 19:25:09 -0000      1.19
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new overlay container on success, or NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ewl_paned.c 7 Mar 2007 05:14:20 -0000       1.50
+++ ewl_paned.c 29 Mar 2007 19:25:09 -0000      1.51
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_paned.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @brief Contains information on a paned layout
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_password.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_password.c      3 Mar 2007 01:58:19 -0000       1.18
+++ ewl_password.c      29 Mar 2007 19:25:09 -0000      1.19
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_password.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_password_text_insert(Ewl_Password *e, const char *s);
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_popup.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_popup.c 7 Mar 2007 22:23:07 -0000       1.12
+++ ewl_popup.c 29 Mar 2007 19:25:09 -0000      1.13
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_popup.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_popup_position_check(Ewl_Popup *p);
 static void ewl_popup_size_check(Ewl_Popup *p);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_progressbar.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_progressbar.c   6 Feb 2007 13:42:17 -0000       1.15
+++ ewl_progressbar.c   29 Mar 2007 19:25:09 -0000      1.16
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_progressbar.h"
 #include "ewl_label.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_progressbar_child_handle(Ewl_Container *c, Ewl_Widget *w);
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_radiobutton.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_radiobutton.c   5 Mar 2007 11:52:54 -0000       1.15
+++ ewl_radiobutton.c   29 Mar 2007 19:25:09 -0000      1.16
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_radiobutton.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a pointer to new radio button on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_range.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_range.c 6 Feb 2007 13:42:17 -0000       1.6
+++ ewl_range.c 29 Mar 2007 19:25:09 -0000      1.7
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_range.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 
 /**
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_row.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_row.c   6 Feb 2007 13:42:17 -0000       1.23
+++ ewl_row.c   29 Mar 2007 19:25:09 -0000      1.24
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_row.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a newly allocated row on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollbar.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_scrollbar.c     6 Feb 2007 13:42:17 -0000       1.17
+++ ewl_scrollbar.c     29 Mar 2007 19:25:09 -0000      1.18
@@ -3,9 +3,9 @@
 #include "ewl_scrollbar.h"
 #include "ewl_button.h"
 #include "ewl_seeker.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static int ewl_scrollbar_timer(void *data);
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_scrollpane.c    27 Mar 2007 19:38:18 -0000      1.22
+++ ewl_scrollpane.c    29 Mar 2007 19:25:09 -0000      1.23
@@ -3,9 +3,9 @@
 #include "ewl_scrollpane.h"
 #include "ewl_box.h"
 #include "ewl_scrollbar.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new scrollpane on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_seeker.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_seeker.c        3 Mar 2007 01:58:19 -0000       1.24
+++ ewl_seeker.c        29 Mar 2007 19:25:09 -0000      1.25
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_seeker.h"
 #include "ewl_button.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static double ewl_seeker_mouse_value_map(Ewl_Seeker *s, int mx, int my);
 static int ewl_seeker_timer(void *data);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_separator.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_separator.c     6 Feb 2007 13:42:17 -0000       1.15
+++ ewl_separator.c     29 Mar 2007 19:25:09 -0000      1.16
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_separator.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns pointer to new separator widget on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_shadow.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_shadow.c        6 Feb 2007 13:42:17 -0000       1.5
+++ ewl_shadow.c        29 Mar 2007 19:25:09 -0000      1.6
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_shadow.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new shadow container on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spacer.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_spacer.c        6 Feb 2007 13:42:17 -0000       1.9
+++ ewl_spacer.c        29 Mar 2007 19:25:09 -0000      1.10
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_spacer.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns NULL on failure, a pointer to a new spacer on success
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spectrum.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_spectrum.c      3 Mar 2007 01:58:19 -0000       1.34
+++ ewl_spectrum.c      29 Mar 2007 19:25:09 -0000      1.35
@@ -3,9 +3,9 @@
 #include "ewl_spectrum.h"
 #include "ewl_image.h"
 #include "ewl_separator.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static void ewl_spectrum_hsv_from_rgb(Ewl_Spectrum *sp);
 static void ewl_spectrum_rgb_from_hsv(Ewl_Spectrum *sp);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spinner.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_spinner.c       3 Mar 2007 01:58:19 -0000       1.28
+++ ewl_spinner.c       29 Mar 2007 19:25:09 -0000      1.29
@@ -5,8 +5,8 @@
 #include "ewl_button.h"
 #include "ewl_entry.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 static void ewl_spinner_entry_update(Ewl_Spinner *s);
 static int ewl_spinner_timer(void *data);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_statusbar.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_statusbar.c     6 Feb 2007 13:42:17 -0000       1.11
+++ ewl_statusbar.c     29 Mar 2007 19:25:09 -0000      1.12
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_statusbar.h"
 #include "ewl_text.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns NULL on failure, or a pointer to a new statusbar on success.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_stock.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_stock.c 6 Feb 2007 13:42:17 -0000       1.7
+++ ewl_stock.c 29 Mar 2007 19:25:09 -0000      1.8
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_stock.h"
 #include "ewl_icon_theme.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /*
  * this array needs to have it's items in the same order as they
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_table.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_table.c 6 Feb 2007 13:42:17 -0000       1.24
+++ ewl_table.c 29 Mar 2007 19:25:09 -0000      1.25
@@ -3,9 +3,9 @@
 #include "ewl_table.h"
 #include "ewl_button.h"
 #include "ewl_text.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @param cols: the number of columns
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- ewl_text.c  20 Mar 2007 10:38:51 -0000      1.162
+++ ewl_text.c  29 Mar 2007 19:25:09 -0000      1.163
@@ -2,8 +2,8 @@
 #include "ewl_base.h"
 #include "ewl_text.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 /**
  * Ewl_Text_Fmt
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_theme.c 11 Mar 2007 07:25:07 -0000      1.42
+++ ewl_theme.c 29 Mar 2007 19:25:09 -0000      1.43
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 extern Ecore_List *ewl_embed_list;
 static char *ewl_theme_path = NULL;
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_toolbar.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_toolbar.c       2 Mar 2007 04:39:47 -0000       1.6
+++ ewl_toolbar.c       29 Mar 2007 19:25:09 -0000      1.7
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_toolbar.h"
 #include "ewl_icon.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns pointer to new toolbar widget on success, NULL on failure.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_tree.c  5 Mar 2007 11:52:55 -0000       1.47
+++ ewl_tree.c  29 Mar 2007 19:25:09 -0000      1.48
@@ -8,9 +8,9 @@
 #include "ewl_label.h"
 #include "ewl_paned.h"
 #include "ewl_scrollpane.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static int ewl_tree_row_pos = 0;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- ewl_tree2.c 27 Mar 2007 01:53:40 -0000      1.72
+++ ewl_tree2.c 29 Mar 2007 19:25:09 -0000      1.73
@@ -10,8 +10,8 @@
 #include "ewl_row.h"
 #include "ewl_tree2_view_scrolled.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 static void ewl_tree2_build_tree(Ewl_Tree2 *tree);
 static void ewl_tree2_build_tree_rows(Ewl_Tree2 *tree, 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_tree2_view.c    6 Feb 2007 13:42:17 -0000       1.4
+++ ewl_tree2_view.c    29 Mar 2007 19:25:09 -0000      1.5
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_tree2_view.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @param v: The view to initialize
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_plain.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_tree2_view_plain.c      23 Mar 2007 22:06:31 -0000      1.5
+++ ewl_tree2_view_plain.c      29 Mar 2007 19:25:09 -0000      1.6
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_tree2_view_plain.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_Widget *ewl_tree2_view_plain_cb_widget_fetch(void *data, int row,
                                                        int col);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_scrolled.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_tree2_view_scrolled.c   25 Mar 2007 04:57:09 -0000      1.7
+++ ewl_tree2_view_scrolled.c   29 Mar 2007 19:25:09 -0000      1.8
@@ -2,9 +2,9 @@
 #include "ewl_base.h"
 #include "ewl_tree2_view_scrolled.h"
 #include "ewl_scrollpane.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 static Ewl_View *ewl_tree2_view_scrolled_view = NULL;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_view.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_view.c  24 Mar 2007 23:25:43 -0000      1.10
+++ ewl_view.c  29 Mar 2007 19:25:09 -0000      1.11
@@ -1,9 +1,9 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_view.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
+#include "ewl_debug.h"
 
 /**
  * @return Returns a new Ewl_View object on success or NULL on failure
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -3 -r1.133 -r1.134
--- ewl_widget.c        11 Mar 2007 07:25:07 -0000      1.133
+++ ewl_widget.c        29 Mar 2007 19:25:09 -0000      1.134
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 static Ecore_Hash *ewl_widget_name_table = NULL;
 static Ecore_Hash *ewl_widget_data_table = NULL;
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- ewl_window.c        25 Mar 2007 05:11:44 -0000      1.77
+++ ewl_window.c        29 Mar 2007 19:25:09 -0000      1.78
@@ -1,8 +1,8 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_private.h"
-#include "ewl_debug.h"
 #include "ewl_macros.h"
+#include "ewl_debug.h"
 
 Ecore_List *ewl_window_list = NULL;
 int EWL_CALLBACK_EXPOSE = 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to