Commit Graph

18830 Commits

Author SHA1 Message Date
Vincent Torri 544b81fe60 Eo: use the 'check' rule to build the tests
SVN revision: 76352
2012-09-09 09:06:31 +00:00
Vincent Torri 31d88d7b85 Eo: missing file
SVN revision: 76351
2012-09-09 07:08:43 +00:00
Vincent Torri c101b8facf Eo: more dos2unix
SVN revision: 76350
2012-09-09 07:03:17 +00:00
Vincent Torri 1220a85df5 EO: dos2unix the toplevel Makefile.am
SVN revision: 76348
2012-09-09 06:56:11 +00:00
Cedric BAIL 5689ab4363 ecore: Ecore_Con_Eet reset size when receiving an Eet_Data.
SVN revision: 76345
2012-09-08 16:12:34 +00:00
Carsten Haitzler 80dbe14ea8 really minor improvement - detect llvmpipe as a software renderer and
blacklist it. :)



SVN revision: 76344
2012-09-08 14:31:18 +00:00
Vincent Torri b8b93194d0 Eina: add EINA_UNUSED on Windows. Should be in eina_types.h instead
SVN revision: 76341
2012-09-08 09:15:17 +00:00
Vincent Torri 0fe8e0f106 edje_codegen: cleanup
SVN revision: 76340
2012-09-08 08:52:49 +00:00
Vincent Torri 55942ecabe clean++
SVN revision: 76339
2012-09-08 08:41:52 +00:00
Vincent Torri b751d12d93 Edje: clean up autotools
SVN revision: 76338
2012-09-08 08:40:36 +00:00
Vincent Torri 849362bd06 Ecore_File: Fix readlink usage in ecore_file.
SVN revision: 76330
2012-09-08 06:21:42 +00:00
Vincent Torri 312066e91b Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
SVN revision: 76323
2012-09-07 21:56:44 +00:00
Vincent Torri af81f7b38c eo: copy/paste error
SVN revision: 76319
2012-09-07 18:58:35 +00:00
Vincent Torri 8a25203d64 Fix compilation on Windows
SVN revision: 76318
2012-09-07 18:56:49 +00:00
Flavio Ceolin b17e46d620 edje_codegen: Making the example uses the new object get
function

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>



SVN revision: 76315
2012-09-07 15:41:22 +00:00
Flavio Ceolin be4bdda2e2 edje_codegen: Improving the generated code
Adding a new function that creates the edje object and set
the edj file.

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>



SVN revision: 76314
2012-09-07 15:40:26 +00:00
Christopher Michael ce0e9c19db Ecore: Update ChangeLog and NEWS for Vince.
SVN revision: 76308
2012-09-07 13:22:16 +00:00
Christopher Michael aa88c5697d Ecore_X (RandR): Fix long outstanding randr bug which caused
ecore_x_randr to not work for pretty much everyone. Short version,
don't memcpy something potentially Larger into something Certainly
smaller. (read on for the details).

NB: This 'should' fix all the randr problems in ecore_x (tho I have
not tested Everything).

NB: Ok, here goes:
    XRRGetScreenResources returns a struct. Inside that struct is a
    list of RROutputs.

    RROutput is defined as (from randrproto.h):
      #define RROutput CARD32

    CARD32 is defined as (from X11/Xmd.h): 
      # ifdef LONG64
        typedef unsigned long CARD64;
        typedef unsigned int CARD32;
      # else
        typedef unsigned long CARD32;
      # endif
    so CARD32 can change based on the system (32/64 bit).

    Ecore_X_Randr_Output is defined as (Ecore_X.h):
       typedef Ecore_X_ID Ecore_X_Randr_Output;
       (for reference: typedef unsigned int Ecore_X_ID)

    Double bonus points if you have already spotted the problem !! ;)



SVN revision: 76306
2012-09-07 13:12:30 +00:00
Carsten Haitzler e26ae30eb8 vincent - try this on windows.
SVN revision: 76293
2012-09-07 10:12:50 +00:00
ChunEon Park 74f1f5eed1 evas/gl_common - simpler code
SVN revision: 76289
2012-09-07 08:31:19 +00:00
Carsten Haitzler 921b861f6f fix evas map leak.
SVN revision: 76286
2012-09-07 08:02:32 +00:00
Carsten Haitzler ee49da7665 fix image alpha set bug.
SVN revision: 76277
2012-09-07 05:57:22 +00:00
Daniel Juyung Seo f4cc630f3a eina eina_list.h: Fixed documentation. Special thanks to Sungho Kwak for spotting this out.
SVN revision: 76276
2012-09-07 05:53:36 +00:00
Carsten Haitzler 86d35c3ca0 really minor fix - to invalidate cache on memfile set.. set to not has
cur alpha then the cur alpha flag! :)



