Commit Graph

3863 Commits

Author SHA1 Message Date
Mike Frysinger fdf8e2f0c2 eat spurious whitespace
SVN revision: 24502
2006-08-09 08:24:45 +00:00
titan c9365ad7da Fix the order of a typedef to satisfy g++
SVN revision: 24495
2006-08-09 07:06:55 +00:00
Carsten Haitzler 49e9c9589e fix some aspect cacls
SVN revision: 24480
2006-08-08 20:25:24 +00:00
sebastid ad4e90eafd If the list node is known, use evas_list_remove_list
SVN revision: 24467
2006-08-08 09:53:51 +00:00
rephorm a9ff065c01 i assume this was meant as an optimization. however, it wasn't correct for some cases (e.g. rgb = 187, 169, 123)
SVN revision: 24465
2006-08-08 06:01:37 +00:00
sebastid b2c767b5ab ignore++
SVN revision: 24454
2006-08-08 00:54:56 +00:00
Carsten Haitzler 1a80e60baf add lib deps back in - seemingly i found a modern gcc/ld that doesnt seem to
handle shared lib deps... weird.


SVN revision: 24445
2006-08-07 20:26:33 +00:00
Carsten Haitzler 53f8ce92e7 fix x build/link in some weird circumstnaces
SVN revision: 24438
2006-08-07 07:03:12 +00:00
sebastid 6163e51220 Fix warnings
SVN revision: 24415
2006-08-06 01:45:45 +00:00
sebastid 5dc6a1479f filename is const
SVN revision: 24414
2006-08-06 01:35:56 +00:00
sebastid e3be454d46 Can someone who knows this code fix this?
SVN revision: 24413
2006-08-06 01:27:22 +00:00
sebastid 0410bbcf4a Fix formatting
SVN revision: 24403
2006-08-05 03:07:29 +00:00
rephorm 6f000216b2 don't check spectra if we don't have any... (fix segv)
SVN revision: 24392
2006-08-04 18:40:31 +00:00
ningerso 470d2eda32 Fix evas_list_promote_list to allow promoting to arbitrary points in the list.
SVN revision: 24388
2006-08-04 10:47:06 +00:00
ningerso d85048c93f Did some cache miss profiling with a large number of transient text objects
and found that reordering the evas list containing the font path list was
actually hurting cache performance. Frequent cache misses occurred in
evas_mempool_free in it's main loop. So removing the list node and re adding it
actually decreased cache performance in some cases. This would also cause memory
allocation bouncing if mempools were not used.

Added evas_list_promote_list to move a list node to the beginning of a list.
Changed reordering lists to use evas_list_promote_list.


SVN revision: 24387
2006-08-04 10:00:50 +00:00
rephorm 19ca0b0721 ... more whistling
SVN revision: 24386
2006-08-04 09:00:35 +00:00
rephorm bcd6f83784 add some validation to spectra
SVN revision: 24385
2006-08-04 08:55:05 +00:00
rephorm 7def98b41e nothing to see here... *whistling*
SVN revision: 24384
2006-08-04 08:40:03 +00:00
quan74 824b166457 Makefile fix - add ecore_fb_keytable.hto EXTRA_DIST
SVN revision: 24383
2006-08-04 07:59:18 +00:00
rephorm 1ddfc6a183 oops. thanks jose :)
SVN revision: 24377
2006-08-03 09:47:17 +00:00
Jorge Luis Zapata Muga 4bcb051ded Ecore_Fb
========
+ Initial support for absolute axis (touchscreen, touchpad).


SVN revision: 24376
2006-08-03 05:58:14 +00:00
moom ac0055db7e * Add evas_object_smart_parent_get() to get the smart parent of an Evas_Object
* Add evas_object_smart_members_get() to get a list of the member objects of a smart object


SVN revision: 24374
2006-08-03 02:14:53 +00:00
Jorge Luis Zapata Muga 255a87c0e8 Ecore_Evas_Fb
=============
+ Now we send events to evas from all input devices


SVN revision: 24370
2006-08-02 21:41:11 +00:00
rephorm 8cda88c2e6 Add initial support for edje gradients. See data/src/gradient.edc for an example.
SVN revision: 24361
2006-08-02 10:52:44 +00:00
Carsten Haitzler 9f6824c2ab remove modifier masks if they clash
SVN revision: 24360
2006-08-02 07:55:01 +00:00
Jorge Luis Zapata Muga b297b42db6 Ecore_Fb changes:
================
+ remove of old ps2, touchscreen and keyboard input handlers
+ old code is kept on sperated files for backup in case someone needs
  it, but wont compile
+ addition of new linux input (evdev) handlers. (touchscreen is handled
  as an absolute axis device, no need for old code). It supports
  multiple input devices, you can have several mice for example.
+ new vt code, now it support allocating a new tty if root, or use
  current tty if normal user, correct vt switching on both cases
+ some more cleanups
Ecore_Evas_Fb changes:
=====================
+ use the new ecore_fb


