platform/upstream/efl.git
12 years agoRearrange things again to make Doxygen and compiler happy.
David Walter Seikel [Sat, 12 Nov 2011 19:39:01 +0000 (19:39 +0000)]
Rearrange things again to make Doxygen and compiler happy.

SVN revision: 65102

12 years agoA few basic docs, just to show the sort of structure I'm aiming for.
David Walter Seikel [Sat, 12 Nov 2011 14:33:08 +0000 (14:33 +0000)]
A few basic docs, just to show the sort of structure I'm aiming for.

I don't know doxygen, and doxygen don't seem to quite understand what I want.
Which is to document the lua side of things, but having the docs near the C
functions that define them.  Help me out please doxygen experts.

Note the problem with edje:rect().

Or I could just write one big blob.  Ewwww.

SVN revision: 65097

12 years agoAdd my self to authors.
David Walter Seikel [Sat, 12 Nov 2011 10:47:36 +0000 (10:47 +0000)]
Add my self to authors.

SVN revision: 65095

12 years agoRearrange the source code. No functional changes.
David Walter Seikel [Sat, 12 Nov 2011 10:42:56 +0000 (10:42 +0000)]
Rearrange the source code.  No functional changes.

SVN revision: 65094

12 years agothis should be correct for xcb - it seems that it packs card32's into
Carsten Haitzler [Sat, 12 Nov 2011 08:59:28 +0000 (08:59 +0000)]
this should be correct for xcb - it seems that it packs card32's into
unit32_t's

SVN revision: 65093

12 years agoevas/evas_events - modified unsigned char -> Eina_Bool for some fields in the Evas_Ke...
ChunEon Park [Sat, 12 Nov 2011 08:06:30 +0000 (08:06 +0000)]
evas/evas_events - modified unsigned char -> Eina_Bool for some fields in the Evas_Key_Grab structure.

removed white spaces and fixed indent also

SVN revision: 65092

12 years agoevas/evas_event - evas_object_freeze_set for the key events.
ChunEon Park [Sat, 12 Nov 2011 07:51:58 +0000 (07:51 +0000)]
evas/evas_event - evas_object_freeze_set for the key events.

SVN revision: 65091

12 years agothere is no long at all in the X specification
Vincent Torri [Sat, 12 Nov 2011 07:18:12 +0000 (07:18 +0000)]
there is no long at all in the X specification

SVN revision: 65090

12 years agoevas/evas_event - trivial changes
ChunEon Park [Sat, 12 Nov 2011 07:01:38 +0000 (07:01 +0000)]
evas/evas_event - trivial changes

modify indentation to look more clearly.
use Eina_Bool

SVN revision: 65089

12 years agoevas - trivial changes.
ChunEon Park [Sat, 12 Nov 2011 06:12:42 +0000 (06:12 +0000)]
evas - trivial changes.

SVN revision: 65087

12 years agoMore boiler, less plate.
David Walter Seikel [Sat, 12 Nov 2011 04:11:25 +0000 (04:11 +0000)]
More boiler, less plate.

SVN revision: 65086

12 years agoOops, fixor the bools.
David Walter Seikel [Sat, 12 Nov 2011 02:31:09 +0000 (02:31 +0000)]
Oops, fixor the bools.

SVN revision: 65085

12 years agoGeneric functions for grabbing arguments, possibly out of a table,
David Walter Seikel [Sat, 12 Nov 2011 02:23:33 +0000 (02:23 +0000)]
Generic functions for grabbing arguments, possibly out of a table,
and returning a table of results.

This replaces a whole host of specialised functions, and gives some flexibility.

As promised, I did not forget about the const castings, they went away as expected.

SVN revision: 65084

12 years agoalso revert long -> int change in xcb
Carsten Haitzler [Sat, 12 Nov 2011 01:40:51 +0000 (01:40 +0000)]
also revert long -> int change in xcb

SVN revision: 65083

12 years agoback to unsigned long. code was actually correct as-is.
Carsten Haitzler [Sat, 12 Nov 2011 00:54:22 +0000 (00:54 +0000)]
back to unsigned long. code was actually correct as-is.

SVN revision: 65082

12 years agoAdd some inheritance.
David Walter Seikel [Fri, 11 Nov 2011 21:32:15 +0000 (21:32 +0000)]
Add some inheritance.

SVN revision: 65079

