Commit Graph

220 Commits

Author SHA1 Message Date
Carsten Haitzler 52f8f3be64 some more work on tb2
SVN revision: 16234
2005-08-18 15:59:42 +00:00
Carsten Haitzler a1824f418a remove debug rect
SVN revision: 16206
2005-08-16 09:42:15 +00:00
Carsten Haitzler 9d59f70dc9 ok - fix up stikethrough over linewraps
SVN revision: 16205
2005-08-16 09:40:15 +00:00
Carsten Haitzler d6cf617743 fix valgrind errors
SVN revision: 16204
2005-08-16 09:25:48 +00:00
Carsten Haitzler 0f46654c51 and well.. now tb2 handles all the most important formattign tb1 did. that's
about it here for formatting. time to fix up 2 nigglies (no working &nbsp)


SVN revision: 16200
2005-08-16 08:12:14 +00:00
Carsten Haitzler 73c48f5030 handle tabs.. (jump to next tabstop)
SVN revision: 16187
2005-08-15 15:39:31 +00:00
Carsten Haitzler e349816cf4 valign and parse styles, underline etc. no rendering ... yet
SVN revision: 16186
2005-08-15 15:30:30 +00:00
Carsten Haitzler da99126da6 and double tb2's layout speed...
SVN revision: 16184
2005-08-15 12:46:16 +00:00
Carsten Haitzler 68e0498c7d margins... werdibubble
SVN revision: 16176
2005-08-15 09:43:53 +00:00
Carsten Haitzler 6c4f7aa449 tb2 is now mostly behaving with formatting. excellent.
SVN revision: 16173
2005-08-15 07:39:03 +00:00
Carsten Haitzler 490ac9c666 aaargh! dealing with lots of little niggly things - and i havent' even
addressed the main issue of a word spanning over mutliple format nodes. i
have printf's where they should be handled now (and should later do a return
from). but i have yet to unwind the format list back to the word start, split
there, adjust now split line item, generate new start line item - new line
and then re-append all format items on the next line...


SVN revision: 16150
2005-08-14 15:48:07 +00:00
Carsten Haitzler bd0afc6a61 textblock work
SVN revision: 16130
2005-08-13 13:43:20 +00:00
Carsten Haitzler ed7b439c3c printf--
SVN revision: 16106
2005-08-11 14:39:15 +00:00
Carsten Haitzler 1e7b430dfd working on tb2
SVN revision: 16105
2005-08-11 13:50:37 +00:00
Carsten Haitzler 64f2e98808 get rid of most whitespace. still need to handle end conditions
SVN revision: 16073
2005-08-08 15:41:38 +00:00
Carsten Haitzler 88f6f9e7a1 printf--
SVN revision: 16072
2005-08-08 14:36:12 +00:00
Carsten Haitzler f6bd182cee wrap correctly
SVN revision: 16069
2005-08-08 12:43:59 +00:00
Carsten Haitzler 49c10b4a6a word wrap works (mostly)
SVN revision: 16066
2005-08-08 10:55:35 +00:00
Carsten Haitzler 429a7ed4d9 ned textblock code finally formats and displays.. SOMETHING. this code now
needs cleaning up as it's got a bit of copy & paste work.


SVN revision: 16065
2005-08-08 09:01:07 +00:00
Carsten Haitzler 8ad2ab73de doing more work on tb
SVN revision: 16037
2005-08-05 10:08:05 +00:00
Carsten Haitzler 19ee9c1e0d i have started work on new textblock api/code - it is (for now) known as
textblock2 (the old textblock code is still there in textblock_old and the
api is still there until we swtich over).

...

important right nwo is COMMENTs on the api. do u like it. i am tryng to
keepit simple. right nwo i am writing JUSt enought to implement the markup
set api and styles - not a lot for editing and detailed queries yet. i will
work on that once the basic markup parse, style stuff and layout is done.


SVN revision: 16017
2005-08-03 13:07:00 +00:00
Carsten Haitzler 8f285156f3 fix pointer staying in bug.
SVN revision: 15985
2005-08-01 13:52:55 +00:00
Carsten Haitzler ee18abd342 engage seems to be generating clip weirdness - testing to see if the clip
changes are it - catalyst? :) does it work now?