SVN revision: 24326
2006-07-31 04:13:51 +00:00
Carsten Haitzler 996645a4d6 add abort so u can trap etk badness
SVN revision: 24316
2006-07-30 14:30:24 +00:00
codewarrior ce41b8e859 initialize to 0, set prop.sticky properly
SVN revision: 24296
2006-07-29 14:50:18 +00:00
Carsten Haitzler 5f5f1984e0 leak--
ecore_exe leaked doosmdat clock dead data.
ecore_evas loaked netwm state data


SVN revision: 24293
2006-07-29 10:05:13 +00:00
Carsten Haitzler e120f13fb4 leak--
SVN revision: 24292
2006-07-29 09:54:20 +00:00
Carsten Haitzler 51ccc72b4f and that was just SILLEH! - fix. fast fix.
SVN revision: 24247
2006-07-27 19:33:04 +00:00
Carsten Haitzler 6590dd220f add 2 list calls that well - i need for efficiency :)
SVN revision: 24245
2006-07-27 19:27:34 +00:00
codewarrior ac8df12757 - more work on window state changes.
- add ecore_evas_callback_[un]sticky_set


SVN revision: 24240
2006-07-27 16:14:33 +00:00
sebastid b89bd50d09 ignore hal bin
SVN revision: 24239
2006-07-27 15:38:47 +00:00
sebastid e1219aaf40 - Check if the return type of the error message is string
- Add test with error


SVN revision: 24238
2006-07-27 15:34:16 +00:00
sebastid 48e23af633 Add error callback
SVN revision: 24237
2006-07-27 15:28:44 +00:00
sebastid 0df8ad55dd Use callbacks for method return, not events
SVN revision: 24236
2006-07-27 15:06:13 +00:00
sebastid 2e58ad9aad Store methods until we have the reply.
Alloc the correct amount of mem.


SVN revision: 24235
2006-07-27 14:06:04 +00:00
sebastid 83e8ea7c56 Add one event type for each type of message
SVN revision: 24233
2006-07-27 13:29:44 +00:00
codewarrior e1723fa800 - if something other than ecore_evas changes some of the states of the x_window, we need to listen to the changes and update our local flags (like sticky for example). If we dont, things like ecore_evas_sticky_get will always return an outdated sticky property. I have implemented it for the sticky bit for now, but this needs to be done for all the others as well.
- question: do we want to implement ecore_evas_callback_sticky_set or something similar that will tell the programmer when the sticky bit has changed? I think it would be a good idea to do it here as opposed to doing it inside Etk for example.


SVN revision: 24223
2006-07-27 02:42:41 +00:00
sebastid e77f976716 More DBus work. Should soon be able to interact with haldaemon.
SVN revision: 24207
2006-07-26 20:43:28 +00:00
sebastid e70669f3d1 Update the event structure for DBus.
SVN revision: 24201
2006-07-26 12:08:06 +00:00
sebastid baee01fd76 Fix Fix
SVN revision: 24197
2006-07-25 16:03:05 +00:00
sebastid f69d7a40ed Update for lates ecore_dbus changes.
SVN revision: 24196
2006-07-25 16:02:44 +00:00
sebastid 51100f55f5 Add wrapper for common dbus methods
SVN revision: 24195
2006-07-25 14:34:47 +00:00
sebastid ea6d530cfa Trap known messages
SVN revision: 24194
2006-07-25 14:12:21 +00:00
sebastid 27071cc23b ++
SVN revision: 24192
2006-07-25 12:45:35 +00:00
sebastid a7b74115ce Big ecore_dbus overhaul
SVN revision: 24191
2006-07-25 12:44:19 +00:00
ningerso 39f349047f Need sys/types.h before sys/mman.h on OS X, and possibly other BSD based
systems.


SVN revision: 24188
2006-07-25 09:47:47 +00:00
Carsten Haitzler a0d15dfa55 release the asparagus... another snapshot! :)
SVN revision: 24151
2006-07-23 21:40:03 +00:00
Carsten Haitzler ace27d530c fix up aspect calcs for both axes controlling
SVN revision: 24149
2006-07-23 21:18:28 +00:00
Carsten Haitzler 3ea84d923f more external aspect support - all working nicely now
SVN revision: 24148
2006-07-23 19:33:27 +00:00
Carsten Haitzler 5de5999b5a allow code to specify an aspect for swallowed objects
SVN revision: 24145
2006-07-23 13:50:02 +00:00
sebastid 5607a495c5 Split files.
SVN revision: 24113
2006-07-21 22:04:09 +00:00
sebastid f01726ab87 Add a main func when DBUS is disabled
SVN revision: 24111
2006-07-21 20:03:52 +00:00
sebastid a9e5f4f75c ecore_dbus_test can now say hello to the system dbus server!
SVN revision: 24105
2006-07-21 15:56:42 +00:00
Carsten Haitzler 49bd390565 some prefix fixes for env vars
SVN revision: 24104
2006-07-21 15:55:54 +00:00
Carsten Haitzler dc7fcacedc update x, y if not managed (override)
SVN revision: 24078
2006-07-20 17:12:30 +00:00
sebastid ea27a9b53b Beginning of dbus testing. DBus needs a lot of love.
SVN revision: 24077
2006-07-20 16:48:32 +00:00
sebastid 942012e29d Make it possible to connect to systems which do not use ports for local
sockets.