12 years agoEcore_X: Fix array problem for 64-bit (unsigned long vs unsigned int).
Christopher Michael [Fri, 11 Nov 2011 19:43:04 +0000 (19:43 +0000)]
Ecore_X: Fix array problem for 64-bit (unsigned long vs unsigned int).
Thanks vtorri ;)

SVN revision: 65076

12 years agoEcore: Fix warning and seg fault
Vincent Torri [Fri, 11 Nov 2011 19:12:36 +0000 (19:12 +0000)]
Ecore: Fix warning and seg fault

Fix warning: large integer implicitly truncated to unsigned type.
In ecore_x_window_prop_card32_list_get(): return -1 if malloc fails.

Patch from OpenBSD via Jonathan Armani

SVN revision: 65075

12 years agoEcore_X: If malloc fails (when trying to get a window property list),
Christopher Michael [Fri, 11 Nov 2011 19:11:35 +0000 (19:11 +0000)]
Ecore_X: If malloc fails (when trying to get a window property list),
then return -1 to indicate failure. Add some missing parens in the
formatting.

SVN revision: 65074

12 years agoEcore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb
Vincent Torri [Fri, 11 Nov 2011 18:51:53 +0000 (18:51 +0000)]
Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb

xcb_get_property_unchecked() requires an uint32_t as last parameter, so use
UINT_MAX instead of LONG_MAX

Patch from OpenBSD via Jonathan Armani

SVN revision: 65073

12 years agoSandbox the edje file setting.
David Walter Seikel [Fri, 11 Nov 2011 18:11:10 +0000 (18:11 +0000)]
Sandbox the edje file setting.
Patch up the argument getting for image setting.
Still not sandboxing the image setting, that's a pain.

SVN revision: 65072

12 years agoActually return the map source.
David Walter Seikel [Fri, 11 Nov 2011 16:34:14 +0000 (16:34 +0000)]
Actually return the map source.

SVN revision: 65070

12 years agoMore generic method of checking the type of userdata object sent to us by lua.
David Walter Seikel [Fri, 11 Nov 2011 16:23:06 +0000 (16:23 +0000)]
More generic method of checking the type of userdata object sent to us by lua.

SVN revision: 65068

12 years agofix bin detection
Mike Blumenkrantz [Fri, 11 Nov 2011 15:32:43 +0000 (15:32 +0000)]
fix bin detection

SVN revision: 65063

12 years agoupdate docs
Mike Blumenkrantz [Fri, 11 Nov 2011 15:17:41 +0000 (15:17 +0000)]
update docs

SVN revision: 65062

12 years agoupdate NEWS file
Mike Blumenkrantz [Fri, 11 Nov 2011 15:17:39 +0000 (15:17 +0000)]
update NEWS file

SVN revision: 65061

12 years agofill news for evas 1.1
Carsten Haitzler [Fri, 11 Nov 2011 12:33:58 +0000 (12:33 +0000)]
fill news for evas 1.1

SVN revision: 65060

12 years agoEvas: we want the opengl cocoa engine only on mac os x
Vincent Torri [Fri, 11 Nov 2011 09:57:15 +0000 (09:57 +0000)]
Evas: we want the opengl cocoa engine only on mac os x

SVN revision: 65059

12 years agonews file for eet 1.5 release
Carsten Haitzler [Fri, 11 Nov 2011 09:14:15 +0000 (09:14 +0000)]
news file for eet 1.5 release

SVN revision: 65058

12 years agoeina NEWS file has summary from changelog. damn we did a lot.
Carsten Haitzler [Fri, 11 Nov 2011 09:07:20 +0000 (09:07 +0000)]
eina NEWS file has summary from changelog. damn we did a lot.

SVN revision: 65057

12 years agofix nonnull val in jpeg loader proto.
Carsten Haitzler [Fri, 11 Nov 2011 08:11:16 +0000 (08:11 +0000)]
fix nonnull val in jpeg loader proto.

SVN revision: 65056

12 years agofix nonnull macro - errant ;
Carsten Haitzler [Fri, 11 Nov 2011 08:07:03 +0000 (08:07 +0000)]
fix nonnull macro - errant ;

SVN revision: 65055

12 years agoooh aznd other part of dyn img patch goes in.
Carsten Haitzler [Fri, 11 Nov 2011 07:47:25 +0000 (07:47 +0000)]
ooh aznd other part of dyn img patch goes in.

