tsauerbeck [Tue, 20 Jan 2004 17:53:18 +0000 (17:53 +0000)]
removed some unused variables
SVN revision: 8596
handyande [Tue, 20 Jan 2004 16:19:45 +0000 (16:19 +0000)]
Well, this is the api to the new simpler and cleaner ecore_config
much code remains, it will be tidied out later if this is seen to be good
SVN revision: 8591
xcomputerman [Tue, 20 Jan 2004 03:26:05 +0000 (03:26 +0000)]
More bit char return value bugs fixed
SVN revision: 8579
Carsten Haitzler [Tue, 20 Jan 2004 02:02:33 +0000 (02:02 +0000)]
back to 0.9.0
SVN revision: 8576
Carsten Haitzler [Tue, 20 Jan 2004 01:04:16 +0000 (01:04 +0000)]
cleanies
SVN revision: 8574
Carsten Haitzler [Tue, 20 Jan 2004 01:03:15 +0000 (01:03 +0000)]
and move the window too for completeness
SVN revision: 8573
handyande [Tue, 20 Jan 2004 00:45:52 +0000 (00:45 +0000)]
More playing with ecore_config
Azundris suggested this new layout and I agree
docs should be available soon
SVN revision: 8570
atmosphere [Mon, 19 Jan 2004 19:31:21 +0000 (19:31 +0000)]
explicitly use signed char
SVN revision: 8567
atmosphere [Mon, 19 Jan 2004 19:28:38 +0000 (19:28 +0000)]
apparently char is unsigned by default on my compiler
SVN revision: 8566
tsauerbeck [Sun, 18 Jan 2004 19:13:16 +0000 (19:13 +0000)]
init curstate before using it
SVN revision: 8563
Kim Woelders [Sun, 18 Jan 2004 09:29:39 +0000 (09:29 +0000)]
Fix some compiler warnings.
SVN revision: 8557
tsauerbeck [Sun, 18 Jan 2004 09:01:59 +0000 (09:01 +0000)]
added valgrind suppression file for Evas
SVN revision: 8556
tsauerbeck [Sun, 18 Jan 2004 07:55:14 +0000 (07:55 +0000)]
fixed some warnings
SVN revision: 8555
tsauerbeck [Sun, 18 Jan 2004 07:54:13 +0000 (07:54 +0000)]
updated
SVN revision: 8554
xcomputerman [Sun, 18 Jan 2004 05:41:23 +0000 (05:41 +0000)]
Apparently reading a bit value sets all the bits of the target variable
to 1, hence -1 instead of 1...fix for property value queries
SVN revision: 8553
tsauerbeck [Sat, 17 Jan 2004 23:53:57 +0000 (23:53 +0000)]
added valgrind suppression file for Edje
SVN revision: 8548
tsauerbeck [Sat, 17 Jan 2004 23:50:13 +0000 (23:50 +0000)]
added valgrind suppression file for ecore
SVN revision: 8547
Kim Woelders [Sat, 17 Jan 2004 18:25:55 +0000 (18:25 +0000)]
Hush
SVN revision: 8538
tsauerbeck [Sat, 17 Jan 2004 17:52:10 +0000 (17:52 +0000)]
comitting untested code sucks :/
SVN revision: 8535
tsauerbeck [Sat, 17 Jan 2004 16:36:46 +0000 (16:36 +0000)]
added .cvsignore files
SVN revision: 8529
tsauerbeck [Sat, 17 Jan 2004 16:27:58 +0000 (16:27 +0000)]
added evas_common_image_init()/shutdown()
SVN revision: 8527
tsauerbeck [Sat, 17 Jan 2004 16:00:56 +0000 (16:00 +0000)]
call eet_init() and eet_shutdown()
SVN revision: 8526
tsauerbeck [Sat, 17 Jan 2004 15:58:40 +0000 (15:58 +0000)]
make this the right way
SVN revision: 8525
tsauerbeck [Sat, 17 Jan 2004 15:37:48 +0000 (15:37 +0000)]
call edje_shutdown()
SVN revision: 8524
tsauerbeck [Sat, 17 Jan 2004 15:14:17 +0000 (15:14 +0000)]
fixed .cvsignore somewhat
SVN revision: 8523
tsauerbeck [Sat, 17 Jan 2004 15:11:55 +0000 (15:11 +0000)]
fixed detection of fmemopen() and open_memstream()
SVN revision: 8522
tsauerbeck [Sat, 17 Jan 2004 15:01:19 +0000 (15:01 +0000)]
zero the header info before writing it. this wasn't a critical bug, but it might help debugging and it shuts up valgrind.
SVN revision: 8521
tsauerbeck [Sat, 17 Jan 2004 14:58:50 +0000 (14:58 +0000)]
added eet_shutdown(), which cleans up the eet_memfile stuff
SVN revision: 8520
tsauerbeck [Sat, 17 Jan 2004 13:09:35 +0000 (13:09 +0000)]
gcc, shut up!
SVN revision: 8519
tsauerbeck [Sat, 17 Jan 2004 12:39:01 +0000 (12:39 +0000)]
strcpy() doesn't allow copying overlapping strings
SVN revision: 8518
xcomputerman [Sat, 17 Jan 2004 00:52:22 +0000 (00:52 +0000)]
Some documentation
SVN revision: 8511
xcomputerman [Sat, 17 Jan 2004 00:22:32 +0000 (00:22 +0000)]
Refuse selection request if conversion to target failed or a converter
is not available
SVN revision: 8510
xcomputerman [Sat, 17 Jan 2004 00:14:37 +0000 (00:14 +0000)]
Update request API to use strings for target types instead of enums
SVN revision: 8509
xcomputerman [Fri, 16 Jan 2004 22:34:02 +0000 (22:34 +0000)]
Selections:
- Framework for conversion functions complete
- Added default function for TEXT, COMPOUND_TEXT and STRING
SVN revision: 8508
Kim Woelders [Fri, 16 Jan 2004 21:11:41 +0000 (21:11 +0000)]
Hushhhh
SVN revision: 8507
xcomputerman [Fri, 16 Jan 2004 20:41:45 +0000 (20:41 +0000)]
More work on selections:
- implement functions to add, delete and run conversion callbacks
(not usable yet)
SVN revision: 8506
Kim Woelders [Fri, 16 Jan 2004 16:59:07 +0000 (16:59 +0000)]
Sshhhhh
SVN revision: 8495
Carsten Haitzler [Fri, 16 Jan 2004 01:42:57 +0000 (01:42 +0000)]
"*" matches ANYTHING including ""
SVN revision: 8450
Carsten Haitzler [Fri, 16 Jan 2004 00:59:02 +0000 (00:59 +0000)]
examples change - test shwos 1 delimiter form, e_logo.edc, another
SVN revision: 8448
Carsten Haitzler [Fri, 16 Jan 2004 00:51:43 +0000 (00:51 +0000)]
add : in as a delimiter so you can do:
name, "blah name";
OR ALSO
name: "blah name";
SVN revision: 8447
rbdpngn [Thu, 15 Jan 2004 14:58:03 +0000 (14:58 +0000)]
An instance of ft_lib was missed.
SVN revision: 8444
rbdpngn [Thu, 15 Jan 2004 06:27:44 +0000 (06:27 +0000)]
Renamed a variable to avoid a collision with an imlib2 global.
SVN revision: 8442
Carsten Haitzler [Thu, 15 Jan 2004 04:48:48 +0000 (04:48 +0000)]
no no no!
malloc! not calloc
why?
large chunks of memory are used for image pixels
why set them all to 0 THEN set them to their pixel values? it's harmless
having them uninitialized. the idea is to avoid zeroing out potentially
megabytes of data.
SVN revision: 8440
xcomputerman [Thu, 15 Jan 2004 00:12:19 +0000 (00:12 +0000)]
- Fix warnings
- Actually check for dependency libs
SVN revision: 8433
rbdpngn [Wed, 14 Jan 2004 23:08:58 +0000 (23:08 +0000)]
The start of desktop change notification, added the ability to set the command
used to launch a window (set in the defaults).
SVN revision: 8429
xcomputerman [Wed, 14 Jan 2004 20:47:05 +0000 (20:47 +0000)]
No more warnings! No more warnings I say!
SVN revision: 8417
xcomputerman [Wed, 14 Jan 2004 20:29:55 +0000 (20:29 +0000)]
Boom boom boom, acconfig.h and configure.ac gone
SVN revision: 8414
xcomputerman [Wed, 14 Jan 2004 20:23:55 +0000 (20:23 +0000)]
- Don't check for C++ compiler if Qtopia isn't requested
- A conf-e-x11.sh script that actually works out of the box :)
SVN revision: 8413
xcomputerman [Wed, 14 Jan 2004 19:09:14 +0000 (19:09 +0000)]
Kaboom! acconfig.h gone
SVN revision: 8410
xcomputerman [Wed, 14 Jan 2004 18:47:46 +0000 (18:47 +0000)]
Bye-bye acconfig.h
SVN revision: 8407
tsauerbeck [Wed, 14 Jan 2004 18:11:03 +0000 (18:11 +0000)]
initialize that memory block before reading from it
SVN revision: 8406
tsauerbeck [Wed, 14 Jan 2004 17:19:16 +0000 (17:19 +0000)]
call edje_shutdown()
SVN revision: 8402
xcomputerman [Wed, 14 Jan 2004 05:18:43 +0000 (05:18 +0000)]
Boom, Copy & Paste all works now
SVN revision: 8398
xcomputerman [Wed, 14 Jan 2004 04:43:51 +0000 (04:43 +0000)]
Generate Ecore event for selection clear
SVN revision: 8397
handyande [Tue, 13 Jan 2004 21:15:23 +0000 (21:15 +0000)]
more work, seperate bounded numbers in api
fix float bugs
SVN revision: 8390
tsauerbeck [Tue, 13 Jan 2004 19:44:21 +0000 (19:44 +0000)]
call evas_shutdown() from ecore_evas_shutdown()
SVN revision: 8384
tsauerbeck [Tue, 13 Jan 2004 17:14:31 +0000 (17:14 +0000)]
edje is valgrind-clean now! :)
SVN revision: 8374
Carsten Haitzler [Tue, 13 Jan 2004 02:24:03 +0000 (02:24 +0000)]
till's shutdown patch - this is good (tm). :)
SVN revision: 8371
Carsten Haitzler [Mon, 12 Jan 2004 23:48:10 +0000 (23:48 +0000)]
shutting down font systems eh? :) that's cool - but lets make it nestable for
multiple canvases in 1 app :)
SVN revision: 8366
tsauerbeck [Mon, 12 Jan 2004 21:57:15 +0000 (21:57 +0000)]
fixed evas smart object refcounting
SVN revision: 8363
tsauerbeck [Mon, 12 Jan 2004 21:34:50 +0000 (21:34 +0000)]
take care of mouse wheel callbacks in _clear() and _cleanup()
SVN revision: 8361
tsauerbeck [Mon, 12 Jan 2004 19:21:25 +0000 (19:21 +0000)]
more memory management cleanups. fixed some warnings.
SVN revision: 8357
tsauerbeck [Mon, 12 Jan 2004 18:12:41 +0000 (18:12 +0000)]
free the freetype handle after we're done with it.
SVN revision: 8356
tsauerbeck [Mon, 12 Jan 2004 17:41:48 +0000 (17:41 +0000)]
more memory management improvements. applications should call edje_shutdown() now.
SVN revision: 8355
handyande [Mon, 12 Jan 2004 16:08:08 +0000 (16:08 +0000)]
Added types to default calls - this concludes my planned api additions for now
Made edb only save modified (non-default) properties
SVN revision: 8353
Carsten Haitzler [Mon, 12 Jan 2004 02:13:11 +0000 (02:13 +0000)]
thanks tillsan! :) leak found. leak fixed. happy pants!
SVN revision: 8351
tsauerbeck [Sun, 11 Jan 2004 12:14:14 +0000 (12:14 +0000)]
fix an off-by-one bug
SVN revision: 8342
tsauerbeck [Sun, 11 Jan 2004 00:51:15 +0000 (00:51 +0000)]
plugged a memleak
SVN revision: 8335
xcomputerman [Sat, 10 Jan 2004 21:01:18 +0000 (21:01 +0000)]
Lots of overdue selections code.
- Pasting works, but has a little data size-related bug that will be
fixed soon. A work around would be to use the returned size (len) to
determine the correct data length but this should be done within
ecore itself.
- Copy code isn't working yet
SVN revision: 8332
xcomputerman [Sat, 10 Jan 2004 19:56:44 +0000 (19:56 +0000)]
ecore_x_window_prop.c:
- Bad pointer dereferencing fixed. Surprised this wasn't caught earlier
SVN revision: 8331
xcomputerman [Fri, 9 Jan 2004 08:38:39 +0000 (08:38 +0000)]
Slight change to opacity API:
- Use a 0 - 255 range instead, keeping consistent with 8-bit RGBA
conventions
- Clip supplied value if not in bounds
SVN revision: 8318
Carsten Haitzler [Wed, 7 Jan 2004 00:35:31 +0000 (00:35 +0000)]
bah! actually have entry in eet struct memebers to save/load for repeat :)
SVN revision: 8294
xcomputerman [Tue, 6 Jan 2004 16:45:31 +0000 (16:45 +0000)]
Thanks to Brett Nash for pointing out that this integer division will
not work.
SVN revision: 8282
xcomputerman [Tue, 6 Jan 2004 03:42:05 +0000 (03:42 +0000)]
Add support for the proposed _NET_WM_WINDOW_OPACITY window manager hint.
At the moment does nothing useful unless you're running kdrive with a
specially patched version of Metacity ... but I just felt like putting it
in there anyways for later.
A little bit of the upcoming selections code leaked in with one of the
files in this commit.
SVN revision: 8280
handyande [Mon, 5 Jan 2004 22:29:30 +0000 (22:29 +0000)]
OK, spanking noted, examine and its referenced to ewl moved out and into apps/examine
SVN revision: 8277
rbdpngn [Sun, 4 Jan 2004 20:23:36 +0000 (20:23 +0000)]
Flattened some of the nesting of macros for the ecore_txt check, hopefully
this will convince older autotools versions to play nice.
SVN revision: 8274
xcomputerman [Sun, 4 Jan 2004 00:31:29 +0000 (00:31 +0000)]
Various inconsequential semantic updates
SVN revision: 8271
xcomputerman [Sat, 3 Jan 2004 17:29:44 +0000 (17:29 +0000)]
Back that out...did nothing to help :(
SVN revision: 8267
xcomputerman [Sat, 3 Jan 2004 17:17:30 +0000 (17:17 +0000)]
First attempt to fix this autoconf issue
SVN revision: 8266
Carsten Haitzler [Sat, 3 Jan 2004 03:36:18 +0000 (03:36 +0000)]
AAAARGH! no no no no! don't put ewl code in ecore! what WERE you thinking?
does the term circular dependancy come to mind? SPANK SPANK!
SVN revision: 8258
Carsten Haitzler [Sat, 3 Jan 2004 03:24:37 +0000 (03:24 +0000)]
1. fix focus loss after fullscreening
2. add call to get x fd
SVN revision: 8257
tsauerbeck [Fri, 2 Jan 2004 19:08:32 +0000 (19:08 +0000)]
configure now tells us which modules are going to be compiled
SVN revision: 8255
rbdpngn [Fri, 2 Jan 2004 17:16:24 +0000 (17:16 +0000)]
Only enable ecore_txt code portions when the checks for building it succeed.
SVN revision: 8252
rbdpngn [Fri, 2 Jan 2004 04:42:04 +0000 (04:42 +0000)]
Updated help message.
SVN revision: 8249
rbdpngn [Wed, 31 Dec 2003 22:15:33 +0000 (22:15 +0000)]
Minor changes to ecore_config to make it compile on OS X.
SVN revision: 8236
handyande [Wed, 31 Dec 2003 16:25:23 +0000 (16:25 +0000)]
minor work on examine
SVN revision: 8235
handyande [Wed, 31 Dec 2003 00:09:55 +0000 (00:09 +0000)]
very first bit of code for examine - does not do anything but list properties...
SVN revision: 8232
rbdpngn [Tue, 30 Dec 2003 21:51:50 +0000 (21:51 +0000)]
Don't attempt to build ecore_x if checks for ecore_txt dependancies fail.
SVN revision: 8231
handyande [Mon, 29 Dec 2003 23:09:57 +0000 (23:09 +0000)]
fixup small errors in ecore_config autofoo
SVN revision: 8226
tsauerbeck [Sun, 28 Dec 2003 21:00:52 +0000 (21:00 +0000)]
Don't define ecore_config_libs when we don't build the config module
SVN revision: 8224
Carsten Haitzler [Sat, 27 Dec 2003 10:51:02 +0000 (10:51 +0000)]
oops... fix!
SVN revision: 8214
Carsten Haitzler [Thu, 25 Dec 2003 23:57:18 +0000 (23:57 +0000)]
fix dragables! eeek! :)
SVN revision: 8211
azundris [Tue, 23 Dec 2003 11:41:25 +0000 (11:41 +0000)]
* assorted fixes for RPM-building
SVN revision: 8200
xcomputerman [Tue, 23 Dec 2003 07:34:27 +0000 (07:34 +0000)]
And make ecore_config build contigent upon detection of Edb
SVN revision: 8198
rbdpngn [Tue, 23 Dec 2003 05:59:03 +0000 (05:59 +0000)]
Fix for a build issue some people have encountered with jpeglib.h not
including stdio.h as necessary.
SVN revision: 8197
xcomputerman [Tue, 23 Dec 2003 04:58:47 +0000 (04:58 +0000)]
Add edb-checking option, and attempt to properly handle Edb cflags without
causing compile-time errors for ecore_config
SVN revision: 8196
handyande [Tue, 23 Dec 2003 00:32:05 +0000 (00:32 +0000)]
oopsie\!
SVN revision: 8189
handyande [Mon, 22 Dec 2003 17:16:53 +0000 (17:16 +0000)]
more fixes
SVN revision: 8170
rbdpngn [Sun, 21 Dec 2003 23:06:46 +0000 (23:06 +0000)]
These options are no longer necessary.
SVN revision: 8160
handyande [Sat, 20 Dec 2003 11:06:43 +0000 (11:06 +0000)]
more ansi fixes
SVN revision: 8153