mike_m [Mon, 13 Jun 2011 02:58:20 +0000 (02:58 +0000)]
ecore: Fix glib main loop busy waiting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60253
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60246
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 12 Jun 2011 01:09:09 +0000 (01:09 +0000)]
hmm not much testing of these ecore_x calls with backlight... at least
none of ecore_x_randr_window_outputs_get()
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60232
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 10 Jun 2011 07:26:56 +0000 (07:26 +0000)]
Ecore ecore_events.c: Fixed indentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60179
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 9 Jun 2011 15:32:08 +0000 (15:32 +0000)]
ecore: since...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60136
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 9 Jun 2011 14:54:24 +0000 (14:54 +0000)]
ecore: add ecore_pipe_wait.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 7 Jun 2011 22:21:25 +0000 (22:21 +0000)]
Ecore: ecore_thread : free resources, spotted by Ulrich Eckhardt
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 7 Jun 2011 22:17:09 +0000 (22:17 +0000)]
Ecore : ecore_wince : remove useless casts. Spotted by Ulrich Eckhardt
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60056
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 7 Jun 2011 22:12:58 +0000 (22:12 +0000)]
fix doc
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60054
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 7 Jun 2011 21:59:08 +0000 (21:59 +0000)]
Ecore : ecore_win32 : remove useless casts. Spotted by Ulrich Eckhardt
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60051
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60034
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 7 Jun 2011 06:37:25 +0000 (06:37 +0000)]
Ecore: ecore_pipe : fix function name in magic check. Reported by Ulrich Eckhardt
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60023
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 6 Jun 2011 16:26:49 +0000 (16:26 +0000)]
too much po/Makefile.in
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59993
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 6 Jun 2011 07:00:24 +0000 (07:00 +0000)]
Ecore: fix gettext stuff
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Fri, 3 Jun 2011 16:06:57 +0000 (16:06 +0000)]
Fix ecore_file initialization
We must init ecore, otherwise we will not have an eina ref.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59916
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 07:56:58 +0000 (07:56 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add some APIs for supporting virtual
keyboard in Ecore_IMF
For supporting virtual keyboard, I'd like to add some APIs. The detail
description of each API is included in the patch file as doxygen format.
In the attached patch, the reason why we add the subprefix 'input_panel_'
related to virtual keyboard is that input method can be soft keyboard or voice
input or image captured by camera.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 06:08:59 +0000 (06:08 +0000)]
thanks mike - g main loop build opt broken when removing too many loop
time gets
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59888
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 31 May 2011 19:28:30 +0000 (19:28 +0000)]
Ecore_X: Fix building without shape extension (rects was undefined, as
was the variable i).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59854
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 31 May 2011 11:18:28 +0000 (11:18 +0000)]
fix sdl ecore evas mixup when adding ecore evas geometry get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59841
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 31 May 2011 08:05:16 +0000 (08:05 +0000)]
ecore: fix typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59835
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 30 May 2011 16:52:19 +0000 (16:52 +0000)]
ecore: add ecore_pipe_freeze/thraw.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59823
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 30 May 2011 16:17:07 +0000 (16:17 +0000)]
ecore: fix misspellings
Misspellings found by codespell
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59821
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 27 May 2011 19:38:14 +0000 (19:38 +0000)]
A voice in my head said "vtorri will go after you if you don't provide a changelog for those auxiliary functions"
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59762
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 27 May 2011 19:31:11 +0000 (19:31 +0000)]
Ecore_Evas: introduce ecore_evas_screen_geometry_get()
This common interface allows engines to provide whole screen
information to users.
Right now just X is implemented and it queries the size of the default
screen. I hope this is fine.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59761
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 27 May 2011 19:17:04 +0000 (19:17 +0000)]
provide a way to query screen size (just the default screen right now).
NOTE: I don't have xcb, so it's untested. It is supposed to work given
http://www.x.org/releases/X11R7.5/doc/libxcb/tutorial/#DefaultScreen
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59760
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 27 May 2011 18:53:27 +0000 (18:53 +0000)]
let ecore_evas_ecore_evas_get() be safer.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59759
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 02:30:57 +0000 (02:30 +0000)]
Ecore: Ecore_File: Fix shadow declaration of 'mtime' and 'l' variables.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59722
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 02:06:26 +0000 (02:06 +0000)]
Ecore: Fix shadow declaration of variable 'time'.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 17:39:47 +0000 (17:39 +0000)]
Ecore ChangeLog: Log for r59549 and r59559.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59655
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 11:31:32 +0000 (11:31 +0000)]
Ecore: Moved ecore.dox.in to Ecore.h header.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59651
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 11:23:58 +0000 (11:23 +0000)]
Ecore: Added myself to authors.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59650
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 23 May 2011 07:51:44 +0000 (07:51 +0000)]
Ecore: Ecore_X: Init 'property' to a default value (removes compiler
warning).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59611
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 21 May 2011 05:24:27 +0000 (05:24 +0000)]
Ecore ecore_main.c: Refactoring _ecore_main_loop_iterate_internal().
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59559
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 20 May 2011 06:35:07 +0000 (06:35 +0000)]
Ecore ecore_main.c: Fixed ecore_main_loop(_ecore_main_loop_iterate_internal).
This fixes fd handler pending issue when ecore_idler callback adds ecore_job/event.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59549
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 19 May 2011 15:38:30 +0000 (15:38 +0000)]
ecore: improve ecore_timer_dump.
Now E17 msgbus module will provide an usefull way to
list all the running timer and see if we are not waking up
to often. Use d-feet to see that information.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59542
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 May 2011 23:55:21 +0000 (23:55 +0000)]
fix shape and shape input handling for dnd shadow tree.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59517
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 18 May 2011 09:12:07 +0000 (09:12 +0000)]
ecore: improve ecore_timer_dump.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59491
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 17 May 2011 17:32:32 +0000 (17:32 +0000)]
ecore: add ecore_timer_dump.
Note: Will add tomorrow code needed inside e17 to dump all created timer.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59473
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)]
Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()
usleep() does not exists on Windows. Use Sleep() instead. But the
resolution timers are not good on Windows. the sleep will be around
50ms at best.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59466
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 16 May 2011 10:51:02 +0000 (10:51 +0000)]
use eina_fp fixed point sincos table to reduce calc overhead.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59442
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 14 May 2011 18:30:43 +0000 (18:30 +0000)]
Ecore: ecore_con : make ecore_ipc compile on Windows.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59389
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 14 May 2011 17:52:30 +0000 (17:52 +0000)]
Ecore: ecore_con : make ecore_con work on Windows
The ecore_con module needed a port of the local connections
with named pipes. The other connections (TCP, UDP) are using
BSD sockets, which are also used on Windows.
No abstract sockets on Windows.
NB: Should I backport that commit to 1.0 ?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59385
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 14 May 2011 12:53:00 +0000 (12:53 +0000)]
ecore: fix ifdef order.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59381
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 14 May 2011 09:22:15 +0000 (09:22 +0000)]
ecore: sync GNUTLS threads support with Eina threads support.
At least now, if you rebuild the efl in the right order, you
can't end with one library initializing GnuTLS without threads
support and another needing GnuTLS with threads support.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59379
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 14 May 2011 04:11:13 +0000 (04:11 +0000)]
oooh evil start on trying to get real vsync interrupts from x!!!! :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59376
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 14 May 2011 03:26:28 +0000 (03:26 +0000)]
optimization: don't need to get loop time so often in ecore main loop.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59374
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 12 May 2011 09:11:36 +0000 (09:11 +0000)]
Add a custom Ecore Aniamtor source and tick ability to be able
to plug in external animator tick sources like vblank interrupts
and so on.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59345
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)]
grammar fix
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59292
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 3 May 2011 10:00:54 +0000 (10:00 +0000)]
chlog++
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59145
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 3 May 2011 09:46:55 +0000 (09:46 +0000)]
fix segv! wow. data was null.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59144
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 1 May 2011 17:45:58 +0000 (17:45 +0000)]
Ecore: ecore_con: Evil not needed in ecore_con_local.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59087
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 29 Apr 2011 19:10:51 +0000 (19:10 +0000)]
ecore: fix #elif usage
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59045
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 29 Apr 2011 07:39:28 +0000 (07:39 +0000)]
shadow var--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59032
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 29 Apr 2011 07:34:12 +0000 (07:34 +0000)]
formatting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59031
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 29 Apr 2011 07:22:53 +0000 (07:22 +0000)]
Ecore: ecore_con: add some checks and formatting
* add checks for the fd handlers
* reformat a bit _ecore_con_svr_tcp_handler()
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59030
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Apr 2011 05:16:51 +0000 (05:16 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add ecore_imf_context_autocapital_type_{set, get},
To support the autocapitalization feature, I'd like to add
ecore_imf_context_autocapital_type_{set,get} API.
I will implement the autocapital feature in immodule, so the immodule
should know the autocapitalization type.
This API is for letting immodule know the autocapitalization type.
In addition, ecore_imf_context_prediction_allow_set API is used to set
whether the IM context should allow to use the text prediction.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59025
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 28 Apr 2011 20:57:30 +0000 (20:57 +0000)]
ChangeLog entry for the monotonic clock implementation for Mac OS X
patch by Eduardo Felipe Castegnaro
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59024
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 28 Apr 2011 19:38:41 +0000 (19:38 +0000)]
Ecore: ecore_time : Add a fast high-resolution monotonic clock
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 27 Apr 2011 05:45:28 +0000 (05:45 +0000)]
remove shadow variables
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58945
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 25 Apr 2011 13:10:57 +0000 (13:10 +0000)]
Ecore: ecore_con: fix warning on Windows
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58899
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 25 Apr 2011 09:14:59 +0000 (09:14 +0000)]
formatting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58896
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 25 Apr 2011 09:02:20 +0000 (09:02 +0000)]
add backlight api to NEWS
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 25 Apr 2011 07:14:54 +0000 (07:14 +0000)]
ecore: fix name.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58890
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 25 Apr 2011 07:06:12 +0000 (07:06 +0000)]
Ecore: NEWS file filled.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58889
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 25 Apr 2011 06:10:15 +0000 (06:10 +0000)]
ecore: update ChangeLog name to new name.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58888
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 24 Apr 2011 16:31:05 +0000 (16:31 +0000)]
use correct data
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58870
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 24 Apr 2011 14:25:43 +0000 (14:25 +0000)]
as suggested - nme it timeline
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58867
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 21 Apr 2011 06:52:40 +0000 (06:52 +0000)]
lazy mike
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58781
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 20 Apr 2011 14:15:33 +0000 (14:15 +0000)]
Ecore: Removed trailing whitespaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58753
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Apr 2011 06:51:39 +0000 (06:51 +0000)]
add animator runtime stuff to run animator for fixed timelength and an
interpolation mapping func.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58741
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 20 Apr 2011 00:40:14 +0000 (00:40 +0000)]
commit forgotten chglog commit.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58739
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 19 Apr 2011 21:38:24 +0000 (21:38 +0000)]
+ecore_exe_data_set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58737
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 19 Apr 2011 01:55:33 +0000 (01:55 +0000)]
fix - shapeinput not shapebounding. copy & paste error
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58723
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sun, 17 Apr 2011 16:48:22 +0000 (16:48 +0000)]
ecore_x: remove redondant declaration
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58702
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 15 Apr 2011 13:33:44 +0000 (13:33 +0000)]
ecore: fix build without Ecore_Evas_X.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58689
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 15 Apr 2011 11:01:15 +0000 (11:01 +0000)]
BUG!! fix buffer canvas modifier set setting! gah!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58685
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 20:30:17 +0000 (20:30 +0000)]
efl: don't track cache file.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 19:26:15 +0000 (19:26 +0000)]
autogen: add forgotten autopoint.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)]
autogen: unobrk things.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58668
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 14:03:46 +0000 (14:03 +0000)]
autogen: improve detection of parameter change.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58667
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:12:41 +0000 (12:12 +0000)]
and oops.. fix my fox to coord xlations. working now.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58630
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:06:17 +0000 (12:06 +0000)]
printf--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58629
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:05:31 +0000 (12:05 +0000)]
fix buglet in inlined image buffer canvas -> coords repeated when
dragged outside the bounds.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58628
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 09:06:05 +0000 (09:06 +0000)]
From: Doyun Kang <doyoun.kang@samsung.com>
Add support for shape input setting and modification (with
fixes/modifications and extensions added tomake it more complete).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 11 Apr 2011 19:58:56 +0000 (19:58 +0000)]
Ecore: use isfinite() if available
Use isfinite() if available, otherwise use finite() on
compilers != vc++, otherwise use _finite()
and a bit of formatting too (i know, it's bad)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jeffdameth [Mon, 11 Apr 2011 12:51:43 +0000 (12:51 +0000)]
changelog update
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58552
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jeffdameth [Mon, 11 Apr 2011 12:10:59 +0000 (12:10 +0000)]
ecore: fix removal of windows from ignore_list with ecore_x_window_ignore_set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58549
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 11 Apr 2011 11:31:55 +0000 (11:31 +0000)]
Ecore ecore_imf: Fixed formatting and removed trailing whitespaces.
Patch by Jihoon Kim <jihoon48.kim@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58545
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 9 Apr 2011 03:21:49 +0000 (03:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] ecore_x_randr_current_output_get ~>
ecore_x_randr_window_outputs_get
find attached a set of patches that do the following:
State before patches:
ecore_x_randr_current_output_get was unimplemented.
State after patches:
Patch1: ecore_x_randr_window_outputs_get implements functionality of
ecore_x_randr_current_output_get
Patch2: ecore_x_randr_current_output_get is deprecated and redirects
calls to ecore_x_randr_window_outputs_get
(also i fixed the function to handle realloc errors and not fail, as
well as properly do rectangle intersects based on ROOT relative coords
which is what you wanted to start with as this would have only worked
right on immediate children of root)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58513
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 6 Apr 2011 23:49:14 +0000 (23:49 +0000)]
Ecore_X: Randr: Fixup formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 5 Apr 2011 17:35:18 +0000 (17:35 +0000)]
Ecore_X: XLib: Add missing 'void' in dpms functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58366
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 5 Apr 2011 14:04:10 +0000 (14:04 +0000)]
ecore: fix ecore_evas removal of Evas Quartz backend.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58363
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58355
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 5 Apr 2011 08:31:42 +0000 (08:31 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] EDID decoding functionality
find attached a patch for EDID data extraction. My display's
manufacturer didn't comply with the standard too much, so I can't test
it entirely. But it should work.
... with modifications to make it actually compile and api be cleaner,
code more robust etc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58348
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)]
Ecore_X: XLib: Add missing EAPI in front of
ecore_x_dnd_source_action_set function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58340
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 4 Apr 2011 17:06:40 +0000 (17:06 +0000)]
Ecore: Ecore_X: Xlib: Fix memory leak.
When handling xdnd_enter event(s), if we do not support the dnd target
version, then we issue a warning and return from the handling
function. If we are going to return (and not issue the ecore_x_event),
then free the allocated memory of the ecore_x_event_xdnd_enter
structure that we previously allocated.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58337
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Apr 2011 12:33:41 +0000 (12:33 +0000)]
ecore: put recommandation about asynchronous dns resolution and curl.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58325
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 3 Apr 2011 16:06:37 +0000 (16:06 +0000)]
Ecore_X: Xlib - Set correct doxy group for function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58304
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sun, 3 Apr 2011 09:50:51 +0000 (09:50 +0000)]
ecore: redundant declaration with Ecore_X_Atoms.h
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58294
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 1 Apr 2011 16:37:55 +0000 (16:37 +0000)]
ecore: Add pipelining support for HTTP 1.1.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58265
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33