framework/uifw/expedite.git
12 years agoMigration with svn revision @65336
Jaehwan Kim [Mon, 28 Nov 2011 04:26:07 +0000 (13:26 +0900)]
Migration with svn revision @65336
Merge remote branch 'origin/upstream'

12 years agoFrom: Bruno Tarquini <btarquini@gmail.com>
raster [Thu, 17 Nov 2011 10:54:54 +0000 (10:54 +0000)]
From: Bruno Tarquini <btarquini@gmail.com>
Subject: [Patch] expedite: fix segfault at exit

shutdown the engine before evas because Xext, Xrender and GL (loaded by evas)
seem to register a hook which is called in XCloseDisplay (in engine_shutdown()).
this segfault because evas_shutdown() should unload those libs, and so,
invalidate the hook pointer.

this bug was already noted by caro in @43373:
> strangely, the xrender xlib and gl xlib engines are segfaulting when
XCloseDisplay is called (in the shutdown function). > It does not with soft
xlib. I absolutely don't know why.

with this proper fix, remove also Xext, Xrender from dependencies,
which are not  used directly by expedite.

triggered by compiling with --as-needed, because it removed unused libs:
libXrender, libXext.

tested with xlib, gl and sdl engine

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65336 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevil >= 1.0.0
caro [Wed, 16 Nov 2011 17:52:13 +0000 (17:52 +0000)]
evil >= 1.0.0

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix to 1.0.0 not 0.1.0 for expedite alpha!
raster [Wed, 16 Nov 2011 06:13:09 +0000 (06:13 +0000)]
fix to 1.0.0 not 0.1.0 for expedite alpha!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65282 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate release candidate trees to their release version in preparation
raster [Wed, 16 Nov 2011 05:34:37 +0000 (05:34 +0000)]
update release candidate trees to their release version in preparation
for alpha

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix copyign for expedite
raster [Tue, 15 Nov 2011 11:49:34 +0000 (11:49 +0000)]
fix copyign for expedite

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65246 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate README for expedite
raster [Tue, 15 Nov 2011 11:44:19 +0000 (11:44 +0000)]
update README for expedite

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoup expedite to 0.9.999
raster [Tue, 15 Nov 2011 09:59:29 +0000 (09:59 +0000)]
up expedite to 0.9.999

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@65231 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoExpedite: Add support for the PSL1GHT engine
kakaroto [Sat, 5 Nov 2011 17:49:43 +0000 (17:49 +0000)]
Expedite: Add support for the PSL1GHT engine

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@64780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoexpedite: Add gl_cocoa support in expedite
captainigloo [Wed, 2 Nov 2011 18:31:31 +0000 (18:31 +0000)]
expedite: Add gl_cocoa support in expedite

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@64654 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoexpedite - warning--
hermet [Tue, 1 Nov 2011 01:24:55 +0000 (01:24 +0000)]
expedite - warning--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@64592 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoWork with static modules too
sachiel [Tue, 11 Oct 2011 02:35:08 +0000 (02:35 +0000)]
Work with static modules too

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@63972 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoExpedite: Do not call sync() if unavailable on the system (replaces #ifdef WIN32)
kakaroto [Sun, 18 Sep 2011 21:57:24 +0000 (21:57 +0000)]
Expedite: Do not call sync() if unavailable on the system (replaces #ifdef WIN32)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@63464 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoExpedite: Fix bug with mouse handling in sdl engine
kakaroto [Wed, 7 Sep 2011 06:59:07 +0000 (06:59 +0000)]
Expedite: Fix bug with mouse handling in sdl engine
A button press would send '1' as the button (the pressed state) and the
release would send '0', so evas would think button 1 was never released
so it would never register any button releases.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@63259 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoExpedite: Add 480p as a supported resolution
kakaroto [Wed, 7 Sep 2011 06:58:41 +0000 (06:58 +0000)]
Expedite: Add 480p as a supported resolution

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@63255 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage upload
Jaehwan Kim [Fri, 2 Sep 2011 09:49:35 +0000 (18:49 +0900)]
Package upload

12 years agoPackage upload
Jaehwan Kim [Fri, 2 Sep 2011 09:48:38 +0000 (18:48 +0900)]
Package upload

12 years agofix weighting calc for expedite
raster [Thu, 1 Sep 2011 12:36:19 +0000 (12:36 +0000)]
fix weighting calc for expedite

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@63055 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoMerge remote branch 'origin/upstream' into svn_merge
Jaehwan Kim [Wed, 17 Aug 2011 08:48:58 +0000 (17:48 +0900)]
Merge remote branch 'origin/upstream' into svn_merge

13 years agoPackage upload
Jaehwan Kim [Fri, 24 Jun 2011 09:10:47 +0000 (18:10 +0900)]
Package upload

13 years agosvn update: 60246 (latest:60246)
Jaehwan Kim [Thu, 23 Jun 2011 10:35:54 +0000 (19:35 +0900)]
svn update: 60246 (latest:60246)

13 years agoremove .cvsignore files
billiob [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@60246 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodisable filter tests.
raster [Thu, 2 Jun 2011 10:39:56 +0000 (10:39 +0000)]
disable filter tests.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@59897 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite textblock-intl: Correct the hebrew test string.
tasn [Wed, 1 Jun 2011 14:39:15 +0000 (14:39 +0000)]
Expedite textblock-intl: Correct the hebrew test string.

Note: It still doesn't make sense, but at least it now correctly tests BiDi
support.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@59874 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoexpedite / removed warnings.
hermet [Mon, 2 May 2011 00:12:48 +0000 (00:12 +0000)]
expedite / removed warnings.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@59089 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd brightness tests.
nash [Sun, 1 May 2011 06:39:31 +0000 (06:39 +0000)]
Add brightness tests.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@59069 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore tests that fail. woot.
raster [Thu, 28 Apr 2011 10:46:41 +0000 (10:46 +0000)]
more tests that fail. woot.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58999 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore tests - use text as mask.. no go.
raster [Thu, 28 Apr 2011 10:07:25 +0000 (10:07 +0000)]
more tests - use text as mask.. no go.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58997 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoooh so many more mask tests... and oh so many more mask bugs.
raster [Thu, 28 Apr 2011 09:44:29 +0000 (09:44 +0000)]
ooh so many more mask tests... and oh so many more mask bugs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite tb-autoalign: Added an LRM to fix rendering in \n compat mode.
tasn [Tue, 26 Apr 2011 07:29:30 +0000 (07:29 +0000)]
Expedite tb-autoalign: Added an LRM to fix rendering in \n compat mode.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite: warnings--
caro [Sun, 24 Apr 2011 17:14:34 +0000 (17:14 +0000)]
Expedite: warnings--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58872 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite: use cross platform values
caro [Sun, 24 Apr 2011 10:32:54 +0000 (10:32 +0000)]
Expedite: use cross platform values

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58866 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoand fix filter api to be consistent with evas.. letalone all of efl.
raster [Wed, 20 Apr 2011 08:13:33 +0000 (08:13 +0000)]
and fix filter api to be consistent with evas.. letalone all of efl.
VERB AT END!!!! (get/set/whatever)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58749 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd filter tests.
nash [Tue, 19 Apr 2011 06:09:34 +0000 (06:09 +0000)]
Add filter tests.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58728 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite: Add image mask test.
nash [Tue, 19 Apr 2011 06:09:31 +0000 (06:09 +0000)]
Expedite: Add image mask test.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58727 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoexpedite: remove Evas GL Glew user.
cedric [Tue, 5 Apr 2011 13:21:15 +0000 (13:21 +0000)]
expedite: remove Evas GL Glew user.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoexpedite: remove deprecated Evas Quartz backend.
cedric [Tue, 5 Apr 2011 12:10:51 +0000 (12:10 +0000)]
expedite: remove deprecated Evas Quartz backend.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoPackage upload
Jaehwan Kim [Tue, 5 Apr 2011 06:55:43 +0000 (15:55 +0900)]
Package upload

13 years agosvn update: 57467 (latest:57467)
Jaehwan Kim [Tue, 5 Apr 2011 04:32:41 +0000 (13:32 +0900)]
svn update: 57467 (latest:57467)

13 years agoremove expedite.rebase.complete
Jaehwan Kim [Fri, 1 Apr 2011 06:44:16 +0000 (15:44 +0900)]
remove expedite.rebase.complete

13 years agoPackage upload
Shinwoo Kim [Tue, 29 Mar 2011 09:56:09 +0000 (18:56 +0900)]
Package upload

13 years agoPackage upload
Myungjae Lee [Wed, 9 Mar 2011 02:30:19 +0000 (11:30 +0900)]
Package upload

13 years agoPackage upload
Myungjae Lee [Wed, 9 Mar 2011 02:15:33 +0000 (11:15 +0900)]
Package upload

13 years agosvn update: 57467 (latest:57467)
Myungjae Lee [Wed, 9 Mar 2011 02:07:29 +0000 (11:07 +0900)]
svn update: 57467 (latest:57467)

13 years agoPackag upload
WooHyun Jung [Tue, 8 Mar 2011 05:09:29 +0000 (14:09 +0900)]
Packag upload

13 years agoPackag upload
WooHyun Jung [Tue, 8 Mar 2011 03:54:36 +0000 (12:54 +0900)]
Packag upload

13 years ago[Rollback]
WooHyun Jung [Tue, 8 Mar 2011 03:53:54 +0000 (12:53 +0900)]
[Rollback]

13 years agoPackag upload
WooHyun Jung [Tue, 8 Mar 2011 02:23:46 +0000 (11:23 +0900)]
Packag upload

13 years agoPackag upload
Myungjae Lee [Mon, 7 Mar 2011 08:28:46 +0000 (17:28 +0900)]
Packag upload

13 years agosvn update: 57467 (latest:57467)
Myungjae Lee [Mon, 7 Mar 2011 08:22:15 +0000 (17:22 +0900)]
svn update: 57467 (latest:57467)

13 years agoonly warm up if runing all tests
raster [Wed, 2 Mar 2011 09:33:47 +0000 (09:33 +0000)]
only warm up if runing all tests

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@57467 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite: Proxy tests: Add some proxy tests.
nash [Sun, 13 Feb 2011 00:27:08 +0000 (00:27 +0000)]
Expedite: Proxy tests: Add some proxy tests.

So this covers a basic image, and some text tests.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@56976 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoPackag upload
WooHyun Jung [Thu, 27 Jan 2011 03:25:33 +0000 (12:25 +0900)]
Packag upload

13 years agoPackag upload
WooHyun Jung [Wed, 26 Jan 2011 04:15:48 +0000 (13:15 +0900)]
Packag upload

13 years agosvn update: 56235 (latest:56235)
WooHyun Jung [Mon, 24 Jan 2011 03:20:58 +0000 (12:20 +0900)]
svn update: 56235 (latest:56235)

13 years agofix weight calcs!
raster [Fri, 21 Jan 2011 07:04:26 +0000 (07:04 +0000)]
fix weight calcs!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@56252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix weighting table! tasn brokesd it. :)
raster [Thu, 20 Jan 2011 05:23:18 +0000 (05:23 +0000)]
fix weighting table! tasn brokesd it. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@56235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoPackag upload
Jaehwan Kim [Wed, 19 Jan 2011 07:24:19 +0000 (16:24 +0900)]
Packag upload

13 years agosvn update: 55982 (latest:55982)
Jaehwan Kim [Wed, 19 Jan 2011 06:57:55 +0000 (15:57 +0900)]
svn update: 55982 (latest:55982)

13 years agosync() does not exist on Windows (XP or CE)
caro [Fri, 7 Jan 2011 18:08:42 +0000 (18:08 +0000)]
sync() does not exist  on Windows (XP or CE)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@55982 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoPackag upload
Jaehwan Kim [Mon, 3 Jan 2011 12:25:58 +0000 (21:25 +0900)]
Packag upload

13 years agosvn update: 55243 (latest:55243)
Jaehwan Kim [Mon, 3 Jan 2011 09:20:46 +0000 (18:20 +0900)]
svn update: 55243 (latest:55243)

13 years agochange Maintainer
Jaehwan Kim [Fri, 17 Dec 2010 01:05:19 +0000 (10:05 +0900)]
change Maintainer

13 years agoPackaging.
Daniel Juyung Seo [Tue, 14 Dec 2010 09:00:38 +0000 (18:00 +0900)]
Packaging.

13 years agoPackaging.
Daniel Juyung Seo [Tue, 14 Dec 2010 06:02:50 +0000 (15:02 +0900)]
Packaging.

13 years ago[SVN's EFL Migration] expedite in SLP is merged with SVN r55243.
Daniel Juyung Seo [Mon, 13 Dec 2010 07:09:53 +0000 (16:09 +0900)]
[SVN's EFL Migration] expedite in SLP is merged with SVN r55243.

13 years ago * expedite: another snapshot.
cedric [Sat, 4 Dec 2010 00:53:28 +0000 (00:53 +0000)]
* expedite: another snapshot.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@55243 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoUpdate the changelog and control.
MyoungWoon Roy Kim [Thu, 2 Dec 2010 05:48:41 +0000 (14:48 +0900)]
Update the changelog and control.

13 years agoUpdate the chagelog.
MyoungWoon Roy Kim [Wed, 1 Dec 2010 12:39:41 +0000 (21:39 +0900)]
Update the chagelog.

13 years ago[SVN EFL Migration] expedite in SLP is merged into SVN r54990.
MyoungWoon Roy Kim [Wed, 1 Dec 2010 12:27:39 +0000 (21:27 +0900)]
[SVN EFL Migration] expedite in SLP is merged into SVN r54990.

13 years agoPackaging.
Daniel Juyung Seo [Fri, 26 Nov 2010 07:01:26 +0000 (16:01 +0900)]
Packaging.

13 years agoExpedite: Added a new test for textblock text appending.
tasn [Thu, 25 Nov 2010 16:40:39 +0000 (16:40 +0000)]
Expedite: Added a new test for textblock text appending.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago[Merge] merge with upstream
WooHyun Jung [Thu, 25 Nov 2010 06:27:34 +0000 (15:27 +0900)]
[Merge] merge with upstream

13 years ago * expedite: don't segv when GL SDL engine is not compiled.
cedric [Tue, 16 Nov 2010 15:31:44 +0000 (15:31 +0000)]
* expedite: don't segv when GL SDL engine is not compiled.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54593 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * expedite: increase version for snapshot.
cedric [Fri, 12 Nov 2010 16:19:02 +0000 (16:19 +0000)]
* expedite: increase version for snapshot.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54513 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agowarm up cpu on auto-tests
raster [Mon, 8 Nov 2010 15:02:58 +0000 (15:02 +0000)]
warm up cpu on auto-tests

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54332 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agono more debian dir in our svn - debian now handles this tehmselves.
raster [Mon, 8 Nov 2010 05:50:48 +0000 (05:50 +0000)]
no more debian dir in our svn - debian now handles this tehmselves.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54296 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago[SVN MERGE] Change set 51891 to 52920 done.
Govindaraju SM [Thu, 14 Oct 2010 16:22:15 +0000 (21:52 +0530)]
[SVN MERGE] Change set 51891 to 52920 done.

13 years ago * expedite: fix stride usage (stride are indexing bytes not pixels).
cedric [Mon, 4 Oct 2010 15:59:08 +0000 (15:59 +0000)]
* expedite: fix stride usage (stride are indexing bytes not pixels).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@53030 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix gdi engine wrt shape windows fixes
caro [Sat, 18 Sep 2010 17:19:57 +0000 (17:19 +0000)]
fix gdi engine wrt shape windows fixes

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@52417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd as-needed
jaehwan [Wed, 15 Sep 2010 07:34:23 +0000 (16:34 +0900)]
add as-needed

13 years ago[efl-upgrade]
Hyoyoung Chang [Mon, 13 Sep 2010 06:27:02 +0000 (15:27 +0900)]
[efl-upgrade]

13 years agoMerge with EFL svn repo
jaehwan [Fri, 10 Sep 2010 15:06:02 +0000 (00:06 +0900)]
Merge with EFL svn repo

Merge branch 'svn_merge'

Conflicts:
configure.ac
m4/expedite_check_engine.m4
src/bin/Makefile.am
src/bin/image_data_argb.c
src/bin/image_data_argb_alpha.c
src/bin/main.c
src/bin/tests.h
src/bin/ui.c

13 years agosvn update: 51381 (latest:51480)
Jeahwan Kim [Wed, 8 Sep 2010 00:05:18 +0000 (09:05 +0900)]
svn update: 51381 (latest:51480)

13 years agoadd tests for yuv rotated map thing. :)
raster [Sun, 5 Sep 2010 02:58:51 +0000 (02:58 +0000)]
add tests for yuv rotated map thing. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@51894 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoConvert (hopefully) all comparisons to NULL
lucas [Sat, 21 Aug 2010 13:52:25 +0000 (13:52 +0000)]
Convert (hopefully) all comparisons to NULL

Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;

other cases:

a == NULL                         !a
a != NULL                         a

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@51487 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoproperly use stride return for manipulating argb pixels.
raster [Thu, 19 Aug 2010 05:23:39 +0000 (05:23 +0000)]
properly use stride return for manipulating argb pixels.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@51381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago1.0.0 sync
raster [Mon, 16 Aug 2010 10:27:42 +0000 (10:27 +0000)]
1.0.0 sync

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@51196 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofor now put dynamic there.
raster [Fri, 13 Aug 2010 10:34:14 +0000 (10:34 +0000)]
for now put dynamic there.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@51069 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoExpedite: Added textblock autoalign test.
tasn [Wed, 11 Aug 2010 14:17:47 +0000 (14:17 +0000)]
Expedite: Added textblock autoalign test.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50998 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore tests ahoy!
raster [Mon, 9 Aug 2010 06:43:33 +0000 (06:43 +0000)]
more tests ahoy!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50922 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodump right profile.
raster [Mon, 9 Aug 2010 05:54:22 +0000 (05:54 +0000)]
dump right profile.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoweights for new tests
raster [Sun, 8 Aug 2010 14:36:19 +0000 (14:36 +0000)]
weights for new tests

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50903 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agotests++
raster [Sat, 7 Aug 2010 04:51:53 +0000 (04:51 +0000)]
tests++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50887 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoalso number of tests run. :)
raster [Sat, 7 Aug 2010 00:32:13 +0000 (00:32 +0000)]
also number of tests run. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50877 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agostick in some output giving:
raster [Sat, 7 Aug 2010 00:19:12 +0000 (00:19 +0000)]
stick in some output giving:

1. date + time you ran (or finished) the test
2. version of evas used
3. profile requested
4. actual window resolution you got
5. loop count used
6. engine used
7. fullscreen flag requested

now the results at least can be tracked over time knowing what you ran
the results on 3 months ago etc. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@50876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoChange maintainer
Jihoon Kim [Fri, 16 Jul 2010 05:12:24 +0000 (14:12 +0900)]
Change maintainer

14 years agoRemoved build cache files.
Daniel Juyung Seo [Sat, 19 Jun 2010 05:22:50 +0000 (14:22 +0900)]
Removed build cache files.

14 years agoPackaging.
Daniel Juyung Seo [Sat, 19 Jun 2010 05:21:59 +0000 (14:21 +0900)]
Packaging.

14 years agoExpedite initialize.
Daniel Juyung Seo [Sat, 19 Jun 2010 05:18:01 +0000 (14:18 +0900)]
Expedite initialize.