Vincent Torri
1374ce7d6b
damn space !
...
SVN revision: 72979
11 years ago
Vincent Torri
45600d2b36
Eina: and fix bench compilation
...
SVN revision: 72974
11 years ago
Vincent Torri
66bbafd787
remove useless m4 files
...
SVN revision: 72973
11 years ago
Vincent Torri
766a3ce890
Eina: add nice m4 macro to check function. Will be usable easily in the merge, per EFL lib
...
Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here
SVN revision: 72972
11 years ago
Sung Park
06aa05c2c3
EvasGL: Adding MSAA for depth_24_stencil_8 format that was missing
...
from the previous commit.
SVN revision: 72970
11 years ago
Jihoon Kim
ecde500eb8
ibusimmodule: remove trailing whitespaces
...
SVN revision: 72969
11 years ago
Sebastian Dransfeld
545c2bc473
ecore xim: No need to cast here
...
XKeyPressedEvent is correct
SVN revision: 72967
11 years ago
Mike Blumenkrantz
a396b00045
ephysics may or may not require current svn to build, probably no harm in setting version requirements to that since we're releasing again in a couple weeks
...
SVN revision: 72963
11 years ago
Sebastian Dransfeld
851f2fc136
efreet: Fix missing cache info
...
If a desktop was in the regular cache because of direct access, and then
added by a change in XDG_DATA_DIRS it wouldn't end in the utils cache
unless something triggered a complete cache rebuild.
SVN revision: 72962
11 years ago
Iván Briano
d48eb2a954
Mark the slave as not done when it starts a job
...
SVN revision: 72961
11 years ago
Iván Briano
18b94b39c1
Prevent using freed data in epoll events
...
SVN revision: 72960
11 years ago
Bruno Dilly
5a47783517
EPhysics: remove dependency
...
We've stopped using ecore_evas directly.
SVN revision: 72957
11 years ago
Sebastian Dransfeld
54dc44f826
ecore xim: Enable lock scroll
...
SVN revision: 72956
11 years ago
Sebastian Dransfeld
199b08fccf
ecore xim: Use ecore x modifiers
...
So if the users do a strange remapping it will work for them
SVN revision: 72955
11 years ago
Sebastian Dransfeld
5b4186f41d
ecore_x: Make x modifiers public
...
SVN revision: 72954
11 years ago
Bruno Dilly
bb39959aab
EPhysics: reduce bullet requirement to 2.79
...
Tested by glima.
2.79 is the version packaged on fedora.
SVN revision: 72953
11 years ago
Stefan Schmidt
1d6a1a8130
eio: Fix out srcdir != builddir build for make distcheck
...
This should fix the buildbot problem during make distcheck
SVN revision: 72950
11 years ago
Stefan Schmidt
403fcf96ff
edje: Align coverage generation with all others
...
SVN revision: 72947
11 years ago
Stefan Schmidt
b07388e539
efreet: Align coverage generation with eina, eet and evas.
...
SVN revision: 72946
11 years ago
Cedric BAIL
9ff42ef436
eet: fix name.
...
SVN revision: 72944
11 years ago
Sebastian Dransfeld
7d22e563fe
ecore: ChangeLog for last commit
...
SVN revision: 72939
11 years ago
Sebastian Dransfeld
84e54d532d
ecore: Fix support for intl keyboards
...
Map XK_Mode_switch to new modifier and use it to match AltGr key. In
ecore_imf xim module this key should be reported as Mod5Mask, and
windows key as Mod4Mask.
Does none of the e developers use international keyboards?
SVN revision: 72937
11 years ago
Stefan Schmidt
18c327cfff
efreet: efreet_suite also needs the libs for coverage
...
Its one of these days where it only comes together in small pieces.
SVN revision: 72934
11 years ago
Stefan Schmidt
f61cb10773
efreet: Pass the correct ld flags to the test.
...
This fixes coverage on freet
SVN revision: 72930
11 years ago
Stefan Schmidt
22340d46a2
edje: Pass in coverage ld flags for all programs in src/bin as well
...
SVN revision: 72929
11 years ago
Sung Park
896d489db8
EvasGL: Fixed a few minor bugs.
...
- Added (w,h) <=0 dimension check for evas_gl_surface_create()
- Changed evas_gl_make_current to return error when either
surface or context is NULL. Semantically, this was allowed
before but it was changed to reflect eglMakeCurrent behavior.
- evas_gl_make_current - detached any previously attached
buffers before attaching new ones to an FBO during a make_current.
- Used dynamic memory for extension string allocation for safety.
SVN revision: 72926
11 years ago
Vincent Torri
8d72033792
Evil: force -mms-bitfields for all the lib compiled with Evil
...
SVN revision: 72919
11 years ago
Tom Hacohen
f5a4d9782e
Eo: Removed the const op concept.
...
Too ambiguous to be worth it...
SVN revision: 72914
11 years ago
Tom Hacohen
ed8bec5577
Eo: Fixed wrong kls_itr inits and error message prints.
...
SVN revision: 72913
11 years ago
Cedric BAIL
04a81e3c6f
eet: fix crash when cyphering hyge amount of data.
...
Patch by Leandro Sansilva.
SVN revision: 72906
11 years ago
Bruno Dilly
28d9f92ef2
EPhysics: a new library comes to E world
...
It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.
More details on README, TODO, and edevelop mail list =)
SVN revision: 72896
11 years ago
Mike McCormack
3eaa894b69
eio: Ignore all libtool output
...
SVN revision: 72893
11 years ago
Stefan Schmidt
902e35e461
Revert "ecore/xinerama: Don't do an assingment after return."
...
This reverts commit 47fe99646f879b555b1048b900e27e67dc20bd98.
SVN revision: 72877
11 years ago
Stefan Schmidt
f471953297
Revert "ecore/gesture: Don't do dead assignments after return."
...
This reverts commit b18eddb5a74e84e05e0f797b659d0719f56d9434.
SVN revision: 72876
11 years ago
Stefan Schmidt
7397d6ee48
ecore/xinerama: Don't do an assingment after return.
...
It's dead baby, it's dead.
SVN revision: 72873
11 years ago
Stefan Schmidt
f4b521e165
ecore/gesture: Don't do dead assignments after return.
...
Raster added this for some unused param warnings in 65142. Now we have complains about dead
assigments and I hope this finally mutes both of them. Thanks to Tom for pointing it out.
SVN revision: 72872
11 years ago
Stefan Schmidt
75def4f722
emotion: Remove dead assigment and commented out code
...
Thanks to scan-build.
SVN revision: 72871
11 years ago
Stefan Schmidt
76070c522c
embryo: Avoid shadowing of the global index variable
...
SVN revision: 72865
11 years ago
Stefan Schmidt
d8a9a480ee
eeze: Initial docs fopr Eeze_UDev_Watch and callback types
...
SVN revision: 72864
11 years ago
Stefan Schmidt
11e9c39163
evas/cserve2: Don't use var names that are used as global. Index is one of them.
...
SVN revision: 72863
11 years ago
Christopher Michael
1d1df179f4
Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
...
engine surface.
SVN revision: 72851
11 years ago
Mike Blumenkrantz
5ad3c7b54e
casting for windows
...
SVN revision: 72849
11 years ago
Mike Blumenkrantz
88c88c5614
cast warnings--
...
SVN revision: 72847
11 years ago
Mike Blumenkrantz
2a45ea31ce
use correct format string
...
SVN revision: 72845
11 years ago
Mike Blumenkrantz
bc140047b6
unused--
...
SVN revision: 72844
11 years ago
Vincent Torri
28cdcce842
Evil: compile with -mms-bitfields
...
SVN revision: 72840
11 years ago
Cedric BAIL
bbc88ac13b
edje: destroy child and group correctly.
...
SVN revision: 72838
11 years ago
Carsten Haitzler
395034cb6e
quick initial flag fdor double width char cells in textgrid -
...
important to api. does nothing special right now
SVN revision: 72835
11 years ago
Sebastian Dransfeld
77d44f84d3
efreet: correct desktop cache update on lang reset
...
As we only build the cache for the current language, we need to trigger
cache rebuild on language change, as the cache might not exist or it is
old.
SVN revision: 72832
11 years ago
Rafael Antognolli
da8b023295
evas/cserve2: Don't take "used glyphs" messages into
...
account.
When considering glyphs loading saved time, just use the load glyphs
requests.
SVN revision: 72831
11 years ago