profile/ivi/ecore.git
15 years agofix typo in long_has_neither_32_nor_64_bits prototype
vapier [Tue, 28 Apr 2009 05:14:11 +0000 (05:14 +0000)]
fix typo in long_has_neither_32_nor_64_bits prototype

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40429 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd a function to retrieve the timer interval.
jethomas [Sun, 26 Apr 2009 17:16:33 +0000 (17:16 +0000)]
Add a function to retrieve the timer interval.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40404 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomissing use of ecore_x_drawable_rectangle_fill()
caro [Sat, 25 Apr 2009 07:53:28 +0000 (07:53 +0000)]
missing use of ecore_x_drawable_rectangle_fill()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40360 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouse ecore_x_drawable_rectangle_fill().
caro [Sat, 25 Apr 2009 07:16:59 +0000 (07:16 +0000)]
use ecore_x_drawable_rectangle_fill().

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40359 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd to the API the function ecore_x_drawable_rectangle_fill() that
caro [Sat, 25 Apr 2009 07:16:26 +0000 (07:16 +0000)]
add to the API the function ecore_x_drawable_rectangle_fill() that
fills a rectangle on the specified drawable. It will be used in ecore_evas
to factorize the code.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40358 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * formatting in ecore_evas_win32.c
caro [Fri, 24 Apr 2009 19:37:09 +0000 (19:37 +0000)]
 * formatting in ecore_evas_win32.c
 * fix fullscreen_set() and borderless_set() functions in ecore_win32
 * change SetWindowLong() to SetWindowLongPtr() as it is deprecated
 * better error management when dealing with SetWindowLongPtr()
 * remove useless SendMessage() calls
 * other minor fixes

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40354 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMerge branch 'debian-fixes'
rbelem [Fri, 24 Apr 2009 05:29:12 +0000 (05:29 +0000)]
Merge branch 'debian-fixes'

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40345 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix cast
caro [Thu, 23 Apr 2009 18:43:12 +0000 (18:43 +0000)]
fix cast

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40337 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated ecore debian stuff, thx to sur5r :)
quaker [Thu, 23 Apr 2009 16:00:03 +0000 (16:00 +0000)]
Updated ecore debian stuff, thx to sur5r :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40330 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFrom: Lars Munch <lars@segv.dk>
raster [Thu, 23 Apr 2009 07:08:50 +0000 (07:08 +0000)]
From: Lars Munch <lars@segv.dk>

thx, but you committed rev 1 of the patch. I send out an updated patch
since the function naming did not follow "e" style. Attached patch
renames the functions accordingly. Please apply.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40322 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agobetter fix for -no-undefined
caro [Thu, 23 Apr 2009 03:56:31 +0000 (03:56 +0000)]
better fix for -no-undefined

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40316 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd GDI evas engine support
caro [Thu, 23 Apr 2009 03:24:16 +0000 (03:24 +0000)]
add GDI evas engine support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40311 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFrom: lars@segv.dk (Lars Munch)
raster [Thu, 23 Apr 2009 01:38:55 +0000 (01:38 +0000)]
From: lars@segv.dk (Lars Munch)
Hi

This patch adds two new functions, ecore_pipe_close_read and
ecore_pipe_close_write, to ecore_pipe. The purpose it to enable
ecore_pipe to be used together with fork (see example below).

