platform/upstream/efl.git
18 years agofix format
Carsten Haitzler [Wed, 29 Mar 2006 10:07:35 +0000 (10:07 +0000)]
fix format

SVN revision: 21568

18 years agoanother wrong changelog.in
Carsten Haitzler [Wed, 29 Mar 2006 09:00:56 +0000 (09:00 +0000)]
another wrong changelog.in

SVN revision: 21566

18 years agochangelog.cin ... errr... not right.
Carsten Haitzler [Wed, 29 Mar 2006 09:00:13 +0000 (09:00 +0000)]
changelog.cin ... errr... not right.

do the people doing debian packaging... actually test things?

SVN revision: 21565

18 years agocvs is back up.. time for some asparagus!
Carsten Haitzler [Wed, 29 Mar 2006 08:00:30 +0000 (08:00 +0000)]
cvs is back up.. time for some asparagus!

SVN revision: 21564

18 years ago--printf
Christopher Michael [Tue, 28 Mar 2006 18:36:19 +0000 (18:36 +0000)]
--printf

SVN revision: 21544

18 years agoEdje textblock cleanups fixes
Stafford Mitchell Horne [Tue, 28 Mar 2006 16:36:04 +0000 (16:36 +0000)]
Edje textblock cleanups fixes
 * Fix edje font order (source, size, font) . This is needed so that evas
   when parsing the style will only try to load the font once it sees the
   font name. otherwise, if we load before we know where the source is and
   fontconfig will takeover and load up all of its fallbacks.
 * Remove inheritance. This is covered by evas. This means the text_class
   will only modify style parameters which are already defined in the style.

SVN revision: 21533

18 years agoRefuse zero length fonts.
Stafford Mitchell Horne [Tue, 28 Mar 2006 16:28:54 +0000 (16:28 +0000)]
Refuse zero length fonts.

SVN revision: 21532

18 years agoAdd ability for text blocks to use text classes
Stafford Mitchell Horne [Tue, 28 Mar 2006 07:45:54 +0000 (07:45 +0000)]
Add ability for text blocks to use text classes
 * Classes are defined at the tag level
 * Tags whithout classes inherit the parent class
 * text class defined by putting text_class=<class name> in tag style

SVN revision: 21518

18 years agofix window depth creation
Carsten Haitzler [Sat, 25 Mar 2006 02:55:34 +0000 (02:55 +0000)]
fix window depth creation

SVN revision: 21502

18 years agoand get debug name right
Carsten Haitzler [Mon, 20 Mar 2006 08:44:34 +0000 (08:44 +0000)]
and get debug name right

SVN revision: 21439

18 years agorememebr to decrement ev coutns too!
Carsten Haitzler [Mon, 20 Mar 2006 08:18:52 +0000 (08:18 +0000)]
rememebr to decrement ev coutns too!

SVN revision: 21438