SVN revision: 24076
2006-07-20 16:47:02 +00:00
doursse 45e3d90729 Fix a freeze when a file is not valid. Add support for DVD (but i works randomly...)
SVN revision: 24034
2006-07-18 19:04:38 +00:00
Carsten Haitzler 904e55e799 icccm respect - yo!
SVN revision: 24032
2006-07-18 18:32:10 +00:00
Carsten Haitzler 5cc651419e aspara!!!
SVN revision: 24021
2006-07-18 04:11:49 +00:00
Carsten Haitzler 38586a3221 missing a style sety when calculating text size... style padding was wrong.
fixed.


SVN revision: 23998
2006-07-17 19:45:38 +00:00
doursse efd30e948f put the build of the pipelines apart
SVN revision: 23988
2006-07-17 17:11:04 +00:00
David Walter Seikel bce6aff9eb .cvsignore++
SVN revision: 23977
2006-07-17 00:32:21 +00:00
Carsten Haitzler 1ddc6a0160 libpng checks using pkg-config :)
SVN revision: 23921
2006-07-14 20:37:05 +00:00
ningerso 1ce85d7f7f Move the content description for the selection notify into the data.
Add the content description in provided parsers.


SVN revision: 23884
2006-07-14 09:37:11 +00:00
Carsten Haitzler 37642982f7 make other core efl things do the same package thing
SVN revision: 23876
2006-07-13 19:48:09 +00:00
Carsten Haitzler 30cad4260b fix bin/lib prefix - pass as -D
SVN revision: 23874
2006-07-13 16:35:46 +00:00
rephorm ab7d018a71 set the name to NULL on _del instead of _free
Since free can be delayed, if you deleted a named object, created a new one and set it to the same name, the hash could still point to the old object.


SVN revision: 23865
2006-07-13 00:26:25 +00:00
Carsten Haitzler 712a2a8c03 fix png check - succeed/fail clauses swapped wrongly.
SVN revision: 23855
2006-07-12 03:40:51 +00:00
Carsten Haitzler 4a468336e0 png check fix
SVN revision: 23846
2006-07-11 11:34:28 +00:00
Carsten Haitzler a06238ce46 edje prefix fixes - oops - was broken
build fixes for exec prefix settings


SVN revision: 23845
2006-07-11 09:43:26 +00:00
Carsten Haitzler 9b885559b6 no ip for local conns
SVN revision: 23822
2006-07-10 19:11:55 +00:00
Carsten Haitzler f41aec9158 edje is now also prefix aware.
SVN revision: 23821
2006-07-10 18:55:23 +00:00
Carsten Haitzler 3bc78e5f07 add prefix detection to embryo
SVN revision: 23820
2006-07-10 18:31:18 +00:00
Carsten Haitzler 70c0609d51 asparagus time!
SVN revision: 23778
2006-07-09 18:35:57 +00:00
Carsten Haitzler f1316fa8e9 unaligned int access - fix.
SVN revision: 23702
2006-07-03 20:15:54 +00:00
Carsten Haitzler 4cedfd95b9 way too many freetype headers are wrong - dont rely on them. :(
SVN revision: 23688
2006-07-03 09:09:06 +00:00
Carsten Haitzler 72ff1f5bad better configure checks mean that evas will build on rhas 3
SVN revision: 23685
2006-07-03 08:32:01 +00:00
Carsten Haitzler 2f82204b7b revert cedrics patch for font stuff - it breaks textblocks
SVN revision: 23681
2006-07-03 06:15:05 +00:00
Carsten Haitzler 7adf4ed4bd asparagus time...
SVN revision: 23679
2006-07-03 04:08:47 +00:00
Carsten Haitzler 514eb91250 fix leak - that string is a const now.
SVN revision: 23649
2006-07-02 13:14:23 +00:00
Carsten Haitzler 334eb3a389 cedrics font hash lookup speedup :)
SVN revision: 23644
2006-07-02 06:18:18 +00:00
Carsten Haitzler 5a3be0fd8c zigs patch for edje adding more embryo script power to set state vals
SVN revision: 23616
2006-06-28 18:31:56 +00:00
Carsten Haitzler 50cd5ca75a remove openembedde pkg info - old and dead
SVN revision: 23615
2006-06-28 07:20:18 +00:00
doursse 4cea5ab39a use goom and not goom2k4 as default visualization
SVN revision: 23586
2006-06-25 16:52:51 +00:00
doursse aec7e96054 ignore++
SVN revision: 23585
2006-06-25 13:43:22 +00:00
Christopher Michael 22b2d73375 Format to 'E' style.
Note: No functional changes, only formatting.


SVN revision: 23553
2006-06-23 06:43:00 +00:00
Christopher Michael 20f3183f49 Format to 'E' formatting.
Note: No functional changes, only formatting.


SVN revision: 23552
2006-06-23 06:40:52 +00:00
Christopher Michael 2572e14d3e Formatting to 'E' format.
Note: No functional changes, only formatting.


