summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_tiler.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing whitespaces (8 / 14)Elyes HAOUAS2020-06-231-2/+2
* eina - tiler -= return true if rect alreadt there as its not a failureCarsten Haitzler (Rasterman)2018-02-111-1/+1
* eina_tiler: fix typo of rect comparingShinwoo Kim2018-02-051-1/+1
* eina: fix eina_tiler_equal to not always return trueMike Blumenkrantz2017-07-141-3/+3
* eina: make tiler function params const where appropriateMike Blumenkrantz2017-07-141-3/+3
* eina_tiler: use int size matching Eina_Rectangle internally to avoid overflowMike Blumenkrantz2017-04-211-6/+6
* remove memcmp calls for better performance where size is knownCarsten Haitzler (Rasterman)2016-11-061-5/+18
* efl: everyone should now rely on Eina MIN/MAX redefinition.Cedric BAIL2016-05-091-0/+1
* eina: invalidate last add/del rects when the opposite operation occursMike Blumenkrantz2016-02-051-0/+2
* eina: make re-setting the same tiler tile size a no-opMike Blumenkrantz2015-07-081-0/+1
* eina: don't return NULL silently when creating new tilersMike Blumenkrantz2015-07-021-2/+1
* eina: Eina_Tiler - return a NULL if intersection of two tilers doesn't existGwanglim Lee2014-07-211-4/+10
* eina-tiler: Fix invalid read on eina tilerMinJeong Kim2014-06-241-2/+4
* eina-tiler: fix crash when trying to check intersection between two tilersGwanglim Lee2014-06-121-25/+24
* eina: fix possible memory leak on failure in eina_tiler_equal.Cedric BAIL2014-06-051-6/+11
* eina-tiler:add union, subtract, intersection, equal apis for tilersMinJeong Kim2014-05-281-0/+206
* Revert "fix allocator sizeof operand mismatch reported by clang"Carsten Haitzler (Rasterman)2014-01-091-1/+1
* fix allocator sizeof operand mismatch reported by clangJihoon Kim2014-01-091-1/+1
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-111-6/+1
* eina: add eina_tiler_empty.Cedric Bail2013-07-111-0/+8
* eina: Eina_Tiler formatting.Cedric Bail2013-07-111-17/+17
* eina: don't insert the same rectangle multiple time in a row.Cedric Bail2013-07-111-0/+24
* eina: let's not complain for nothing.Cedric Bail2013-07-111-0/+2
* +eina_tiler_area_size_getMike Blumenkrantz2013-07-081-0/+7
* eina: improve Eina_Tiler to be in par with Evas_Tilebuf.Cedric Bail2013-07-041-2/+56
* efl/eina: Eina_Tiler take tile size into account.Cedric BAIL2013-02-071-24/+43
* merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.Vincent Torri2012-10-051-2/+2
* merge : add einaVincent Torri2012-09-161-0/+1290