18 years agoadd calls to get ip addr of client or server (NULL for created servers of
Carsten Haitzler [Mon, 20 Mar 2006 07:45:58 +0000 (07:45 +0000)]
add calls to get ip addr of client or server (NULL for created servers of
course) and comments/docs

SVN revision: 21437

18 years agoset server/client data to NULL on a delete - as it's already returned it it
Carsten Haitzler [Mon, 20 Mar 2006 05:59:21 +0000 (05:59 +0000)]
set server/client data to NULL on a delete - as it's already returned it it
should now be NULL and not used.

SVN revision: 21435

18 years agodefer server and client deletion for con and ipc until all pending events
Carsten Haitzler [Mon, 20 Mar 2006 05:53:12 +0000 (05:53 +0000)]
defer server and client deletion for con and ipc until all pending events
have been processed.

SVN revision: 21434

18 years agoEvas Fontconfig changes
stffrdhrn [Sun, 19 Mar 2006 11:17:43 +0000 (11:17 +0000)]
Evas Fontconfig changes
 * Move evas fontconfig changes out of the search loop
 * Use the whole font name for the search pattern this allow things like
   "Bitstream Vera Serif,Kochi Gothic" so you can manually setup fallbacks

SVN revision: 21407

18 years ago--printf
Christopher Michael [Sun, 19 Mar 2006 11:05:59 +0000 (11:05 +0000)]
--printf

SVN revision: 21406

18 years agoFix incorrect #ifdef. Be sure we're building XRender before trying to access
Christopher Michael [Sun, 19 Mar 2006 11:03:57 +0000 (11:03 +0000)]
Fix incorrect #ifdef. Be sure we're building XRender before trying to access
xrender structs. If the user was not building with XRender then the
build would fail here.

SVN revision: 21405

18 years agoDont crash on pcf fonts
stffrdhrn [Sun, 19 Mar 2006 10:50:33 +0000 (10:50 +0000)]
Dont crash on pcf fonts
 * for pcf fonts EM square is 0 and ascent and descent are 0
 * TODO: get these things to render correctly

SVN revision: 21404

18 years agoAdd fontconfig to evas for finding fonts
stffrdhrn [Sun, 19 Mar 2006 04:29:57 +0000 (04:29 +0000)]
Add fontconfig to evas for finding fonts
 * This can be disabled with --enable-fontconfig=no
 * Test in e17 with "enlightenment_remote -font-default-set title_bar Serif 12"
 * This is just the beginning: TODO: style searching, language reorder bypass

SVN revision: 21394

18 years agoEdje bug fixes:
stffrdhrn [Sun, 19 Mar 2006 04:22:35 +0000 (04:22 +0000)]
Edje bug fixes:
 * Add some comments
 * Fixup some const char */stringshare related compile warnings
 * Fix text classes

SVN revision: 21392

18 years ago.cvsignore++
David Walter Seikel [Fri, 17 Mar 2006 23:19:49 +0000 (23:19 +0000)]
.cvsignore++

SVN revision: 21356

18 years agoasparagus!!!
Carsten Haitzler [Fri, 17 Mar 2006 09:18:16 +0000 (09:18 +0000)]
asparagus!!!

btw - xtasi - i hope u read cvs commits.... when u play with stuff - make
sure the thing passes make dist and make distcheck!!!! i'm having to fix waay
too much of that.

SVN revision: 21348

18 years agoasparagus!!!
Carsten Haitzler [Fri, 17 Mar 2006 09:18:15 +0000 (09:18 +0000)]
asparagus!!!

btw - xtasi - i hope u read cvs commits.... when u play with stuff - make
sure the thing passes make dist and make distcheck!!!! i'm having to fix waay
too much of that.

SVN revision: 21347

18 years ago* Run autogen.sh when building CVS snapshots, but not for dist tarballs
shadoi [Thu, 16 Mar 2006 16:06:20 +0000 (16:06 +0000)]
* Run autogen.sh when building CVS snapshots, but not for dist tarballs
* Don't include evas-config in the bin package (it's in -dev)

SVN revision: 21340

18 years agotmp size was not fetched
Carsten Haitzler [Thu, 16 Mar 2006 08:16:16 +0000 (08:16 +0000)]
tmp size was not fetched

SVN revision: 21333

18 years agoupdate to the new xcb api
doursse [Wed, 15 Mar 2006 21:14:34 +0000 (21:14 +0000)]
update to the new xcb api

SVN revision: 21328

18 years agoupdate to the new xcb api, and a fix
doursse [Wed, 15 Mar 2006 20:58:35 +0000 (20:58 +0000)]
update to the new xcb api, and a fix

SVN revision: 21326

18 years agonooo. debian/changelog is meant to be in MAINTAINERCLEANFILES - because make
Carsten Haitzler [Tue, 14 Mar 2006 23:45:08 +0000 (23:45 +0000)]
nooo. debian/changelog is meant to be in MAINTAINERCLEANFILES - because make
maintainer-clean is something the maintainer of the source does to clean out
auto-generated files that are gerenated BY configure, autoconf etc. etc. so
the tree looks basically like what is committed to cvs only and nothing else.
once done you need to re-run autogen.sh to build. package building should
have no business running make maintainer-clean. package builds should only be
doing:

(set up environment)
configure (options)
make (options)
make install (options)
(extract files into package)

SVN revision: 21303