SVN revision: 65053

12 years agooops - typo in dyn image fix. fix!
Carsten Haitzler [Fri, 11 Nov 2011 07:43:38 +0000 (07:43 +0000)]
oops - typo in dyn image fix. fix!

SVN revision: 65052

12 years agohandle refcounting of dyn img data to allow for get, get, set, set
Carsten Haitzler [Fri, 11 Nov 2011 07:36:15 +0000 (07:36 +0000)]
handle refcounting of dyn img data to allow for get, get, set, set
pairs.

SVN revision: 65051

12 years agoEcore: Add virtual keys support for Shift, Ctrl, Alt on Win32 and WinCE
Vincent Torri [Fri, 11 Nov 2011 07:32:08 +0000 (07:32 +0000)]
Ecore: Add virtual keys support for Shift, Ctrl, Alt on Win32 and WinCE

Patch by Shinwoo Kim

SVN revision: 65049

12 years agoEcore: add callbacks for window focus in/out event on Win32 and WinCE
Vincent Torri [Fri, 11 Nov 2011 07:24:00 +0000 (07:24 +0000)]
Ecore: add callbacks for window focus in/out event on Win32 and WinCE

Patch by Shinwoo Kim

SVN revision: 65048

12 years agofix another evas map clip issue! hooray! never ending list!
Carsten Haitzler [Fri, 11 Nov 2011 05:56:40 +0000 (05:56 +0000)]
fix another evas map clip issue! hooray! never ending list!

SVN revision: 65044

12 years agoremove unused members of disk error struct so I don't get stuck with a broken public api
Mike Blumenkrantz [Fri, 11 Nov 2011 05:37:50 +0000 (05:37 +0000)]
remove unused members of disk error struct so I don't get stuck with a broken public api

SVN revision: 65043

12 years agos/((udev))/(udev)/g
Mike Blumenkrantz [Fri, 11 Nov 2011 04:11:26 +0000 (04:11 +0000)]
s/((udev))/(udev)/g

SVN revision: 65041

12 years agoupdate gitignore
Mike Blumenkrantz [Fri, 11 Nov 2011 04:08:21 +0000 (04:08 +0000)]
update gitignore

SVN revision: 65040

12 years agomove udev include to private header
Mike Blumenkrantz [Fri, 11 Nov 2011 04:08:19 +0000 (04:08 +0000)]
move udev include to private header

SVN revision: 65039

12 years agothis is eeze 1.1 now
Mike Blumenkrantz [Fri, 11 Nov 2011 04:06:22 +0000 (04:06 +0000)]
this is eeze 1.1 now

SVN revision: 65038

12 years agoSome more fixes to the group inherit thing
Iván Briano [Fri, 11 Nov 2011 03:13:13 +0000 (03:13 +0000)]
Some more fixes to the group inherit thing

SVN revision: 65037

12 years agoredo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdo...
Mike Blumenkrantz [Fri, 11 Nov 2011 02:44:16 +0000 (02:44 +0000)]
redo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdown() while servers exist and main loop is still running

SVN revision: 65036

12 years agoBreak away if we already found a matching state
Iván Briano [Fri, 11 Nov 2011 00:43:23 +0000 (00:43 +0000)]
Break away if we already found a matching state

SVN revision: 65035

12 years agoProperly check for empty string
Iván Briano [Thu, 10 Nov 2011 23:21:15 +0000 (23:21 +0000)]
Properly check for empty string

SVN revision: 65034

12 years agoEcore: fix reg exp when with_internal_maximum_log_level is enabled
Vincent Torri [Thu, 10 Nov 2011 19:27:12 +0000 (19:27 +0000)]
Ecore: fix reg exp when with_internal_maximum_log_level is enabled

replace \+ by + as it should be
add -E option to grep, handle the + in expression

Patch from OpenBSD via Jonathan Armani <armani@openbsd.org>

SVN revision: 65032

12 years agoEcore: detect Cocoa options only if we want ecore-cocoa.
Vincent Torri [Thu, 10 Nov 2011 18:18:39 +0000 (18:18 +0000)]
Ecore: detect Cocoa options only if we want ecore-cocoa.
Build can fail if Cocoa options are passed and gnustep-gui has been installed

Nicolas: can you please test on your Mac OS X ?

SVN revision: 65031

