Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        Etk.h Makefile.am etk_types.h 
Added Files:
        etk_text_view2.c etk_text_view2.h etk_textblock2.c 
        etk_textblock2.h 


Log Message:
* [Textblock] Start to rewrite the textblock for the third time.. 
      Hopefully, this time it will be usable.. For now, please don't use 
      it, it is not finished at all!!


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/Etk.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- Etk.h       21 Aug 2007 15:04:54 -0000      1.51
+++ Etk.h       31 Oct 2007 11:04:58 -0000      1.52
@@ -70,7 +70,9 @@
 #include "etk_stock.h"
 #include "etk_table.h"
 #include "etk_textblock.h"
+#include "etk_textblock2.h"
 #include "etk_text_view.h"
+#include "etk_text_view2.h"
 #include "etk_theme.h"
 #include "etk_toggle_button.h"
 #include "etk_tool_button.h"
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- Makefile.am 20 Jul 2007 22:45:27 -0000      1.55
+++ Makefile.am 31 Oct 2007 11:04:58 -0000      1.56
@@ -75,7 +75,9 @@
 etk_string.h \
 etk_table.h \
 etk_text_view.h \
+etk_text_view2.h \
 etk_textblock.h \
+etk_textblock2.h \
 etk_theme.h \
 etk_toggle_button.h \
 etk_tool_button.h \
@@ -150,7 +152,9 @@
 etk_string.c \
 etk_table.c \
 etk_text_view.c \
+etk_text_view2.c \
 etk_textblock.c \
+etk_textblock2.c \
 etk_theme.c \
 etk_toggle_button.c \
 etk_tool_button.c \
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_types.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- etk_types.h 29 Sep 2007 22:42:03 -0000      1.71
+++ etk_types.h 31 Oct 2007 11:04:58 -0000      1.72
@@ -113,10 +113,16 @@
 typedef struct Etk_Statusbar Etk_Statusbar;
 typedef struct Etk_Table Etk_Table;
 typedef struct Etk_Text_View Etk_Text_View;
+typedef struct Etk_Text_View2 Etk_Text_View2;
 typedef struct Etk_Textblock Etk_Textblock;
 typedef struct Etk_Textblock_Format Etk_Textblock_Format;
 typedef struct Etk_Textblock_Iter Etk_Textblock_Iter;
 typedef struct Etk_Textblock_Node Etk_Textblock_Node;
+typedef struct Etk_Textblock2 Etk_Textblock2;
+typedef struct Etk_Textblock2_Iter Etk_Textblock2_Iter;
+typedef struct Etk_Textblock2_Line Etk_Textblock2_Line;
+typedef struct Etk_Textblock2_Node Etk_Textblock2_Node;
+typedef struct Etk_Textblock2_Paragraph Etk_Textblock2_Paragraph;
 typedef struct Etk_Toggle_Button Etk_Toggle_Button;
 typedef struct Etk_Toplevel Etk_Toplevel;
 typedef struct Etk_Toolbar Etk_Toolbar;



-------------------------------------------------------------------------
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