Commit Graph

13893 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 2a93705baf [evas] More references to examples on doxygen groups.
SVN revision: 60531
2011-06-20 17:18:39 +00:00
Gustavo Lima Chaves 5fbf57272d [evas] Referencing examples on size hints doxygen group.
SVN revision: 60530
2011-06-20 17:00:44 +00:00
Iván Briano c23e7c1c9e Do show the included header
SVN revision: 60529
2011-06-20 16:19:35 +00:00
Iván Briano 52511e4cfa Remove out-dated info about Eet format
SVN revision: 60528
2011-06-20 16:16:45 +00:00
Gustavo Lima Chaves f175c06b0c [evas] Fixing wrong placement of eps images.
SVN revision: 60526
2011-06-20 16:07:55 +00:00
Carsten Haitzler 8ba3385505 typo--
SVN revision: 60519
2011-06-20 11:10:55 +00:00
Tom Hacohen c0ca25ea91 Evas font: Fix font run len calculation.
Co-fixed with MJ :P. Thanks a lot for your report + help.

SVN revision: 60508
2011-06-20 07:28:57 +00:00
Michael Jennings f742678581 Fix "make dist"
SVN revision: 60506
2011-06-20 07:19:44 +00:00
Jihoon Kim a889ae4997 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add Ecore_IMF API to set the attirbute of
input panel

For supporting virtual keyboard, I'd like to add
ecore_imf_context_input_panel_enabled_set/get APIs. The detail description of
each API is included in the patch file as doxygen format.

If input panel is in 'enabled' status, the immodule will request to
show the input panel automatically When the input widget such as entry is
clicked or has focus. In some case, application programmers want to control
the input panel manually (not automatically), so I implement this API.



SVN revision: 60504
2011-06-20 07:17:24 +00:00
Ulrich Eckhardt 46cdaea3cb From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] XRender engine causes ecore build failure

while building ecore. The problem is that this engine was removed from evas 
but not yet completely from ecore. I was on IRC with Vincent Torri (vtorri) 
and Daniel Juyung Seo (SeoZ) and the consensus was to remove the code for the 
XRender engines, both the Xlib and XCB versions.

There is a switch over the different engine types, where there are still a few 
places left where XRender is handled, grep for "xrender" or "XRENDER" and you 
will find them. The question is whether to just return NULL in order to signal 
that this engine is not supported or to remove the whole thing. The latter 
could break binary compatibility, therefore I left those stubs in.



SVN revision: 60502
2011-06-20 06:58:33 +00:00
Carsten Haitzler 36e2d698a4 free on success, not failure of pthread_join.
SVN revision: 60499
2011-06-20 06:44:37 +00:00
Lucas De Marchi cde2bec9f6 eina: fix common misspellings
Common misspellings found by codespell.



SVN revision: 60479
2011-06-18 19:48:28 +00:00
ChunEon Park 8302133e1b hermet - just changed my email address.
SVN revision: 60477
2011-06-18 16:16:28 +00:00
ChunEon Park a76601e123 evas_layer.c - fixed indenation and removed white spaces
SVN revision: 60472
2011-06-18 09:16:22 +00:00
ChunEon Park 8a6f620675 evas/evas_layer.c - added some missed exception handlings.
SVN revision: 60471
2011-06-18 09:08:33 +00:00
Carsten Haitzler 6d7dceeb5c @since 1.1.0++
SVN revision: 60469
2011-06-17 23:50:02 +00:00
Vincent Torri 3914920d09 Ecore : ecore_evas : use correct temporary directory on Windows
SVN revision: 60468
2011-06-17 21:49:47 +00:00
Vincent Torri e91c5a0787 Ecore: remove wrong cast
SVN revision: 60467
2011-06-17 21:45:21 +00:00
Vincent Torri 0b847b7dc5 Evil : don't define open anymore (useless, now)
SVN revision: 60466
2011-06-17 21:44:25 +00:00
Vincent Torri 38bb85fda3 formatting
SVN revision: 60465
2011-06-17 21:43:40 +00:00
Vincent Torri 7bd56b975d useless code
SVN revision: 60464
2011-06-17 21:43:04 +00:00
Vincent Torri 3c4fd94e9d epp : use binary mode for (f)open()
SVN revision: 60463
2011-06-17 21:42:27 +00:00
Gustavo Lima Chaves 5f8f61921b [evas] Examples on the rest of the size hints.
SVN revision: 60461
2011-06-17 21:17:07 +00:00
Gustavo Lima Chaves ded7959193 [evas] Example on aspect hints.
SVN revision: 60460
2011-06-17 21:16:59 +00:00
Gustavo Lima Chaves b3b4adabdf [evas] Documenting our dear size hints.
Examples coming in sequence.