12 years agoEvas: use -pthread instead of -lpthread
Vincent Torri [Thu, 10 Nov 2011 18:14:48 +0000 (18:14 +0000)]
Evas: use -pthread instead of -lpthread

SVN revision: 65030

12 years agoEvas: use -pthread instead of -lpthread
Vincent Torri [Thu, 10 Nov 2011 18:02:43 +0000 (18:02 +0000)]
Evas: use -pthread instead of -lpthread

SVN revision: 65029

12 years agoEvas: use __always_inline__ and not always_inline
Vincent Torri [Thu, 10 Nov 2011 17:39:35 +0000 (17:39 +0000)]
Evas: use __always_inline__ and not always_inline

SVN revision: 65028

12 years agoSeems to work OK with this earlier version now.
David Walter Seikel [Thu, 10 Nov 2011 17:03:10 +0000 (17:03 +0000)]
Seems to work OK with this earlier version now.
This is the version that comes with Ubuntu LTS (10.04).

SVN revision: 65027

12 years agoActually implement the 5 param version of map:populate.
David Walter Seikel [Thu, 10 Nov 2011 16:59:21 +0000 (16:59 +0000)]
Actually implement the 5 param version of map:populate.

Plus - let another TODO sneak in.

SVN revision: 65026

12 years agoEfreet: use $requirement_efreet in PKG_CHECK_MODULES
Vincent Torri [Thu, 10 Nov 2011 16:59:11 +0000 (16:59 +0000)]
Efreet: use $requirement_efreet in PKG_CHECK_MODULES

SVN revision: 65025

12 years agoemotion: fix requirements. Thanks Vincent.
Cedric BAIL [Thu, 10 Nov 2011 14:24:49 +0000 (14:24 +0000)]
emotion: fix requirements. Thanks Vincent.

SVN revision: 65023

12 years agoEmotion Test: remove unuseful funtion enter_idle
Bruno Dilly [Thu, 10 Nov 2011 12:24:56 +0000 (12:24 +0000)]
Emotion Test: remove unuseful funtion enter_idle

was used to show FPS before. but a long time it doesn't
do anything.

SVN revision: 65021

12 years agoEmotion: make it build without eeze
Bruno Dilly [Thu, 10 Nov 2011 12:11:52 +0000 (12:11 +0000)]
Emotion: make it build without eeze

Please, Cedric, check if it's ok.

SVN revision: 65020

12 years agoEvas font: Fix clang errors.
Tom Hacohen [Thu, 10 Nov 2011 12:11:17 +0000 (12:11 +0000)]
Evas font: Fix clang errors.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-09/report-qpiPpZ.html#EndPath

SVN revision: 65019

12 years agoemotion: and now support custom pipeline in emotion.
Cedric BAIL [Thu, 10 Nov 2011 11:35:49 +0000 (11:35 +0000)]
emotion: and now support custom pipeline in emotion.

SVN revision: 65018

12 years agoeina: add murmur3 hash
Boris Faure [Thu, 10 Nov 2011 10:58:19 +0000 (10:58 +0000)]
eina: add murmur3 hash

SVN revision: 65017

12 years agoremove white space and tab
Jiyoun Park [Thu, 10 Nov 2011 08:59:09 +0000 (08:59 +0000)]
remove white space and tab

SVN revision: 65009

12 years agofix eina log for alsa thing to not use \n's
Carsten Haitzler [Thu, 10 Nov 2011 06:38:15 +0000 (06:38 +0000)]
fix eina log for alsa thing to not use \n's

SVN revision: 65008

12 years agoupdate po files for ecore
Carsten Haitzler [Thu, 10 Nov 2011 06:37:20 +0000 (06:37 +0000)]
update po files for ecore

SVN revision: 65007

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Thu, 10 Nov 2011 06:35:53 +0000 (06:35 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_con] Bug fix when data is NULL.

If data is NULL, curl makes length field as -1 .
length filed should be set by 0.

SVN revision: 65006

12 years agoFrom: EunMi Lee <eunmi15.lee@samsung.com>
EunMi Lee [Thu, 10 Nov 2011 06:25:56 +0000 (06:25 +0000)]
From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch][Evas] Fix wrong location of
_evas_touch_point_remove()

I have a small patch to fix the wrong location of _evas_touch_point_remove().
_evas_touch_point_remove() should be called in the evas_event_feed_mouse_up(),
but it is called in the evas_event_feed_mouse_cancel() in the current code.
Would you apply attached patch?

