Commit Graph

1048 Commits

Author SHA1 Message Date
rbdpngn ebfeef8e19 Avoid allocations on "".
SVN revision: 18656
2005-11-27 07:02:34 +00:00
Carsten Haitzler ca12b981bb clip colors apply to style colors now too
SVN revision: 18652
2005-11-26 15:56:51 +00:00
Carsten Haitzler 18f311a137 typo fix
SVN revision: 18650
2005-11-26 13:58:33 +00:00
rbdpngn 74dc468be3 Create a shared style type enum and padding mapping function.
Implement styles for the text object.
Add soft outline text style to text and textblock.


SVN revision: 18644
2005-11-26 08:04:20 +00:00
Carsten Haitzler a5695df284 reduce a few more alloc counts by merging
SVN revision: 18643
2005-11-26 05:24:25 +00:00
Carsten Haitzler 20bad98318 new - much cleaner/simpler mempool
SVN revision: 18642
2005-11-25 08:29:39 +00:00
Carsten Haitzler 59bbe6cf2d move pow lut table to read only shared memory
SVN revision: 18628
2005-11-24 04:40:14 +00:00
Carsten Haitzler e7dacfe1bd turn of mempool for now
SVN revision: 18624
2005-11-24 01:38:42 +00:00
Carsten Haitzler 05085982d0 enable pool - nicer on mem
SVN revision: 18618
2005-11-23 12:57:19 +00:00
Carsten Haitzler a320795377 disabled for now - need smroe tuning/testing/optimising
SVN revision: 18614
2005-11-23 10:56:13 +00:00
Carsten Haitzler 500726d856 --c++
SVN revision: 18613
2005-11-23 10:44:48 +00:00
Carsten Haitzler 4ae5471199 i'm playign with memory pools for evas lists. it seems to improve things.
SVN revision: 18612
2005-11-23 10:43:54 +00:00
Carsten Haitzler ebbe8f1267 ok - freetype does WEIRD shit setting grays to bizarre values so now i have
toformat AND grays levels.


SVN revision: 18500
2005-11-16 13:17:27 +00:00
Carsten Haitzler 5f7e955689 asparagus time! :)
SVN revision: 18427
2005-11-11 08:03:49 +00:00
Carsten Haitzler a6a2c2f257 add the file to cvs
SVN revision: 18426
2005-11-11 07:56:10 +00:00
Carsten Haitzler 6f24506e8b 1. diable a bunch of engines from auto-detecting stuff. you have to manually
--enable gl, qtopia and directfb enigines - they are either incomplete, buggy
or simply used so little that its not worth building unless the user REALLY
wants the support.


SVN revision: 18424
2005-11-11 06:09:46 +00:00
Carsten Haitzler 69cc1760ef i think this will fix the layer thing nathan found
SVN revision: 18380
2005-11-08 11:59:21 +00:00
Carsten Haitzler d1861a8d4c add a call
SVN revision: 18336
2005-11-06 09:47:28 +00:00
Carsten Haitzler 1adc740b38 fix leakies
SVN revision: 18332
2005-11-06 05:44:10 +00:00
Carsten Haitzler 9c038ac573 dont lose context pointer
SVN revision: 18331
2005-11-06 05:29:47 +00:00
sebastid f43c421ebe Remove double free
SVN revision: 18301
2005-11-04 22:53:54 +00:00
sebastid 114874900c Remove strdup
SVN revision: 18289
2005-11-04 19:33:08 +00:00
Carsten Haitzler ab61f6e24e and a few less allocs to improve evas_hash
SVN revision: 18245
2005-11-03 12:13:09 +00:00
Carsten Haitzler 1baca6a2a7 1 more over-render - same concept.
SVN revision: 18208
2005-11-02 07:13:49 +00:00
Carsten Haitzler 4aca7949f5 fix excess overdraw bug
SVN revision: 18200
2005-11-02 04:03:55 +00:00
Mike Frysinger 9258e379ad cut old code
SVN revision: 18180
2005-11-01 01:40:20 +00:00
Carsten Haitzler 09602687a0 fix hash calls, fix object leak. :)
SVN revision: 18162
2005-10-31 07:06:52 +00:00
Carsten Haitzler f56726798f add calls to tell evas to propagate (or not) events on an object to its
parent smart object IF there is a callback set. ie. if there is a key down
callback set and propagae is set to false then the key event will not
prpagate to the parent as long as the child gets the key down events and has
the callback set.


SVN revision: 18123
2005-10-30 05:07:51 +00:00
Carsten Haitzler 34a58f38e0 linux ppc altivec patches - and some tiler speedusp while i was hunting a non-bug
SVN revision: 18122
2005-10-30 03:03:53 +00:00
David Walter Seikel cc996d8804 If we are checking the DirectFB version, we should make sure directfb_version.h is included.
SVN revision: 18095
2005-10-29 09:14:41 +00:00
Mike Frysinger 5acc3ca593 re-enable new directfb code since 0.9.2[34] has been released
SVN revision: 18082
2005-10-29 06:10:11 +00:00
Mike Frysinger 7c8b0cb44c touchup help output
SVN revision: 18077
2005-10-29 02:43:40 +00:00
Carsten Haitzler 83f010591d no more old textblock - gone. completely. tb2 renamed (as threatened) to
textblock. updated edje and e17.


