Commit Graph

2053 Commits

Author SHA1 Message Date
Carsten Haitzler 1b5ec03990 fix segv in textblock.
format inserts should work right... now
test inserts should work correctly now too
text delets works right in terms that they delet text. they do not handle
deleting formattign nodes correctly yet.
errr. other stuff still to do/test too


SVN revision: 13338
2005-02-13 06:27:32 +00:00
Carsten Haitzler 0e91fa62e3 a note for moi
SVN revision: 13328
2005-02-12 04:33:32 +00:00
Carsten Haitzler 1947e16b36 a possible smart bug?.... and some textblock notes
SVN revision: 13327
2005-02-12 04:09:21 +00:00
Carsten Haitzler 111aa2936a fix shaped output (rgba dest rendering)
SVN revision: 13308
2005-02-11 05:33:44 +00:00
sebastid 84c6a23611 Formatting.
SVN revision: 13287
2005-02-10 12:27:13 +00:00
sebastid 797e6695db If the title isn't utf8, convert it! (If utf8 is available).
SVN revision: 13286
2005-02-10 12:14:37 +00:00
Carsten Haitzler faf319ed5e next.prev char works.. a lot works. now i have to test text insertion at any
point, text deletion at any point... most querying seems good. also text
format insertion at any pont... but need to do format deletion and format
querying stuff... but then its back to the todo list (this wraps up current
incomplete api)...


SVN revision: 13279
2005-02-10 09:48:45 +00:00
Carsten Haitzler 897e45fbbc fix some more stuff
SVN revision: 13276
2005-02-10 01:07:36 +00:00
Carsten Haitzler 69ff192055 fix format size calc - missed last line.
SVN revision: 13275
2005-02-10 01:02:55 +00:00
Carsten Haitzler ee21eb81ca more work on textblocks! :)
SVN revision: 13263
2005-02-09 16:10:56 +00:00
Carsten Haitzler 6f7b7cbab1 re-enable
SVN revision: 13245
2005-02-09 02:18:02 +00:00
sebastid 225b8550bf Formatting.
SVN revision: 13241
2005-02-08 12:26:40 +00:00
Carsten Haitzler eedf3a9065 dont really need sigrt stuff.. conflicites...
SVN revision: 13235
2005-02-08 03:15:10 +00:00
tsauerbeck 8875cff90f indentation fix
SVN revision: 13232
2005-02-07 19:11:55 +00:00
tsauerbeck ddae6f0289 made eet_list() fail when the file isn't opened read-only or read-write
SVN revision: 13231
2005-02-07 18:11:49 +00:00
tsauerbeck a774219a5c added EET_FILE_MODE_INVALID and eet_mode_get()
SVN revision: 13230
2005-02-07 18:10:20 +00:00
Carsten Haitzler e8c7d1b52e seb's patch
SVN revision: 13221
2005-02-07 13:51:05 +00:00
Carsten Haitzler 0f39910d92 get font sizes right even if text object is NULL string..
SVN revision: 13212
2005-02-07 02:25:27 +00:00
Carsten Haitzler fdae56474e see diff. :)
SVN revision: 13211
2005-02-07 02:12:36 +00:00
Carsten Haitzler 35fc57b42b underline, double underline, strikethrough and backging color support.
query calls i think i'll do next as this will make it acrually usable.


SVN revision: 13198
2005-02-05 15:53:58 +00:00
tsauerbeck 30e1b387c8 fix build on systems w/o xinerama support
SVN revision: 13197
2005-02-05 12:59:35 +00:00
Carsten Haitzler 6fe1274808 centralise tile size to a #define.. move to 8... :)
SVN revision: 13195
2005-02-05 04:21:25 +00:00
Carsten Haitzler e79e53e35b i worked on a regionbuf set of code (exact rectangles). i THINK it has some
bugs... but its disabled right now and it didnt speed anything up :( but it's
there for perusal and later work anyway...


SVN revision: 13193
2005-02-05 02:30:13 +00:00
Michael Jennings 871a93a8d1 Thu Feb 3 18:33:51 2005 Michael Jennings (mej)
Misc. buildreq fixes.
----------------------------------------------------------------------


SVN revision: 13188
2005-02-03 22:29:53 +00:00
tsauerbeck 3a5190d3bd if an EET is opened for EET_FILE_MODE_WRITE, don't permit eet_read() calls. and don't die if the header isn't set up correctly yet
SVN revision: 13187
2005-02-03 17:20:29 +00:00
Carsten Haitzler 10707730c1 forgot a line from my testing stuff for perfromance
SVN revision: 13182
2005-02-03 07:28:31 +00:00
Carsten Haitzler f7da483fcc optimise... THIS! BIATCH! :)
SVN revision: 13181
2005-02-03 07:28:07 +00:00
Carsten Haitzler 34afa1d5c4 update TODO for TB.
SVN revision: 13178
2005-02-02 15:30:53 +00:00
Carsten Haitzler 6e881db788 werd wrap is better. it remvoes the whitepsace OVER the wrap...
SVN revision: 13172
2005-02-01 15:34:37 +00:00
Carsten Haitzler c70e92898a dont xloop...
SVN revision: 13171
2005-02-01 14:48:28 +00:00
Carsten Haitzler d4d3ee146e avoid infinite loop more aggressively?
and some more optimising...