SVN revision: 65005

12 years agodisable evas_gl for evas 1.1
Carsten Haitzler [Thu, 10 Nov 2011 06:02:15 +0000 (06:02 +0000)]
disable evas_gl for evas 1.1

SVN revision: 65003

12 years agotry init and shut down remix outside of thread.
Carsten Haitzler [Thu, 10 Nov 2011 05:18:43 +0000 (05:18 +0000)]
try init and shut down remix outside of thread.

SVN revision: 65002

12 years agoefreet: Fix clang warnings
Sebastian Dransfeld [Wed, 9 Nov 2011 23:04:01 +0000 (23:04 +0000)]
efreet: Fix clang warnings

SVN revision: 64997

12 years agoemotion: make it possible to define webcam statically.
Cedric BAIL [Wed, 9 Nov 2011 16:27:49 +0000 (16:27 +0000)]
emotion: make it possible to define webcam statically.

SVN revision: 64995

12 years agoUse same type - warning--
Lucas De Marchi [Wed, 9 Nov 2011 12:03:46 +0000 (12:03 +0000)]
Use same type - warning--

SVN revision: 64981

12 years agoremove white space
Jiyoun Park [Wed, 9 Nov 2011 08:01:00 +0000 (08:01 +0000)]
remove white space

SVN revision: 64979

12 years agoEvas textblock: Fix clang error.
Tom Hacohen [Wed, 9 Nov 2011 07:51:14 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.

Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-Va2XPK.html#EndPath

SVN revision: 64978

12 years agoEvas textblock: Fix clang error.
Tom Hacohen [Wed, 9 Nov 2011 07:51:11 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.

Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-kOFp88.html#EndPath

SVN revision: 64977

12 years agoEvas textblock: Fixed 1 more clang error.
Tom Hacohen [Wed, 9 Nov 2011 07:36:50 +0000 (07:36 +0000)]
Evas textblock: Fixed 1 more clang error.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-XA8yiy.html#EndPath

SVN revision: 64976

12 years agoEvas font: Fixed a clang error and gcc compiler warnings.
Tom Hacohen [Wed, 9 Nov 2011 07:30:34 +0000 (07:30 +0000)]
Evas font: Fixed a clang error and gcc compiler warnings.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-SsIayB.html#EndPath

SVN revision: 64975

12 years agoEvas textblock: Fix clang complaint.
Tom Hacohen [Wed, 9 Nov 2011 07:19:09 +0000 (07:19 +0000)]
Evas textblock: Fix clang complaint.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-FBRb3Q.html#EndPath

SVN revision: 64974

12 years agofix clang complaint:
Carsten Haitzler [Wed, 9 Nov 2011 07:15:48 +0000 (07:15 +0000)]
fix clang complaint:

http://dev.enlightenment.fr/~discomfitor/eina-2011-11-08/report-izvfa3.html#EndPath

SVN revision: 64973

12 years agoanother spacing baddie -> fixed
Carsten Haitzler [Wed, 9 Nov 2011 06:35:45 +0000 (06:35 +0000)]
another spacing baddie -> fixed

SVN revision: 64972

12 years agoremove errant space.
Carsten Haitzler [Wed, 9 Nov 2011 06:34:03 +0000 (06:34 +0000)]
remove errant space.

SVN revision: 64971

12 years agoto make up for not using xft.dpi anymore that was a fix essentially
Carsten Haitzler [Wed, 9 Nov 2011 05:58:19 +0000 (05:58 +0000)]
to make up for not using xft.dpi anymore that was a fix essentially
to buffer engine rendering, allow env var for evas font dpi.

SVN revision: 64970

12 years agoRemove something that is never used.
David Walter Seikel [Wed, 9 Nov 2011 04:44:31 +0000 (04:44 +0000)]
Remove something that is never used.

SVN revision: 64969

12 years agofix garbage return
Mike Blumenkrantz [Wed, 9 Nov 2011 01:48:31 +0000 (01:48 +0000)]
fix garbage return

SVN revision: 64967

12 years agofix bin detectors. vtorri, please check this for me
Mike Blumenkrantz [Wed, 9 Nov 2011 01:45:40 +0000 (01:45 +0000)]
fix bin detectors. vtorri, please check this for me

SVN revision: 64966

12 years agoremove some unused vars
Mike Blumenkrantz [Wed, 9 Nov 2011 01:19:14 +0000 (01:19 +0000)]
remove some unused vars

SVN revision: 64964

12 years agofix null deref
Mike Blumenkrantz [Wed, 9 Nov 2011 01:18:18 +0000 (01:18 +0000)]
fix null deref

SVN revision: 64963

12 years agopatch from bluezery to use proper eina log dom and remove 0 byte destination files...
Mike Blumenkrantz [Wed, 9 Nov 2011 01:03:09 +0000 (01:03 +0000)]
patch from bluezery to use proper eina log dom and remove 0 byte destination files on failed download

SVN revision: 64962

12 years agoEcore_X(cb): Fix formatting in newly added randr code.
Christopher Michael [Tue, 8 Nov 2011 22:16:14 +0000 (22:16 +0000)]
Ecore_X(cb): Fix formatting in newly added randr code.

SVN revision: 64961

12 years agoEcore_X(cb): Add missing randr functions for new Randr Config dialog
Christopher Michael [Tue, 8 Nov 2011 22:09:32 +0000 (22:09 +0000)]
Ecore_X(cb): Add missing randr functions for new Randr Config dialog
in E.

SVN revision: 64960

12 years agoEcore_Fb: Comment out unused (but declared) function prototypes to
Christopher Michael [Tue, 8 Nov 2011 21:10:26 +0000 (21:10 +0000)]
Ecore_Fb: Comment out unused (but declared) function prototypes to
remove compiler warning.

SVN revision: 64959

12 years agoEcore_X(cb): Fix compiler warnings when building without gesture
Christopher Michael [Tue, 8 Nov 2011 21:09:33 +0000 (21:09 +0000)]
Ecore_X(cb): Fix compiler warnings when building without gesture
support.

SVN revision: 64958

12 years agosee how much morte code i had to add just to use eina_log gustavo? i
Carsten Haitzler [Tue, 8 Nov 2011 07:14:49 +0000 (07:14 +0000)]
see how much morte code i had to add just to use eina_log gustavo? i
had to add eina_init() and shutdown and init refcounting and log
domain creating and add a macro.. so i can finally use it? eina being
included here actually was never needed... but since include was there
i could use it...

just saying - using eina_log is not convenient. it doesn't save time.
it's benefits are dubious (knowing what envv ar to set to what values
to get log output is black magic as u need to know specific log level
values and log domain names which u only find out by digging thru
code). my point -> if u want eina_log used more.. it needs to be AS
EASY as the printf. :)