SVN revision: 76275
2012-09-07 05:27:55 +00:00
WooHyun Jung 989a182d1c edje : fixed a doc.
SVN revision: 76274
2012-09-07 05:19:28 +00:00
WooHyun Jung cd9998f251 edje : Just fixed a doc.
SVN revision: 76273
2012-09-07 05:09:46 +00:00
Daniel Juyung Seo f99fac7de2 eina eina_convert.c: Fixed formatting.
SVN revision: 76269
2012-09-07 02:39:25 +00:00
Cedric BAIL 00ac5eaba9 eina: bug fixes by Sungho Kwak.
Return EINA_FALSE on NULL input as we can't produce valid result.


SVN revision: 76267
2012-09-07 02:32:59 +00:00
Daniel Juyung Seo ef10cd0e34 ecore AUTHORS: Added translator Seong-ho Cho to the list of authors. I had to google it for his email address though :) Anyhow, thanks.
SVN revision: 76265
2012-09-07 02:19:51 +00:00
Daniel Juyung Seo 48b7d96bd4 ecore ko.po: Korean translation for ecore. Patch by DarkCircle.
http://trac.enlightenment.org/e/ticket/1432
Add Korean translation for the ecore
I've added Korean translation for the ecore into trunk.
please make sure that there is something problem or not, again. thank you

SVN revision: 76264
2012-09-07 01:38:57 +00:00
Bruno Dilly a59bbcf758 ephysics: update TODO
SVN revision: 76255
2012-09-06 17:18:28 +00:00
Cedric BAIL a63f1db129 edje: correct NULL check. Happy SeoZ :-)
SVN revision: 76235
2012-09-06 10:05:34 +00:00
Cedric BAIL d270badc35 edje: check NULL :-)
SVN revision: 76234
2012-09-06 10:01:44 +00:00
Mike Blumenkrantz c504378e80 unbreak ecore's ssl connectivity
SVN revision: 76230
2012-09-06 08:14:46 +00:00
Mike Blumenkrantz c14ede1a73 apparently when using openssl, the prepared flag was never being set for servers
SVN revision: 76228
2012-09-06 08:03:41 +00:00
Mike Blumenkrantz bf8f20a3f6 fix super hard to reproduce race condition with ecore-con clients
SVN revision: 76223
2012-09-06 07:34:00 +00:00
ChunEon Park 3fe669e66d edje - fix fmtting.
SVN revision: 76219
2012-09-06 06:46:51 +00:00
Vincent Torri ed4a4d5fdc Eio: improve path monitoring on Windows
Not perfect but i'm fed up with that Windows stuff. I need to work on
something else

SVN revision: 76215
2012-09-06 06:30:29 +00:00
Jihoon Kim 816c904dc8 describe about TERMINAL Layout more detail
SVN revision: 76214
2012-09-06 06:01:37 +00:00
Vincent Torri 9686fe56ce Eobj: don't install benchmark and examples, request from Tom
SVN revision: 76209
2012-09-05 22:53:30 +00:00
Tom Hacohen 06cc2874ef Evas textblock: Fix a small stringshare leak.
I don't know how this got in. Anyhow, stringshare leaks are hard to spot.

SVN revision: 76197
2012-09-05 13:25:12 +00:00
Tom Hacohen 5f54cc0b2d Evas textblock: Fixed format nodes updates for because of style changes.
Thanks a lot to Bluezery for reporting this issue.

SVN revision: 76195
2012-09-05 13:02:37 +00:00
Tom Hacohen 57269364d9 Evas magic: Added compiler hints (EINA_UNLIKELY).
SVN revision: 76194
2012-09-05 13:02:33 +00:00
Mike Blumenkrantz ea858b74cf fix crash in ecore_con_ssl when failing to add privkeys/certs with openssl as spotted by Guillaume Friloux
SVN revision: 76193
2012-09-05 12:41:50 +00:00
Carsten Haitzler 79045b88db fix rgab dest alpha rendering issue
SVN revision: 76188
2012-09-05 10:11:48 +00:00
Cedric BAIL bffbe552fc evas: don't change the value of event. That break ABI !
SVN revision: 76186
2012-09-05 09:56:24 +00:00
ChunEon Park cdc044c321 edje/map - if user change image size of the image object which is swallwoed and it's map is enabled by the edje then edje needs to update it's uv mapping info
SVN revision: 76184
2012-09-05 09:46:09 +00:00
Vincent Torri 17d424f6db Evil: add missing fclose(). Suggested by Maxime Villard
SVN revision: 76178
2012-09-05 08:31:41 +00:00
ChunEon Park 70624abbc2 edje - fixed typo
SVN revision: 76175
2012-09-05 08:08:20 +00:00
Cedric BAIL 42a65f3e68 eio: fix typo in previous fix.
SVN revision: 76170
2012-09-05 07:19:30 +00:00