Commit Graph

477 Commits

Author SHA1 Message Date
Carsten Haitzler df1d81011a after some testing.. this code has been found wanting...
SVN revision: 6600
2003-01-20 05:05:16 +00:00
Carsten Haitzler 7b1247042b and lets make that safe for smart obbies
SVN revision: 6599
2003-01-20 04:36:17 +00:00
Carsten Haitzler 1512080561 make this baby an int
SVN revision: 6598
2003-01-20 03:55:41 +00:00
Carsten Haitzler de9b6b3ca0 ok ok.. callabcks walking lists.. delete flags... you get the idea. (i've
known about this for a long tiem and planned on fixing ti eventualyl... but
it's biting now.)


SVN revision: 6597
2003-01-20 03:54:00 +00:00
technikolor 8027de6bd8 Two minor fixes:
1) Added 3 prototypes to evas_test_main.h for setdown, scroll_setdown, and scroll_setup.
GCC prints a warning for first declaration without a proto, but other compilers (FORTE) error on it.
2) Added type to did_fps, currently a boolian var, which was declaired only static... typed it as int.

benr.


SVN revision: 6595
2003-01-19 06:23:25 +00:00
Carsten Haitzler 9b184f9bdf dont need fmemopen suppor tin evas now... just sue eet directly and dont
duplicate code...


SVN revision: 6578
2003-01-13 07:38:08 +00:00
Carsten Haitzler bfe9713eb8 NULL names for edd's are not valid... BARF
SVN revision: 6577
2003-01-13 06:40:49 +00:00
Carsten Haitzler 19452d7a6f and chekc soem string pointers
SVN revision: 6576
2003-01-13 06:22:02 +00:00
Carsten Haitzler d814b97a3e ok.. if silyl people list entries on eets they opened for write and havent
added any entires....


SVN revision: 6575
2003-01-13 04:31:00 +00:00
Carsten Haitzler 7c80fa9a3e logic problem on evas_free(). shoudl be fixed now... :)
SVN revision: 6559
2003-01-10 05:38:47 +00:00
Carsten Haitzler 3f207b8c08 const-ify lots of things...
SVN revision: 6558
2003-01-10 04:58:51 +00:00
Carsten Haitzler 124d4a8909 and dont leak
SVN revision: 6557
2003-01-10 02:07:23 +00:00
Carsten Haitzler 8e3e8c5848 resolve symlinks...
SVN revision: 6556
2003-01-10 02:05:37 +00:00
Carsten Haitzler 6494104a2b aaaaaaaaah freetype 2.1.3 bugs TOO! bloody hell! ft gets BUGGIER as it goes!
:) hehehe.. ok ok - everyone USE 2.0.3!


SVN revision: 6555
2003-01-09 07:41:22 +00:00
Carsten Haitzler d90afbca86 notes in README
SVN revision: 6554
2003-01-09 03:49:33 +00:00
Carsten Haitzler 47280739ac oh my wordy lordy me.. too accurate for its own good soi've had to fidge to
overlap parts as the positioning is done in 24.8 space not integer space


SVN revision: 6553
2003-01-08 06:39:38 +00:00
Carsten Haitzler 6e8c67d976 apparently i updated something...
SVN revision: 6551
2003-01-08 04:33:33 +00:00
Carsten Haitzler b8a94c7204 ok - dont disable printf output... for debugging
SVN revision: 6550
2003-01-08 01:02:21 +00:00
Carsten Haitzler 4efc12acd1 PROPER benchmarking now...
SVN revision: 6549
2003-01-08 00:38:18 +00:00
Carsten Haitzler 0c6cc60962 ok. good stats now
SVN revision: 6548
2003-01-07 23:41:40 +00:00
Carsten Haitzler 6a25c57a51 evas_test will now tell u fps...
SVN revision: 6547
2003-01-07 23:38:24 +00:00
Carsten Haitzler 8451b5cc08 key grabs are done... ok not as efficiently as i'd liek so having more than
a dozen key grabs at any time may impact key event handling a little...

oh yeah.. added to the api .. now theres a modifier mask and a not_mask. the
not mas means "grab the key only if NONE of these modifiers are active and
only if one or more of the mask modifiers are active). using this you can
easily select allmodifiers, none, or a certain set of modifiers. if you need
more than that put in multiple grabs then :) to just have that exact set of
modifiers grabbed have not_mask be the inverse of mask. :)


SVN revision: 6546
2003-01-05 12:55:37 +00:00
swielinga 093d224dd0 Whoops... seems raster has given up his writing-configure-by-hand-urge a while
ago. Now the debian packaging works again and is perfect (I hope :-P)
Still have to check the man-pages for changes, though. And besides, those are
useful for non-debianers too.