SVN revision: 23551
2006-06-23 06:40:26 +00:00
Christopher Michael da3180436d Formatting like 'E' format.
Note: No function changes, only formatting.


SVN revision: 23550
2006-06-23 06:39:24 +00:00
Christopher Michael 0f3a48361e Format like 'E' formatting.
Note: No functional changes, only formatting.


SVN revision: 23549
2006-06-23 06:38:52 +00:00
Carsten Haitzler 4e25b857f5 nuke fd leak on ecore_exe pipes! :)
SVN revision: 23537
2006-06-22 19:49:00 +00:00
Carsten Haitzler 268c8107f0 clear cache on shutdown
SVN revision: 23536
2006-06-22 19:22:26 +00:00
Carsten Haitzler ba54808ee8 actually close files
SVN revision: 23535
2006-06-22 19:21:31 +00:00
Carsten Haitzler cce1b3b586 another good time for good asparagus :) snapshot.
SVN revision: 23527
2006-06-22 09:21:50 +00:00
Carsten Haitzler 55c0ef1633 allow optimisation for shaped windows that use damag avoid
SVN revision: 23490
2006-06-18 02:19:21 +00:00
Carsten Haitzler 9748781970 revert list sort patch - it's losing list members.
SVN revision: 23458
2006-06-16 09:35:30 +00:00
Carsten Haitzler ea043349fc sort patch from cedric
SVN revision: 23415
2006-06-13 10:25:09 +00:00
Carsten Haitzler 3a85bfb709 cedric's mmap patch
SVN revision: 23413
2006-06-13 10:20:22 +00:00
Carsten Haitzler 28dff2e36e fd leak in dns lookups! fixed! :)
SVN revision: 23411
2006-06-13 08:59:12 +00:00
Carsten Haitzler d796633973 header not needed
SVN revision: 23410
2006-06-13 08:54:58 +00:00
Carsten Haitzler d39713618c fix blah-config includes
SVN revision: 23387
2006-06-11 22:37:25 +00:00
Carsten Haitzler b71cb5326a 1. autofoot patches.
2. fix maximize to work again. :)


SVN revision: 23375
2006-06-11 10:23:49 +00:00
sebastid 72dc506883 Check if the array is larger than 0
Use malloc
Make sure everything is freed


SVN revision: 23362
2006-06-10 19:26:25 +00:00
sndev b877a0e74a * use calloc instead of malloc
* set *argc = 0 if mem for the *argv cannot be allocated.


SVN revision: 23357
2006-06-10 16:54:36 +00:00
doursse 3a0454a50b warnings-- and remove trailing spaces
SVN revision: 23320
2006-06-09 05:11:37 +00:00
sebastid f1bc6c5db4 Remove printf
SVN revision: 23308
2006-06-08 20:03:42 +00:00
sebastid 34f1472f02 Don't return XStringList as a char **.
SVN revision: 23307
2006-06-08 20:02:49 +00:00
Carsten Haitzler d7eee7eee6 patches that i said were in - commit. (see my reply emails)
also finish off a TODO item or 2


SVN revision: 23267
2006-06-07 23:30:15 +00:00
sebastid 3a6f861ed6 Use correct mask when sending state request.
SVN revision: 23236
2006-06-07 10:36:47 +00:00
sebastid 7f068dfaf6 For debug
SVN revision: 23234
2006-06-07 09:40:24 +00:00
sebastid a2402e571b Listen to MOVE_SELF events
SVN revision: 23233
2006-06-07 09:02:04 +00:00
Christopher Michael 10308c1133 Patch from drexil to fix a leak in edje_data.c
SVN revision: 23184
2006-06-05 13:11:08 +00:00
xcomputerman 4c779cfbae Add Visual to window attributes struct
SVN revision: 23151
2006-06-04 05:30:37 +00:00
Carsten Haitzler ff014de721 remove printf debuggin
SVN revision: 23087
2006-06-02 08:11:54 +00:00
Carsten Haitzler fb55d1856b more debugging fixing...
SVN revision: 23086
2006-06-02 08:06:46 +00:00
Carsten Haitzler fc6b50098a deboog more
SVN revision: 23085
2006-06-02 08:02:57 +00:00
Carsten Haitzler 0ea8efe622 still debugging
SVN revision: 23084
2006-06-02 07:56:42 +00:00
Carsten Haitzler bed9c4c044 more debugging
SVN revision: 23083
2006-06-02 07:32:44 +00:00
Carsten Haitzler 393f3c7708 chasing bugs still
SVN revision: 23082
2006-06-02 07:29:53 +00:00
Carsten Haitzler ff5f8cc24f more safety measures
SVN revision: 23081
2006-06-02 07:24:04 +00:00
Carsten Haitzler 7ee02394bc more fix work
SVN revision: 23080
2006-06-02 07:08:16 +00:00
Carsten Haitzler e7b6d886fd 1. much smaller flush timeouts (0.5 secs)
2. i think i fixed a "events being generated for ecore_con's that were
deleted already" problem :)