SVN revision: 15957
2005-07-30 09:52:53 +00:00
rbdpngn ed1708a531 Defer marking dirty clippees when clip recalc occurs to avoid recursion.
SVN revision: 15948
2005-07-30 06:12:27 +00:00
rbdpngn 8aa4d69a59 Reduce unnecessary clip recalcs.
SVN revision: 15947
2005-07-30 05:55:15 +00:00
Carsten Haitzler 02664a6eb0 natah's clip patch - seems to be all genki :)
SVN revision: 15938
2005-07-29 07:46:22 +00:00
Carsten Haitzler a1a07c06c3 one way or the other i'm forced to add timestamps to events - i cant avoid it
anymore. sorry guys. really no way around it. :(


SVN revision: 15891
2005-07-25 09:55:47 +00:00
Dan Sinclair b474b11ac2 - evas_object_textblock_line_get was returning the geometry of the current
cursor position instead of the passed in line.


SVN revision: 15871
2005-07-23 02:10:24 +00:00
Carsten Haitzler acc0701e10 1. id3 album cover loader patches
2. i reduced list note memory usage by 20% - shoudl work better with malloc
as ti is now a power of 2 as well
3. optimised evas internals to make use of event freezes to make e17'sw menu
popups a LOT snappier
4. fixed using last member of list nodes - bad - shoudl use api as this is
private stuff really
5. added config profile stuff to e17  u can literally maintain multiple
config profiles and choose which one at any time etc.


SVN revision: 15864
2005-07-22 10:28:11 +00:00
Carsten Haitzler a17aa10222 tb fix!
SVN revision: 15778
2005-07-14 15:23:45 +00:00
Dan Sinclair b1510056a4 - get the layout node for the position requested, not the current textblock
position


SVN revision: 15644
2005-07-06 01:00:41 +00:00
Carsten Haitzler 2a5e480ad1 tackpatch
SVN revision: 15429
2005-06-19 13:06:36 +00:00
sebastid 26cf0a9642 Fix deletion loop in evas_free()
SVN revision: 15428
2005-06-19 12:45:29 +00:00
sebastid 3f776d358a Cleanup some headers.
Remove duplicate typedefs and declerations.


SVN revision: 15407
2005-06-18 01:00:32 +00:00
Carsten Haitzler 75ae92333a warnigns cleanups + fb 32bpp transparency support for evas from celement
SVN revision: 14893
2005-05-22 03:02:15 +00:00
Carsten Haitzler 46e02cf8bb whitespace
SVN revision: 14889
2005-05-22 02:49:50 +00:00
tsauerbeck 70e894091f fixed a segfault in evas_object_top_get(). by cleaning up the code :)
SVN revision: 14688
2005-05-09 19:40:49 +00:00
sebastid 1de81f6bb6 I like is_set better than is_set_get. It's shorter and looks better and
gives the right description.


SVN revision: 14565
2005-05-03 08:02:29 +00:00
sebastid db388fb792 Simplify
SVN revision: 14476
2005-04-29 07:05:04 +00:00
Carsten Haitzler bee9d128ea delete a smart child from its parent if it is still in there on cleanup :)
SVN revision: 14388
2005-04-27 02:35:48 +00:00
Carsten Haitzler e192644c22 over-optimise. this broke things
SVN revision: 14093
2005-04-04 08:30:32 +00:00
Carsten Haitzler cb54bb2e60 optimisipoos. (e17's menus should be more responsive now)
SVN revision: 14084
2005-04-03 14:22:17 +00:00
Carsten Haitzler 3ca85e87e2 work on valgrind issue... this should fix dropshadow - evas didnt allow us to
nuke the data.


SVN revision: 14064
2005-04-01 16:12:09 +00:00
Carsten Haitzler f047113949 dont realod ye demons of evil slowness! FIX FIX! cache you biotch! cache!
SVN revision: 14055
2005-04-01 07:14:16 +00:00
Carsten Haitzler 5fa03d138e support unfilled borders with images (middle doesnt fill)
SVN revision: 14037
2005-03-31 11:39:55 +00:00
rbdpngn 6b21e1b171 Don't re-declare this variable in the loop.
SVN revision: 14009
2005-03-30 16:55:10 +00:00
rbdpngn 78939419b3 When there is formatting but no text, retrieve the height of the font.
SVN revision: 13983
2005-03-30 02:51:58 +00:00
Carsten Haitzler 70e11d5228 and if the image size isnt set yet...
SVN revision: 13950
2005-03-28 04:58:25 +00:00
doursse 2b2a800ad6 xcb port
SVN revision: 13822
2005-03-20 23:44:22 +00:00
Carsten Haitzler 792762f2d5 use engine add's
SVN revision: 13807
2005-03-20 16:41:49 +00:00