Commit Graph

14236 Commits

Author SHA1 Message Date
Naruto TAKAHASHI f5f1c56657 ecore-x: Add immodules directory
Signed-off-by: Naruto TAKAHASHI <tnaruto@gmail.com>

SVN revision: 61258
2011-07-12 02:26:29 +00:00
Naruto TAKAHASHI 39164fb44d ecore-x: Remove XIM
Signed-off-by: Naruto TAKAHASHI <tnaruto@gmail.com>

SVN revision: 61257
2011-07-12 02:26:19 +00:00
Rafael Antognolli dba308e60b ecore/examples - Fix DSO build (linking example against Evas).
SVN revision: 61255
2011-07-11 17:22:31 +00:00
Tom Hacohen c56ce3a747 Evas tests: Add more style tests to verify bug fixed in previous commit.
SVN revision: 61254
2011-07-11 16:39:48 +00:00
Tom Hacohen 9d6d6cedc9 Evas textblock: Fixed style padding calculation.
SVN revision: 61253
2011-07-11 16:39:45 +00:00
Tom Hacohen e4dcb66095 Evas tests: Added a test to verify the last bug is fixed.
SVN revision: 61252
2011-07-11 15:56:51 +00:00
Tom Hacohen b55c9032aa Evas textblock: Fixed an issue with escaped-html-like chars.
SVN revision: 61251
2011-07-11 15:56:47 +00:00
Tom Hacohen b9acb9687c Evas tests: More textblock tests.
SVN revision: 61250
2011-07-11 15:27:53 +00:00
Tom Hacohen 6c67f54efb Evas tests: Added tests for evas_textblock_cursor_range_geometry_get.
SVN revision: 61249
2011-07-11 15:19:33 +00:00
Tom Hacohen 6d082b5da7 Evas: Move the HAVE_TESTS define to the m4 macro.
Thanks to vtorri for the spanking.

SVN revision: 61245
2011-07-11 14:39:53 +00:00
Tom Hacohen a425de556c Evas: Added HAVE_TESTS to config.h
This is set to 1 if tests are enabled.

SVN revision: 61244
2011-07-11 14:08:13 +00:00
Tom Hacohen 6465e886fe Evas tests: Added a test for evas_textblock_node_format_list_get.
SVN revision: 61243
2011-07-11 13:55:53 +00:00
Tom Hacohen 40d8a3a433 Evas tests: Added tests to evas_textblock_node_format_remove_pair.
SVN revision: 61242
2011-07-11 13:55:48 +00:00
Tom Hacohen 9924c133c1 Evas tests: Add another textblock test.
SVN revision: 61240
2011-07-11 13:39:46 +00:00
Tom Hacohen 78d304e37f Evas tests: Improved textblock tests.
SVN revision: 61239
2011-07-11 12:30:18 +00:00
Tom Hacohen 5c0443cf79 Evas textblock: Removed useless function.
SVN revision: 61238
2011-07-11 12:30:15 +00:00
Tom Hacohen 30ed908c18 Evas tests: Added various text and textblock tests.
SVN revision: 61237
2011-07-11 12:30:09 +00:00
Tom Hacohen 697f8eb592 Evas tests: Added more textblock tests, including one to verify my last fix.
SVN revision: 61236
2011-07-11 11:20:45 +00:00
Tom Hacohen 7c14357161 Evas textblock: Fixed an issue with string_escaped_get.
SVN revision: 61235
2011-07-11 11:20:42 +00:00
Tom Hacohen 4ef7602216 Evas textblock: Fixed an error in docs.
SVN revision: 61234
2011-07-11 11:20:37 +00:00
Tom Hacohen f046b06c23 Evas tests: Added more textblock tests, including one to verify my last fix.
SVN revision: 61233
2011-07-11 08:56:19 +00:00
Tom Hacohen e01d587617 Evas textblock: Fixed evas_textblock_cursor_format_prev.
SVN revision: 61232
2011-07-11 08:56:17 +00:00
Tom Hacohen 8fe3776f8a Evas textblock: Deprecated evas_textblock_cursor_set_at_format.
This was a duplicate of evas_textblock_cursor_at_format_set.
The only difference is the name, and this one doesn't conform to the naming
conventions.

SVN revision: 61231
2011-07-11 08:56:13 +00:00
Tom Hacohen 06a85ddbdf Evas textblock: Fixed a confusing parameter name.
SVN revision: 61230
2011-07-11 08:56:10 +00:00
Tom Hacohen 1504fdb4a7 Evas tests: Added more textblock tests, including a test for the last fix.
SVN revision: 61228
2011-07-11 07:23:18 +00:00
Tom Hacohen 181eda995a Evas textblock: Hopefully eliminate all issues with uninit cursors.
SVN revision: 61227
2011-07-11 07:23:12 +00:00
ChunEon Park 6852dc4971 evas/evas_engine - patched by Seung-Soo Woo.
Dear all,

