cedric [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.
Patch from Vincent Torri.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62244
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 9 Aug 2011 08:50:47 +0000 (08:50 +0000)]
ecore: remove bad macro from ecore.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62241
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 9 Aug 2011 06:05:44 +0000 (06:05 +0000)]
aaagh those were not meant to be in the docs!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62223
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 20:40:04 +0000 (20:40 +0000)]
Ecore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
ecore_x_client_message32_send, but rather send the events directly via
xcb (like xlib does).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62219
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 20:39:10 +0000 (20:39 +0000)]
Ecore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
eina_init, etc).
dlopen XCloseDisplay for opengl and use that also.
Use the unchecked version for query pointer.
Add some FIXME notes.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62218
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 20:37:40 +0000 (20:37 +0000)]
Ecore_X: Make ecore_xcb_window match up more w/ xlib version.
Fix some formatting.
Don't allocate any Ecore_X_Windows if the children count is zero.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62217
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 20:35:48 +0000 (20:35 +0000)]
Ecore_X: Add comment wrt Fixes extension version (for Tom).
Remove unused code wrt invert regions.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62216
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 20:10:44 +0000 (20:10 +0000)]
Ecore_X: Fix fat finger copy-paste error wrt casting on shape
rectangles. Thanks jeffdameth for pointing that out ;)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62215
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 19:31:17 +0000 (19:31 +0000)]
Ecore_X: We don't check fixes extension version in xlib, so don't
check it here.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62214
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 19:15:41 +0000 (19:15 +0000)]
Ecore_X: Remove check for shape extension version.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 19:15:04 +0000 (19:15 +0000)]
Ecore_X: Remove check for damage extension version. (we don't check
version in xlib, so don't check it here).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62212
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 18:59:25 +0000 (18:59 +0000)]
Ecore_X: Use unchecked version for getting overlay window.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62211
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 18:05:46 +0000 (18:05 +0000)]
Ecore_X: Fix newly added xfixes selection code for Tom ;)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62210
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 8 Aug 2011 18:05:07 +0000 (18:05 +0000)]
Ecore_X: Fix formatting of new xfixes code (someone's editor is not
indenting correctly) ;)
Fix formatting of some existing code to declare variables at the top
of functions.
Remove some unused variables.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62209
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 8 Aug 2011 14:36:02 +0000 (14:36 +0000)]
Ecore X: Added Xfixes selection notification support.
Now we can get notifications for changes in X selection. This is very useful
for text editors that want to disable their "paste" button when there's
nothing to paste.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62205
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 8 Aug 2011 11:31:07 +0000 (11:31 +0000)]
doc - we dont really need the logo there.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62201
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 8 Aug 2011 11:29:05 +0000 (11:29 +0000)]
remove some docs on compiling goop we don't need really.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62200
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 8 Aug 2011 09:40:36 +0000 (09:40 +0000)]
From: Sanjeev Ba <as2902.b@samsung.com>
Subject: Using Eina_BinBuf in Ecore_Con_Url
From Sanjeev - an improvement and addition to the Ecore_Con
documentation giving a handy tip on using Eina_Bin/StrBuf.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62195
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 7 Aug 2011 14:49:08 +0000 (14:49 +0000)]
ecore ecore_imf_context.c: Added since 1.1.0. Patch by Jihoon Kim <jihoon48.kim@samsung.com>
On Sun, Aug 7, 2011 at 9:55 AM, Jihoon Kim <jihoon48.kim@samsung.com> wrote:
> In previous patch, version information (@since 1.1.0) is missed.
>
> Would you please apply this patch in svn?
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62184
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Fri, 5 Aug 2011 20:16:19 +0000 (20:16 +0000)]
[ecore] Examples for the last batch of documentation
bumps.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62152
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Fri, 5 Aug 2011 20:16:13 +0000 (20:16 +0000)]
[ecore] Documentation for the following:
- ecore_evas_buffer_allocfunc_new
- ecore_evas_buffer_new
- ecore_evas_buffer_pixels_get
- ecore_evas_manual_render
- ecore_evas_object_image_new
- ecore_evas_object_ecore_evas_get
- ecore_evas_object_evas_get
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62151
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 4 Aug 2011 20:46:44 +0000 (20:46 +0000)]
Ecore_X: Fix dnd for shaped windows.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62105
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 21:00:09 +0000 (21:00 +0000)]
Ecore: removing author list from main page.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62070
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 14:40:06 +0000 (14:40 +0000)]
Ecore: Adding diagram to ecore_animator.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62058
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 14:39:52 +0000 (14:39 +0000)]
Ecore: Adding mention of Samsung's contribution to
documentation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 14:39:01 +0000 (14:39 +0000)]
Ecore: ecore_evas window properties documentation.
These functions are not contemplated by examples because there is no
meaningfull example(just setting the flags doesn't won't help developers
in understading how to use them) and because their behavior is dependant
on the windowing system.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62056
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 14:38:32 +0000 (14:38 +0000)]
Ecore: ecore_evas basics documentation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62055
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 2 Aug 2011 21:19:06 +0000 (21:19 +0000)]
More annoying DSO
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Tue, 2 Aug 2011 17:02:07 +0000 (17:02 +0000)]
Ecore: ecore_evas_object documentation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62016
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 2 Aug 2011 16:44:08 +0000 (16:44 +0000)]
[ecore] Documenting the following:
- ecore_evas_size_base_get
- ecore_evas_size_base_set
- ecore_evas_size_max_get
- ecore_evas_size_max_set
- ecore_evas_size_min_get
- ecore_evas_size_min_set
- ecore_evas_size_step_get
- ecore_evas_size_step_set
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62012
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 2 Aug 2011 15:52:07 +0000 (15:52 +0000)]
Just link to ecore-evas for all examples
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62008
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Tue, 2 Aug 2011 13:52:26 +0000 (13:52 +0000)]
Ecore: ecore evas callbacks documentation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61998
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 2 Aug 2011 09:07:52 +0000 (09:07 +0000)]
Ecore_Xcb: Make ecore_xcb_window_shape reflect the xlib version more
(in the hunt to fix engage issue(s))...tho this still does not fix the
issue(s) with engage :/
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61974
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 2 Aug 2011 01:32:10 +0000 (01:32 +0000)]
Ecore_Xcb: Allow ecore_xcb to support unstable/development version(s) of xcb.
(based on patch from Boris Faure)
NB: This is untested/unsupported code. Ymmv, but using/compiling
ecore_x with versions of xcb > 0.3.6 is not supported yet (until such
time that standard distros support 0.3.8 out of the box).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61971
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 1 Aug 2011 12:16:39 +0000 (12:16 +0000)]
ecore: merge call to main loop together to reduce number of main loop wakeup.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61947
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sat, 30 Jul 2011 19:41:43 +0000 (19:41 +0000)]
ecore: update .gitignore
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61921
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 29 Jul 2011 14:59:43 +0000 (14:59 +0000)]
ecore: now you don't need to care if you are in the main loop or not when you call ecore_main_loop_thread_safe_call.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61897
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Jul 2011 10:50:59 +0000 (10:50 +0000)]
make jihoons start on on-the-spot editing work. :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61887
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Jul 2011 06:22:31 +0000 (06:22 +0000)]
chlog++
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61880
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Jul 2011 06:21:43 +0000 (06:21 +0000)]
more error handling improvements
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61879
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Jul 2011 06:20:55 +0000 (06:20 +0000)]
make sure we complain enough on stderr about enignes not being found
by ecore-evas. improved error handling, though not really a bug.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61878
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Fri, 29 Jul 2011 05:37:31 +0000 (05:37 +0000)]
ecore : From. Jihoon Kim. In XIM immodule, it doesn't generate preedit
changed event in preedit_draw_callback func at this moment.
This patch will solve this problem.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61876
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 28 Jul 2011 13:33:14 +0000 (13:33 +0000)]
ecore: add ecore_main_loop_thread_safe_call.
NOTE: that's for you mike.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61857
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 28 Jul 2011 12:01:16 +0000 (12:01 +0000)]
ecore: Add main loop thread safety
Thread safety is disabled by default.
Enable it with --enable-thread-safety
Should cover timers, events, animators, idlers and fd handlers.
Tested with Enlightenment and elementary_test.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61851
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 28 Jul 2011 12:01:04 +0000 (12:01 +0000)]
ecore-imf: Don't crash if no XIM is present
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61850
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 27 Jul 2011 11:13:58 +0000 (11:13 +0000)]
Ecore: Add back in x11-xcb pkgconfig check. Needs for 11.04 apparently.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61804
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 27 Jul 2011 07:40:55 +0000 (07:40 +0000)]
Ecore: Fix configure.ac for dumb systems that cannot find pixman
without being explicitly told where it is.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61797
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 27 Jul 2011 07:40:19 +0000 (07:40 +0000)]
Ecore_X: For some very odd reason, certain *buntu systems will not
build our ecore_xcb without having pixman_clags & libs as separate
variables here...works on every other system I've tried, but eh it's
*buntu .. their stupid :P
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61796
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 27 Jul 2011 05:10:28 +0000 (05:10 +0000)]
Ecore_X: Remove recent xcb resource code (we're going to go a
different path with this) ;) Reorder init/shutdown procedures to match
order (first in, last out).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61788
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Wed, 27 Jul 2011 03:13:47 +0000 (03:13 +0000)]
ecore: Reduce rendering latency in g_main_loop
After a lot of hair pulling, and other debugging, it appears
that to make animation smooth on an embedded device, the
following things should happen in (quick) sequence:
1. update the loop time
2. call timers (which animates and updates the scene graph)
3. call idle enterers (which renders to the display)
4. call fd buf handlers (which flushes xlib stuff)
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61784
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Wed, 27 Jul 2011 02:34:53 +0000 (02:34 +0000)]
ecore: Check timers when not idling also
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61782
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 13:17:52 +0000 (13:17 +0000)]
Ecore_X: Xlib uses screen number, not screen object. Fix !! Bad DH,
spank spank ;)
Thanks antognolli for the report :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61760
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 26 Jul 2011 11:57:51 +0000 (11:57 +0000)]
From: Naruto TAKAHASHI <tnaruto@gmail.com>
Subject: Re: [E-devel] [Patch] Add XIM module for ecore_imf
I attach a patch for fixing some XIM module bugs.
- fix showing previous preedit string bug.
- delete compile warning(thanks JihoonKim)
- fix some sequence issue to send preedit changed event and commit
event.(thanks JihoonKim)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61754
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 26 Jul 2011 11:47:40 +0000 (11:47 +0000)]
segv if preedit str null!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61747
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 11:24:10 +0000 (11:24 +0000)]
Ecore_Evas: Remove xlib (and xcb) specific calls for the software_x11
and opengl_x11 engines and replace with ecore_x calls.
NB: I did not touch software_16 or software_8 so we cannot yet remove
the XLib linking wrt ecore_evas. I leave that exercise to 'the old
man' as per our convo this morning...but this does put us one step
closer ;)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61743
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 11:19:55 +0000 (11:19 +0000)]
Ecore_X: Add some new api functions for getting default
Depth/Visual/Colormap of a given screen.
NB: Added these so that we can remove xlib specific calls in
ecore_evas and just generic ecore_x calls (so we are engine
independant).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61742
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 26 Jul 2011 07:01:55 +0000 (07:01 +0000)]
fix timer precision handling to do what it was meant to do to begin with
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61730
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)]
Ecore_X: Add a missing function for getting the count of screens.
Bonus: Added doxy and the @since stuffs (for Tom) ;)
NB: Needed for changes to ecore_evas as that was using xlib
ScreenCount. This way we can just use ecore_x_screen_count_get and not
have to worry if we are xcb/xlib/etc.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61728
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 05:55:25 +0000 (05:55 +0000)]
Ecore_X: Oopsie, don't need those dbg statements anymore.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 05:54:01 +0000 (05:54 +0000)]
Ecore_X: Add start of XResource handling for xcb backend (NB: Nowhere
near finished yet). Add working OpenGL for XCB engine.
NB: wrt Opengl...Raster, this is the env var/dlsym version you
requested this morning ;)
NB: Basically what happens is, if you know you do not ever want/use
opengl, you can export ECORE_X_NO_XLIB env variable, and ecore_x will
use pure xcb to establish it's X connection. However, if you do use
OpenGL and this env var is not exported, then ecore_x(cb) will use
XOpenDisplay to init the connection.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 02:31:13 +0000 (02:31 +0000)]
Ecore_X: Remove 2 fixme's that were bogus, but add one new fixme note
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61723
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 26 Jul 2011 02:21:59 +0000 (02:21 +0000)]
Ecore_X: Remove fixme comment (correct as it sits).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61722
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 25 Jul 2011 09:29:09 +0000 (09:29 +0000)]
Ecore_Evas: Use ecore_x function(s) for getting window attributes.
Some fixes for OpenGL wrt xcb (minor stuffs).
NB: We already use ecore_x for some things in here, so let's keep
duplicated code down to a minimum and resuse what we already have ;)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61676
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Mon, 25 Jul 2011 07:16:54 +0000 (07:16 +0000)]
ecore-imf: Fix warnings
Signed-off-by: Naruto TAKAHASHI <tnaruto@gmail.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61665
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 24 Jul 2011 22:19:00 +0000 (22:19 +0000)]
Ecore_X: Fix CnP when using xcb backend.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rui [Sun, 24 Jul 2011 15:36:22 +0000 (15:36 +0000)]
Fix rpm build.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61652
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 24 Jul 2011 00:23:34 +0000 (00:23 +0000)]
link xim module against ecore_x. This patch fixes compilation on mac os x
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61625
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 23 Jul 2011 17:37:04 +0000 (17:37 +0000)]
Ecore_Evas: Use an easier check for If existing ecore_evas is already
alpha. No need to do comparisons like this.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61611
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 23 Jul 2011 03:17:57 +0000 (03:17 +0000)]
url of ecore-con-url is now stringshared
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61607
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 23 Jul 2011 03:14:42 +0000 (03:14 +0000)]
+ecore_con_url_url_get
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61606
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 21 Jul 2011 14:05:27 +0000 (14:05 +0000)]
Ecore_X: Add some doxy for newly added functions (to keep Tom happy),
and fix some horrid formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61562
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 21 Jul 2011 12:09:33 +0000 (12:09 +0000)]
Ecore_X: Add a couple of missing functions to the xlib engine.
NB: These are mainly for systray module so that it can be engine
independant in that it can just use ecore_x calls now, instead of
specific xlib stuff.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 19 Jul 2011 16:58:15 +0000 (16:58 +0000)]
Diagrams for Ecore_Thread
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61507
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
antognolli [Mon, 18 Jul 2011 18:26:35 +0000 (18:26 +0000)]
ecore/doc - Add some @htmlonly guards.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61485
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 18 Jul 2011 14:03:23 +0000 (14:03 +0000)]
Ecore: copy images to latex doc dir so we can create PDF.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61480
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 18 Jul 2011 10:34:25 +0000 (10:34 +0000)]
0 byte sreads are not so important - try again next time.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61477
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Mon, 18 Jul 2011 00:20:00 +0000 (00:20 +0000)]
ecore: Make test more asserty
Following on from suggestion by Vincent Torri.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61461
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Mon, 18 Jul 2011 00:19:51 +0000 (00:19 +0000)]
ecore: Use ecore_pipe in ecore_test
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61460
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)]
ecore: Put config.h first
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61459
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 17 Jul 2011 11:11:25 +0000 (11:11 +0000)]
ecore_con : fix compilation on Windows
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61439
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 16 Jul 2011 19:17:24 +0000 (19:17 +0000)]
Ecore_X: Use Eina_Bool for unsigned char.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61431
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 16 Jul 2011 13:07:39 +0000 (13:07 +0000)]
switch over all buffers to use binbufs
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61423
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 16 Jul 2011 08:01:19 +0000 (08:01 +0000)]
clean up ecore-con server example: HTTP requires a seperator (\r\n in this case) following each header line and a double separator between headers and body. additionally, content-length must be EXACTLY the length of the body, and must not include trailing garbage.
snprintf use here is incorrect due to inconsistent behavior of snprintf, so we can lazily fall back to strlen since this is just a simple example
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Fri, 15 Jul 2011 14:36:13 +0000 (14:36 +0000)]
ecore: fix common misppellings
Mispellings detected by codespell.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61407
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 15 Jul 2011 13:13:38 +0000 (13:13 +0000)]
Ecore_X: Add a few more missing randr functions to xcb.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 15 Jul 2011 12:58:24 +0000 (12:58 +0000)]
Ecore_X: Add some more missing randr functions.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61398
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 15 Jul 2011 12:20:52 +0000 (12:20 +0000)]
Ecore_X: Add a missing function for ecore_x_randr_modes_info_get. Add
a list of remaining ecore_xcb_randr functions to do.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61397
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 16:05:13 +0000 (16:05 +0000)]
Ecore_X: Remove unused file.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61387
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 16:04:26 +0000 (16:04 +0000)]
Ecore_X: Remove unused file.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61386
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:46:30 +0000 (15:46 +0000)]
Ecore: Add autofoo magic for building XCB-based ecore_x.
NB: IF you are going to try this, build evas with
`--enable-software-xcb` AND build ecore with `--enable-ecore-x-xcb
--disable-ecore-evas-opengl-x11`.
NB: OpenGL does NOT work with the xcb stuff yet. E itself does NOT
work with this yet either (still have to commit those changes).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61385
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:43:49 +0000 (15:43 +0000)]
Ecore: Add 'makekeys' utility (used for compiling new xcb stuff)
provides a lookup table for xlookupstring (as xcb does not have a function for this).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61382
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:42:02 +0000 (15:42 +0000)]
Ecore: Remove whitespace in Makefile.am
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61381
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:41:36 +0000 (15:41 +0000)]
Ecore_Input: Add Shift_Lock variable for Ecore_Event.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61380
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:40:53 +0000 (15:40 +0000)]
Ecore_Evas: Fixes for working with the xcb engine. Fix some
formatting. Fix dst_rect being uninitialized. Remove 'prefetch &
fetch' calls as they are not used in the new xcb stuffs.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61379
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:38:09 +0000 (15:38 +0000)]
Ecore_Input_Evas: Add missing Shift_Lock modifier.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61378
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:37:04 +0000 (15:37 +0000)]
Ecore_X: Add missing shift_lock modifier. Remove unused _ecore_x_ic
variable. Add atom for VisualID (for systray module).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61377
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:35:42 +0000 (15:35 +0000)]
Ecore_X: Add new xcb code (still not 100% complete tho).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61376
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 14 Jul 2011 15:31:24 +0000 (15:31 +0000)]
Ecore: Add myself to Authors (for incoming xcb stuffs).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61375
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
antognolli [Wed, 13 Jul 2011 19:04:27 +0000 (19:04 +0000)]
ecore/ecore_con - Add some sequence diagrams.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61351
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33