SVN revision: 6544
2003-01-04 12:24:25 +00:00
Carsten Haitzler 1f37c28e8f todo madness
SVN revision: 6542
2003-01-02 23:47:56 +00:00
Carsten Haitzler 764c0c1311 where did this go?
SVN revision: 6540
2002-12-31 03:04:14 +00:00
Carsten Haitzler f0a1fe6e28 commit...
SVN revision: 6539
2002-12-31 03:00:04 +00:00
Carsten Haitzler 42d0fea781 bah bah bah.... 8-P~
SVN revision: 6534
2002-12-30 05:31:35 +00:00
Carsten Haitzler 6bdb5980a0 ok.. a dfb bug.. i have to safeguard...
SVN revision: 6533
2002-12-30 02:04:44 +00:00
Carsten Haitzler b77e71b077 maybe debians include system might be happier now...
SVN revision: 6532
2002-12-30 00:48:39 +00:00
Carsten Haitzler afb292ec39 fix dfb window test proggy.. flip properly :)
SVN revision: 6531
2002-12-30 00:07:12 +00:00
sleuth c08fc73731 Minor evas fix for char position usage.
Kevin Brosius <cobra@compuserve.com>


SVN revision: 6529
2002-12-29 17:57:37 +00:00
Carsten Haitzler 01a3ea467f and... fix the smooth scaler.. i had a 32bit overflow there for when images
get bigger than 2048x2048 and i scale them up... :)


SVN revision: 6527
2002-12-29 02:54:47 +00:00
Carsten Haitzler d1d3b62ebe hmm. forgot to translate text coords form queries.. and some glyph vs char
pos bugs


SVN revision: 6526
2002-12-29 02:09:34 +00:00
Carsten Haitzler 866bf9121e oops.. return POSTION, not glyph value!
SVN revision: 6525
2002-12-29 01:49:07 +00:00
swielinga 102dc81838 Debian copyright file fix in HEAD replacing Author(s) by Author or Authors.
SVN revision: 6516
2002-12-24 14:19:57 +00:00
Carsten Haitzler 3a38ac1538 blah blah
SVN revision: 6511
2002-12-23 00:50:57 +00:00
Carsten Haitzler f8c623246f oops...
SVN revision: 6498
2002-12-20 22:00:44 +00:00
Carsten Haitzler 81fd6f6c3d code code.. fix
SVN revision: 6496
2002-12-18 06:02:32 +00:00
Carsten Haitzler 06320cc301 code code fix fix
SVN revision: 6495
2002-12-18 06:02:26 +00:00
Carsten Haitzler c96c2d8d50 oops.. segv in dfb driver.. fix fix
SVN revision: 6494
2002-12-17 07:08:20 +00:00
Carsten Haitzler beb924c23e keyboard support... key grabs dont work.. and i'm not happy with it as an
api causeti doesnt support modifiers when grabbing in the api.


SVN revision: 6493
2002-12-17 00:00:38 +00:00
Carsten Haitzler c36863b1dc some more docs...
SVN revision: 6492
2002-12-15 03:06:09 +00:00
Carsten Haitzler 3f054d3453 ooops! :)
SVN revision: 6491
2002-12-15 01:32:13 +00:00
Carsten Haitzler f837c83cc7 informers now are just event callbacks. makes for a simpler api. interceptors
are done now too - when an interceptor is set it takes over from the actual
call it intercepts and now that call is responsible for doing the
move/resize/raise/lower etc. (method overriding)


SVN revision: 6490
2002-12-15 00:33:57 +00:00
Carsten Haitzler 72b9af03de informers & interceptors... meant to "inform" callbacks of when an object
has been show, hidden, moved, resized or restacked :) handy for making
widgets (ie child widget got resized.. parent can adjust to fit child widget).

also interceptors.. designed to allow callbacks to intercept move, resize,
show, hide and restacking calls and modiy behavior (handy for widget sets
too!)


SVN revision: 6488
2002-12-10 06:45:18 +00:00
Carsten Haitzler 0471054d09 update...
SVN revision: 6487
2002-12-10 01:29:38 +00:00
Carsten Haitzler f0a6c20615 add build instructions to docs...
SVN revision: 6486
2002-12-10 01:22:33 +00:00
Carsten Haitzler ef110b62c5 todo list has version numbers to do features for.
SVN revision: 6485
2002-12-10 00:59:12 +00:00
Carsten Haitzler ba8c7ae046 add a TODO
SVN revision: 6484
2002-12-10 00:41:02 +00:00
Carsten Haitzler fab38ef58b update todo...
SVN revision: 6483
2002-12-09 23:00:10 +00:00