The patch also handles if the read or write end of the pipe closes.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40305 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFrom: booleanlabel@gmail.com
raster [Thu, 23 Apr 2009 01:09:26 +0000 (01:09 +0000)]
From: booleanlabel@gmail.com
cygwin fixes.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40302 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomove to uses no []'s as it works for me, but for belem... inconsistent []'s
raster [Thu, 23 Apr 2009 00:32:53 +0000 (00:32 +0000)]
move to uses no []'s as it works for me, but for belem... inconsistent []'s
doesnt work.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40300 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoNetBSD requires <sys/resource.h>
mcalamelli [Wed, 22 Apr 2009 23:48:49 +0000 (23:48 +0000)]
NetBSD requires <sys/resource.h>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40299 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoTypo.
jethomas [Wed, 22 Apr 2009 22:09:40 +0000 (22:09 +0000)]
Typo.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40298 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated ecore debian stuff
quaker [Wed, 22 Apr 2009 16:55:53 +0000 (16:55 +0000)]
Updated ecore debian stuff

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40295 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated debian stuff for core EFL. Changed debian stuff of others to work with core...
quaker [Wed, 22 Apr 2009 16:37:17 +0000 (16:37 +0000)]
Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFixed shlibs files and typo in changelog in debian stuff of ecore
quaker [Wed, 22 Apr 2009 15:14:02 +0000 (15:14 +0000)]
Fixed shlibs files and typo in changelog in debian stuff of ecore

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoand incriment to next rev.
raster [Wed, 22 Apr 2009 14:08:21 +0000 (14:08 +0000)]
and incriment to next rev.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agosnapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
raster [Wed, 22 Apr 2009 14:07:05 +0000 (14:07 +0000)]
snapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
uploaded.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofree the events sent by the X server
caro [Tue, 21 Apr 2009 17:42:25 +0000 (17:42 +0000)]
free the events sent by the X server

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40271 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated changelogs for packages which will go into repository.
quaker [Tue, 21 Apr 2009 17:39:20 +0000 (17:39 +0000)]
Updated changelogs for packages which will go into repository.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago1. embryo shoudl have soname
raster [Tue, 21 Apr 2009 14:17:42 +0000 (14:17 +0000)]
1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix distcheck on couple packages, problems with EXTRA_DIST
barbieri [Mon, 20 Apr 2009 13:38:49 +0000 (13:38 +0000)]
fix distcheck on couple packages, problems with EXTRA_DIST

Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!

EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.

And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agocleanup on shutdown better!
raster [Sun, 19 Apr 2009 20:40:01 +0000 (20:40 +0000)]
cleanup on shutdown better!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated Standards-Version
quaker [Sun, 19 Apr 2009 16:28:48 +0000 (16:28 +0000)]
Updated Standards-Version

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40228 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMerged with pkgE
quaker [Sun, 19 Apr 2009 16:22:00 +0000 (16:22 +0000)]
Merged with pkgE

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoPrepared for merge with pkgE debian stuff
quaker [Sun, 19 Apr 2009 16:18:41 +0000 (16:18 +0000)]
Prepared for merge with pkgE debian stuff

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40225 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoecore-evas-fb: This patch fixes a bug in ecore_evas_fb.c introduced by the big eina
mickeyl [Sun, 19 Apr 2009 15:47:32 +0000 (15:47 +0000)]
ecore-evas-fb: This patch fixes a bug in ecore_evas_fb.c introduced by the big eina
list conversion. The bug resulted in no input devices where added when
using framebuffer. This patch also cleans up some related NULL
checks that are not needed any more.