SVN revision: 23079
2006-06-02 07:01:49 +00:00
sebastid f5bd859806 Fix warning
SVN revision: 23034
2006-05-31 19:14:59 +00:00
sebastid 74681bc617 Return error
SVN revision: 23033
2006-05-31 19:13:51 +00:00
sebastid 1785533467 Add missing arg
SVN revision: 23028
2006-05-31 18:37:39 +00:00
sebastid a17c875ddc Add const.
Remove unused variables.


SVN revision: 23027
2006-05-31 18:33:46 +00:00
Michael Jennings 572985b263 Tue May 30 12:32:21 2006 Michael Jennings (mej)
Perhaps this is the best fix.
----------------------------------------------------------------------


SVN revision: 23009
2006-05-30 17:30:41 +00:00
Michael Jennings 34be828bd8 Sun May 28 15:35:14 2006 Michael Jennings (mej)
Re-disable edb stuff.  We'll see what happens.
----------------------------------------------------------------------


SVN revision: 22977
2006-05-28 20:33:40 +00:00
doursse 7029273174 don't free a pointer that is not allocated. Clean messages
SVN revision: 22961
2006-05-28 06:22:10 +00:00
Michael Jennings 6beddd1512 Sat May 27 13:36:20 2006 Michael Jennings (mej)
Re-enable edb stuff; some modules need it.
----------------------------------------------------------------------


SVN revision: 22931
2006-05-27 18:34:46 +00:00
Michael Jennings 8a145babae Fri May 26 15:28:47 2006 Michael Jennings (mej)
Another day, another dependency fix.
----------------------------------------------------------------------


SVN revision: 22915
2006-05-26 20:27:15 +00:00
Michael Jennings 33bfc83e98 Thu May 25 00:14:28 2006 Michael Jennings (mej)
Doh.
----------------------------------------------------------------------


SVN revision: 22876
2006-05-25 04:13:01 +00:00
Michael Jennings 9236a1e846 Wed May 24 23:08:52 2006 Michael Jennings (mej)
Spec file dependency fix:  devel package needs ecore_*
----------------------------------------------------------------------


SVN revision: 22874
2006-05-25 03:07:29 +00:00
Carsten Haitzler c05284ea5f fix sizing problem when u set style after setting text/font
SVN revision: 22873
2006-05-25 02:40:09 +00:00
Michael Jennings a0d1aa2c79 Wed May 24 21:58:38 2006 Michael Jennings (mej)
Spec file dependency fix:  need libjpeg-devel.
----------------------------------------------------------------------


SVN revision: 22872
2006-05-25 01:57:12 +00:00
Carsten Haitzler 64e85b9d48 linger -> 0
SVN revision: 22856
2006-05-24 00:45:27 +00:00
Carsten Haitzler 83907c5643 enable linger... set it to 0
SVN revision: 22855
2006-05-24 00:33:20 +00:00
Carsten Haitzler 0f757ee21a edje_decc works properly with default theme (as long as u rememeber to pass
-DE17_PROFILE=SLOW_PC" so #defines get fixed


SVN revision: 22847
2006-05-23 03:23:31 +00:00
doursse 726d47342f volume is between 0 and 1, not 0 and 100
SVN revision: 22817
2006-05-21 18:24:24 +00:00
David Walter Seikel e54d244e28 .cvsignore++
SVN revision: 22808
2006-05-21 13:20:02 +00:00
doursse 2763193cd1 fix audio mute
SVN revision: 22801
2006-05-21 11:13:05 +00:00
doursse 4f02bd7958 fix warnings
SVN revision: 22794
2006-05-21 10:26:09 +00:00
doursse 20b5a8357c fix volume for the gstreamer plugin
SVN revision: 22793
2006-05-21 10:23:15 +00:00
moom f4c549c9f6 * Move the optimizations of Jose for the hsv/rgb conversion functions to Evas
SVN revision: 22790
2006-05-21 09:43:58 +00:00
Carsten Haitzler f019dcad07 return write errors on close.
SVN revision: 22758
2006-05-20 02:44:24 +00:00
Michael Jennings 7494df931a Fri May 19 14:52:44 2006 Michael Jennings (mej)
Unbreaking several spec files.
----------------------------------------------------------------------


SVN revision: 22751
2006-05-19 19:51:18 +00:00
xcomputerman f9520235e5 Make sure QueryVersion functions are called first.
SVN revision: 22744
2006-05-19 15:09:50 +00:00
xcomputerman f9ed237288 Round out support for XserverRegion.
SVN revision: 22743
2006-05-19 15:02:54 +00:00
xcomputerman 0e8e8f2fd1 Oops. I was up too late last night. Caught a couple of critters too.
SVN revision: 22740
2006-05-19 14:23:04 +00:00
Carsten Haitzler f2056229e7 1. fix ecore to build again (xcomp - u need to cvs add and commit your 2 new
.c files!) and asparagus!


SVN revision: 22732
2006-05-19 09:27:33 +00:00
Carsten Haitzler db9561ff11 fixup for over-grab-count
SVN revision: 22730
2006-05-19 07:56:53 +00:00
xcomputerman dc3203d7da Add support for XFixes and XDamage to Ecore_X.
Add atoms for translucency/composite support.


SVN revision: 22729
2006-05-19 06:05:35 +00:00
Carsten Haitzler 3a63c7eab6 limit flushiness.
SVN revision: 22726
2006-05-19 03:52:24 +00:00
moom 24b32bd7d4 * Fix hsv-->rgb conversion if h=360.0
SVN revision: 22677
2006-05-17 22:11:46 +00:00
Carsten Haitzler f8371169c7 'remove fps stats
only bench numebr is displayed now.


SVN revision: 22665
2006-05-17 08:04:59 +00:00
doursse 721537d546 add ecore_x_netwm_allowed_action_get to the API and remove trailing spaces
SVN revision: 22664
2006-05-17 05:35:56 +00:00
Carsten Haitzler 0285bf4cc9 vincent's netwm get allowed actions ecore patch
SVN revision: 22660
2006-05-17 02:26:52 +00:00
Carsten Haitzler cbeeae7f14 fix segv's in simple line draws
SVN revision: 22642
2006-05-16 08:52:05 +00:00
Carsten Haitzler 4e97e2bf2c fix polygons too. always over op.
SVN revision: 22641
2006-05-16 07:53:47 +00:00
Carsten Haitzler 5d996305e1 fix xrender lines :)
SVN revision: 22640
2006-05-16 07:52:35 +00:00
Carsten Haitzler 1b3c1fb791 really simple fix for aa line draws.
SVN revision: 22639
2006-05-16 07:38:18 +00:00
Carsten Haitzler 8a0c9369aa fix lib version
SVN revision: 22628
2006-05-15 02:50:18 +00:00
doursse 8357c789a4 add track count in the metadata and fix a bit the _close function. It needs more cara, though
SVN revision: 22618
2006-05-14 14:32:45 +00:00
doursse 8958bf1458 add track count in the metadata
SVN revision: 22617
2006-05-14 14:32:02 +00:00
Carsten Haitzler 3b0d15d0d3 usless call- comment ou
SVN revision: 22608
2006-05-14 07:14:31 +00:00
Carsten Haitzler ed1da0103e #ifdef the randr support
SVN revision: 22550
2006-05-12 12:28:06 +00:00
Carsten Haitzler ed43d15147 add xrandr rotation wrappers.
SVN revision: 22544
2006-05-12 07:24:34 +00:00
Carsten Haitzler c9738a1395 illogict patch for more escapes :)
SVN revision: 22541
2006-05-11 23:46:54 +00:00
moom d2dbafa095 * The textblock object now gets its color multiplied by the color of its
clip object.


