summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix formatting.Chris Michael2013-04-111-11/+12
| | | | | | Declare variables in the proper place. Signed-off-by: Chris Michael <cp.michael@samsung.com>
* edje_entry: fix typo in commentJihoon Kim2013-04-111-1/+1
|
* edje_entry: fix formattingJihoon Kim2013-04-111-21/+21
|
* and further work on buffer age support in evas... after more testingCarsten Haitzler (Rasterman)2013-04-113-39/+50
| | | | on nvidia...
* ecore/wayland: Add support for double and triple click.Rafael Antognolli2013-04-105-23/+164
| | | | | | | It's implemented exactly the same way as on the X11 backend. It does handle multiple devices, though may need some adjustments when multi-touch is added, since there's no support for multi-touch on EFL-wayland yet.
* eeze/sensor: Check if sens is valid the same way we do in other cases.Stefan Schmidt2013-04-101-7/+11
|
* Evas textblock: disable some tests. FIXMEYakov Goldberg2013-04-101-0/+4
| | | | | | | | Some of tests fail on e5-jenkins-slave-x86_64-1. Tests seem right and pass locally, but not on the server. Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Efl textblock/entry: additions to split BiDi cursorYakov Goldberg2013-04-106-56/+516
| | | | | | | - handling multiple runs, multiple lines, last char of line/par - tests added Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Efl textblock/entry: Added support for split BiDi cursor.Tom 'TAsn' Hacohen2013-04-103-3/+134
| | | | | | | | | | If logical cursor is between LTR/RTL text two cursors will be shown. Upper cursor is shown for the text of the same direction as paragraph, lower cursor - for opposite. NOT DONE YET Signed-off-by: Tom 'TAsn' Hacohen <tom@stosb.com>
* Evas textblock: fixing tests to work w/ or w/o harfbuzzYakov Goldberg2013-04-101-0/+19
| | | | | | | In this test harfbuzz creates ligatures, so need to handle cases w/ or w/o harfbuzz Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* add environemnt vars to switch bounding box to full region list calcsCarsten Haitzler (Rasterman)2013-04-101-20/+53
| | | | and an env var to show debug for partial updates.
* fix valgrind complaint in evas gl caching of surface caps... bad codeCarsten Haitzler (Rasterman)2013-04-101-8/+8
| | | | bad!
* add mesa buffer release support to evas gl engine.Carsten Haitzler (Rasterman)2013-04-103-13/+112
|
* add gl buffer age support fully now for default automatic mode: queryCarsten Haitzler (Rasterman)2013-04-103-17/+47
| | | | | extensions correctly in egl and glx too. need to hunt a partial swap for glx now...
* eet: be picky and really use the correct format without shitty cast.Cedric Bail2013-04-101-2/+2
|
* Modified ChangeLog and News for the latest modification.WooHyun Jung2013-04-102-0/+5
|
* edje_entry.c: When cursor is located to each edge, entry now doesn't grab ↵WooHyun Jung2013-04-101-17/+18
| | | | events for cursor movement.
* Eet: Pass the correct parameter to the correct format.Tom Hacohen2013-04-091-2/+2
|
* eo: Update tests to check for the correct error stringsDaniel Willmann2013-04-091-3/+3
| | | | Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* eo: Indicate that numbers in error messages are in hex - prefix with 0xDaniel Willmann2013-04-091-8/+8
| | | | | | The message "Expected a and got b" is a bit misleading :-) Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* eina: add eina_inlist_first and eina_inlist_lastJérémy Zurcher2013-04-096-0/+93
| | | | | - both as static inline functions - test added in eina_inlist_simple
* add a little code to alloc engine info in outs.. but we need a newCarsten Haitzler (Rasterman)2013-04-091-7/+9
| | | | | engine api for this... i guess we have no choice... it's time for a new engine api anyway...
* updating esperanto translationmaxerba2013-04-081-16/+16
|
* Evas font: Fixed a bug with cluster sizes and ligatures.Tom Hacohen2013-04-084-1/+29
| | | | | | | This casused cursor position (among other things) to look wrong with texts ending with ligatures. Thanks to Yakov Goldberg for reporting.
* evas device new/free -> add/del (new 1.8 api so no log).Carsten Haitzler (Rasterman)2013-04-082-6/+6
|
* clean up outputs list on evas free.Carsten Haitzler (Rasterman)2013-04-081-0/+3
|
* Add multiple output api support to evas... just "eo infra stubs" rightCarsten Haitzler (Rasterman)2013-04-086-1/+400
| | | | now.
* edje: always invalidate and recalc the correct Edje object.Cedric Bail2013-04-085-148/+146
|
* evas: correctly define bounding box in all case.Cedric Bail2013-04-081-3/+2
|
* edje: rename variable to match the rest of the library.Cedric Bail2013-04-081-13/+13
|
* edje: reuse existing index instead of a direct pointer (-30KB).Cedric Bail2013-04-085-87/+70
| | | | | This one does account for the fact that we always read relative information even when only computing a part of it.
* Revert "edje: reuse existing index instead of a direct pointer (-30KB)."Cedric Bail2013-04-085-57/+87
| | | | This reverts commit 6a6e6dda68bc91c031e893e62cfeaf8b84253829.
* edje: reuse existing index instead of a direct pointer (-30KB).Cedric Bail2013-04-075-87/+57
|
* evas: get the bounding box from the right object and always update it.Cedric Bail2013-04-071-6/+10
|
* evas: correctly initialize and get the bounding box at the right time.Cedric Bail2013-04-071-3/+4
|
* evas: revert useless change.Cedric Bail2013-04-071-2/+2
|
* Updated .gitignore for tags.Ryuan Choi2013-04-071-0/+1
|
* edje: fix little bug with table naming.Cedric Bail2013-04-071-1/+1
|
* edje: increase item number in the mempool to reduce its over head.Cedric Bail2013-04-071-2/+2
|
* evas: small reorder for a little bit of memory win.Cedric Bail2013-04-071-4/+5
|
* evas: bounding box is only relevant to smart object.Cedric Bail2013-04-075-187/+188
|
* evas: remove one useless pointer (-30KB).Cedric Bail2013-04-0714-58/+58
|
* edje: don't use 30K of pointers for an indirection in some event path.Cedric Bail2013-04-076-36/+34
|
* edje: one less pointer per Edje_Real_Part.Cedric Bail2013-04-078-523/+505
|
* eina_inlist: fix eina_inlist_sort docJérémy Zurcher2013-04-051-1/+1
|
* ecore/wayland: Sync before assuming that there's no output.Rafael Antognolli2013-04-051-0/+3
| | | | | This will make the mainloop block waiting for the output info, if it's not there yet, but it's better than just returning with no screen size.
* ecore/wayland: Actually wait for the sync callback on ecore_wl_sync().Rafael Antognolli2013-04-052-1/+30
| | | | | | | | | | | The wl_display_sync() request doesn't really wait for all the requests to be processed, but instead sends a request for the "done" event. Wayland relies on the fact that the requests are processed in order, so when the "done" event is received, it means that all the other requests requested prior to the respective "sync" have been processed already. This commit makes the ecore_wl_sync() call actually wait for its "done" event (thus blocking the ecore mainloop).
* evas: stop over redraw of Evas_Map content with Smart Object.Cedric BAIL2013-04-053-1/+7
| | | | | Clip object would always stay in a changed state. Nobody was walking them to reset. Now we do reset there state as soon as we do render them.
* Evas font: fix font source have wrong current size.Jiyoun Park2013-04-053-0/+9
|
* eet: enable more debug information regarding memory allocation.Cedric BAIL2013-04-051-0/+3
|