18 years agoredundant line debian/changelog in maintainercleanfiles caused packages not to build
xstasi [Tue, 14 Mar 2006 13:53:33 +0000 (13:53 +0000)]
redundant line debian/changelog in maintainercleanfiles caused packages not to build

SVN revision: 21300

18 years agoNeed to link Xrender if we're going to use it.
rbdpngn [Mon, 13 Mar 2006 22:38:53 +0000 (22:38 +0000)]
Need to link Xrender if we're going to use it.

SVN revision: 21273

18 years agoRecreated debian/, based on cdbs
xstasi [Mon, 13 Mar 2006 19:51:44 +0000 (19:51 +0000)]
Recreated debian/, based on cdbs

SVN revision: 21270

18 years agoRecreated debian/, based on cdbs
xstasi [Mon, 13 Mar 2006 18:48:42 +0000 (18:48 +0000)]
Recreated debian/, based on cdbs

SVN revision: 21266

18 years agoadd max data payload settings to ipc
Carsten Haitzler [Mon, 13 Mar 2006 08:50:27 +0000 (08:50 +0000)]
add max data payload settings to ipc

SVN revision: 21250

18 years agoadd max data payload settings to ipc
Carsten Haitzler [Mon, 13 Mar 2006 08:50:26 +0000 (08:50 +0000)]
add max data payload settings to ipc

SVN revision: 21249

18 years agoasparagus!
Carsten Haitzler [Sun, 12 Mar 2006 10:44:32 +0000 (10:44 +0000)]
asparagus!

SVN revision: 21220

18 years agopass distcheck...
Carsten Haitzler [Sun, 12 Mar 2006 10:40:49 +0000 (10:40 +0000)]
pass distcheck...

SVN revision: 21219

18 years agovisualization stuff for emotion_gstreamer. There's a gstreamer bug on the duration...
doursse [Sun, 12 Mar 2006 09:56:13 +0000 (09:56 +0000)]
visualization stuff for emotion_gstreamer. There's a gstreamer bug on the duration of mp3 files (). ogg files are handles correctly

SVN revision: 21217

18 years agofixed what I broke in the spec - still needs work to move engine modules to their...
quan74 [Sun, 12 Mar 2006 03:13:46 +0000 (03:13 +0000)]
fixed what I broke in the spec - still needs work to move engine modules to their correct package...

SVN revision: 21202

18 years agomissing x
doursse [Sun, 12 Mar 2006 00:08:58 +0000 (00:08 +0000)]
missing x

SVN revision: 21197

18 years agoFix typo spotted by odium :)
Christopher Michael [Sat, 11 Mar 2006 15:34:46 +0000 (15:34 +0000)]
Fix typo spotted by odium :)

SVN revision: 21189

18 years agofix spec
quan74 [Sat, 11 Mar 2006 01:57:53 +0000 (01:57 +0000)]
fix spec

SVN revision: 21177

18 years agomissing file
doursse [Sat, 11 Mar 2006 01:55:17 +0000 (01:55 +0000)]
missing file

SVN revision: 21176

18 years agoi've forgotten to remove that :)
doursse [Fri, 10 Mar 2006 19:12:57 +0000 (19:12 +0000)]
i've forgotten to remove that :)

SVN revision: 21173

18 years agoxrender xcb engine
doursse [Fri, 10 Mar 2006 19:10:07 +0000 (19:10 +0000)]
xrender xcb engine

SVN revision: 21172

18 years agoargb target for software xcb engine supported
doursse [Fri, 10 Mar 2006 07:44:23 +0000 (07:44 +0000)]
argb target for software xcb engine supported

SVN revision: 21164

18 years agoreadded debian/changelog to configure.in
xstasi [Thu, 9 Mar 2006 17:25:25 +0000 (17:25 +0000)]
readded debian/changelog to configure.in

SVN revision: 21144

18 years agosupport argb targets for ecore_evas sw_x11
Carsten Haitzler [Thu, 9 Mar 2006 03:51:44 +0000 (03:51 +0000)]
support argb targets for ecore_evas sw_x11

SVN revision: 21121