SVN revision: 22530
2006-05-11 12:55:04 +00:00
Carsten Haitzler 8e91bb918d weird - identity matrix with 16.16 fixed point DOESNt work for bitmap mask
render picutres. need to make an exception. also we still need the extra
pixle to interpolate to. it screws up some example sin e17 (configuration
panel will show it).


SVN revision: 22529
2006-05-11 12:48:22 +00:00
Carsten Haitzler 5022ae6e0d make xrender transforms use 16.16 matrix values (xrender seems infintely mroe
happy with this - event hough it is really no different)


SVN revision: 22525
2006-05-11 00:24:48 +00:00
Carsten Haitzler 646e3a1e3c fix mmx more
SVN revision: 22500
2006-05-10 04:06:42 +00:00
Carsten Haitzler 5ff7329f93 fixed mmx.h from gfx_routines
SVN revision: 22499
2006-05-10 03:51:22 +00:00
Carsten Haitzler b69d9fe78b turn off vsync
SVN revision: 22494
2006-05-09 11:40:10 +00:00
Horms 90cf4880c6 typo: start_lines->end_lines
SVN revision: 22476
2006-05-07 06:14:03 +00:00
doursse 41d7b8c78e some cleaning when a file can not be read. Add a function to get the tracks count of a CD
SVN revision: 22473
2006-05-06 13:17:50 +00:00
doursse 772a1de220 cleaning
SVN revision: 22470
2006-05-06 06:23:53 +00:00
doursse 581b0aa703 fix a bug and some cleaning
SVN revision: 22469
2006-05-06 06:22:57 +00:00
Carsten Haitzler faeb27d953 fix "fades" of non-alpha images.
SVN revision: 22467
2006-05-05 22:55:04 +00:00
Carsten Haitzler ea998ce647 gl engine fixes patch from jose, and fix non mmx/sse system build
SVN revision: 22456
2006-05-04 11:52:46 +00:00
doursse f8585f6fe2 cleaning of the code. speed up the engine by moving the initialization of shm into the test prog, and by commenting some XCBSync (no problem with that, apparently)
SVN revision: 22455
2006-05-04 06:51:30 +00:00
doursse b0efe94cff cleaning of the code. Set the title and the class of a window
SVN revision: 22454
2006-05-04 06:46:57 +00:00
shadoi f3c17ec451 Fix EXTRA_DIST so distcheck works again
SVN revision: 22447
2006-05-03 18:17:31 +00:00
doursse 9825d3dbd3 don't use X.h constants, but XCB ones. fix the last leak. fix potential bugs. The last version of xcb is needed
SVN revision: 22445
2006-05-02 22:00:51 +00:00
doursse c80dfaaf01 use Jose patch for soft. xcb engine too
SVN revision: 22442
2006-05-02 18:01:41 +00:00
Carsten Haitzler 77e35d60a3 jose's software rendering work - slight improvements (about 5-10%). i had to
disable destination alha mmx support for text rendering (mask + color) as it
was broken in tests.