Signed-off-by: Lars Munch <lars@segv.dk>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40224 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotypo
caro [Sun, 19 Apr 2009 08:39:09 +0000 (08:39 +0000)]
typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40217 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix ecore_input use
caro [Sun, 19 Apr 2009 08:37:50 +0000 (08:37 +0000)]
fix ecore_input use

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40216 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix default values of z and direction
caro [Sun, 19 Apr 2009 08:37:08 +0000 (08:37 +0000)]
fix default values of z and direction

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomore fixes
caro [Sun, 19 Apr 2009 07:16:11 +0000 (07:16 +0000)]
more fixes

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomissing guards--
caro [Sun, 19 Apr 2009 06:46:02 +0000 (06:46 +0000)]
missing guards--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40209 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * fix warnings
caro [Sun, 19 Apr 2009 06:36:47 +0000 (06:36 +0000)]
 * fix warnings
 * add missing guards
 * add missing QueryVersion check for the screensaver extension

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove annoying printf messages when downloading something via ecore.
devilhorns [Sat, 18 Apr 2009 17:16:03 +0000 (17:16 +0000)]
Remove annoying printf messages when downloading something via ecore.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoTypo reported by Cedric Ollivier, thanks !
caro [Sat, 18 Apr 2009 12:08:56 +0000 (12:08 +0000)]
Typo reported by Cedric Ollivier, thanks !

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40163 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix bad sed by someone else.
barbieri [Fri, 17 Apr 2009 16:02:07 +0000 (16:02 +0000)]
fix bad sed by someone else.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agolutin... release soname patch. verbose svn soname used right now
raster [Fri, 17 Apr 2009 10:01:45 +0000 (10:01 +0000)]
lutin... release soname patch. verbose svn soname used right now

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40131 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix ecore-evas-fb fullscreen!
raster [Fri, 17 Apr 2009 01:53:37 +0000 (01:53 +0000)]
fix ecore-evas-fb fullscreen!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40125 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agospecify the supported windows version
caro [Thu, 16 Apr 2009 21:28:30 +0000 (21:28 +0000)]
specify the supported windows version

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoexport way to handle raw xlib/xcb events.
barbieri [Thu, 16 Apr 2009 17:29:00 +0000 (17:29 +0000)]
export way to handle raw xlib/xcb events.

Patch by Kenneth Christiansen, xcb by me and untested.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agowarning--
barbieri [Thu, 16 Apr 2009 17:17:36 +0000 (17:17 +0000)]
warning--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40112 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix compilation on Windows
caro [Thu, 16 Apr 2009 17:12:40 +0000 (17:12 +0000)]
fix compilation on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoBe able to change select() function used by main loop.
barbieri [Thu, 16 Apr 2009 15:44:26 +0000 (15:44 +0000)]
Be able to change select() function used by main loop.

