efl/src/modules
Carsten Haitzler 7c42538144 evas - genetic update regions smart merge - merge v adjacent regions
regions sometimes produce box sets like:
// +---+
// |   |
// +---+    +-------+
// |   |    |       |
// +---+    +-------+---------+
//          |                 |
//          |                 |
//          +-----------------+

so the upper-left 2 boxes can be merged into 1 and they have the same
x coords and are flush-aligned one above the other. that is what
this does - find these and merge them to have fewer rects

@fix
2020-06-04 20:25:46 +01:00
..
ecore meson: do no build upower on macos 2020-04-07 10:58:24 +02:00
ecore_buffer meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
ecore_evas refactor build 2020-05-27 11:06:46 +02:00
ecore_imf refactor build 2020-05-27 11:06:46 +02:00
ecore_wl2 meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
eeze meson: support unified suffixes for modules 2020-04-07 10:58:17 +02:00
eina eina: introduce a simple malloc near implementation for Chained Mempool. 2019-10-30 08:14:29 -07:00
elementary build: modules: harmonize use of package_c_args 2020-05-26 10:15:24 +02:00
emotion Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL" 2020-05-18 11:13:59 +01:00
ethumb Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL" 2020-05-18 11:13:59 +01:00
evas evas - genetic update regions smart merge - merge v adjacent regions 2020-06-04 20:25:46 +01:00