efl/src/lib
Yeongjong Lee 0585355282 efl.pack_linear: Clarify behavior and docs
Some APIs accept both positive and negative indices when accessing items.
This patch changes the documentation for the lower limit from `-(count - 1)` to
`-count` to allow accessing the very first item.

For example (content_count = 5):
|              |first item|  |  |  |last item|
|positive index|       0  | 1| 2| 3|    4    |
|negative index|      -5  |-4|-3|-2|   -1    |

If negative indices are limited to be >= -4 the first item cannot be accessed
using negative indices.

Also, range limit of `pack_at` is removed for usability.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Reviewed-by: YeongJong Lee <yj34.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8433
2019-04-17 15:21:06 +02:00
..
ecore Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
ecore_audio docs: Remove obsolete @since tags from EO files 2019-03-20 20:16:05 +01:00
ecore_avahi
ecore_buffer
ecore_cocoa docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ecore_con remove useless check of ws2tcpip.h 2019-04-02 10:09:24 -04:00
ecore_drm
ecore_drm2 ecore drm2 - handle possible NULL fb when doing a flip 2019-04-10 16:49:47 +01:00
ecore_evas interfaces: move animator,tick to efl.canvas.object and remove efl.animator 2019-02-21 22:04:30 +01:00
ecore_fb
ecore_file build: do not reply on header checking libinotify.h 2019-03-11 21:23:52 +01:00
ecore_imf ecore_imf: better to check whether the module is compiled 2019-04-10 22:44:14 +02:00
ecore_imf_evas ecore_imf: Add keycode in key down and key up event structs 2019-02-22 11:05:56 +09:00
ecore_input
ecore_input_evas
ecore_ipc efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
ecore_sdl
ecore_wayland
ecore_win32
ecore_wl2 docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ecore_x docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ector ector_software_rasterizer: Implement mask blending function. 2019-04-11 19:17:10 +09:00
edje docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eet docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eeze
efl efl.pack_linear: Clarify behavior and docs 2019-04-17 15:21:06 +02:00
efl_mono efl-csharp: fix crash when events trigger after C# object `Dispose` 2019-04-05 19:59:47 -03:00
efl_wl
efreet efreet: Fix resource leak 2019-03-15 08:58:17 -04:00
eina docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eio eio: ensure that the monitor starts when it is called to 2019-04-02 08:50:48 -04:00
eldbus eldbus: Fix resource leak 2019-03-19 08:57:59 -04:00
elementary elm_notify: fix theme apply logic for new return value 2019-04-17 16:59:24 +09:00
elocation
elput docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
elua build: fix macos build 2019-02-22 08:53:20 -05:00
embryo
emile docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
emotion docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eo docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eolian docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eolian_cxx eolian_cxx: rework context code, also more flexible scope indentation generator 2019-03-26 16:42:18 -03:00
ephysics docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
escape docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ethumb
ethumb_client docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
evas evas - fix crash/junk pixel content but with tiled rotate at 270 + neon 2019-04-12 12:56:40 +01:00
evas_goal meson: add a option for selecting lua interpreter 2019-02-21 20:49:00 +01:00
evil evil: remove tmp and home dir get 2019-04-16 17:59:28 +01:00
.gitignore