Commit Graph

1989 Commits

Author SHA1 Message Date
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
Carsten Haitzler cdd37bfdfe sebastian's fix.
SVN revision: 13117
2005-01-29 02:13:12 +00:00
Carsten Haitzler 44f0d70286 span lists were a failure. sloweer than the current brute force method - and
slower to boot.

ooh.. found i was fuckign up the memcpy's. fixed :) and much faster too :)


SVN revision: 13103
2005-01-27 10:05:41 +00:00
Carsten Haitzler 2b34d43044 well it was an interesting experiment. but the blender code is already so
optimal... we dont gain much at all. :(


SVN revision: 13102
2005-01-26 16:42:31 +00:00
Carsten Haitzler f39f6f9840 useless data files removed... making room for improvements in the engine.
chnaged some images. need to update evas_*_test at some point to not be ugly
and be able to test everything.


SVN revision: 13101
2005-01-26 07:49:57 +00:00
azundris c48ae2731f * begone, daemons of edb
SVN revision: 13080
2005-01-24 13:10:05 +00:00
azundris c423c82614 * don't depend on edb, we're not using it
SVN revision: 13079
2005-01-24 13:02:41 +00:00
azundris 6f85b07243 * is this sane?
SVN revision: 13076
2005-01-24 12:51:12 +00:00
Michael Jennings c7b0989a29 Sun Jan 23 22:30:28 2005 Michael Jennings (mej)
Sssh!
----------------------------------------------------------------------


SVN revision: 13065
2005-01-24 02:26:35 +00:00
Carsten Haitzler 342f0b1ee2 oooh... i found a nasty mouse grab/count/accoutning/hold etc. issue with
events. fixed (thanks bart!) :)


SVN revision: 13023
2005-01-20 06:54:45 +00:00
tsauerbeck 0ebe699c37 ecore_evas_buffer_pixels_get() returns a pointer to a buffer we shouldn't fuck with, so constify it
SVN revision: 13021
2005-01-19 21:37:56 +00:00
Michael Jennings 6e68ceb6a7 Wed Jan 19 17:10:29 2005 Michael Jennings (mej)
Fix imlib2 and evas spec files to depend on /usr/bin/freetype-config
so that they'll build on both RH/Fedora/cAos (freetype-devel) and SuSE
(freetype2-devel).
----------------------------------------------------------------------


SVN revision: 13020
2005-01-19 21:07:06 +00:00
Michael Jennings 20e4c777db Tue Jan 18 20:03:02 2005 Michael Jennings (mej)
Spec file fix for x86_64 from Denis Pilon <dpilon@dpilon.com>.
----------------------------------------------------------------------


SVN revision: 13008
2005-01-19 00:04:10 +00:00
Carsten Haitzler fd8b8b434f tillies consts! :)
SVN revision: 12996
2005-01-17 08:27:23 +00:00
Michael Jennings 283752d4ec Sat Jan 15 21:18:21 2005 Michael Jennings (mej)
xine-lib-devel may also be called libxine1-devel
----------------------------------------------------------------------


SVN revision: 12986
2005-01-16 01:14:30 +00:00
Michael Jennings beaad13824 Sat Jan 15 20:55:10 2005 Michael Jennings (mej)
Package edje_thumb too.
----------------------------------------------------------------------


SVN revision: 12985
2005-01-16 00:51:17 +00:00
doursse 676bd3e611 missing returned value
SVN revision: 12976
2005-01-15 10:06:28 +00:00
Michael Jennings 519a9d324b Sat Jan 15 01:55:55 2005 Michael Jennings (mej)
Dependency fixes.
----------------------------------------------------------------------


SVN revision: 12972
2005-01-15 05:52:06 +00:00
Carsten Haitzler 9e5eed53b1 working on fixing job loss...
SVN revision: 12962
2005-01-14 04:50:29 +00:00
Carsten Haitzler ff96904faa working on fixign this weird job loss....
SVN revision: 12961
2005-01-14 04:50:08 +00:00
Carsten Haitzler e7ff787ea6 a workaround for myseterious job loss...
SVN revision: 12954
2005-01-13 15:42:56 +00:00
Carsten Haitzler fc9a86ee6e make sure those protocols handle unknown ones as 0
SVN revision: 12951
2005-01-13 13:48:38 +00:00
Carsten Haitzler f596b543b6 netwm frame hint
SVN revision: 12948
2005-01-13 07:13:06 +00:00
Dan Sinclair 64fd36e92f - clean up the _edje_color_class_hash and _edje_text_class_hash on
edje_shutdown


SVN revision: 12943
2005-01-13 06:29:52 +00:00
Dan Sinclair 166867f286 - this needs to be initialized
SVN revision: 12941
2005-01-13 06:00:37 +00:00
tsauerbeck ea8cac4716 early check of the open mode, slightly more efficient
SVN revision: 12933
2005-01-12 19:59:11 +00:00
Carsten Haitzler c422759847 gone!
SVN revision: 12926
2005-01-12 14:23:16 +00:00
Carsten Haitzler c4b1b524eb only RW mode works...
SVN revision: 12924
2005-01-12 13:48:45 +00:00
Carsten Haitzler 5f7a8371ab up to latest xine api! :)
SVN revision: 12923
2005-01-12 11:35:04 +00:00
Carsten Haitzler bbca4d6f18 and handle NULL text params
SVN revision: 12914
2005-01-12 02:58:17 +00:00
Carsten Haitzler 33e8469d58 support grab and confine to window
SVN revision: 12899
2005-01-11 13:31:13 +00:00
Carsten Haitzler c69ac56863 add get for last x,y root recorded co-ords. only works once events come in
and only works on LAST event recieved