Patch by Kenneth Christiansen, used to integrate with GLib and other
main loops.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40110 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomissing ecore_input changes
caro [Wed, 15 Apr 2009 20:03:08 +0000 (20:03 +0000)]
missing ecore_input changes

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40096 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix seg fault. Patch by Nicolas Aguirre
caro [Wed, 15 Apr 2009 11:41:35 +0000 (11:41 +0000)]
fix seg fault. Patch by  Nicolas Aguirre

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40081 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinit and shutdown ecore_event_evas
caro [Wed, 15 Apr 2009 09:41:26 +0000 (09:41 +0000)]
init and shutdown ecore_event_evas

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouse ecore_input for the windows xp code
caro [Tue, 14 Apr 2009 20:04:16 +0000 (20:04 +0000)]
use ecore_input for the windows xp code

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40054 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove useless structures
caro [Tue, 14 Apr 2009 19:20:06 +0000 (19:20 +0000)]
remove useless structures

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40052 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated debian stuff(grew Standards-Version, updated python-ecore rules file)
quaker [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40043 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoNew ecore_getopt callback to parse geometry size (WxH).
antognolli [Mon, 13 Apr 2009 20:29:57 +0000 (20:29 +0000)]
New ecore_getopt callback to parse geometry size (WxH).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40025 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouseful function to join strings using separator.
barbieri [Mon, 13 Apr 2009 00:05:43 +0000 (00:05 +0000)]
useful function to join strings using separator.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40010 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix compilation on linux after having fixed compilation on windows...
caro [Sat, 11 Apr 2009 17:20:29 +0000 (17:20 +0000)]
fix compilation on linux after having fixed compilation on windows...
sorry

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouseless global variables
caro [Sat, 11 Apr 2009 14:03:42 +0000 (14:03 +0000)]
useless global variables

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39986 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agothe header files are a mess in ecore and, unfortunately, the order matters, especiall...
caro [Sat, 11 Apr 2009 13:56:18 +0000 (13:56 +0000)]
the header files are a mess in ecore and, unfortunately, the order matters, especially on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix compilation on Windows
caro [Sat, 11 Apr 2009 13:46:09 +0000 (13:46 +0000)]
fix compilation on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove useless ecore_evas_x_**_subwindow_get() functions
caro [Sat, 11 Apr 2009 12:17:14 +0000 (12:17 +0000)]
remove useless ecore_evas_x_**_subwindow_get() functions

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39979 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * unused parameters --
caro [Sat, 11 Apr 2009 10:31:42 +0000 (10:31 +0000)]
 * unused  parameters --
 * llvm report --

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39977 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodebug--, sorry.
barbieri [Sat, 11 Apr 2009 07:12:13 +0000 (07:12 +0000)]
debug--, sorry.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39968 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove nasty warning.
barbieri [Sat, 11 Apr 2009 07:11:16 +0000 (07:11 +0000)]
remove nasty warning.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39967 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomove batch directory creation to ecore_file.
barbieri [Sat, 11 Apr 2009 07:10:12 +0000 (07:10 +0000)]
move batch directory creation to ecore_file.

as suggested by raster, this could be abstracted into ecore-file and
other applications could use it as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39965 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agominor optimizations to ecore_file_mkpath()
barbieri [Sat, 11 Apr 2009 06:33:00 +0000 (06:33 +0000)]
minor optimizations to ecore_file_mkpath()

 * check if path is already valid, not doing further work if that's the case;
 * less stats;
 * check error of ecore_file_mkdir();
 * better usage of 'ss' string.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39964 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agobatch directory creation, part 1.
barbieri [Sat, 11 Apr 2009 06:13:02 +0000 (06:13 +0000)]
batch directory creation, part 1.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39961 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove unused file
barbieri [Sat, 11 Apr 2009 06:02:10 +0000 (06:02 +0000)]
remove unused file

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoforce to use /usr/lib/libiconv.la library on
caro [Fri, 10 Apr 2009 14:23:19 +0000 (14:23 +0000)]
force to use /usr/lib/libiconv.la library on
mac os x (ecore_txt dependency) if no iconv lib
is forced with --with-iconv-link

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39937 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoandre dieb: patch to fix ebadf handling.
raster [Fri, 10 Apr 2009 12:48:25 +0000 (12:48 +0000)]
andre dieb: patch to fix ebadf handling.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39932 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agooups, missing \
caro [Fri, 10 Apr 2009 10:40:12 +0000 (10:40 +0000)]
oups, missing  \

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39927 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * better check of Objective C compiler
caro [Fri, 10 Apr 2009 10:32:50 +0000 (10:32 +0000)]
 * better check of Objective C compiler
 * fix ecore_x dependencies

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAPI BREAK
caro [Fri, 10 Apr 2009 08:46:41 +0000 (08:46 +0000)]
API BREAK

for consistentness, ecore_***_window_del is renamed
ecore_***_window_free

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * (should) fix the compilation on Mac OS X (ecore_input)
caro [Fri, 10 Apr 2009 06:31:58 +0000 (06:31 +0000)]
 * (should) fix the compilation on Mac OS X (ecore_input)
 * better check of Cocoa.h

Patch by Andrew Wiliams and myself.

As I had to modify the patch so that it compiles on linux, could
the Mac OS X users check if the compilation is fine ?

Next steps:
 * change the name 'quartz' to 'cocoa'
 * add in ecore_cocoa all the needed functions to be used in ecore_evas
   (windows management, cursors, events, etc...) so that ecore_evas_cocoa.c
   does not contain objective c code anymore

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39915 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove more debug code left by cedric.
barbieri [Thu, 9 Apr 2009 21:31:29 +0000 (21:31 +0000)]
remove more debug code left by cedric.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39913 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoSDL output is already there (in "Graphic systems")
caro [Mon, 30 Mar 2009 11:27:40 +0000 (11:27 +0000)]
SDL output is already there (in  "Graphic systems")

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39799 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoprint sdl module config on/off
raster [Mon, 30 Mar 2009 11:23:06 +0000 (11:23 +0000)]
print sdl module config on/off

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39798 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoActually use the correct build flag
shorne [Thu, 26 Mar 2009 16:08:45 +0000 (16:08 +0000)]
Actually use the correct build flag

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39729 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix build issues
shorne [Wed, 25 Mar 2009 15:20:07 +0000 (15:20 +0000)]
Fix build issues
 * Fix warning with mouse move callback
 * If Xrender is disabled, dont build Xrender_Xlib support (caused build failure)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39713 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd more to the composite api
urandom [Tue, 24 Mar 2009 21:31:05 +0000 (21:31 +0000)]
add more to the composite api

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39700 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoi found it is useless and cdbs is setting up prefix automatically.
quaker [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39695 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoforgot to add --prefix=/usr
quaker [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated debian stuff everywhere.
quaker [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39693 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoname window pixmap function in composite
urandom [Tue, 24 Mar 2009 10:41:36 +0000 (10:41 +0000)]
name window pixmap function in composite

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39674 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouse the new merged xrender engine
caro [Tue, 24 Mar 2009 07:53:31 +0000 (07:53 +0000)]
use the new merged xrender engine

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * API BREAK: ecore_gc_new can create now a graphic context
caro [Mon, 23 Mar 2009 13:28:59 +0000 (13:28 +0000)]
 * API BREAK: ecore_gc_new can create now a graphic context
   with all the values that the X protocol allows. See
   documentation for more info about its use
 * use it in ecore_evas

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39654 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agonew timer add func - avoids more gettimeofday calls.
raster [Mon, 23 Mar 2009 02:13:50 +0000 (02:13 +0000)]
new timer add func - avoids more gettimeofday calls.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39638 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMake ecore_x_selection a bit more generic, at least on event reporting.
barbieri [Sun, 22 Mar 2009 18:19:17 +0000 (18:19 +0000)]
Make ecore_x_selection a bit more generic, at least on event reporting.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39633 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix compilation on OpenBSD (ticket #252). Patch by eumel
caro [Sun, 22 Mar 2009 13:30:52 +0000 (13:30 +0000)]
Fix compilation on OpenBSD (ticket #252). Patch by eumel

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39625 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove trailing spaces
caro [Sun, 22 Mar 2009 13:27:24 +0000 (13:27 +0000)]
remove trailing spaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove trailing spaces
caro [Sun, 22 Mar 2009 11:31:54 +0000 (11:31 +0000)]
remove trailing spaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39620 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinclude config.h so that __UNUSED__ is defined
caro [Sun, 22 Mar 2009 11:31:11 +0000 (11:31 +0000)]
include config.h so that __UNUSED__ is defined

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix test
caro [Sun, 22 Mar 2009 09:56:43 +0000 (09:56 +0000)]
fix test

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add guards around config.h
caro [Sun, 22 Mar 2009 07:22:06 +0000 (07:22 +0000)]
 * add guards around config.h
 * formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix EAPI value on Windows
caro [Sun, 22 Mar 2009 07:19:07 +0000 (07:19 +0000)]
fix EAPI value on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39616 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoas the XCB and Xlib software engines have merged, the
caro [Sat, 21 Mar 2009 20:32:02 +0000 (20:32 +0000)]
as the XCB and Xlib software engines have merged, the
"software_xcb" render method does not exist anymore.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix some key values for the keyboard events
caro [Sat, 21 Mar 2009 20:08:51 +0000 (20:08 +0000)]
fix some key values for the keyboard events

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix build problem.. how did this get in - 2 funcs of the same name, one
raster [Sat, 21 Mar 2009 00:39:02 +0000 (00:39 +0000)]
fix build problem.. how did this get in - 2 funcs of the same name, one
static.. one not?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotypo
caro [Thu, 19 Mar 2009 18:40:21 +0000 (18:40 +0000)]
typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39589 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix requirement
caro [Thu, 19 Mar 2009 17:41:38 +0000 (17:41 +0000)]
fix requirement

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * fix check of the ecore_input module
caro [Thu, 19 Mar 2009 17:40:51 +0000 (17:40 +0000)]
 * fix check of the ecore_input module
 * add necessary variable for DLL build of ecore_input DLL
 * fix requirements involving ecore_input
 * add ecore_input availability in configure output

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33