18 years agosupport argb targets for ecore_evas sw_x11
Carsten Haitzler [Thu, 9 Mar 2006 03:51:43 +0000 (03:51 +0000)]
support argb targets for ecore_evas sw_x11

SVN revision: 21120

18 years agoARGB targets for sw engine supported
Carsten Haitzler [Thu, 9 Mar 2006 03:51:27 +0000 (03:51 +0000)]
ARGB targets for sw engine supported

SVN revision: 21119

18 years agoadd a dst alpha flag
Carsten Haitzler [Wed, 8 Mar 2006 15:35:05 +0000 (15:35 +0000)]
add a dst alpha flag

SVN revision: 21104

18 years agohandle dst alpha better
Carsten Haitzler [Wed, 8 Mar 2006 15:35:01 +0000 (15:35 +0000)]
handle dst alpha better

SVN revision: 21103

18 years agoKeep track of max handlers_num using the handlers_num, not LASTEvent
stffrdhrn [Wed, 8 Mar 2006 15:07:37 +0000 (15:07 +0000)]
Keep track of max handlers_num using the handlers_num, not LASTEvent

SVN revision: 21101

18 years agocheck ptrs - no segv
Carsten Haitzler [Wed, 8 Mar 2006 13:43:46 +0000 (13:43 +0000)]
check ptrs - no segv

SVN revision: 21100

18 years agoanother handy routine...
Carsten Haitzler [Wed, 8 Mar 2006 10:01:42 +0000 (10:01 +0000)]
another handy routine...

SVN revision: 21096

18 years agoand work again.
Carsten Haitzler [Wed, 8 Mar 2006 08:54:36 +0000 (08:54 +0000)]
and work again.

SVN revision: 21092

18 years agoevilness... but it works.
Carsten Haitzler [Wed, 8 Mar 2006 08:02:55 +0000 (08:02 +0000)]
evilness... but it works.

SVN revision: 21091

18 years agoumm... handle rgba dest properly...
Carsten Haitzler [Wed, 8 Mar 2006 08:02:34 +0000 (08:02 +0000)]
umm... handle rgba dest properly...

SVN revision: 21090

18 years agodebian/changelog brought back to old revision
xstasi [Tue, 7 Mar 2006 13:13:39 +0000 (13:13 +0000)]
debian/changelog brought back to old revision

SVN revision: 21072

18 years agoChanged maintainer to 'E17 Debian Team'
xstasi [Tue, 7 Mar 2006 13:05:18 +0000 (13:05 +0000)]
Changed maintainer to 'E17 Debian Team'

SVN revision: 21071

18 years agodebian/changelog brought back to old revision
xstasi [Tue, 7 Mar 2006 12:53:37 +0000 (12:53 +0000)]
debian/changelog brought back to old revision

SVN revision: 21070

18 years agooops - soemoen changed the other symbols around while i changed the first set
Carsten Haitzler [Tue, 7 Mar 2006 02:44:16 +0000 (02:44 +0000)]
oops - soemoen changed the other symbols around while i changed the first set

SVN revision: 21063

18 years agoadded software_generic to spec
quan74 [Tue, 7 Mar 2006 01:14:02 +0000 (01:14 +0000)]
added software_generic to spec

SVN revision: 21058

18 years agomake dist pkgs build again
quan74 [Tue, 7 Mar 2006 01:07:20 +0000 (01:07 +0000)]
make dist pkgs build again

SVN revision: 21057

18 years agoMatch up function names so gl_xll can work
stffrdhrn [Tue, 7 Mar 2006 00:24:37 +0000 (00:24 +0000)]
Match up function names so gl_xll can work

SVN revision: 21056

18 years agofix symbols
Carsten Haitzler [Tue, 7 Mar 2006 00:02:16 +0000 (00:02 +0000)]
fix symbols

SVN revision: 21055

18 years agojust do RAW iconify work
Carsten Haitzler [Mon, 6 Mar 2006 08:39:57 +0000 (08:39 +0000)]
just do RAW iconify work

SVN revision: 21045