SVN revision: 64937

12 years agofix slight "tick tick" in interpolated audio resmapling. found it.
Carsten Haitzler [Tue, 8 Nov 2011 07:10:33 +0000 (07:10 +0000)]
fix slight "tick tick" in interpolated audio resmapling. found it.

SVN revision: 64936

12 years agouse WRN maco for complaining if alsa init fails.
Carsten Haitzler [Tue, 8 Nov 2011 06:55:07 +0000 (06:55 +0000)]
use WRN maco for complaining if alsa init fails.

SVN revision: 64935

12 years agorequire remix 0.2.4 and use remix pkgconfig libdir for plugins
Carsten Haitzler [Tue, 8 Nov 2011 06:52:05 +0000 (06:52 +0000)]
require remix 0.2.4 and use remix pkgconfig libdir for plugins

SVN revision: 64934

12 years agofix DSO
Mike Blumenkrantz [Tue, 8 Nov 2011 05:28:27 +0000 (05:28 +0000)]
fix DSO

SVN revision: 64933

12 years agoemotion: minor cleanup.
Cedric BAIL [Mon, 7 Nov 2011 15:45:24 +0000 (15:45 +0000)]
emotion: minor cleanup.

SVN revision: 64869

12 years agoLet's not rotate the example clear out of view.
David Walter Seikel [Mon, 7 Nov 2011 10:34:34 +0000 (10:34 +0000)]
Let's not rotate the example clear out of view.

SVN revision: 64865

12 years agotypo -= 2
David Walter Seikel [Mon, 7 Nov 2011 10:18:31 +0000 (10:18 +0000)]
typo -= 2

SVN revision: 64864

12 years agoSlightly more sane examples of map usage.
David Walter Seikel [Mon, 7 Nov 2011 09:52:17 +0000 (09:52 +0000)]
Slightly more sane examples of map usage.

SVN revision: 64862