Carsten Haitzler [Mon, 9 Oct 2006 04:26:41 +0000 (04:26 +0000)]
key down/up swap
SVN revision: 26435
tilman [Sun, 8 Oct 2006 13:58:58 +0000 (13:58 +0000)]
don't rely on TT_CONFIG_OPTION_BYTECODE_INTERPRETER in freetype 2.1, because distros suck so much. oh well.
SVN revision: 26428
tilman [Sun, 8 Oct 2006 13:00:26 +0000 (13:00 +0000)]
fixed evas_common_hinting_available so it works properly with both freetype 2.1 and 2.2
SVN revision: 26421
Carsten Haitzler [Sun, 8 Oct 2006 12:43:31 +0000 (12:43 +0000)]
remove sub-pixel cursor advance for font rendering
SVN revision: 26420
Carsten Haitzler [Sun, 8 Oct 2006 00:32:50 +0000 (00:32 +0000)]
hmm - broke e17's mouse pointer
SVN revision: 26403
tilman [Sat, 7 Oct 2006 17:35:14 +0000 (17:35 +0000)]
don't forward noop move/resize calls to smart objects anymore. code wrapped in ifdefs so you can easily restore the old behaviour if needed.
SVN revision: 26399
quan74 [Sat, 7 Oct 2006 00:41:13 +0000 (00:41 +0000)]
add gst decoder to spec - TODO: add buildcond stuff
SVN revision: 26387
moom [Fri, 6 Oct 2006 19:13:33 +0000 (19:13 +0000)]
* Fix a bug with double-click
SVN revision: 26381
Carsten Haitzler [Thu, 5 Oct 2006 05:28:35 +0000 (05:28 +0000)]
joses fixes for grads with premul
SVN revision: 26348
David Walter Seikel [Wed, 4 Oct 2006 06:17:00 +0000 (06:17 +0000)]
Its a hard icon if only the icon path is specified in the .desktop.
Thanks to jcwong for reporting the bug that lead to finding this.
SVN revision: 26342
Carsten Haitzler [Tue, 3 Oct 2006 23:49:03 +0000 (23:49 +0000)]
oooh - lots of cache misses due to new load opts - if load opts have "0"
members cache was being missed. fixed. :)
SVN revision: 26339
rephorm [Tue, 3 Oct 2006 02:19:14 +0000 (02:19 +0000)]
typo. should be member, not method
SVN revision: 26311
Carsten Haitzler [Mon, 2 Oct 2006 13:19:20 +0000 (13:19 +0000)]
premul fixes from jose
SVN revision: 26301
Carsten Haitzler [Mon, 2 Oct 2006 11:24:26 +0000 (11:24 +0000)]
check sparseness when doing eet loads.
SVN revision: 26300
Carsten Haitzler [Mon, 2 Oct 2006 11:12:39 +0000 (11:12 +0000)]
add sparseness checker :)
SVN revision: 26299
Carsten Haitzler [Mon, 2 Oct 2006 10:37:13 +0000 (10:37 +0000)]
that was silliness - convert then memcpy anyway.
SVN revision: 26297
Carsten Haitzler [Mon, 2 Oct 2006 07:05:35 +0000 (07:05 +0000)]
dont unpremul
SVN revision: 26293
Carsten Haitzler [Mon, 2 Oct 2006 05:28:39 +0000 (05:28 +0000)]
fix eet load of premul images - need to check they are not "bad" :)
SVN revision: 26291
Carsten Haitzler [Mon, 2 Oct 2006 05:19:39 +0000 (05:19 +0000)]
fix unpremul - broken :(
SVN revision: 26288
doursse [Sun, 1 Oct 2006 18:27:31 +0000 (18:27 +0000)]
update to the new api of xcb 1.0. et rid of xcb_aux dependancy
SVN revision: 26279
Peter Wehrfritz [Sat, 30 Sep 2006 18:42:57 +0000 (18:42 +0000)]
this example would never compile
SVN revision: 26245
David Walter Seikel [Sat, 30 Sep 2006 16:45:26 +0000 (16:45 +0000)]
If icon_class ends up being blank, then free and null it.
Thanks to jeffdameth for pointing out the problem.
SVN revision: 26240
Carsten Haitzler [Sat, 30 Sep 2006 10:21:23 +0000 (10:21 +0000)]
more commit....
SVN revision: 26237
Carsten Haitzler [Sat, 30 Sep 2006 10:18:37 +0000 (10:18 +0000)]
same as previous commit.
SVN revision: 26236
rephorm [Fri, 29 Sep 2006 13:11:49 +0000 (13:11 +0000)]
missed this
SVN revision: 26219
David Walter Seikel [Fri, 29 Sep 2006 12:25:39 +0000 (12:25 +0000)]
We need to determine where the full path came from.
SVN revision: 26217
David Walter Seikel [Fri, 29 Sep 2006 09:28:36 +0000 (09:28 +0000)]
Let it compile again.
SVN revision: 26214
ningerso [Fri, 29 Sep 2006 05:49:14 +0000 (05:49 +0000)]
Allow data formats other than the specified format when fetching properties.
Pass the actual data format along with property data.
SVN revision: 26206
ningerso [Fri, 29 Sep 2006 04:27:39 +0000 (04:27 +0000)]
Remove warnings by ifdefing conditonal variables.
SVN revision: 26203
rephorm [Fri, 29 Sep 2006 03:05:21 +0000 (03:05 +0000)]
add data pointer to method callbacks
clean up some warnings
SVN revision: 26202
rephorm [Fri, 29 Sep 2006 02:04:06 +0000 (02:04 +0000)]
support arrays (via a more general marshal function)
add utility function to get length of a "complete type" in the signature
this assumes the signature is valid. we should probably add a validator (and enfore the recursion limits in the spec)
SVN revision: 26198
Peter Wehrfritz [Thu, 28 Sep 2006 20:44:33 +0000 (20:44 +0000)]
fix segv, the new adress is not necessary the same as the old one
SVN revision: 26192
ningerso [Thu, 28 Sep 2006 18:56:03 +0000 (18:56 +0000)]
Fallback to attempt 16 bit format accepts on selection notifies when the
8 bit format fails. This fixes receiving application/x-color from gimp but is
probably not an ideal solution.
SVN revision: 26190
rephorm [Wed, 27 Sep 2006 23:37:01 +0000 (23:37 +0000)]
small cleanups
api change on _new_error()
SVN revision: 26184
rephorm [Wed, 27 Sep 2006 19:32:45 +0000 (19:32 +0000)]
remove excess debugging cruft
SVN revision: 26180
rephorm [Wed, 27 Sep 2006 14:29:42 +0000 (14:29 +0000)]
fix a small leak.
thanks sebastid
SVN revision: 26178
rephorm [Wed, 27 Sep 2006 13:27:54 +0000 (13:27 +0000)]
missed this :( sorry
SVN revision: 26177
rephorm [Wed, 27 Sep 2006 00:02:30 +0000 (00:02 +0000)]
add quick test of object/method API
SVN revision: 26172
rephorm [Wed, 27 Sep 2006 00:00:59 +0000 (00:00 +0000)]
add simple object/method creation API
SVN revision: 26171
David Walter Seikel [Tue, 26 Sep 2006 18:08:50 +0000 (18:08 +0000)]
Remave any of our special fields on save if they are empty.
SVN revision: 26166
David Walter Seikel [Tue, 26 Sep 2006 10:13:52 +0000 (10:13 +0000)]
Turns out these where not sane after all.
SVN revision: 26158
David Walter Seikel [Tue, 26 Sep 2006 05:16:13 +0000 (05:16 +0000)]
We already have an xml parser, we don't need another one.
SVN revision: 26157
Carsten Haitzler [Mon, 25 Sep 2006 23:05:30 +0000 (23:05 +0000)]
try blake's suggestion.
SVN revision: 26154
sebastid [Mon, 25 Sep 2006 22:55:43 +0000 (22:55 +0000)]
Don't append empty elements.
SVN revision: 26153
sebastid [Mon, 25 Sep 2006 22:39:08 +0000 (22:39 +0000)]
xml parser
SVN revision: 26152
David Walter Seikel [Mon, 25 Sep 2006 13:33:37 +0000 (13:33 +0000)]
Don't print instrumentation data if there is nothing to print.
SVN revision: 26142
David Walter Seikel [Mon, 25 Sep 2006 13:04:25 +0000 (13:04 +0000)]
Bit'o'comentary.
SVN revision: 26140
David Walter Seikel [Mon, 25 Sep 2006 12:50:23 +0000 (12:50 +0000)]
*Back to the icon review.
*Rearrange and shuffle the code a bit to get the icon stuff all
together.
*Make sure that all paths through the icon finding code get counted and
timed properly, because speeding things up is next after the icon review.
SVN revision: 26139
Carsten Haitzler [Mon, 25 Sep 2006 11:49:03 +0000 (11:49 +0000)]
add asm/page.h back in. doesn't hurt on x86
SVN revision: 26138
rephorm [Mon, 25 Sep 2006 05:39:50 +0000 (05:39 +0000)]
make these static const
SVN revision: 26135
rephorm [Mon, 25 Sep 2006 05:30:48 +0000 (05:30 +0000)]
const on key also
namespace static functions for the hell of it
properly encode/decode address values
add function to print address as a string
SVN revision: 26134
rephorm [Mon, 25 Sep 2006 05:24:47 +0000 (05:24 +0000)]
add const
SVN revision: 26133
rephorm [Mon, 25 Sep 2006 05:21:14 +0000 (05:21 +0000)]
copy the name into the buffer so that svr->path gets set correctly later
SVN revision: 26132
rephorm [Mon, 25 Sep 2006 01:53:47 +0000 (01:53 +0000)]
oops. didn't mean to change this
SVN revision: 26128
Carsten Haitzler [Sun, 24 Sep 2006 23:31:21 +0000 (23:31 +0000)]
and the xpm loader also leaked!
SVN revision: 26126
David Walter Seikel [Sun, 24 Sep 2006 22:27:04 +0000 (22:27 +0000)]
Oops, missed this.
SVN revision: 26123
David Walter Seikel [Sun, 24 Sep 2006 22:08:10 +0000 (22:08 +0000)]
This was also a good patch.
SVN revision: 26122
David Walter Seikel [Sun, 24 Sep 2006 21:38:00 +0000 (21:38 +0000)]
This one passes muster as well.
SVN revision: 26120
David Walter Seikel [Sun, 24 Sep 2006 21:30:23 +0000 (21:30 +0000)]
This one is sane, I'll put it back in.
SVN revision: 26119
David Walter Seikel [Sun, 24 Sep 2006 21:21:24 +0000 (21:21 +0000)]
I'm reverting these so that menu generation doesn't crash anymore.
SVN revision: 26118
David Walter Seikel [Sun, 24 Sep 2006 21:17:09 +0000 (21:17 +0000)]
Another const warning.
SVN revision: 26116
David Walter Seikel [Sun, 24 Sep 2006 20:03:31 +0000 (20:03 +0000)]
I'm not the first to say this, and I want be the last. const is more
trouble than it's worth. It gets in the way more than it helps.
SVN revision: 26112
David Walter Seikel [Sun, 24 Sep 2006 19:55:06 +0000 (19:55 +0000)]
Add a sanity check, if there is no group of interest found, then this is
not a .desktop that anybody would be interested in.
SVN revision: 26111
David Walter Seikel [Sun, 24 Sep 2006 19:27:20 +0000 (19:27 +0000)]
Document that \n is the other white space.
SVN revision: 26110
David Walter Seikel [Sun, 24 Sep 2006 16:37:43 +0000 (16:37 +0000)]
*Not all white space is treated the same here, so using isspace is not
correct. In this case, use of isspace causes bugs where only the
initial word of names is used, exe parameters are stripped, etc.
*The exe params should be strdup'ed just like all the others. This one
is my fault.
SVN revision: 26108
sebastid [Sun, 24 Sep 2006 14:29:15 +0000 (14:29 +0000)]
Only delete these paths on shutdown.
SVN revision: 26104
sebastid [Sun, 24 Sep 2006 13:32:25 +0000 (13:32 +0000)]
Remove unused variables.
SVN revision: 26101
sebastid [Sun, 24 Sep 2006 13:31:19 +0000 (13:31 +0000)]
Fix more typo.
SVN revision: 26100
Carsten Haitzler [Sun, 24 Sep 2006 13:28:01 +0000 (13:28 +0000)]
fix pixel buffer overflow on loading corrupt/malformed/bad xpm's
SVN revision: 26098
sebastid [Sun, 24 Sep 2006 13:24:28 +0000 (13:24 +0000)]
Fix typo.
SVN revision: 26097
Carsten Haitzler [Sun, 24 Sep 2006 13:03:39 +0000 (13:03 +0000)]
cleanups of xpm loader - possibly mem overruns fixed.
SVN revision: 26096
sebastid [Sun, 24 Sep 2006 12:55:44 +0000 (12:55 +0000)]
What to do?
SVN revision: 26095
sebastid [Sun, 24 Sep 2006 12:51:22 +0000 (12:51 +0000)]
Free paths.
SVN revision: 26093
sebastid [Sun, 24 Sep 2006 12:27:15 +0000 (12:27 +0000)]
FIXME++
SVN revision: 26092
sebastid [Sun, 24 Sep 2006 12:26:09 +0000 (12:26 +0000)]
Fix mem leaks.
Is Ecore_Desktop_Tree buffers needed?
SVN revision: 26091
sebastid [Sun, 24 Sep 2006 12:21:44 +0000 (12:21 +0000)]
Plug memleak.
SVN revision: 26090
sebastid [Sun, 24 Sep 2006 11:17:03 +0000 (11:17 +0000)]
*** empty log message ***
SVN revision: 26089
sebastid [Sun, 24 Sep 2006 09:28:21 +0000 (09:28 +0000)]
Fix mem leaks.
SVN revision: 26088
sebastid [Sun, 24 Sep 2006 08:16:02 +0000 (08:16 +0000)]
Remove double declarations.
No need to typedef to void.
SVN revision: 26086
sebastid [Sun, 24 Sep 2006 08:06:57 +0000 (08:06 +0000)]
This event is from ecore_con
SVN revision: 26085
rephorm [Sun, 24 Sep 2006 07:53:47 +0000 (07:53 +0000)]
cleaner handling of optional features
SVN revision: 26084
rephorm [Sun, 24 Sep 2006 07:35:50 +0000 (07:35 +0000)]
don't include ifdefs in the main header
SVN revision: 26083
rephorm [Sun, 24 Sep 2006 07:28:07 +0000 (07:28 +0000)]
missed a few files
SVN revision: 26082
rephorm [Sun, 24 Sep 2006 07:24:52 +0000 (07:24 +0000)]
Add abstract socket namespace support to ecore_con.
Lots of work on ecore_dbus
Hilights:
- get the socket address for system/session/startup busses from the environment
- can request/release a bus name
- receive method calls (we need to add a way to register callbacks for specific methods)
- send signals and method replies (untested)
*** API BREAKAGE ***
ecore_dbus_message_new_method_call() - the 'destination' param has moved to after the 'method' param to keep things consistent with newly supported message types and the param ordering in the spec.
SVN revision: 26081
Dan Sinclair [Sat, 23 Sep 2006 20:45:06 +0000 (20:45 +0000)]
- fix warning
SVN revision: 26075
sebastid [Sat, 23 Sep 2006 11:23:43 +0000 (11:23 +0000)]
initialize memory.
SVN revision: 26065
sebastid [Sat, 23 Sep 2006 11:21:29 +0000 (11:21 +0000)]
Free temporary directory.
_ecore_desktop_icon_theme_destroy free's base struct, so must be at end.
SVN revision: 26064
sebastid [Sat, 23 Sep 2006 11:16:48 +0000 (11:16 +0000)]
init result
SVN revision: 26063
sebastid [Sat, 23 Sep 2006 11:12:39 +0000 (11:12 +0000)]
free result on error.
set group to NULL, since it references data.
SVN revision: 26062
sebastid [Sat, 23 Sep 2006 11:08:06 +0000 (11:08 +0000)]
set data to NULL after deleting hash.
SVN revision: 26060
sebastid [Sat, 23 Sep 2006 10:53:50 +0000 (10:53 +0000)]
No const modifier on memory which should be freed.
SVN revision: 26059
sebastid [Sat, 23 Sep 2006 10:47:15 +0000 (10:47 +0000)]
Only fetch data if data is empty.
SVN revision: 26058
sebastid [Sat, 23 Sep 2006 10:34:23 +0000 (10:34 +0000)]
free closest.
SVN revision: 26057
sebastid [Sat, 23 Sep 2006 10:01:17 +0000 (10:01 +0000)]
Check for null before parsing begins.
SVN revision: 26055
sebastid [Sat, 23 Sep 2006 09:59:42 +0000 (09:59 +0000)]
printf--
SVN revision: 26054
sebastid [Sat, 23 Sep 2006 09:59:19 +0000 (09:59 +0000)]
Fix split path.
SVN revision: 26053
sebastid [Sat, 23 Sep 2006 09:37:59 +0000 (09:37 +0000)]
value is already checked.
SVN revision: 26052
sebastid [Sat, 23 Sep 2006 09:36:59 +0000 (09:36 +0000)]
Bail early on error.
Fix nested if.
SVN revision: 26051
sebastid [Sat, 23 Sep 2006 09:33:34 +0000 (09:33 +0000)]
No need to create the list here, it is never used and will leak.
SVN revision: 26050
sebastid [Sat, 23 Sep 2006 09:32:27 +0000 (09:32 +0000)]
Add vim header.
Bail early on error.
Strip all trailing slashes.
SVN revision: 26049