Gustavo Sverzut Barbieri
23f96d5d33
All packages should have README...
...
SVN revision: 46138
13 years ago
Vincent Torri
b87e1d6fae
* -fno-strict-aliasing is checked at linked time (to make sure
...
that it is disabled for suncc)
* add old evas data types in tests. Tell me if you encounter problems
with them
SVN revision: 46136
13 years ago
Vincent Torri
0a87819b44
apply raster's changes to the xcb engine
...
SVN revision: 46134
13 years ago
Carsten Haitzler
df7f6cdaa7
dont need that xsync.
...
SVN revision: 46127
13 years ago
Carsten Haitzler
6abac56d9d
dont need these 2 syncs.
...
SVN revision: 46126
13 years ago
Michael Jennings
bc32b334d5
Add spec file support for software-16 engine.
...
SVN revision: 46125
13 years ago
Vincent Torri
5f5973c6c2
* src/lib/evil_unistd.c:
...
fix gettimeofday(). Thanks to Mathieu SCHROETER,
from the GeexBox project, for having spotted this.
SVN revision: 46116
13 years ago
Iván Briano
071969c41f
Use length of source string to copy.
...
SVN revision: 46114
13 years ago
Gustavo Lima Chaves
50c346b37a
The former test was giving false positives.
...
SVN revision: 46113
13 years ago
Vincent Torri
b9ca64f7a5
formatting
...
SVN revision: 46110
13 years ago
Vincent Torri
4b5ea14fbb
formatting
...
SVN revision: 46109
13 years ago
Vincent Torri
1213602ae5
constants should be unsigned
...
SVN revision: 46108
13 years ago
Sebastian Dransfeld
852f9e8ac5
We always need to null terminate
...
SVN revision: 46107
13 years ago
이상진
7c9103f3ae
From: 이상진 <lsj119@samsung.com>
...
I am attaching another patches for transparent window.
1. Use RGB Visual.
2. Set destination_alpha in ecore_evas for alpha composite in evas.
3. add Function
- Ecore_Evas_Engine_Func->fn_transparent_set
- ecore_evas_transparent_set , ecore_evas_transparent_get
- elm_win_transparent_set, elm_win_transparent_get
SVN revision: 46106
13 years ago
Sebastian Dransfeld
fb8d1dc110
Since we know we have enough space, use memcpy
...
SVN revision: 46103
13 years ago
Sebastian Dransfeld
f70c4ebe1f
And only log when debug
...
SVN revision: 46102
13 years ago
Sebastian Dransfeld
9df3524f3a
Good coverage for strbuf
...
SVN revision: 46101
13 years ago
Sebastian Dransfeld
8f5d0ecfb4
Don't timeout
...
SVN revision: 46099
13 years ago
Sebastian Dransfeld
e699b67248
Only test built mempools
...
SVN revision: 46096
13 years ago
Sebastian Dransfeld
a28ba1876e
More tests for strbuf
...
SVN revision: 46095
13 years ago
Sebastian Dransfeld
b2fbe0f2b2
Use eina_log
...
SVN revision: 46094
13 years ago
Luis Felipe Strano Moraes
c33a7982ed
fix build of ethumbd client.
...
13 years ago
Sebastian Dransfeld
0ed3fb726b
Tests for strbuf
...
SVN revision: 46089
13 years ago
Vincent Torri
b49d61f502
missing "
...
SVN revision: 46087
13 years ago
Gustavo Sverzut Barbieri
9cce47d3b8
let's not return NULL but a more useful result.
...
SVN revision: 46086
13 years ago
Vincent Torri
ed57ba09ed
no arithmetic pointer on void *
...
SVN revision: 46085
13 years ago
Christopher Michael
e9bc23874c
Fix typo in doc.
...
SVN revision: 46083
13 years ago
Vincent Torri
c3ec1a38f7
useless semi-colon
...
SVN revision: 46080
13 years ago
Vincent Torri
b64d398ffd
warnings--
...
SVN revision: 46079
13 years ago
Vincent Torri
f8e1057fc0
warning--
...
SVN revision: 46078
13 years ago
Carsten Haitzler
c487a6aa70
work on adding copy back -> front partial swaps back in... tho it does
...
nothing atm.. odd! disabled tho.
SVN revision: 46077
13 years ago
Carsten Haitzler
1a4ce4f5e1
add return for get image for result.
...
SVN revision: 46073
13 years ago
Christopher Michael
313e96efde
Cleanup configure output a bit.
...
SVN revision: 46066
13 years ago
Gustavo Sverzut Barbieri
97ebfc5f2b
proper error logging for _edje_lua_error()
...
ERR() should not be used there, because _edje_lua_error() is already
an error logging function. Instead we should call eina_log_print()
directly, handling the source of the error.
SVN revision: 46058
13 years ago
Gustavo Lima Chaves
62d9d8bc92
Preventing former strdup()-ed string to be eina_string_del()-ted.
...
SVN revision: 46053
13 years ago
김지훈
66df4d6c61
From: 김지훈 <jihoon48.kim@samsung.com>
...
This is edje_entry.c patch for supporting to switch the focus of ecore_imf
when the other window is clicked.
SVN revision: 46050
13 years ago
Cedric BAIL
397b718cf1
* edje: Add filter_state to program.
...
Patch from "Tristan <blunderer@gmail.com>".
SVN revision: 46048
13 years ago
이상진
fb352ec80f
From: 이상진 <lsj119@samsung.com>
...
Patch for rotate with resize
(fixed formatting a bit)
SVN revision: 46046
13 years ago
Carsten Haitzler
7fb7677794
printf--
...
SVN revision: 46044
13 years ago
Carsten Haitzler
5c236def11
more work on compositing
...
SVN revision: 46043
13 years ago
Carsten Haitzler
22bcb163f2
compositing ok on glx - need this for more testing and dev!
...
SVN revision: 46035
13 years ago
Boris Faure
44de2046c0
edje: edc property is elipsis and not text_elipsis (update doc + vim syntax file)
...
SVN revision: 46031
13 years ago
Sebastian Dransfeld
229e5de19d
remove trailing whitespace
...
SVN revision: 46029
13 years ago
Sebastian Dransfeld
5847c6f245
string_remove -> string_steal
...
Better naming
SVN revision: 46028
13 years ago
Sebastian Dransfeld
fe99f062e9
Check whether alloc works, return false on error
...
SVN revision: 46027
13 years ago
Sebastian Dransfeld
459fef8aea
unset eina magic on free
...
SVN revision: 46026
13 years ago
Sebastian Dransfeld
dca87fdf87
Typo
...
SVN revision: 46025
13 years ago
Sebastian Dransfeld
3d6a752111
Add simple test for strbuf
...
Need more
SVN revision: 46024
13 years ago
Sebastian Dransfeld
d8d808d161
Make clang happy
...
SVN revision: 46023
13 years ago
Cedric BAIL
13df61db0d
* eina: Remove warning in eina_stringshare.
...
SVN revision: 46009
13 years ago