Age | Commit message (Collapse) | Author |
|
SVN revision: 82248
|
|
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82246
|
|
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82245
|
|
SVN revision: 82243
|
|
Carefully compared 'svn export' and 'make dist' results and couple of
files were missing.
Changes:
* Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't
distribute them here as they will contain ./configure data such as
install location.
* src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST
won't work properly. We must EXTRA_DIST outside of the if-endif
block.
* static_libs/liblinebreak: removed couple of unused files.
SVN revision: 82241
|
|
SVN revision: 82240
|
|
export those symbols, they are harmless and will help tests.
SVN revision: 82239
|
|
SVN revision: 82235
|
|
SVN revision: 82234
|
|
unused since old api was removed.
SVN revision: 82230
|
|
evas_common_font_draw() should be called with glyphs array for now,
instead of intl_props.
This patch should fix ticket #2149.
Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82229
|
|
do not use standard files_DATA and filesdir as they would always be
executed during compilation.
SVN revision: 82223
|
|
SVN revision: 82222
|
|
SVN revision: 82220
|
|
SVN revision: 82219
|
|
this variable tells that the build is being done in tree and we should
not look at install locations.
SVN revision: 82217
|
|
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82213
|
|
SVN revision: 82212
|
|
they were using $(PACKAGE) that is now "efl".
SVN revision: 82211
|
|
Since we are already inside wayland_egl code, force this env var to
avoid the EGLNativeDisplayType autodetection (done by EGL code), which
seems to be incorrect.
This commit should fix ticket #1972.
Note: revert this as soon as EGL autodetection gets fixed.
SVN revision: 82183
|
|
SVN revision: 82168
|
|
SVN revision: 82166
|
|
machine.
NOTE: this is just the bootstrap issue we have been warning about.
SVN revision: 82165
|
|
SVN revision: 82163
|
|
Subject: [E-devel] 2 steps eina_share_common_del speed up
builtin node is never unlinked even if empty, always is the last of the queue,
so that it can be used to get a pointer to head.
cost: never unlink or promote builtin node.
benefit: no need to hash and search rbtree to unlink an empty node,
only to remove an empty head.
store full hash in Eina_Share_Common_Head, so we only hash once
use 8 lower bits as node hash, use next 8 bits as bucket index.
cost: have to apply 0xFF mask on hash in rbtree callbacks.
benefit: no need to hash when removing an empty head.
SVN revision: 82161
|
|
SVN revision: 82154
|
|
SVN revision: 82150
|
|
SVN revision: 82142
|
|
this is still in progress, mostly the multisense stuff is pending.
it seems that when we merge ecore_audio in edje the libremix and
similar are gone, at least from Edje, and will be in ecore_audio
itself (or pulseaudio).
Changes:
* __UNUSED__ to EINA_UNUSED
* binaries (epp, embryo_cc, edje_cc) now consider EFL_RUN_IN_TREE and
will assume the binaries are still not installed, running from
build tree location (needs more testing, maybe doesn't work with
srcdir != builddir, still doesn't solve cross compile builds)
SVN revision: 82139
|
|
This patch introduces fields to event Evas_Event_Mouse_* structures
to hold the event source evas object in case of evas source events
propagation.
SVN revision: 82138
|
|
SVN revision: 82137
|
|
Get rid of -Wshadow warnings on bullet's C++ "shadowed" variables.
SVN revision: 82136
|
|
SVN revision: 82133
|
|
SVN revision: 82128
|
|
changes:
* __UNUSED__ -> EINA_UNUSED
* Fixed doc hierarchy
SVN revision: 82126
|
|
SVN revision: 82110
|
|
SVN revision: 82101
|
|
Changes also in this commit:
* fix missing EAPI in symbols used by modules
* removed old libudev and libmount support as agreed by discomfitor/zmike
* replaced __UNUSED__ with EINA_UNUSED
* fixed docs hierarchy
SVN revision: 82100
|
|
SVN revision: 82094
|
|
having to replicate 18 lines per file just to access alloca() is
insane. Let's do that in Eina.h and avoid that crap :-/
SVN revision: 82082
|
|
SVN revision: 82081
|
|
Hack to fix the connection name leak. The problem is that each signal
handler has a reference to the FDO_BUS connection name and when the
penultimate connection name is released (and therefore its signal
handler), FDO_BUS is released, too.
Check if cn is still in the hash before trying to free it.
Patch by: Ulisses Furquim <ulisses@profusion.mobi>
SVN revision: 82077
|
|
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82076
|
|
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82075
|
|
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82074
|
|
Use eina_strbuf_string_steal() instead of strdup() +
eina_strbuf_string_get().
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82073
|
|
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82072
|
|
This allows the user to shutdown edbus inside a signal callback.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82071
|
|
SVN revision: 82069
|
|
SVN revision: 82065
|