Commit Graph

3343 Commits

Author SHA1 Message Date
kaethorn ca80b9008e split up libevas0 into loaders, savers and engines.
SVN revision: 21681
2006-04-01 20:21:40 +00:00
kaethorn f81ce64dbb more dependency cleanups.
SVN revision: 21624
2006-03-31 09:53:21 +00:00
Carsten Haitzler 343089c120 only free list if its there...
SVN revision: 21609
2006-03-31 02:08:11 +00:00
kaethorn b2a0114534 split ecore into small packages and correct some dependencies.
SVN revision: 21602
2006-03-30 19:03:53 +00:00
codewarrior 214f4563a7 - maintain a list of connected clients and use that for clients_get
SVN revision: 21601
2006-03-30 14:01:04 +00:00
codewarrior d6cd4313bd we want the ipc_clients, not the con clients
SVN revision: 21600
2006-03-30 08:20:18 +00:00
codewarrior e0b0c8738f rasties wants, rasties gets!
SVN revision: 21599
2006-03-30 08:12:17 +00:00
Michael Jennings 891a339799 Thu Mar 30 02:15:28 2006 Michael Jennings (mej)
Added gstreamer-plugins-base-devel for FC5/gstreamer 0.10.
----------------------------------------------------------------------


SVN revision: 21598
2006-03-30 07:15:25 +00:00
codewarrior ae3015fef8 ecore_con_server_clients_get
SVN revision: 21597
2006-03-30 06:48:45 +00:00
Michael Jennings 8e450c7269 Thu Mar 30 01:06:02 2006 Michael Jennings (mej)
Add build dep until we get modules sorted out.
----------------------------------------------------------------------


SVN revision: 21595
2006-03-30 06:06:00 +00:00
Michael Jennings 53a5a82f71 Wed Mar 29 20:33:40 2006 Michael Jennings (mej)
Xine plugins seem to no longer be built.
----------------------------------------------------------------------


SVN revision: 21587
2006-03-30 01:33:37 +00:00
Carsten Haitzler e236d7ba76 eet-debug should contain the eet binary - as its not used anywhere except as
a test/debug tool


SVN revision: 21586
2006-03-30 00:39:37 +00:00
Emfox Zhou ead88b33b9 to include right debian files.
SVN revision: 21575
2006-03-29 17:19:30 +00:00
shadoi bb6d069af9 * Use CDBS for debian/rules
* Add "| xlibs-static-dev" for stable to build-deps
* Remove the test bin from -dev (duplication)


SVN revision: 21574
2006-03-29 16:56:01 +00:00
shadoi 9bdebf459f Fix maintainer and add libxss-dev build-dep (for screensaver locking)
SVN revision: 21572
2006-03-29 16:21:37 +00:00
Carsten Haitzler 706d3a0fa3 fix format
SVN revision: 21568
2006-03-29 10:07:35 +00:00
Carsten Haitzler 3459fa2333 another wrong changelog.in
SVN revision: 21566
2006-03-29 09:00:56 +00:00
Carsten Haitzler 9ec1b17a91 changelog.cin ... errr... not right.
do the people doing debian packaging... actually test things?


SVN revision: 21565
2006-03-29 09:00:13 +00:00
Carsten Haitzler b7e492a4a5 cvs is back up.. time for some asparagus!
SVN revision: 21564
2006-03-29 08:00:30 +00:00
Christopher Michael 947c1d5e9f --printf
SVN revision: 21544
2006-03-28 18:36:19 +00:00
Stafford Mitchell Horne 7ba307776d 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
2006-03-28 16:36:04 +00:00
Stafford Mitchell Horne 59fb5be456 Refuse zero length fonts.
SVN revision: 21532
2006-03-28 16:28:54 +00:00
Stafford Mitchell Horne 39c1195176 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
2006-03-28 07:45:54 +00:00
Carsten Haitzler 2fface712c fix window depth creation
SVN revision: 21502
2006-03-25 02:55:34 +00:00
Carsten Haitzler d3c5b04a87 and get debug name right
SVN revision: 21439
2006-03-20 08:44:34 +00:00
Carsten Haitzler 065626dc56 rememebr to decrement ev coutns too!
SVN revision: 21438
2006-03-20 08:18:52 +00:00
Carsten Haitzler e8929d7043 add calls to get ip addr of client or server (NULL for created servers of
course) and comments/docs


SVN revision: 21437
2006-03-20 07:45:58 +00:00
Carsten Haitzler 4924cf8ba2 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
2006-03-20 05:59:21 +00:00
Carsten Haitzler b2ecc06e68 defer server and client deletion for con and ipc until all pending events
have been processed.


SVN revision: 21434
2006-03-20 05:53:12 +00:00
stffrdhrn b1e03e8791 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
2006-03-19 11:17:43 +00:00
Christopher Michael 241fa61949 --printf
SVN revision: 21406
2006-03-19 11:05:59 +00:00
Christopher Michael 5a8bf5c690 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
2006-03-19 11:03:57 +00:00
stffrdhrn a14f932770 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
2006-03-19 10:50:33 +00:00
stffrdhrn ec8cd4cc08 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
2006-03-19 04:29:57 +00:00
stffrdhrn 46a61a67b7 Edje bug fixes:
* Add some comments
 * Fixup some const char */stringshare related compile warnings
 * Fix text classes


SVN revision: 21392
2006-03-19 04:22:35 +00:00
David Walter Seikel 9d26059150 .cvsignore++
SVN revision: 21356
2006-03-17 23:19:49 +00:00
Carsten Haitzler 10c8455a5f 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
2006-03-17 09:18:16 +00:00
Carsten Haitzler 873b31554c 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
2006-03-17 09:18:15 +00:00
shadoi 4265a9237c * 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
2006-03-16 16:06:20 +00:00
Carsten Haitzler 8edc435a2b tmp size was not fetched
SVN revision: 21333
2006-03-16 08:16:16 +00:00
doursse 79460141a5 update to the new xcb api
SVN revision: 21328
2006-03-15 21:14:34 +00:00
doursse 2bd060ad29 update to the new xcb api, and a fix
SVN revision: 21326
2006-03-15 20:58:35 +00:00
Carsten Haitzler 80aef40315 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
2006-03-14 23:45:08 +00:00
xstasi 03a1396ea0 redundant line debian/changelog in maintainercleanfiles caused packages not to build
SVN revision: 21300
2006-03-14 13:53:33 +00:00
rbdpngn 795a124be1 Need to link Xrender if we're going to use it.
SVN revision: 21273
2006-03-13 22:38:53 +00:00
xstasi a3ac6dd0a8 Recreated debian/, based on cdbs
SVN revision: 21270
2006-03-13 19:51:44 +00:00
xstasi 3eff00791a Recreated debian/, based on cdbs
SVN revision: 21266
2006-03-13 18:48:42 +00:00
Carsten Haitzler 6094eecb72 add max data payload settings to ipc
SVN revision: 21250
2006-03-13 08:50:27 +00:00
Carsten Haitzler 6e54d73898 add max data payload settings to ipc
SVN revision: 21249
2006-03-13 08:50:26 +00:00
Carsten Haitzler 8206af707a asparagus!
SVN revision: 21220
2006-03-12 10:44:32 +00:00