SVN revision: 18054
2005-10-28 02:56:27 +00:00
Carsten Haitzler d4db65df1f empty string SHOULD work now if the node is non exiustant to start with
SVN revision: 18053
2005-10-28 02:46:16 +00:00
Carsten Haitzler 2264c5cc58 burn witch... BURN!
SVN revision: 18032
2005-10-27 10:33:47 +00:00
Carsten Haitzler 5650f1a234 fix renders now
SVN revision: 18009
2005-10-27 06:40:28 +00:00
Carsten Haitzler c39bf3cc4e no that made it worse.. evas renders everything. fix. must find it.
SVN revision: 18006
2005-10-27 04:36:58 +00:00
Carsten Haitzler bc6ba3ab34 fix restack draw bug
SVN revision: 18005
2005-10-27 04:25:30 +00:00
Carsten Haitzler 208de4897a the first wave of evas smart object modes. commit hell #1. :) other things
still need updating in cvs - but i am sure others can do that :)


SVN revision: 18001
2005-10-27 02:44:36 +00:00
sebastid 2cede9353e Clean warnings.
SVN revision: 17992
2005-10-26 20:32:27 +00:00
sebastid c12421c7a3 Unused variable.
SVN revision: 17991
2005-10-26 20:22:26 +00:00
sebastid b8955065e6 Don't return value in void func.
SVN revision: 17990
2005-10-26 20:20:53 +00:00
sebastid 6aafd9e493 Clean warnings.
SVN revision: 17989
2005-10-26 20:19:42 +00:00
tsauerbeck f7b38107de some warning fixes
SVN revision: 17600
2005-10-16 09:34:35 +00:00
Dan Sinclair ef2fcdc4c1 - make sure we have a name before trying to look it up
- strip off an + or - in _format_fill so we don't end up with things like
  +font=fonts/Vera which then won't match when we try to recognize it as a
  keyword


SVN revision: 17580
2005-10-15 22:02:59 +00:00
sebastid ed1aa8117a Simpler check for 0 stringlength.
SVN revision: 17564
2005-10-15 06:54:42 +00:00
Dan Sinclair 051b5f6fc7 - make sure the string isn't blank before appending it
SVN revision: 17560
2005-10-15 05:19:11 +00:00
Carsten Haitzler 5f828e6fdb dont allow non-defaulted formats
SVN revision: 17558
2005-10-15 04:42:46 +00:00
doursse 4a27836ffd missing xcb cflags
SVN revision: 17531
2005-10-14 06:11:03 +00:00
Mike Frysinger 4a0f9b61c5 include altivec.h if we have it
SVN revision: 17491
2005-10-13 02:38:31 +00:00
Mike Frysinger 28ab394afb cleanup altivec checks to be more portable
SVN revision: 17490
2005-10-13 02:38:04 +00:00
Mike Frysinger db7746fa21 fix whitespacing
SVN revision: 17483
2005-10-13 02:09:03 +00:00
Carsten Haitzler bfaabe266e asparagus - again. lots fo leak fixes and other fixes have been happening, so
i think an asparagus is a good idea - sorry package config people. :)


SVN revision: 17340
2005-10-09 04:22:19 +00:00
Carsten Haitzler dc389abd64 use best filter - :)
SVN revision: 17337
2005-10-09 03:07:44 +00:00
Carsten Haitzler d40fe99719 fix segv in shared data chunks
SVN revision: 17336
2005-10-09 02:06:52 +00:00
Carsten Haitzler 97f6242fca handle shm addr return right
SVN revision: 17325
2005-10-08 14:59:45 +00:00
Carsten Haitzler 2032d7e213 remove diplucate pixemaps!
SVN revision: 17321
2005-10-08 14:16:03 +00:00
tsauerbeck 72883bc3de more warning fixes
SVN revision: 17314
2005-10-08 10:43:14 +00:00
tsauerbeck a58a32b326 oops, use the correct type
SVN revision: 17313
2005-10-08 10:16:17 +00:00
tsauerbeck a8f25d2c81 ummm, how did that happen? fix evas_common_convert_rgba_to_24bpp_rgb_888
SVN revision: 17312
2005-10-08 10:13:43 +00:00
tsauerbeck cc9c9b8997 code cleanup
SVN revision: 17311
2005-10-08 10:10:09 +00:00
tsauerbeck 63169a9701 fix printf call
SVN revision: 17310
2005-10-08 09:59:03 +00:00
Carsten Haitzler 8b128c4213 playing with gl engine :)
SVN revision: 17308
2005-10-08 06:22:43 +00:00
Carsten Haitzler ce8bf6b723 support clipouts in xrender engine
SVN revision: 17305
2005-10-08 04:57:57 +00:00
sebastid 24b41284ec Use image api right.
SVN revision: 17266
2005-10-07 08:35:02 +00:00
Mike Frysinger 442ce15652 fix whitespacing in a few configure options and remove [] around tests
SVN revision: 17252
2005-10-06 22:53:20 +00:00
Carsten Haitzler 49a0fde26c and no dither and ca there too
SVN revision: 17236
2005-10-06 10:18:06 +00:00
Carsten Haitzler 4e78236719 turn off dither and component alpha
SVN revision: 17235
2005-10-06 09:53:10 +00:00
Carsten Haitzler 7fce978d6a asparagus. and make distcheck passes again.
SVN revision: 17234
2005-10-06 08:47:12 +00:00
Carsten Haitzler a1ace2305f endianess fix
SVN revision: 17230
2005-10-06 04:18:52 +00:00
shadoi f4f61ca9e7 Include the right file in EXTRA_DIST.
SVN revision: 17228
2005-10-06 03:05:43 +00:00
Carsten Haitzler e08ff34ee1 was playing with ansiotropic filtering - with mipmap stuff it looks nicer.
stillnot perfect. xrender engine detects "same source data pointer" and
shares nicely now :)