SVN revision: 60459
2011-06-17 21:16:49 +00:00
Gustavo Lima Chaves 665837d7df [evas] Oopsies-- on an example.
SVN revision: 60458
2011-06-17 21:16:25 +00:00
Gustavo Lima Chaves 04180e384d [evas] Fixing scaling functions docs.
SVN revision: 60457
2011-06-17 21:16:17 +00:00
Gustavo Lima Chaves 2bcd0a2cc9 [evas] Let's not forget box and table in the smart
objects.



SVN revision: 60456
2011-06-17 21:16:11 +00:00
Jonas M. Gastal c0d8ef9ede Eina: Adding images for latex docs.
SVN revision: 60452
2011-06-17 14:20:59 +00:00
Carsten Haitzler 8575821c1a allow getting ot table packing child too.
SVN revision: 60447
2011-06-17 11:34:30 +00:00
Carsten Haitzler 5c5581fc95 evas table -> allow packing of same object again to update packing
parameters



SVN revision: 60446
2011-06-17 11:25:30 +00:00
Mike Blumenkrantz d932f0b0c5 ecore_con_server_timeout_g/set now apply to client-type servers
CAN'T SLEEP
MUST HACK


SVN revision: 60445
2011-06-17 11:16:50 +00:00
Michael BOUCHAUD 396e256fc6 evas: warn dev to clip on a rect and not on an other object
SVN revision: 60443
2011-06-17 10:55:26 +00:00
Carsten Haitzler b73f50a97c note features that are disabled.
SVN revision: 60441
2011-06-17 10:15:27 +00:00
Cedric BAIL c2d99295bd eina: rename eina_hash_free_set as eina_hash_free_cb_set.
SVN revision: 60439
2011-06-17 09:49:15 +00:00
Cedric BAIL d70d67c288 eina: forgotten commit.
SVN revision: 60428
2011-06-17 08:55:22 +00:00
Cedric BAIL eb976c2571 eina: disabling Eina_Object until 1.1 is released.
SVN revision: 60427
2011-06-17 08:48:02 +00:00
Vincent Torri 18d1e68924 whitespaces--------
SVN revision: 60426
2011-06-17 07:47:28 +00:00
ChunEon Park 19ef9ecc95 evas/evas_map - trivial changes.
SVN revision: 60425
2011-06-17 07:12:20 +00:00
Mike Blumenkrantz 20634af237 remove unused variable
SVN revision: 60417
2011-06-17 04:00:28 +00:00
Mike McCormack b78bdd3d34 Update .gitignore files
SVN revision: 60416
2011-06-17 01:59:49 +00:00
ChunEon Park bac87b9e06 evas/evas_map - stuffed trivial missing things.
SVN revision: 60415
2011-06-17 01:16:16 +00:00
Hannes Janetzek 8d783d1ee8 ecore: fix dnd for 'shaped' windows. added rect offset to 'inside' check
SVN revision: 60409
2011-06-16 21:10:41 +00:00
Michael Jennings 092d2d861b Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.



SVN revision: 60407
2011-06-16 20:36:43 +00:00
ChunEon Park 2e73238792 evas - updated AUTHORS
SVN revision: 60402
2011-06-16 17:10:21 +00:00
Cedric BAIL 1dd3a72b94 emotion: temporary fix gstreamer uri to match other engine behaviour.
SVN revision: 60398
2011-06-16 15:29:29 +00:00
Daniel Juyung Seo 5724f5b257 ecore ecore_x_test.c: Fixed warnings.
SVN revision: 60396
2011-06-16 15:11:30 +00:00
ChunEon Park f8bf6ff656 evas/evas_map - modified to use Eina_Bool values.
SVN revision: 60392
2011-06-16 12:18:19 +00:00
ChunEon Park 4eeb5f77fe evas/main.c - added Evas_GL magic_string_get
SVN revision: 60391
2011-06-16 12:11:41 +00:00
ChunEon Park 81672eac1c evas/evas_map - added magic check
SVN revision: 60390
2011-06-16 12:08:46 +00:00