SVN revision: 12897
2005-01-11 13:10:57 +00:00
Carsten Haitzler 314d82cc04 fil! not filename! :)
SVN revision: 12882
2005-01-11 02:54:07 +00:00
Carsten Haitzler fb7f6e24c6 i added xinerama supprot to ecore...
SVN revision: 12865
2005-01-10 13:11:50 +00:00
Carsten Haitzler c7c6f53e78 oops arg order... fix.
SVN revision: 12862
2005-01-10 06:15:00 +00:00
Carsten Haitzler 45bc169845 finx dir of input file, strip off file to find dir component and -I that when
running cpp..


SVN revision: 12861
2005-01-10 05:51:14 +00:00
Carsten Haitzler fb417f98fa edje build more cleanly
SVN revision: 12858
2005-01-10 05:38:14 +00:00
Carsten Haitzler e808a14040 leak--;
SVN revision: 12854
2005-01-10 04:26:50 +00:00
azundris 384255769b * require cqt freetype
SVN revision: 12850
2005-01-09 21:31:14 +00:00
Carsten Haitzler 5a31d2e725 an edje thumbnailer executable... :) requires up to date ecore and evas
having a buffer engine...

have fun :)


SVN revision: 12841
2005-01-09 09:50:16 +00:00
Carsten Haitzler cfb0ed0643 SIGPWR disabled
SVN revision: 12840
2005-01-09 05:17:24 +00:00
Carsten Haitzler 86b408fc4f ecore_evas supprot for buffers... and bingo... image objects in another
evas.. so u can put an evas in an evas.. and get its pixel data or just
render to raw ARGB memory too :)


SVN revision: 12834
2005-01-08 18:40:32 +00:00
Carsten Haitzler 3366b13b0c buffer engine fixes
SVN revision: 12833
2005-01-08 18:23:41 +00:00
Carsten Haitzler b14fe9b889 fix oops
SVN revision: 12830
2005-01-08 15:25:50 +00:00
Carsten Haitzler a5e71dacbd some stubs.. thinking about how to do this...
SVN revision: 12827
2005-01-08 12:47:36 +00:00
Carsten Haitzler a09df78344 and name the fn better
SVN revision: 12826
2005-01-08 10:39:09 +00:00
Carsten Haitzler ee2346b2c8 1. move font dir to its own
2. textblokc object stub. this is for an etxo-style text object. nothing much
there yet.


SVN revision: 12825
2005-01-08 10:02:18 +00:00
Carsten Haitzler f505f667cd atoi booboo - accepts 1, not 2 params! :)
SVN revision: 12824
2005-01-08 08:57:00 +00:00
Carsten Haitzler be4cf07d8a build fixes
SVN revision: 12812
2005-01-07 15:38:01 +00:00
Carsten Haitzler 921c9099a3 dont SIGFPE
SVN revision: 12807
2005-01-07 08:35:27 +00:00
Carsten Haitzler 2c85ab389f evas cflags for ecore_config...
SVN revision: 12805
2005-01-07 04:00:59 +00:00
Michael Jennings d47299653e Thu Jan 6 10:27:24 2005 Michael Jennings (mej)
Spec file fixes from Jason Williams <jasonw@tulg.org>.
----------------------------------------------------------------------


SVN revision: 12798
2005-01-06 15:28:20 +00:00
Carsten Haitzler 38c10ceede some debuggies
SVN revision: 12795
2005-01-06 09:08:20 +00:00
Kim Woelders e95144df3c Some hackish bits to enable cleaner e17 shutdown.
SVN revision: 12792
2005-01-05 23:35:16 +00:00
glassy_ape c150978702 Now colons are valid
SVN revision: 12783
2005-01-05 17:40:49 +00:00
werkt b9a15e79bd ecore_hash_goto_first and ecore_hash_next have been removed
SVN revision: 12771
2005-01-05 07:20:11 +00:00
werkt 260ad16e93 Fixes for ecore_hash_goto_first and ecore_hash_next
SVN revision: 12767
2005-01-05 06:03:48 +00:00
Michael Jennings 91d0cd0555 Wed Jan 5 00:03:30 2005 Michael Jennings (mej)
Assorted spec file cleanups.

Do not override --bindir and --libdir (breaks x86_64).

Some of these are still untested, so please be patient.
----------------------------------------------------------------------


SVN revision: 12761
2005-01-05 05:05:30 +00:00
xenith 710b393a5a If cvsignores were beers, I'd be dead by now.
SVN revision: 12759
2005-01-05 04:16:58 +00:00
werkt 5bdc79df9d Un-botched ecore_hash_next
SVN revision: 12753
2005-01-05 02:05:07 +00:00
werkt 958efc06f5 Added user_data capability to data callbacks and some sequential processing
routines for hashes.


SVN revision: 12747
2005-01-04 22:45:06 +00:00
handyande 68d6c5facf Change the colour calls to work on all bitdepths
SVN revision: 12744
2005-01-04 21:54:10 +00:00
Carsten Haitzler b24984a765 better xcursor checks
SVN revision: 12738
2005-01-04 14:22:04 +00:00
Carsten Haitzler e4170fb2bf hmm never mind.. a -I not a -l... ARGH!
SVN revision: 12735
2005-01-04 14:07:03 +00:00
Carsten Haitzler 384e7c6c78 query for color cursor support
SVN revision: 12734
2005-01-04 13:43:27 +00:00