There is a below issue.

Problem : Evas gl engine call eglWaitNative() and eglWaitGL() before/after eglSwapBuffers().
The sync APIs are not call only in case of SGX_DDK.
Resolution : It is necessary to check MALI string too.

So, I fixed it.
Please find enclosed file.

Thanks.



SVN revision: 61226
2011-07-11 06:29:20 +00:00
Mike McCormack 4ff69d688c ecore: Fix logic bug in g_main_loop
Want to use timerfd if either seconds or nanoseconds is non-zero.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61224
2011-07-11 02:51:37 +00:00
Jiyoun Park 81098de5a6 evas: fix _evas_jpeg_membuf_src_skip bug
If file was corrupted , the size value of app frame is bigger than real file
size.

For example, if somebody change file using editor, the file start with (FF
D8 FF E0 FF DB ..).

But real file size can be small than (FF DB).

In that case, _evas_jpeg_membuf_src_skip set src->pub.bytes_in_buffer to
negative value, it make crash later.

Signed-off-by: Jiyoun Park <jy0703.park@samsung.com>

SVN revision: 61222
2011-07-11 02:29:16 +00:00
Mike McCormack 3b5050421b ecore: Ignore new binary ecore_test
Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 61218
2011-07-11 01:21:59 +00:00
Mike McCormack ebe85185b8 ecore: Comment missing example
This is causing problems for autogen.sh

Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 61217
2011-07-11 01:21:49 +00:00
Tom Hacohen f24a0f896e Evas tests: Added a bunch of text object tests.
SVN revision: 61213
2011-07-10 14:58:37 +00:00
Tom Hacohen 0db401e003 Evas: Updated .gitignore.
SVN revision: 61212
2011-07-10 14:23:50 +00:00
Tom Hacohen c9227dc271 Evas tests: Added a basic evas_objet_text test.
SVN revision: 61211
2011-07-10 14:23:47 +00:00
Tom Hacohen 0a1773ef31 Evas tests: Added some more textblock tests.
SVN revision: 61210
2011-07-10 14:23:43 +00:00
Tom Hacohen bcae70565d Evas tests: Added a lot more textblock tests.
Some verify the fixes I just committed, some are just general tests.

SVN revision: 61208
2011-07-10 13:22:45 +00:00
Tom Hacohen 0aab125684 Evas textblock: Fixed evas_textblock_cursor_eol_get.
SVN revision: 61207
2011-07-10 13:22:42 +00:00
Tom Hacohen 9fe4504574 Evas textblock: Fixed cursor_paragraph_text_length_get.
SVN revision: 61206
2011-07-10 13:22:38 +00:00
Tom Hacohen d30603e37f Evas textblock: Fixed a bug in _paragraph_char_last with the last par.
SVN revision: 61205
2011-07-10 13:22:33 +00:00
Tom Hacohen b6fd1539e8 Evas tests: Added a test to verify the last issue I fixed.
SVN revision: 61204
2011-07-10 12:18:52 +00:00
Tom Hacohen ad79facc8a Evas textblock: Fixed returned position of "clean" cursors.
Issue reported by Shilpa.

SVN revision: 61203
2011-07-10 12:18:48 +00:00
Tom Hacohen b43f08436d Evas tests: Added textblock tests.
SVN revision: 61202
2011-07-10 12:18:45 +00:00
Tom Hacohen 70f9cf686f Evas textblock: textblock_cursor_get's return should not be const.
This does not break API as it's more permissive and behavior doesn't change.

SVN revision: 61201
2011-07-10 12:18:42 +00:00
David Walter Seikel fc1d772c79 Fix ancient typo, and make them all consistant.
Google tells me it's a fairly common miss spelling in USA, and a male singing group.



SVN revision: 61199
2011-07-10 12:02:53 +00:00
Christopher Michael 0869862e5e Evas: Fix building xcb backend as static.
SVN revision: 61178
2011-07-09 21:12:43 +00:00
Christopher Michael 246321e372 Evas: Remove 'double =' signs from configure --help output.
SVN revision: 61177
2011-07-09 20:34:32 +00:00
Iván Briano f42ff0e33c don't build ecore-evas when statically building software-x11
SVN revision: 61176
2011-07-09 18:34:13 +00:00
Iván Briano 4dbecee5e9 keep'em consistent
SVN revision: 61175
2011-07-09 18:19:23 +00:00
Christopher Michael 62078f2372 Evas: Add ability to detect if opengl is built w/ xlib or xcb backend.
SVN revision: 61172
2011-07-09 14:26:46 +00:00
Christopher Michael 2148b1d2f6 Evas: Remove dependency on xcb-aux and add code to find the visual
based on id, as we were only using one function from there.



SVN revision: 61171
2011-07-09 13:48:39 +00:00