Cedric BAIL [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.
SVN revision: 58355
Tom Hacohen [Tue, 5 Apr 2011 10:39:24 +0000 (10:39 +0000)]
Evas textblock: Removed deprecated code.
This logic is already done elsewhere, no need for this function (which is
broken anyway).
SVN revision: 58349
Leif Middelschulte [Tue, 5 Apr 2011 08:31:42 +0000 (08:31 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] EDID decoding functionality
find attached a patch for EDID data extraction. My display's
manufacturer didn't comply with the standard too much, so I can't test
it entirely. But it should work.
... with modifications to make it actually compile and api be cleaner,
code more robust etc.
SVN revision: 58348
Christopher Michael [Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)]
Ecore_X: XLib: Add missing EAPI in front of
ecore_x_dnd_source_action_set function.
SVN revision: 58340
Christopher Michael [Mon, 4 Apr 2011 17:06:40 +0000 (17:06 +0000)]
Ecore: Ecore_X: Xlib: Fix memory leak.
When handling xdnd_enter event(s), if we do not support the dnd target
version, then we issue a warning and return from the handling
function. If we are going to return (and not issue the ecore_x_event),
then free the allocated memory of the ecore_x_event_xdnd_enter
structure that we previously allocated.
SVN revision: 58337
Tom Hacohen [Mon, 4 Apr 2011 13:43:06 +0000 (13:43 +0000)]
Efreet: Updated changelog.
SVN revision: 58330
Tom Hacohen [Mon, 4 Apr 2011 13:43:01 +0000 (13:43 +0000)]
Efreet desktop: Fixed URI creation when opening files.
URI should be escaped before passed to the application being
executed. This fixes runnig videos with vlc from paths with
utf8 values in them.
SVN revision: 58329
Tom Hacohen [Mon, 4 Apr 2011 13:42:55 +0000 (13:42 +0000)]
Efreet uri: Fixed efreet_uri_encode.
it doesn't work well if the value passed is negative (utf8 text for example).
SVN revision: 58328
Cedric BAIL [Mon, 4 Apr 2011 12:33:41 +0000 (12:33 +0000)]
ecore: put recommandation about asynchronous dns resolution and curl.
SVN revision: 58325
Carsten Haitzler [Mon, 4 Apr 2011 11:48:36 +0000 (11:48 +0000)]
API add: From <dunamis.park@samsung.com> - sungwoo
start of evas gl api (with compile warning fixes). (part 2)
SVN revision: 58321
Tom Hacohen [Mon, 4 Apr 2011 11:14:38 +0000 (11:14 +0000)]
Evas textblock: clean up render_pre a bit.
* _relayout is the way to go when we want to relayout.
* no need to mark content_changed=0 all over the place, it's already
set in the first if.
* no need to call evas_object_render_pre_prev_cur_add more than once.
SVN revision: 58319
Carsten Haitzler [Mon, 4 Apr 2011 10:23:12 +0000 (10:23 +0000)]
API add: From <dunamis.park@samsung.com> - sungwoo
start of evas gl api (with compile warning fixes).
SVN revision: 58318
Carsten Haitzler [Mon, 4 Apr 2011 08:30:02 +0000 (08:30 +0000)]
edje_cc now only will use epp. makes for consistent output on all
platforms since we ship our own cpp.. err.. epp. :)
SVN revision: 58315
Daniel Juyung Seo [Mon, 4 Apr 2011 08:10:06 +0000 (08:10 +0000)]
Evas Evas.h: Removed trailing whitespaces.
SVN revision: 58314
ChunEon Park [Sun, 3 Apr 2011 16:15:21 +0000 (16:15 +0000)]
evas / evas_smart - removed white spaces
SVN revision: 58305
Christopher Michael [Sun, 3 Apr 2011 16:06:37 +0000 (16:06 +0000)]
Ecore_X: Xlib - Set correct doxy group for function.
SVN revision: 58304
Boris Faure [Sun, 3 Apr 2011 09:50:51 +0000 (09:50 +0000)]
ecore: redundant declaration with Ecore_X_Atoms.h
SVN revision: 58294
Daniel Juyung Seo [Sun, 3 Apr 2011 09:29:40 +0000 (09:29 +0000)]
Edje Edje.h: Removed trailing whitespaces.
SVN revision: 58292
Tom Hacohen [Sun, 3 Apr 2011 09:14:03 +0000 (09:14 +0000)]
Evas textblock: Fixed native size calculation.
There was a bug (visible in elementary_test's Entry for example) that
made native size calculation of the textblock wrong in some cases.
SVN revision: 58289
Vincent Torri [Sat, 2 Apr 2011 12:29:32 +0000 (12:29 +0000)]
Evil: evil_stdlib.c
fix mkstemp() which didn't remove the file when the last
file descriptor was closed
SVN revision: 58274
Mike Blumenkrantz [Sat, 2 Apr 2011 03:30:56 +0000 (03:30 +0000)]
same for old libmount...
SVN revision: 58269
Mike Blumenkrantz [Sat, 2 Apr 2011 03:05:00 +0000 (03:05 +0000)]
null variable on shutdown
SVN revision: 58268
Cedric BAIL [Fri, 1 Apr 2011 16:37:55 +0000 (16:37 +0000)]
ecore: Add pipelining support for HTTP 1.1.
SVN revision: 58265
Carsten Haitzler [Thu, 31 Mar 2011 11:25:39 +0000 (11:25 +0000)]
actually can just mark as changed. let layout happen later when
requested.
SVN revision: 58227
Carsten Haitzler [Thu, 31 Mar 2011 11:19:17 +0000 (11:19 +0000)]
ummm... tasn.. you broke scaling of tb's! fix.,
SVN revision: 58226
Carsten Haitzler [Thu, 31 Mar 2011 10:36:20 +0000 (10:36 +0000)]
ahem! who put unused there? who? screen *IS* used!
SVN revision: 58224
Carsten Haitzler [Thu, 31 Mar 2011 10:26:42 +0000 (10:26 +0000)]
FIX: fix render bug when rendering to buffer canvases due to lost
clipper.
SVN revision: 58223
Carsten Haitzler [Thu, 31 Mar 2011 08:13:14 +0000 (08:13 +0000)]
add new version of efl sync proto between comp and client.
SVN revision: 58220
Tom Hacohen [Wed, 30 Mar 2011 15:55:10 +0000 (15:55 +0000)]
Evas font-engine: Removed "use-kerning" from draw code.
It hasn't been used for a while. Everything is already calculated in
content_create.
SVN revision: 58215
Tom Hacohen [Wed, 30 Mar 2011 13:12:33 +0000 (13:12 +0000)]
Edje: Updated changelog.
SVN revision: 58214
Tom Hacohen [Wed, 30 Mar 2011 13:11:04 +0000 (13:11 +0000)]
Evas textblock: Updated changelog.
SVN revision: 58213
Tom Hacohen [Wed, 30 Mar 2011 12:58:09 +0000 (12:58 +0000)]
Evas textblock: Removed duplicated condition.
raster: don't drink and code :).
SVN revision: 58212
Carsten Haitzler [Wed, 30 Mar 2011 12:26:07 +0000 (12:26 +0000)]
verified. can remove the format forcing.
SVN revision: 58211
Carsten Haitzler [Wed, 30 Mar 2011 12:20:51 +0000 (12:20 +0000)]
selection now works too.
SVN revision: 58209
Tom Hacohen [Wed, 30 Mar 2011 12:19:05 +0000 (12:19 +0000)]
Evas textblock: Init first paragraph's y correctly.
SVN revision: 58208
Carsten Haitzler [Wed, 30 Mar 2011 12:18:21 +0000 (12:18 +0000)]
now cursor setting works with newly valigned textbllocks. selection
next.
SVN revision: 58207
Carsten Haitzler [Wed, 30 Mar 2011 12:17:45 +0000 (12:17 +0000)]
printf--
SVN revision: 58206
Tom Hacohen [Wed, 30 Mar 2011 12:08:50 +0000 (12:08 +0000)]
Evas textblock: We don't need to mark as changed here.
SVN revision: 58205
Carsten Haitzler [Wed, 30 Mar 2011 12:05:07 +0000 (12:05 +0000)]
handle align and ellipsis re-format right .
SVN revision: 58204
Carsten Haitzler [Wed, 30 Mar 2011 11:43:22 +0000 (11:43 +0000)]
valign applied to tetxblock parts. yay!
SVN revision: 58203
Carsten Haitzler [Wed, 30 Mar 2011 11:34:06 +0000 (11:34 +0000)]
use o->valign.
SVN revision: 58202
Tom Hacohen [Wed, 30 Mar 2011 11:10:23 +0000 (11:10 +0000)]
Evas textblock: Actually use the valign value when layouting.
SVN revision: 58201
Carsten Haitzler [Wed, 30 Mar 2011 10:38:02 +0000 (10:38 +0000)]
ellipsis re-format on height change too if an ellipsis is set anywhere
SVN revision: 58200
Carsten Haitzler [Wed, 30 Mar 2011 10:31:29 +0000 (10:31 +0000)]
flesh out valign prop to have real api. untested currently.
SVN revision: 58199
Carsten Haitzler [Wed, 30 Mar 2011 10:10:04 +0000 (10:10 +0000)]
ecore-evas: feature++ : support netm sync protocol for clients
SVN revision: 58198
Cedric BAIL [Wed, 30 Mar 2011 09:15:24 +0000 (09:15 +0000)]
ecore: add ecore_con_url_ssl_ca_set.
patch by PnB <Poor.NewBie@gmail.com>
SVN revision: 58197
Christopher Michael [Wed, 30 Mar 2011 05:48:39 +0000 (05:48 +0000)]
Evas: Textblock: Fix variable may be used uninitialized warning.
SVN revision: 58193
Tom Hacohen [Tue, 29 Mar 2011 14:14:29 +0000 (14:14 +0000)]
Evas textblock: Implemented vertical alignment - no way to set it yet.
Implemented the code needed, but there's still no way to set it.
This should be discussed. Not sure whether this should be part of
the API, or should just be set in the default style.
SVN revision: 58185
Tom Hacohen [Tue, 29 Mar 2011 13:52:42 +0000 (13:52 +0000)]
Evas Textblock/text: Add clipping until we fix inset handling.
Currently inset handling is not handled correctly so we just clip
to the left if there's no enough margin to draw the what overflows.
This is the same behavior that was done up until now because of the
global clipper that was applied.
SVN revision: 58184
Tom Hacohen [Tue, 29 Mar 2011 13:52:35 +0000 (13:52 +0000)]
Evas Textblock/text: Fix rendering outsize of zone and speed things up.
This speeds things up and uses "out of render zone" drawing.
In this commit we also start using width correctly so rendering should
be more exact.
SVN revision: 58183
Tom Hacohen [Tue, 29 Mar 2011 13:52:30 +0000 (13:52 +0000)]
Evas font-engine: Use advance instead of width with whitespace size calc
Advance is the real width of whitespace, not the width of the glyph
which is just 0.
SVN revision: 58182
Tom Hacohen [Tue, 29 Mar 2011 13:52:22 +0000 (13:52 +0000)]
Evas font-engine: Added right_inset_get.
This lets us get the difference between the width and the advance
of a string pretty fast, which means we only need to calculate either
advance or width, because we can now calculate one from the other.
SVN revision: 58181
Tom Hacohen [Tue, 29 Mar 2011 13:52:08 +0000 (13:52 +0000)]
Revert "evas: work around text/textblock bug rendering outside of rendering zone."
This reverts commit 58156
SVN revision: 58180
Carsten Haitzler [Tue, 29 Mar 2011 11:56:51 +0000 (11:56 +0000)]
fix expansions in macors starting with - losing the - :) jeff! :)
happiness?
SVN revision: 58177
Carsten Haitzler [Tue, 29 Mar 2011 09:10:57 +0000 (09:10 +0000)]
wer can release compiler data if we want when done with glsl compiling.
SVN revision: 58172
Carsten Haitzler [Tue, 29 Mar 2011 03:27:23 +0000 (03:27 +0000)]
provide edje_player with the ability to set scale factor on cmd-line
and use keys to control it during display.
SVN revision: 58170
Daniel Juyung Seo [Tue, 29 Mar 2011 02:28:41 +0000 (02:28 +0000)]
Ecore ecore_file.c: NULL check before using strcmp().
SVN revision: 58168
Boris Faure [Mon, 28 Mar 2011 21:37:35 +0000 (21:37 +0000)]
eina-hash: improve documentation + indent + wibble
SVN revision: 58157
Cedric BAIL [Mon, 28 Mar 2011 14:32:03 +0000 (14:32 +0000)]
evas: work around text/textblock bug rendering outside of rendering zone.
This fix is temporary and waiting for Tasn to look at the proper fix. It will
be removed once that done.
SVN revision: 58156
Tom Hacohen [Mon, 28 Mar 2011 13:33:03 +0000 (13:33 +0000)]
Eina unicode: Removed an old comment.
SVN revision: 58154
Boris Faure [Sun, 27 Mar 2011 20:52:16 +0000 (20:52 +0000)]
eina: fix typos in eina_hash doc
SVN revision: 58128
Vincent Torri [Sun, 27 Mar 2011 18:59:17 +0000 (18:59 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58125
Vincent Torri [Sun, 27 Mar 2011 18:15:09 +0000 (18:15 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58124
Vincent Torri [Sun, 27 Mar 2011 18:12:15 +0000 (18:12 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58122
Vincent Torri [Sun, 27 Mar 2011 18:11:40 +0000 (18:11 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58121
Vincent Torri [Sun, 27 Mar 2011 18:10:58 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58120
Vincent Torri [Sun, 27 Mar 2011 18:10:20 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58119
Vincent Torri [Sun, 27 Mar 2011 18:07:42 +0000 (18:07 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58118
Vincent Torri [Sun, 27 Mar 2011 18:06:17 +0000 (18:06 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58117
Vincent Torri [Sun, 27 Mar 2011 18:03:24 +0000 (18:03 +0000)]
rename libtool version names to fit libtool doc
SVN revision: 58116
Tom Hacohen [Sun, 27 Mar 2011 12:22:13 +0000 (12:22 +0000)]
Evas font-engine: Fix font size updating.
This commit fixes two types of misupdate of the font size.
1. Not updating all the fonts when not using Harfbuzz.
2. In rare cases update the wrong font when using Harfbuzz.
SVN revision: 58114
Vincent Torri [Sat, 26 Mar 2011 17:13:52 +0000 (17:13 +0000)]
formatting
SVN revision: 58099
Vincent Torri [Sat, 26 Mar 2011 17:09:44 +0000 (17:09 +0000)]
Evas: improve jpeg m4 macro check
Use AC_LANG_PROGRAM instead of AC_LANG_SOURCE
SVN revision: 58097
Brett Nash [Fri, 25 Mar 2011 03:21:07 +0000 (03:21 +0000)]
Edje: (trivial) Put the clipper/evas pointer in the base structure.
I say trivial in the sense it has no functional changes, however it's a large
patch. Recommendation from Gustavo.
SVN revision: 58080
Christopher Michael [Thu, 24 Mar 2011 22:15:07 +0000 (22:15 +0000)]
Edje: Revert those changes ... seems to break edj building for some
reason...
SVN revision: 58078
Christopher Michael [Thu, 24 Mar 2011 20:27:55 +0000 (20:27 +0000)]
Eeze: Fix 'mount_point may by used uninitialized'.
SVN revision: 58076
Christopher Michael [Thu, 24 Mar 2011 20:27:09 +0000 (20:27 +0000)]
Eeze: Fix 'syspath may be used uninitialized'.
SVN revision: 58075
Christopher Michael [Thu, 24 Mar 2011 20:25:17 +0000 (20:25 +0000)]
Edje:EPP: Comment out unused goto line. Fix (some) formatting (but
needs more fixing as the formatting in this is just horrible).
SVN revision: 58074
Christopher Michael [Thu, 24 Mar 2011 20:22:16 +0000 (20:22 +0000)]
Edje: Remove unused variable & fix formatting.
SVN revision: 58073
Carsten Haitzler [Thu, 24 Mar 2011 07:58:00 +0000 (07:58 +0000)]
minor change -> dont return void. no chlog
SVN revision: 58064
Brett Nash [Thu, 24 Mar 2011 03:12:42 +0000 (03:12 +0000)]
Edje: Start using smart clipper in some places.
This makes proxy work for edje. This shoudl be a good thing.
SVN revision: 58055
Brett Nash [Thu, 24 Mar 2011 03:12:39 +0000 (03:12 +0000)]
Edje: Minor: Reorder args to make it compatible with smart_clipper
SVN revision: 58054
Mike Blumenkrantz [Thu, 24 Mar 2011 02:29:55 +0000 (02:29 +0000)]
re-disable vlc
SVN revision: 58053
Carsten Haitzler [Thu, 24 Mar 2011 01:45:12 +0000 (01:45 +0000)]
ok. multi-screen (multihead) support with simultaneous display on 2
screens with the same gl context is more pain than imagined. revert
attempt to handle it. just use xinerama/twinview if u want the
compositor to not suck.
SVN revision: 58050
Mike Blumenkrantz [Wed, 23 Mar 2011 22:54:45 +0000 (22:54 +0000)]
fix vlc module loading, disable slow vmem options, begin work on fast render output
SVN revision: 58049
Mike Blumenkrantz [Wed, 23 Mar 2011 22:48:09 +0000 (22:48 +0000)]
updated build fix for windows from vtorri
SVN revision: 58047
Mike Blumenkrantz [Wed, 23 Mar 2011 21:36:36 +0000 (21:36 +0000)]
unbreak this header by adding inttypes.h...
SVN revision: 58045
Mike Blumenkrantz [Wed, 23 Mar 2011 20:19:59 +0000 (20:19 +0000)]
fix and reenable vlc backend
question: is emotion_test supposed to show the video in only a small part of the window?
SVN revision: 58044
Sebastian Dransfeld [Wed, 23 Mar 2011 20:02:46 +0000 (20:02 +0000)]
Efreet: Flush cache if we add new extensions
SVN revision: 58043
Cedric BAIL [Wed, 23 Mar 2011 17:28:21 +0000 (17:28 +0000)]
ecore: fix ecore_con_url_ftp_upload to upload all the file.
SVN revision: 58036
Cedric BAIL [Wed, 23 Mar 2011 15:50:02 +0000 (15:50 +0000)]
evas: fixed the last issue with clipping.
SVN revision: 58035
Carsten Haitzler [Wed, 23 Mar 2011 13:31:05 +0000 (13:31 +0000)]
fix associate stuff with interecepts so events come in with
override-redirect windows.
SVN revision: 58033
Tom Hacohen [Wed, 23 Mar 2011 11:43:52 +0000 (11:43 +0000)]
Evas textblock: Updated format_prepend/append docs.
SVN revision: 58031
Brett Nash [Wed, 23 Mar 2011 09:08:36 +0000 (09:08 +0000)]
Evas: proxy: more agressive pre_rendering of stuff
so both for smarts and non-smart objects. once again thanks to tom/tasn.
SVN revision: 58019
Brett Nash [Wed, 23 Mar 2011 08:49:01 +0000 (08:49 +0000)]
evas: proxy: do prerender if not done.
thanks to tom (tasn) for finding this for me.
SVN revision: 58017
Mike Blumenkrantz [Wed, 23 Mar 2011 08:27:55 +0000 (08:27 +0000)]
correct compile section in dox
SVN revision: 58016
Gustavo Sverzut Barbieri [Wed, 23 Mar 2011 03:33:55 +0000 (03:33 +0000)]
Don't create useless modules dir if we're not going to install modules.
SVN revision: 58014
Gustavo Sverzut Barbieri [Wed, 23 Mar 2011 02:45:19 +0000 (02:45 +0000)]
Fix build with static modules, thanks Gentoo ;-)
I don't know if this is useful to backport to stable branch, if you
think so please do it as I don't even have that checkout... svn is
annoying :-P
SVN revision: 58012
Brett Nash [Wed, 23 Mar 2011 01:37:19 +0000 (01:37 +0000)]
Evas: De-beta readme.
Warning: This change makes evas web2.0 incompatible. We also lack a wet floor
logo.
SVN revision: 58011
Brett Nash [Wed, 23 Mar 2011 01:37:17 +0000 (01:37 +0000)]
Evas: Readme: Make doc clearer for metric and word cache.
Wow, first gentoo related bug fix.
SVN revision: 58010