SVN revision: 13170
2005-02-01 13:53:40 +00:00
Carsten Haitzler e9f525ece0 and get ourselves another 10% speedup with textblock... :) (and in fact pave
the way for overflow objects)


SVN revision: 13169
2005-02-01 08:23:53 +00:00
Dan Sinclair 2eded160da - fill in evas_object_textblock_text_del
SVN revision: 13168
2005-02-01 07:58:02 +00:00
Carsten Haitzler abdeedf082 wherd wap!
SVN revision: 13166
2005-02-01 07:17:00 +00:00
Carsten Haitzler 515f1e7af1 and fix that too
SVN revision: 13164
2005-02-01 03:12:26 +00:00
Carsten Haitzler 506138f572 BAD tilman! what if the list is NULL! :)
SVN revision: 13163
2005-02-01 03:04:26 +00:00
tsauerbeck 158467be52 evas_list_nth_* improvements, step 2
SVN revision: 13156
2005-01-31 17:44:30 +00:00
tsauerbeck 81a15a090e evas_list_nth_* improvements, step 1
SVN revision: 13155
2005-01-31 17:26:11 +00:00
Carsten Haitzler 49924ef327 some more comments...
SVN revision: 13154
2005-01-31 16:49:13 +00:00
Carsten Haitzler 8bb90a7d47 more todo items for textblock
SVN revision: 13153
2005-01-31 16:16:12 +00:00
Carsten Haitzler ed98ed1746 and in one foul swoop i merged font loading code betwene text block and text
objects... wherd!


SVN revision: 13152
2005-01-31 15:03:38 +00:00
Carsten Haitzler 100c9a3479 massive speedup in textblock... maaaaaaaaaaasive.
SVN revision: 13151
2005-01-31 09:32:31 +00:00
Dan Sinclair 1eac84f967 - fill in the evas_object_textblock_text_get function
SVN revision: 13150
2005-01-31 04:58:41 +00:00
Carsten Haitzler c9749c97ab some extra comments for me to work on...
SVN revision: 13149
2005-01-31 04:10:22 +00:00
Carsten Haitzler a018fe73bf some notes as to what to do next
SVN revision: 13139
2005-01-30 14:48:30 +00:00
Carsten Haitzler 170a5cd97d fixing up textblock. does horiozntal and vertical (line) alignment
SVN revision: 13138
2005-01-30 14:19:06 +00:00
Carsten Haitzler 6a4061ae7c 1. found leak in event code - fix.
2. fix leak in textblock - much better now


SVN revision: 13137
2005-01-30 11:41:01 +00:00
Carsten Haitzler 010a29867e the textblock actually works.
so far the following works:

   o = evas_object_textblock_add(evas);
   evas_object_move(o, 10, 40);
   evas_object_resize(o, win_w - 20, win_h - 50);
   evas_object_textblock_format_insert(o, "color=#000000ff");
   evas_object_textblock_format_insert(o, "font=/usr/local/share/expedite/data/Vera.ttf size=10");
   evas_object_textblock_text_insert(o, "This is 1 line. ");
   evas_object_textblock_text_insert(o, "And some more text. ");
   evas_object_textblock_format_insert(o, "size=20");
   evas_object_textblock_format_insert(o, "color=#f80");
   evas_object_textblock_text_insert(o, "Bigger orange text.");
   evas_object_textblock_format_insert(o, "size=8");
   evas_object_textblock_format_insert(o, "color=#0000ff88");
   evas_object_textblock_format_insert(o, "\n");
   evas_object_textblock_text_insert(o, "A second line of transparent blue.");
   evas_object_show(o);

i need to implement alignment handling next...


SVN revision: 13135
2005-01-30 10:22:47 +00:00
swielinga 0a6be14a06 Things may change sometimes. Let debian cope with it.
SVN revision: 13130
2005-01-29 18:07:09 +00:00
Carsten Haitzler 0329745fd0 been working textblock...
SVN revision: 13129
2005-01-29 16:28:18 +00:00