SVN revision: 22440
2006-05-02 07:28:49 +00:00
Stafford Mitchell Horne 3a6d184758 Add API for getting the available fonts
SVN revision: 22416
2006-04-30 11:39:44 +00:00
Carsten Haitzler 155dbbbae8 dont set drag val if user already dragging
SVN revision: 22395
2006-04-29 14:15:16 +00:00
Carsten Haitzler c25f5769ce bring back the iconv checks!
SVN revision: 22392
2006-04-29 04:27:58 +00:00
Carsten Haitzler 6aedde4c5f fix package names. oops.
SVN revision: 22390
2006-04-29 03:29:54 +00:00
quan74 5e2d171ec3 changed gif loader BuildRequires so it will still build against libungif
SVN revision: 22388
2006-04-28 23:18:13 +00:00
Carsten Haitzler 21e63c83b9 move engine headers into engine dirs - and removes lots of useless old headers.
SVN revision: 22344
2006-04-25 04:00:21 +00:00
Carsten Haitzler bd5274b1f7 cosmetic - really no diff
SVN revision: 22330
2006-04-24 01:10:50 +00:00
doursse 5e8ccae68a oups
SVN revision: 22324
2006-04-23 15:40:33 +00:00
doursse fd14218f04 fix a leak in xcb eng sfw (it remains one, but I don't see where it comes from). Update the xrender one. Don't use them yet (but who uses them ??), because it relies on fix of xcb that are in my hd
SVN revision: 22323
2006-04-23 15:38:23 +00:00
doursse 1799b347e8 q--
SVN revision: 22306
2006-04-22 19:12:53 +00:00
handyande 2d1a95873a oops, missed this one
SVN revision: 22303
2006-04-22 14:59:18 +00:00
handyande d8bc921c99 First pass for some ecore_config struct code. Works fine on my x86 machine, but raster reckons it will not if the architecture 'packs' structs.
SVN revision: 22302
2006-04-22 14:55:39 +00:00
kaethorn 09209320b6 several packaging fixes:
- move rules to CDBS.
- update Standards.
- update package descriptions.
- update Maintainer.
- .so symlink belongs to -dev.


SVN revision: 22296
2006-04-22 12:49:12 +00:00
Stafford Mitchell Horne 88edaa2e02 Add font charmap caching
* TODO: store cache on disc, for faster cache loading (this requires EET to support arrays)


SVN revision: 22294
2006-04-22 11:08:01 +00:00
doursse 1d905fc19b EOS signal. Easier than expected :)
SVN revision: 22293
2006-04-22 10:12:03 +00:00
Carsten Haitzler ae6c30ea38 space --
SVN revision: 22278
2006-04-21 08:03:11 +00:00
Mike Frysinger 8cdd312fb4 mmm we need AC_MSG_RESULT in the no case, just not in the yes case
SVN revision: 22275
2006-04-21 00:53:13 +00:00
Mike Frysinger 2e3db1f70f fix broken configure output
SVN revision: 22274
2006-04-21 00:47:22 +00:00
Mike Frysinger 8eb5d91620 fix misc broken whitespace
SVN revision: 22273
2006-04-21 00:45:52 +00:00
Mike Frysinger 922a6ccbb6 kill bogus code
SVN revision: 22272
2006-04-21 00:32:04 +00:00
doursse aa5cf3a34d LOTS of checks added. Fix the seek a bit (gstreamer plugins have problems with seek, btw). It's now possible to mute the video, but it's not the correct fix. Metadata can be grabbed. Beginning of the code for the eos (the way it is done is too close to glib to be done easily)
SVN revision: 22269
2006-04-20 18:23:48 +00:00
shadoi 7034260db0 Better do this before raster beats me to it.
- fixup package to meet standards version 3.6.2.2
 - Add -gstreamer and -xine module packages
 - Make gstreamer package actually work
 - update dependencies


SVN revision: 22265
2006-04-20 14:41:13 +00:00
Carsten Haitzler bf96ebd15f fix edje packages to install
SVN revision: 22259
2006-04-20 11:12:29 +00:00
Carsten Haitzler 85a144baf0 fix packaging - edb not built by default (frankly- nothing uses it!)
SVN revision: 22258
2006-04-20 10:47:06 +00:00
Carsten Haitzler 120cee1604 fix evas spec deps
SVN revision: 22257
2006-04-20 10:39:27 +00:00
Carsten Haitzler bde02f0861 another lib packages right.
SVN revision: 22254
2006-04-20 08:09:52 +00:00
Carsten Haitzler ac41904c32 tedium. ecore now is properly packaged as an rpm...
SVN revision: 22253
2006-04-20 07:44:08 +00:00
Carsten Haitzler d22af9bf00 control deps fix
SVN revision: 22252
2006-04-20 06:48:08 +00:00
Carsten Haitzler c0ba116e96 add ecore debug package and move files to it
SVN revision: 22249
2006-04-20 06:31:15 +00:00
Carsten Haitzler 612f3f7a74 embryo packages now are split up right
SVN revision: 22248
2006-04-20 04:15:20 +00:00
Carsten Haitzler 91e80a6ad2 fix evas spec to build rpm packages with detailed moduels & requirements so
the dependencies can be fine-grained later and handled by yum/apt