SVN revision: 17224
2005-10-06 02:38:34 +00:00
shadoi 95ed2961cf Buh-bye
SVN revision: 17218
2005-10-05 23:36:04 +00:00
shadoi 6d0ee4bf77 Include all the bin files
SVN revision: 17216
2005-10-05 23:29:02 +00:00
shadoi 49c6fd8f29 Standardizing on -bin pacakges for libs.
SVN revision: 17215
2005-10-05 23:28:31 +00:00
Carsten Haitzler 06d4179854 be more paranoid about poly point array and lines.
SVN revision: 17142
2005-10-03 15:49:45 +00:00
Carsten Haitzler 4e8976a4ad oops - accidentally added this. thanks dj2! fixed.
SVN revision: 17138
2005-10-03 14:18:23 +00:00
Carsten Haitzler 60efd688cc fix pixel uploads form emotion
SVN revision: 17133
2005-10-03 13:53:11 +00:00
Carsten Haitzler c934b1c733 fix gradients on scale
SVN revision: 17131
2005-10-03 13:14:07 +00:00
Carsten Haitzler de7384f549 fix mem issue
SVN revision: 17130
2005-10-03 12:46:15 +00:00
Carsten Haitzler 0f042bcbd4 fix xrender engnie to accept user-provided pixel data
SVN revision: 17128
2005-10-03 10:20:12 +00:00
Carsten Haitzler 884e03d762 fix null data copy
SVN revision: 17127
2005-10-03 07:52:23 +00:00
Carsten Haitzler 63d04c65d5 fix target mask support
SVN revision: 17124
2005-10-03 06:45:43 +00:00
Carsten Haitzler da0cce6c2c update mask support...
SVN revision: 17121
2005-10-03 05:56:31 +00:00
Carsten Haitzler 62d1bb0190 in theory support dest alpha
SVN revision: 17120
2005-10-03 03:34:21 +00:00
Carsten Haitzler 8bf5f10e92 after some quiet on the western front - asparagus.
SVN revision: 17119
2005-10-03 02:29:54 +00:00
Carsten Haitzler 2c7b0df81a fix gl engine - i broke it a bit
SVN revision: 17116
2005-10-02 16:06:11 +00:00
Carsten Haitzler 6209347b36 add makefile.am
SVN revision: 17113
2005-10-02 15:29:31 +00:00
Carsten Haitzler f4a8513aa4 an xrender engine. fully complete - but it doesnt support shaped window masks
and destination alpha like software_x11 does so its not a 100% dropin
replacement... yet


SVN revision: 17112
2005-10-02 15:15:44 +00:00
doursse d5548cd313 forget to test if the shm extension exists
SVN revision: 17110
2005-10-02 12:41:11 +00:00
Carsten Haitzler 45debba2c1 asparagus!
SVN revision: 16929
2005-09-25 05:45:48 +00:00
Carsten Haitzler dd136afb1b fix grab handling
SVN revision: 16909
2005-09-24 10:22:55 +00:00
Carsten Haitzler e0ac761a1f disable dfb cvs updates for now
SVN revision: 16903
2005-09-24 08:32:44 +00:00
Carsten Haitzler b969a1fff8 fix some stuff for altivec on linux latest gcc 4.0.2...
SVN revision: 16902
2005-09-24 05:53:27 +00:00
shadoi ddd0a4f7da Disable directfb for now, sid doesn't have a recent enough version.
SVN revision: 16881
2005-09-23 19:52:11 +00:00
Carsten Haitzler 8d922d6daa dfb patch
SVN revision: 16867
2005-09-23 14:53:08 +00:00
Carsten Haitzler ee83131e83 jose patch! :)
SVN revision: 16866
2005-09-23 14:41:10 +00:00
sebastid f580e56532 Add missing header
SVN revision: 16865
2005-09-23 10:13:55 +00:00
sebastid d8a6a07537 Remove warning
SVN revision: 16864
2005-09-23 10:12:11 +00:00
Carsten Haitzler 2d9ae536fb fix fallback handling! :)
SVN revision: 16837
2005-09-22 03:00:48 +00:00