Carsten Haitzler [Sun, 13 Nov 2011 06:10:46 +0000 (06:10 +0000)]
let's just make additions the same. whats' the difference between api
additions.. and xrandr api additions? both are api additions. :)
SVN revision: 65121
Carsten Haitzler [Sun, 13 Nov 2011 06:08:35 +0000 (06:08 +0000)]
NEWS file like ecore - per vtorri's suggestion
SVN revision: 65120
Vincent Torri [Sat, 12 Nov 2011 22:37:11 +0000 (22:37 +0000)]
* src/lib/Evil.h:
clean main page
SVN revision: 65106
Vincent Torri [Sat, 12 Nov 2011 22:31:16 +0000 (22:31 +0000)]
* src/lib/evil_stdio.c:
Fix returned value of evil_fread_native()
* doc/Doxyfile:
* doc/head.html:
* src/lib/Evil.h:
* src/lib/dirent.h:
* src/lib/dlfcn/dlfcn.h:
* src/lib/evil_fcntl.h:
* src/lib/evil_inet.h:
* src/lib/evil_libgen.h:
* src/lib/evil_stdio.h:
* src/lib/evil_string.h:
* src/lib/pwd.h:
Update documentation
SVN revision: 65105
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
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
David Walter Seikel [Sat, 12 Nov 2011 10:47:36 +0000 (10:47 +0000)]
Add my self to authors.
SVN revision: 65095
David Walter Seikel [Sat, 12 Nov 2011 10:42:56 +0000 (10:42 +0000)]
Rearrange the source code. No functional changes.
SVN revision: 65094
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
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
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
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
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
ChunEon Park [Sat, 12 Nov 2011 06:12:42 +0000 (06:12 +0000)]
evas - trivial changes.
SVN revision: 65087
David Walter Seikel [Sat, 12 Nov 2011 04:11:25 +0000 (04:11 +0000)]
More boiler, less plate.
SVN revision: 65086
David Walter Seikel [Sat, 12 Nov 2011 02:31:09 +0000 (02:31 +0000)]
Oops, fixor the bools.
SVN revision: 65085
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
Carsten Haitzler [Sat, 12 Nov 2011 01:40:51 +0000 (01:40 +0000)]
also revert long -> int change in xcb
SVN revision: 65083
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
David Walter Seikel [Fri, 11 Nov 2011 21:32:15 +0000 (21:32 +0000)]
Add some inheritance.
SVN revision: 65079
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
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
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
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
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
David Walter Seikel [Fri, 11 Nov 2011 16:34:14 +0000 (16:34 +0000)]
Actually return the map source.
SVN revision: 65070
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
Mike Blumenkrantz [Fri, 11 Nov 2011 15:32:43 +0000 (15:32 +0000)]
fix bin detection
SVN revision: 65063
Mike Blumenkrantz [Fri, 11 Nov 2011 15:17:41 +0000 (15:17 +0000)]
update docs
SVN revision: 65062
Mike Blumenkrantz [Fri, 11 Nov 2011 15:17:39 +0000 (15:17 +0000)]
update NEWS file
SVN revision: 65061
Carsten Haitzler [Fri, 11 Nov 2011 12:33:58 +0000 (12:33 +0000)]
fill news for evas 1.1
SVN revision: 65060
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
Carsten Haitzler [Fri, 11 Nov 2011 09:14:15 +0000 (09:14 +0000)]
news file for eet 1.5 release
SVN revision: 65058
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
Carsten Haitzler [Fri, 11 Nov 2011 08:11:16 +0000 (08:11 +0000)]
fix nonnull val in jpeg loader proto.
SVN revision: 65056
Carsten Haitzler [Fri, 11 Nov 2011 08:07:03 +0000 (08:07 +0000)]
fix nonnull macro - errant ;
SVN revision: 65055
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
Carsten Haitzler [Fri, 11 Nov 2011 07:43:38 +0000 (07:43 +0000)]
oops - typo in dyn image fix. fix!
SVN revision: 65052
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
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
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
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
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
Mike Blumenkrantz [Fri, 11 Nov 2011 04:11:26 +0000 (04:11 +0000)]
s/((udev))/(udev)/g
SVN revision: 65041
Mike Blumenkrantz [Fri, 11 Nov 2011 04:08:21 +0000 (04:08 +0000)]
update gitignore
SVN revision: 65040
Mike Blumenkrantz [Fri, 11 Nov 2011 04:08:19 +0000 (04:08 +0000)]
move udev include to private header
SVN revision: 65039
Mike Blumenkrantz [Fri, 11 Nov 2011 04:06:22 +0000 (04:06 +0000)]
this is eeze 1.1 now
SVN revision: 65038
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
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
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
Iván Briano [Thu, 10 Nov 2011 23:21:15 +0000 (23:21 +0000)]
Properly check for empty string
SVN revision: 65034
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
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
Vincent Torri [Thu, 10 Nov 2011 18:14:48 +0000 (18:14 +0000)]
Evas: use -pthread instead of -lpthread
SVN revision: 65030
Vincent Torri [Thu, 10 Nov 2011 18:02:43 +0000 (18:02 +0000)]
Evas: use -pthread instead of -lpthread
SVN revision: 65029
Vincent Torri [Thu, 10 Nov 2011 17:39:35 +0000 (17:39 +0000)]
Evas: use __always_inline__ and not always_inline
SVN revision: 65028
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
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
Vincent Torri [Thu, 10 Nov 2011 16:59:11 +0000 (16:59 +0000)]
Efreet: use $requirement_efreet in PKG_CHECK_MODULES
SVN revision: 65025
Cedric BAIL [Thu, 10 Nov 2011 14:24:49 +0000 (14:24 +0000)]
emotion: fix requirements. Thanks Vincent.
SVN revision: 65023
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
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
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
Cedric BAIL [Thu, 10 Nov 2011 11:35:49 +0000 (11:35 +0000)]
emotion: and now support custom pipeline in emotion.
SVN revision: 65018
Boris Faure [Thu, 10 Nov 2011 10:58:19 +0000 (10:58 +0000)]
eina: add murmur3 hash
SVN revision: 65017
Jiyoun Park [Thu, 10 Nov 2011 08:59:09 +0000 (08:59 +0000)]
remove white space and tab
SVN revision: 65009
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
Carsten Haitzler [Thu, 10 Nov 2011 06:37:20 +0000 (06:37 +0000)]
update po files for ecore
SVN revision: 65007
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
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
Carsten Haitzler [Thu, 10 Nov 2011 06:02:15 +0000 (06:02 +0000)]
disable evas_gl for evas 1.1
SVN revision: 65003
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
Sebastian Dransfeld [Wed, 9 Nov 2011 23:04:01 +0000 (23:04 +0000)]
efreet: Fix clang warnings
SVN revision: 64997
Cedric BAIL [Wed, 9 Nov 2011 16:27:49 +0000 (16:27 +0000)]
emotion: make it possible to define webcam statically.
SVN revision: 64995
Lucas De Marchi [Wed, 9 Nov 2011 12:03:46 +0000 (12:03 +0000)]
Use same type - warning--
SVN revision: 64981
Jiyoun Park [Wed, 9 Nov 2011 08:01:00 +0000 (08:01 +0000)]
remove white space
SVN revision: 64979
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
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
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
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
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
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
Carsten Haitzler [Wed, 9 Nov 2011 06:35:45 +0000 (06:35 +0000)]
another spacing baddie -> fixed
SVN revision: 64972
Carsten Haitzler [Wed, 9 Nov 2011 06:34:03 +0000 (06:34 +0000)]
remove errant space.
SVN revision: 64971
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
David Walter Seikel [Wed, 9 Nov 2011 04:44:31 +0000 (04:44 +0000)]
Remove something that is never used.
SVN revision: 64969
Mike Blumenkrantz [Wed, 9 Nov 2011 01:48:31 +0000 (01:48 +0000)]
fix garbage return
SVN revision: 64967
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
Mike Blumenkrantz [Wed, 9 Nov 2011 01:19:14 +0000 (01:19 +0000)]
remove some unused vars
SVN revision: 64964
Mike Blumenkrantz [Wed, 9 Nov 2011 01:18:18 +0000 (01:18 +0000)]
fix null deref
SVN revision: 64963
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
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
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
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
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
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
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
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
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
Mike Blumenkrantz [Tue, 8 Nov 2011 05:28:27 +0000 (05:28 +0000)]
fix DSO
SVN revision: 64933