SVN revision: 22245
2006-04-20 03:32:15 +00:00
Mike Frysinger d3c1026e98 touchup --help output
SVN revision: 22240
2006-04-20 02:30:11 +00:00
Carsten Haitzler 05ea1163f3 fix over/under grab problems
SVN revision: 22234
2006-04-19 14:37:49 +00:00
Carsten Haitzler a7a53674ef remove file from makefile - removed
SVN revision: 22231
2006-04-19 09:39:55 +00:00
Carsten Haitzler 024aababa7 we dont need evas0-bin anymore - and the moduels may create subdirs of any
naum - not just linux-gnu - maybe somehting else, depending oin what arch/os
audofoo decides is the one for the system. this is not constant and fixed.


SVN revision: 22229
2006-04-19 08:51:25 +00:00
Carsten Haitzler 8bebd6ddee and other .so's are here
SVN revision: 22228
2006-04-19 08:46:41 +00:00
Carsten Haitzler d91ded3bca and .so is in dev
SVN revision: 22227
2006-04-19 08:46:11 +00:00
Carsten Haitzler e06000f63f no - the .a and .la's for moduels ar enever ever used - even for devel.
SVN revision: 22226
2006-04-19 08:45:17 +00:00
Carsten Haitzler 5f330571dc use data macro fro release
SVN revision: 22225
2006-04-19 08:09:06 +00:00
Carsten Haitzler 3e113b3d84 fix eet.spec to build packages right. 3 packages. eet, eet-devel and
eet-debug get built.


SVN revision: 22223
2006-04-19 08:01:50 +00:00
Carsten Haitzler 1f0435f645 fix eet spec.in
SVN revision: 22222
2006-04-19 07:40:42 +00:00
Carsten Haitzler 99f3565777 reduce linger to... 0 for server
SVN revision: 22221
2006-04-19 07:27:52 +00:00
shadoi f8bf7acac0 Add gst-inspect-0.10 binary to check list for Debian
SVN revision: 22205
2006-04-18 22:15:09 +00:00
Carsten Haitzler 3b3b836125 fix edge interpolation for images with xrender and a segv for font rendering
if multiple engines dont agree on ext data for fonts


SVN revision: 22173
2006-04-17 01:57:11 +00:00
Carsten Haitzler a75ccf9e64 fix color multiply whiel blend (ergh! need temporary image! yuk!)
SVN revision: 22163
2006-04-16 17:04:36 +00:00
Carsten Haitzler 79ea843774 fix resize of shaped xrender canvas
SVN revision: 22162
2006-04-16 15:51:26 +00:00
Carsten Haitzler 555aacd07c eet is directly not needed - should be inherited from evas
SVN revision: 22152
2006-04-16 01:42:00 +00:00
chaos 7f7c51d47c * Patch for ecore_exe from Victor Kojouharov
SVN revision: 22131
2006-04-15 12:44:31 +00:00
kaethorn 83f135767a fix section of -dev package.
SVN revision: 22115
2006-04-14 09:48:58 +00:00
Horms a87311b802 The section of a library's -dev package is generally libdevel
SVN revision: 22111
2006-04-14 00:24:37 +00:00
Horms ad36ab291a Need not depend on libc6-dev | libc-dev as it is in build-essential
SVN revision: 22110
2006-04-14 00:17:03 +00:00
kaethorn 9ba3951553 fix inclusion of symlinks.
SVN revision: 22104
2006-04-13 18:43:46 +00:00
shadoi c032305054 Restricted dependency on libxine-dev version to >= 1.1.0
SVN revision: 22095
2006-04-13 14:38:26 +00:00
Horms 178eb27fa8 Add debian version
SVN revision: 22088
2006-04-13 09:32:46 +00:00
David Walter Seikel 3e8e5d2957 .cvsignore++.
SVN revision: 22081
2006-04-13 06:44:38 +00:00
kaethorn 1a8b5f7a33 fix internal dependencies.
SVN revision: 22071
2006-04-12 20:33:47 +00:00
kaethorn 0fa1fdfb1d Typo.
SVN revision: 22070
2006-04-12 19:33:44 +00:00
kaethorn 948afce7c2 libevas0-dev depends on libevas0, not on libevas.
SVN revision: 22067
2006-04-12 18:43:57 +00:00
kaethorn 8c9203e60b adjust dependencies. update to standards 3.6.2.2
SVN revision: 22062
2006-04-12 16:43:42 +00:00
kaethorn 59c7795c26 adjust dependency versions and provides.
add libecore0-all package.
update standards to 3.6.2.2.


SVN revision: 22061
2006-04-12 16:39:27 +00:00