18 years agocreated debian/changelog (and removed from configure.in) to allow packages to be...
xstasi [Sat, 4 Mar 2006 17:57:06 +0000 (17:57 +0000)]
created debian/changelog (and removed from configure.in) to allow packages to be built with custom versions (e.g. cvs appends or epochs), and changed maintainer

SVN revision: 21013

18 years agocreated debian/changelog (and removed from configure.in) to allow packages to be...
xstasi [Sat, 4 Mar 2006 17:51:16 +0000 (17:51 +0000)]
created debian/changelog (and removed from configure.in) to allow packages to be built with custom versions (e.g. cvs appends or epochs), and changed maintainer

SVN revision: 21012

18 years agochanged maintainer, removed changelog autogeneration, fixed build-deps problems which...
xstasi [Sat, 4 Mar 2006 15:31:46 +0000 (15:31 +0000)]
changed maintainer, removed changelog autogeneration, fixed build-deps problems which caused errors on building under testing/unstable, and removed CPU optimizations to make it build on non-x86 platforms

SVN revision: 21009

18 years ago.cvsignore++
David Walter Seikel [Sat, 4 Mar 2006 14:25:29 +0000 (14:25 +0000)]
.cvsignore++

SVN revision: 21006

18 years agocreated debian/changelog to allow packages to be built with custom versions (e.g...
xstasi [Sat, 4 Mar 2006 11:18:57 +0000 (11:18 +0000)]
created debian/changelog to allow packages to be built with custom versions (e.g. cvs appends or epochs), and changed maintainer

SVN revision: 20999

18 years agoEcore api cleanup:
stffrdhrn [Sat, 4 Mar 2006 02:57:06 +0000 (02:57 +0000)]
Ecore api cleanup:
 * keys for key_grab and key_ugrab changed to const char *

SVN revision: 20986

18 years agoMore cleanups:
stffrdhrn [Sat, 4 Mar 2006 02:46:24 +0000 (02:46 +0000)]
More cleanups:
 * fix more requirements for const

SVN revision: 20985

18 years agoClean ups
stffrdhrn [Sat, 4 Mar 2006 02:11:03 +0000 (02:11 +0000)]
Clean ups
 * char * -> const char * where needed

SVN revision: 20984

18 years agoreturn useful values for grab/ungrab
Carsten Haitzler [Sat, 4 Mar 2006 01:30:43 +0000 (01:30 +0000)]
return useful values for grab/ungrab

SVN revision: 20981

18 years agoremove debian/changelog from configure.in in eet
xstasi [Fri, 3 Mar 2006 12:56:15 +0000 (12:56 +0000)]
remove debian/changelog from configure.in in eet

SVN revision: 20975

18 years agoand build
Carsten Haitzler [Fri, 3 Mar 2006 07:36:46 +0000 (07:36 +0000)]
and build

SVN revision: 20945

18 years agokeep the function call naming consistent with other engines of the same type.
Carsten Haitzler [Fri, 3 Mar 2006 07:28:26 +0000 (07:28 +0000)]
keep the function call naming consistent with other engines of the same type.

SVN revision: 20944

18 years agobad names
doursse [Fri, 3 Mar 2006 06:51:25 +0000 (06:51 +0000)]
bad names

SVN revision: 20943

18 years agoSP!
Carsten Haitzler [Fri, 3 Mar 2006 06:36:11 +0000 (06:36 +0000)]
SP!

SVN revision: 20942

18 years agominimal xscreensaver wrapping so it can be used for lock
Carsten Haitzler [Fri, 3 Mar 2006 04:01:15 +0000 (04:01 +0000)]
minimal xscreensaver wrapping so it can be used for lock

SVN revision: 20934

18 years agooops - missing dirs
Carsten Haitzler [Thu, 2 Mar 2006 13:07:26 +0000 (13:07 +0000)]
oops - missing dirs

SVN revision: 20917

18 years agowarning--
doursse [Thu, 2 Mar 2006 12:48:11 +0000 (12:48 +0000)]
warning--

SVN revision: 20916

18 years agooops - nuke a \
Carsten Haitzler [Thu, 2 Mar 2006 09:21:04 +0000 (09:21 +0000)]
oops - nuke a \

SVN revision: 20910

18 years agosoftware engines all now totally inherit from software_generic and
Carsten Haitzler [Thu, 2 Mar 2006 09:16:46 +0000 (09:16 +0000)]
software engines all now totally inherit from software_generic and
xrender_x11 now partially inherits.

SVN revision: 20909

18 years ago1. new engine inheritance scheme - its recursive if u want it to be, and so
Carsten Haitzler [Thu, 2 Mar 2006 08:06:10 +0000 (08:06 +0000)]
1. new engine inheritance scheme - its recursive if u want it to be, and so
far buffer, software_x11 and fb engines use it. need to make allother
software enignes use it next then the gl, cairo, xrender engines, then dfb.
it cuts out a LOT of duplicate code. makes writign a new engine or engine
variant much simpler

SVN revision: 20908

18 years agoFormatting.
David Walter Seikel [Wed, 1 Mar 2006 06:00:41 +0000 (06:00 +0000)]
Formatting.

SVN revision: 20864

18 years agoFormatting.
David Walter Seikel [Wed, 1 Mar 2006 05:05:58 +0000 (05:05 +0000)]
Formatting.

SVN revision: 20861

18 years agorehinting works on the fly now
Carsten Haitzler [Wed, 1 Mar 2006 03:48:03 +0000 (03:48 +0000)]
rehinting works on the fly now

SVN revision: 20858

18 years agorehinting works on the fly now
Carsten Haitzler [Wed, 1 Mar 2006 03:48:02 +0000 (03:48 +0000)]
rehinting works on the fly now

SVN revision: 20857

18 years agomake hinting an engine api thnig - engine apis need to be mroe easily updated
Carsten Haitzler [Tue, 28 Feb 2006 04:07:49 +0000 (04:07 +0000)]
make hinting an engine api thnig - engine apis need to be mroe easily updated

SVN revision: 20850

18 years agooops - yeah. watch the ptr.
Carsten Haitzler [Mon, 27 Feb 2006 15:40:46 +0000 (15:40 +0000)]
oops - yeah. watch the ptr.

SVN revision: 20830

18 years agoFIXME: what do you do when fi is NULL?
stffrdhrn [Mon, 27 Feb 2006 14:52:36 +0000 (14:52 +0000)]
FIXME: what do you do when fi is NULL?
 * hint, don't SEGV.

SVN revision: 20824

18 years agoevas lets you choose font hinting - in theory. :)
Carsten Haitzler [Mon, 27 Feb 2006 14:03:27 +0000 (14:03 +0000)]
evas lets you choose font hinting - in theory. :)

