Cedric BAIL [Thu, 15 Sep 2011 15:37:28 +0000 (15:37 +0000)]
eina: add eina_xattr.{c,h}.
SVN revision: 63412
Cedric BAIL [Thu, 15 Sep 2011 13:57:27 +0000 (13:57 +0000)]
eina: use eina safety check in eina_file.c.
SVN revision: 63409
Cedric BAIL [Thu, 15 Sep 2011 12:39:40 +0000 (12:39 +0000)]
eina: add XAttr support to eina.
SVN revision: 63408
Cedric BAIL [Thu, 15 Sep 2011 11:15:46 +0000 (11:15 +0000)]
ecore: prevent race condition when using sync call after begin/end.
SVN revision: 63407
Cedric BAIL [Wed, 14 Sep 2011 22:33:41 +0000 (22:33 +0000)]
emotion: correctly destroy buffer.
SVN revision: 63399
Cedric BAIL [Wed, 14 Sep 2011 22:04:37 +0000 (22:04 +0000)]
eina: fix eina inlist sorted insert (with and without state)
SVN revision: 63398
Vincent Torri [Wed, 14 Sep 2011 19:11:12 +0000 (19:11 +0000)]
order of includes
SVN revision: 63397
Vincent Torri [Wed, 14 Sep 2011 19:09:24 +0000 (19:09 +0000)]
clean generated files
SVN revision: 63396
Vincent Torri [Wed, 14 Sep 2011 19:08:50 +0000 (19:08 +0000)]
clean generated files
SVN revision: 63395
Vincent Torri [Wed, 14 Sep 2011 19:02:07 +0000 (19:02 +0000)]
add tests and coverage support
SVN revision: 63394
Mike Blumenkrantz [Wed, 14 Sep 2011 14:31:54 +0000 (14:31 +0000)]
fix and clarify more fd handler docs
SVN revision: 63389
Mike Blumenkrantz [Wed, 14 Sep 2011 14:26:28 +0000 (14:26 +0000)]
fix docs for ecore_main_fd_handler_del
SVN revision: 63388
Mike Blumenkrantz [Wed, 14 Sep 2011 14:20:13 +0000 (14:20 +0000)]
add main loop group to main docs page
SVN revision: 63387
Vincent Torri [Wed, 14 Sep 2011 07:44:09 +0000 (07:44 +0000)]
Evil: add RTLD_DEFAULT support for dlsym()
SVN revision: 63373
Daniel Juyung Seo [Wed, 14 Sep 2011 04:41:12 +0000 (04:41 +0000)]
evas evas_name.c: Fixed indentation.
SVN revision: 63369
Mike Blumenkrantz [Tue, 13 Sep 2011 23:04:18 +0000 (23:04 +0000)]
more @since 1.1
SVN revision: 63365
Mike Blumenkrantz [Tue, 13 Sep 2011 23:03:26 +0000 (23:03 +0000)]
add ECORE_CON_EVENT_SERVER_WRITE ECORE_CON_EVENT_CLIENT_WRITE
SVN revision: 63364
Mike Blumenkrantz [Tue, 13 Sep 2011 22:46:46 +0000 (22:46 +0000)]
add @since 1.1 for some events
SVN revision: 63363
Christopher Michael [Tue, 13 Sep 2011 16:32:34 +0000 (16:32 +0000)]
Ecore_X(cb): Remove extra calls to ecore_x_flush. Move main loop
flushing call to an idler like ecore_evas does...Thanks k-s ;)
SVN revision: 63359
Christopher Michael [Tue, 13 Sep 2011 15:47:56 +0000 (15:47 +0000)]
Ecore_X(cb): Add missing flush after xcb_send_event.
SVN revision: 63358
Christopher Michael [Tue, 13 Sep 2011 15:45:56 +0000 (15:45 +0000)]
Ecore_X(cb): Add missing flush after xcb_send_event.
SVN revision: 63357
Mike Blumenkrantz [Mon, 12 Sep 2011 08:30:22 +0000 (08:30 +0000)]
more useless ecore-con functions: ecore_con_server_fd_get and ecore_con_client_fd_get
SVN revision: 63344
ChunEon Park [Mon, 12 Sep 2011 05:03:03 +0000 (05:03 +0000)]
AUTHORS - updated.
SVN revision: 63342
Youness Alaoui [Mon, 12 Sep 2011 03:44:04 +0000 (03:44 +0000)]
Eina: Remove 'unused var' warnings from eina_inline_lock_void include
SVN revision: 63340
Youness Alaoui [Mon, 12 Sep 2011 03:43:55 +0000 (03:43 +0000)]
Eina: Use @EINA_LIBS@ for static linking libs in .pc file
SVN revision: 63339
Youness Alaoui [Mon, 12 Sep 2011 03:43:46 +0000 (03:43 +0000)]
Ecore-sdl: remove unused events and fix semicolon typo and docs
SVN revision: 63338
Youness Alaoui [Mon, 12 Sep 2011 03:43:27 +0000 (03:43 +0000)]
Escape: Add proper static linkins libs to .pc file
SVN revision: 63336
Mike Blumenkrantz [Sat, 10 Sep 2011 23:56:50 +0000 (23:56 +0000)]
you lied to me, cnp!
SVN revision: 63320
Mike Blumenkrantz [Sat, 10 Sep 2011 20:39:24 +0000 (20:39 +0000)]
null check for color_class_list
SVN revision: 63319
Youness Alaoui [Fri, 9 Sep 2011 02:56:03 +0000 (02:56 +0000)]
Ecore: If pkg-config doesn't find SDL, then try to use sdl-config
SVN revision: 63305
Youness Alaoui [Fri, 9 Sep 2011 02:55:54 +0000 (02:55 +0000)]
Escape: static linking libraries should go in Libs.private in .pc file
SVN revision: 63304
Christopher Michael [Thu, 8 Sep 2011 23:28:12 +0000 (23:28 +0000)]
Ecore_X(cb): Add missing window types to return in netwm code.
SVN revision: 63303
Christopher Michael [Thu, 8 Sep 2011 23:11:33 +0000 (23:11 +0000)]
Ecore_X(cb): Dnd now works with efm. Add some debugging prints (to
debug gtk dnd events).
SVN revision: 63301
Christopher Michael [Thu, 8 Sep 2011 21:51:08 +0000 (21:51 +0000)]
Ecore_X(cb): Add simple .Xdefaults file parser for getting dpi, cursor
size, etc.
NB: Xcb has no support for xrdb (yet), so parse dpi, etc from
.Xdefaults (if exists).
SVN revision: 63299
Christopher Michael [Thu, 8 Sep 2011 21:49:45 +0000 (21:49 +0000)]
Evas: Add simple .Xdefaults files parsing to get DPI.
NB: Xcb has no support (yet) for dealing with xrdb (Xresource
database), so add a simple parser to read an .Xdefaults file and get
things like xft.dpi.
SVN revision: 63297
Vincent Torri [Thu, 8 Sep 2011 19:18:16 +0000 (19:18 +0000)]
allow gnutls and openssl to be detected on Windows
SVN revision: 63294
Gustavo Lima Chaves [Thu, 8 Sep 2011 18:37:29 +0000 (18:37 +0000)]
[evas] This seems to be the least fontconfig's compatible
version with our (current) code.
SVN revision: 63293
ChunEon Park [Thu, 8 Sep 2011 04:58:00 +0000 (04:58 +0000)]
edje - reverted embryo debug prints.
they can be used to get outside of the managable control.
SVN revision: 63281
Daniel Juyung Seo [Thu, 8 Sep 2011 04:44:25 +0000 (04:44 +0000)]
ecore Ecore.h: Fixed documentation.
SVN revision: 63280
ChunEon Park [Wed, 7 Sep 2011 20:43:40 +0000 (20:43 +0000)]
edje - added print_int print_float print_str funcs for debugging in embryo script
SVN revision: 63275
Youness Alaoui [Wed, 7 Sep 2011 18:00:57 +0000 (18:00 +0000)]
Evas: If not threading, then LKT should not return 0, otherwise it will think it's a stuck lock
SVN revision: 63270
Tom Hacohen [Wed, 7 Sep 2011 10:41:44 +0000 (10:41 +0000)]
Evas textblock: Added a workaround for the coords_recalc not being called.
Please, when you fix this annoying issue, revert this terrible commit. This
commit is intended to be a temporary fix.
SVN revision: 63267
Cedric BAIL [Wed, 7 Sep 2011 10:16:27 +0000 (10:16 +0000)]
eina: threads debugging back to work.
SVN revision: 63266
Mike McCormack [Wed, 7 Sep 2011 08:06:42 +0000 (08:06 +0000)]
eina: Fix broken main loop thread check
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63263
Youness Alaoui [Wed, 7 Sep 2011 07:24:51 +0000 (07:24 +0000)]
Escape: oups, another copy/paste fail. Fix escape.pc
SVN revision: 63262
Youness Alaoui [Wed, 7 Sep 2011 07:18:07 +0000 (07:18 +0000)]
Adding Escape: A compatibility library for jailbroken PS3s (PSL1GHT)
SVN revision: 63260
Youness Alaoui [Wed, 7 Sep 2011 06:58:48 +0000 (06:58 +0000)]
Edje: Use ecore_file_symlink rather than symlink
SVN revision: 63256
Youness Alaoui [Wed, 7 Sep 2011 06:58:35 +0000 (06:58 +0000)]
Ecore: SDL 1.3 doesn't define SDLK_FIRST and SDLK_WORLD_* keys
SVN revision: 63254
Youness Alaoui [Wed, 7 Sep 2011 06:58:28 +0000 (06:58 +0000)]
Ecore: Allow ecore-evas-sdl to work with software-sdl-16 engine. Also removed dead code
SVN revision: 63253
Youness Alaoui [Wed, 7 Sep 2011 06:58:21 +0000 (06:58 +0000)]
Ecore: Add the noframe extra option to the ecore-evas-sdl
SVN revision: 63252
Youness Alaoui [Wed, 7 Sep 2011 06:58:10 +0000 (06:58 +0000)]
Ecore: _ecore_thread_handler must not be defined if threads aren't supported
SVN revision: 63251
Youness Alaoui [Wed, 7 Sep 2011 06:53:48 +0000 (06:53 +0000)]
Ecore: If ecore_con is disabled, we must still check for curl dependency since it's used by ecore-file
SVN revision: 63250
Youness Alaoui [Wed, 7 Sep 2011 06:53:42 +0000 (06:53 +0000)]
Ecore: Use pkg-config to check for SDL, not sdl-config (which fails for cross-compilations)
SVN revision: 63249
Youness Alaoui [Wed, 7 Sep 2011 06:53:35 +0000 (06:53 +0000)]
Evas: Small fixes to clean software-sdl and software-16-sdl engines
Comparing software-sdl and software-16-sdl showed many small differences
this makes both engines' code much more alike.
The software-16-sdl was especially buggy, hopefully, this should make
it just as stable as the software-sdl engine.
SVN revision: 63248
Youness Alaoui [Wed, 7 Sep 2011 06:53:28 +0000 (06:53 +0000)]
Evas: Allow independent static compilation of software_16_sdl engine
SVN revision: 63247
Rafael Antognolli [Tue, 6 Sep 2011 21:15:53 +0000 (21:15 +0000)]
emotion/generic: Non-blocking meta info retrieval.
SVN revision: 63238
Rafael Antognolli [Tue, 6 Sep 2011 21:15:50 +0000 (21:15 +0000)]
emotion/generic: Non-blocking track info retrieval.
SVN revision: 63237
Rafael Antognolli [Tue, 6 Sep 2011 21:15:46 +0000 (21:15 +0000)]
emotion/generic: Non-blocking event reading from player.
Temporarily disabled fetching/sending of channel and meta info. Will
enable it with the next commit, to simplify code.
SVN revision: 63236
Rafael Antognolli [Tue, 6 Sep 2011 21:15:42 +0000 (21:15 +0000)]
emotion/generic: Small fixes.
Update enum doc, and return 1 on success for getting shm_data.
SVN revision: 63235
Rafael Antognolli [Tue, 6 Sep 2011 21:15:39 +0000 (21:15 +0000)]
emotion/generic: Postpone setting some options to after open_done.
These options must be set on the player even if there's no file opened
yet. Thus, just postpone the related commands to when the player has
opened the file already.
SVN revision: 63234
Rafael Antognolli [Tue, 6 Sep 2011 21:15:36 +0000 (21:15 +0000)]
emotion/generic: There's no need to check the standard output.
The player stdout is not used anymore to read commands from.
SVN revision: 63233
Rafael Antognolli [Tue, 6 Sep 2011 21:15:32 +0000 (21:15 +0000)]
emotion/generic: Should reset meta_info and channels on file_close.
SVN revision: 63232
Mike Blumenkrantz [Tue, 6 Sep 2011 19:16:56 +0000 (19:16 +0000)]
not sure how this happened, but it's totally wrong
SVN revision: 63230
Mike Blumenkrantz [Tue, 6 Sep 2011 19:09:36 +0000 (19:09 +0000)]
fix temp sensor detection with very new kernels
SVN revision: 63229
Sebastian Dransfeld [Tue, 6 Sep 2011 19:07:34 +0000 (19:07 +0000)]
Eeze: And only send event for present batteries
The property POWER_SUPPLY_PRESENT must not only be there, but also have
a true value.
SVN revision: 63228
Rafael Antognolli [Tue, 6 Sep 2011 12:37:03 +0000 (12:37 +0000)]
emotion/generic: Don't send position update when skipping frames.
SVN revision: 63227
Tom Hacohen [Tue, 6 Sep 2011 10:58:53 +0000 (10:58 +0000)]
Eina (u)strbuf: Added eina_(u)strbuf_manage_new.
This lets us take a string and use it as the string buffer instead of
copying and allocating.
SVN revision: 63226
Cedric BAIL [Tue, 6 Sep 2011 07:56:47 +0000 (07:56 +0000)]
evas: add YUV double buffering for OpenGL backend.
SVN revision: 63225
Mike Blumenkrantz [Mon, 5 Sep 2011 23:41:23 +0000 (23:41 +0000)]
blacklist c-ares 1.7.5
SVN revision: 63223
Rafael Antognolli [Mon, 5 Sep 2011 21:52:18 +0000 (21:52 +0000)]
emotion/generic: Fix frame dropping.
Move the frame drop counter to the shared memory object, so the player
can check its value and not send new frames if we didn't "consume" the
previous one.
Also move the triple buffering pointer changing to the display function,
so it will only lock once when accessing the critical region.
SVN revision: 63220
Rafael Antognolli [Mon, 5 Sep 2011 21:52:14 +0000 (21:52 +0000)]
emotion/generic: Add support for fetching meta info.
SVN revision: 63219
Rafael Antognolli [Mon, 5 Sep 2011 21:52:11 +0000 (21:52 +0000)]
emotion/generic: Add audio/video/spu channel set/get/count.
SVN revision: 63218
Cedric BAIL [Mon, 5 Sep 2011 20:29:01 +0000 (20:29 +0000)]
eio: pack data for a few ms.
SVN revision: 63215
Cedric BAIL [Mon, 5 Sep 2011 20:26:21 +0000 (20:26 +0000)]
eina: oops. Thanks Vincent.
SVN revision: 63214
Cedric BAIL [Mon, 5 Sep 2011 20:15:12 +0000 (20:15 +0000)]
eina: add eina_inlist_sorted_state_insert and helper.
Note: this function help keep a jump table so we reduce
the need to walk over the complete list to insert one
element. It's of course doesn't make it an O(log(n)) in
access time, but it increase it's cost more slowly.
With 10000 items, you can count around 50 pointers
dereferencing and with with 50000 items around 200 pointers
dereferencing.
Of course the comparison stay in O(log(n)).
SVN revision: 63213
Sebastian Dransfeld [Mon, 5 Sep 2011 19:12:45 +0000 (19:12 +0000)]
Eeze: Only fant batteries which are present
SVN revision: 63210
Rafael Antognolli [Mon, 5 Sep 2011 16:37:20 +0000 (16:37 +0000)]
emotion/generic - Set filename to NULL on file_close.
Otherwise if we try to call file_set(<some file>) after file_set(NULL),
it will send a close command to the player for an already closed file.
Also make the example cycle through the list of movies, but still
passing through a NULL file when reaching one of the ends of the list.
SVN revision: 63208
Rafael Antognolli [Mon, 5 Sep 2011 16:07:10 +0000 (16:07 +0000)]
emotion/generic: formatting.
SVN revision: 63206
Rafael Antognolli [Mon, 5 Sep 2011 16:07:06 +0000 (16:07 +0000)]
emotion/generic: Reset initial values on file_set.
These values need to be reset as soon as a new file is set, otherwise
they can give wrong information to evas about the size of pixels to
render.
SVN revision: 63205
Rafael Antognolli [Mon, 5 Sep 2011 16:07:04 +0000 (16:07 +0000)]
emotion/generic: Make sure no new_frame is sent while opening or closing files.
This wasn't happening anyway, but let's make sure it won't ever happen.
SVN revision: 63204
Rafael Antognolli [Mon, 5 Sep 2011 16:07:00 +0000 (16:07 +0000)]
emotion/generic - Don't start opening new file when another one is being open.
SVN revision: 63203
Cedric BAIL [Mon, 5 Sep 2011 15:21:23 +0000 (15:21 +0000)]
evas: fix alignment issue.
SVN revision: 63202
Cedric BAIL [Mon, 5 Sep 2011 14:58:18 +0000 (14:58 +0000)]
evas: use a tricky NULL texture.
Note: this help the driver to know that we don't it
to swizzle back the pixel from GPU format, because we
are going to replace all pixels.
SVN revision: 63201
Rafael Antognolli [Mon, 5 Sep 2011 13:12:17 +0000 (13:12 +0000)]
emotion/generic - Use pipes instead of stdin/stdout for communication.
Now the player will have the stdin and stdout available for anything
else, and there's no need to make line-buffering with ecore_exe anymore.
SVN revision: 63198
Rafael Antognolli [Mon, 5 Sep 2011 13:11:53 +0000 (13:11 +0000)]
emotion/generic: Add return value to EM_RESULT_FILE_SET_DONE.
It now checks if was possible to get the shared memory, and returns true
or false. This will command will also be used later to return false for
file opening no matter what was the problem, and maybe the int parameter
will indicate the type of error.
SVN revision: 63197
Tom Hacohen [Mon, 5 Sep 2011 12:48:02 +0000 (12:48 +0000)]
Evas font: Fixed compilation with g++.
Patch by cnook
SVN revision: 63196
Tom Hacohen [Mon, 5 Sep 2011 12:07:31 +0000 (12:07 +0000)]
Revert "Edje entry: Start using the new tb_range_formats_get."
This reverts commit 62260
Unfortunately the textblock function doesn't work as well as expected.
SVN revision: 63192
Tom Hacohen [Mon, 5 Sep 2011 12:03:53 +0000 (12:03 +0000)]
Evas textblock: Use viewport for getting visible range, not clip.
SVN revision: 63191
Cedric BAIL [Mon, 5 Sep 2011 11:08:15 +0000 (11:08 +0000)]
emotion: remove useless broken check.
SVN revision: 63190
Cedric BAIL [Mon, 5 Sep 2011 10:57:39 +0000 (10:57 +0000)]
emotion: properly delay buffer destruction.
SVN revision: 63189
Tom Hacohen [Mon, 5 Sep 2011 09:04:43 +0000 (09:04 +0000)]
Evas textblock: Fixed an issue when there are no available fonts.
The problem was that our rbtree implementation doesn't support chaining
duplicates and with no fonts, all the paragraphs had the same y coord (0).
Changing the paragraph index to work on line_no for sorting fixes it,
as line numbers are also correct when there are no fonts.
Thanks a lot to KaKaRoTo for letting me know about this issue.
SVN revision: 63188
Carsten Haitzler [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.
SVN revision: 63187
Tom Hacohen [Mon, 5 Sep 2011 07:13:23 +0000 (07:13 +0000)]
Evas font: Fix compilation with C++ compilers.
Thanks to cnook for pointing that out.
SVN revision: 63186
Tom Hacohen [Mon, 5 Sep 2011 07:13:07 +0000 (07:13 +0000)]
Evas textblock: Fixed compiler warnings.
SVN revision: 63185
Mike McCormack [Mon, 5 Sep 2011 01:27:07 +0000 (01:27 +0000)]
ecore (glib): Fix build break
SVN revision: 63082
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63184
Cedric BAIL [Sun, 4 Sep 2011 23:19:41 +0000 (23:19 +0000)]
evas: fix tarball generation.
SVN revision: 63179
Cedric BAIL [Sun, 4 Sep 2011 21:15:04 +0000 (21:15 +0000)]
evas: and now MT12 gain Open GL support.
SVN revision: 63174
Cedric BAIL [Sun, 4 Sep 2011 21:13:49 +0000 (21:13 +0000)]
emotion: better error message.
SVN revision: 63173
Cedric BAIL [Sun, 4 Sep 2011 21:12:34 +0000 (21:12 +0000)]
emotion: better handling of gstreamer samsung backend.
SVN revision: 63172
Cedric BAIL [Sun, 4 Sep 2011 16:26:47 +0000 (16:26 +0000)]
evas: make MT12 a little bit faster so we can see Bunny a little more longer.
SVN revision: 63157