SVN revision: 20823

18 years agocustom state: i think we should inherit the parent's text style, too
tsauerbeck [Sat, 25 Feb 2006 09:57:55 +0000 (09:57 +0000)]
custom state: i think we should inherit the parent's text style, too

SVN revision: 20775

18 years agothe custom state code was still using strdup, but it needs to use the stringshare api
tsauerbeck [Sat, 25 Feb 2006 09:56:09 +0000 (09:56 +0000)]
the custom state code was still using strdup, but it needs to use the stringshare api

SVN revision: 20774

18 years agoFix the doubly linked list to use a more correct method to insert data in the
rbdpngn [Tue, 21 Feb 2006 05:45:18 +0000 (05:45 +0000)]
Fix the doubly linked list to use a more correct method to insert data in the
list instead of walking from the beginning.

SVN revision: 20662

18 years agoafter hours of work, discusisons with rephorm, and raster, I found this!
codewarrior [Sun, 19 Feb 2006 11:14:49 +0000 (11:14 +0000)]
after hours of work, discusisons with rephorm, and raster, I found this!

(13:05) <raster> BAD formie

(=

SVN revision: 20571

18 years agodisable double click flags if u clock on something else in between
Carsten Haitzler [Sat, 18 Feb 2006 04:40:14 +0000 (04:40 +0000)]
disable double click flags if u clock on something else in between

SVN revision: 20554

18 years agocodeset patch from illogict
Carsten Haitzler [Sat, 18 Feb 2006 04:35:43 +0000 (04:35 +0000)]
codeset patch from illogict

SVN revision: 20553