Commit Graph

  • 8523421b7c added in loading froms from memory buffers at the engine level, and now an api to set a font "source" (blank is normal filing system) but the source can be a device or file etc. in this case it currently supports eet files as the source and then the font name is used as a key in th eet file as to where to find the font - edb support would be trivial to add. :) if the font is not found in the "source" it falls back to the font path etc. Carsten Haitzler 2004-01-23 02:14:45 +0000
  • a9cfdc0688 support for inlining ttf's in edje's so you can ship your fonts along too! :) Carsten Haitzler 2004-01-23 02:13:42 +0000
  • 97b96943d9 Support for standard X cursor fonts xcomputerman 2004-01-22 23:14:06 +0000
  • a0e886c297 Support for UTF8 conversions xcomputerman 2004-01-22 05:56:14 +0000
  • c132e33f2d Select event input mask xcomputerman 2004-01-22 05:23:33 +0000
  • 7917201960 removed some unused variables tsauerbeck 2004-01-20 17:53:18 +0000
  • c8167731d6 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 handyande 2004-01-20 16:19:45 +0000
  • 3318459b23 More bit char return value bugs fixed xcomputerman 2004-01-20 03:26:05 +0000
  • 12027a59db back to 0.9.0 Carsten Haitzler 2004-01-20 02:02:33 +0000
  • b2102064ed cleanies Carsten Haitzler 2004-01-20 01:04:16 +0000
  • b8d3b7762c and move the window too for completeness Carsten Haitzler 2004-01-20 01:03:15 +0000
  • 3b2ef67c3a More playing with ecore_config Azundris suggested this new layout and I agree docs should be available soon handyande 2004-01-20 00:45:52 +0000
  • c436a9c5ee explicitly use signed char atmosphere 2004-01-19 19:31:21 +0000
  • b29897bd7d apparently char is unsigned by default on my compiler atmosphere 2004-01-19 19:28:38 +0000
  • 500ef41c6d init curstate before using it tsauerbeck 2004-01-18 19:13:16 +0000
  • c91bfe7455 Fix some compiler warnings. Kim Woelders 2004-01-18 09:29:39 +0000
  • ca84a4197d added valgrind suppression file for Evas tsauerbeck 2004-01-18 09:01:59 +0000
  • c94d39aeba fixed some warnings tsauerbeck 2004-01-18 07:55:14 +0000
  • 42b0811f16 updated tsauerbeck 2004-01-18 07:54:13 +0000
  • 6be3ed40e3 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 xcomputerman 2004-01-18 05:41:23 +0000
  • ca094f0b8a added valgrind suppression file for Edje tsauerbeck 2004-01-17 23:53:57 +0000
  • f28a4af246 added valgrind suppression file for ecore tsauerbeck 2004-01-17 23:50:13 +0000
  • 2ed0dc9a77 Hush Kim Woelders 2004-01-17 18:25:55 +0000
  • 9aa98bed52 comitting untested code sucks :/ tsauerbeck 2004-01-17 17:52:10 +0000
  • 71c3534e23 added .cvsignore files tsauerbeck 2004-01-17 16:36:46 +0000
  • d573ecc0f4 added evas_common_image_init()/shutdown() tsauerbeck 2004-01-17 16:27:58 +0000
  • a34bda3be4 call eet_init() and eet_shutdown() tsauerbeck 2004-01-17 16:00:56 +0000
  • f9f8ba198e make this the right way tsauerbeck 2004-01-17 15:58:40 +0000
  • 5402f1bcc2 call edje_shutdown() tsauerbeck 2004-01-17 15:37:48 +0000
  • 1cdd21dac3 fixed .cvsignore somewhat tsauerbeck 2004-01-17 15:14:17 +0000
  • 9af690822a fixed detection of fmemopen() and open_memstream() tsauerbeck 2004-01-17 15:11:55 +0000
  • 9a048bd058 zero the header info before writing it. this wasn't a critical bug, but it might help debugging and it shuts up valgrind. tsauerbeck 2004-01-17 15:01:19 +0000
  • 5c53190442 added eet_shutdown(), which cleans up the eet_memfile stuff tsauerbeck 2004-01-17 14:58:50 +0000
  • 93d43439ec gcc, shut up! tsauerbeck 2004-01-17 13:09:35 +0000
  • b0431359c2 strcpy() doesn't allow copying overlapping strings tsauerbeck 2004-01-17 12:39:01 +0000
  • dadd638530 Some documentation xcomputerman 2004-01-17 00:52:22 +0000
  • 5273a7fb41 Refuse selection request if conversion to target failed or a converter is not available xcomputerman 2004-01-17 00:22:32 +0000
  • 1c38ca23ec Update request API to use strings for target types instead of enums xcomputerman 2004-01-17 00:14:37 +0000
  • b26938f6c3 Selections: - Framework for conversion functions complete - Added default function for TEXT, COMPOUND_TEXT and STRING xcomputerman 2004-01-16 22:34:02 +0000
  • 2c69b06922 Hushhhh Kim Woelders 2004-01-16 21:11:41 +0000
  • 31d579cb9b More work on selections: - implement functions to add, delete and run conversion callbacks (not usable yet) xcomputerman 2004-01-16 20:41:45 +0000
  • 523228ca6c Sshhhhh Kim Woelders 2004-01-16 16:59:07 +0000
  • d4b9d513fb "*" matches ANYTHING including "" Carsten Haitzler 2004-01-16 01:42:57 +0000
  • b28fbb9434 examples change - test shwos 1 delimiter form, e_logo.edc, another Carsten Haitzler 2004-01-16 00:59:02 +0000
  • bd791501dd add : in as a delimiter so you can do: Carsten Haitzler 2004-01-16 00:51:43 +0000
  • 4436026ac6 An instance of ft_lib was missed. rbdpngn 2004-01-15 14:58:03 +0000
  • 84736e7845 Renamed a variable to avoid a collision with an imlib2 global. rbdpngn 2004-01-15 06:27:44 +0000
  • 112333f1cb 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. Carsten Haitzler 2004-01-15 04:48:48 +0000
  • 984869d881 - Fix warnings - Actually check for dependency libs xcomputerman 2004-01-15 00:12:19 +0000
  • c53a08409a The start of desktop change notification, added the ability to set the command used to launch a window (set in the defaults). rbdpngn 2004-01-14 23:08:58 +0000
  • fe37a8fc46 No more warnings! No more warnings I say! xcomputerman 2004-01-14 20:47:05 +0000
  • cd74bf9246 Boom boom boom, acconfig.h and configure.ac gone xcomputerman 2004-01-14 20:29:55 +0000
  • df70241e58 - Don't check for C++ compiler if Qtopia isn't requested - A conf-e-x11.sh script that actually works out of the box :) xcomputerman 2004-01-14 20:23:55 +0000
  • ab1d54cbc9 Kaboom! acconfig.h gone xcomputerman 2004-01-14 19:09:14 +0000
  • 1124314081 Bye-bye acconfig.h xcomputerman 2004-01-14 18:47:46 +0000
  • ae0df2ecb5 initialize that memory block before reading from it tsauerbeck 2004-01-14 18:11:03 +0000
  • cfa94eaaaa call edje_shutdown() tsauerbeck 2004-01-14 17:19:16 +0000
  • 84a6083d5d Boom, Copy & Paste all works now xcomputerman 2004-01-14 05:18:43 +0000
  • 6f41c8705e Generate Ecore event for selection clear xcomputerman 2004-01-14 04:43:51 +0000
  • 862a18b206 more work, seperate bounded numbers in api fix float bugs handyande 2004-01-13 21:15:23 +0000
  • a170fcc554 call evas_shutdown() from ecore_evas_shutdown() tsauerbeck 2004-01-13 19:44:21 +0000
  • 3b8d9f384b edje is valgrind-clean now! :) tsauerbeck 2004-01-13 17:14:31 +0000
  • dca0de96c2 till's shutdown patch - this is good (tm). :) Carsten Haitzler 2004-01-13 02:24:03 +0000
  • a6bb664833 shutting down font systems eh? :) that's cool - but lets make it nestable for multiple canvases in 1 app :) Carsten Haitzler 2004-01-12 23:48:10 +0000
  • c8d152ef0a fixed evas smart object refcounting tsauerbeck 2004-01-12 21:57:15 +0000
  • 1e0f9c8885 take care of mouse wheel callbacks in _clear() and _cleanup() tsauerbeck 2004-01-12 21:34:50 +0000
  • 7ebc004b74 more memory management cleanups. fixed some warnings. tsauerbeck 2004-01-12 19:21:25 +0000
  • 9c22413aa8 free the freetype handle after we're done with it. tsauerbeck 2004-01-12 18:12:41 +0000
  • aa22ce4442 more memory management improvements. applications should call edje_shutdown() now. tsauerbeck 2004-01-12 17:41:48 +0000
  • 1b485c4149 Added types to default calls - this concludes my planned api additions for now Made edb only save modified (non-default) properties handyande 2004-01-12 16:08:08 +0000
  • 19fdd7fbe7 thanks tillsan! :) leak found. leak fixed. happy pants! Carsten Haitzler 2004-01-12 02:13:11 +0000
  • 33a4059b2c fix an off-by-one bug tsauerbeck 2004-01-11 12:14:14 +0000
  • 435d6499ac plugged a memleak tsauerbeck 2004-01-11 00:51:15 +0000
  • 8fcfc53754 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 xcomputerman 2004-01-10 21:01:18 +0000
  • 814b888746 ecore_x_window_prop.c: - Bad pointer dereferencing fixed. Surprised this wasn't caught earlier xcomputerman 2004-01-10 19:56:44 +0000
  • f8823f65d3 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 xcomputerman 2004-01-09 08:38:39 +0000
  • 2c5ac0ccbe bah! actually have entry in eet struct memebers to save/load for repeat :) Carsten Haitzler 2004-01-07 00:35:31 +0000
  • eacc3bcc49 Thanks to Brett Nash for pointing out that this integer division will not work. xcomputerman 2004-01-06 16:45:31 +0000
  • e348e59778 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. xcomputerman 2004-01-06 03:42:05 +0000
  • 023fa75ea5 OK, spanking noted, examine and its referenced to ewl moved out and into apps/examine handyande 2004-01-05 22:29:30 +0000
  • df231df3b6 Flattened some of the nesting of macros for the ecore_txt check, hopefully this will convince older autotools versions to play nice. rbdpngn 2004-01-04 20:23:36 +0000
  • 6bae1f82b5 Various inconsequential semantic updates xcomputerman 2004-01-04 00:31:29 +0000
  • 94128b91ba Back that out...did nothing to help :( xcomputerman 2004-01-03 17:29:44 +0000
  • 1de145b423 First attempt to fix this autoconf issue xcomputerman 2004-01-03 17:17:30 +0000
  • 824b75f8fb 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! Carsten Haitzler 2004-01-03 03:36:18 +0000
  • f94ea32351 1. fix focus loss after fullscreening 2. add call to get x fd Carsten Haitzler 2004-01-03 03:24:37 +0000
  • 5ecc729b86 configure now tells us which modules are going to be compiled tsauerbeck 2004-01-02 19:08:32 +0000
  • efccd128dc Only enable ecore_txt code portions when the checks for building it succeed. rbdpngn 2004-01-02 17:16:24 +0000
  • 49a4982ea9 Updated help message. rbdpngn 2004-01-02 04:42:04 +0000
  • dc2fa35658 Minor changes to ecore_config to make it compile on OS X. rbdpngn 2003-12-31 22:15:33 +0000
  • 385bdd4ee5 minor work on examine handyande 2003-12-31 16:25:23 +0000
  • 5bc8533c07 very first bit of code for examine - does not do anything but list properties... handyande 2003-12-31 00:09:55 +0000
  • 12241ce615 Don't attempt to build ecore_x if checks for ecore_txt dependancies fail. rbdpngn 2003-12-30 21:51:50 +0000
  • a7830089ca fixup small errors in ecore_config autofoo handyande 2003-12-29 23:09:57 +0000
  • 08ab2abaa0 Don't define ecore_config_libs when we don't build the config module tsauerbeck 2003-12-28 21:00:52 +0000
  • 9cc07f3b20 oops... fix! Carsten Haitzler 2003-12-27 10:51:02 +0000
  • 614486c43c fix dragables! eeek! :) Carsten Haitzler 2003-12-25 23:57:18 +0000
  • ed6a50bb58 * assorted fixes for RPM-building azundris 2003-12-23 11:41:25 +0000
  • 020f67bffc And make ecore_config build contigent upon detection of Edb xcomputerman 2003-12-23 07:34:27 +0000
  • a74a6b6a87 Fix for a build issue some people have encountered with jpeglib.h not including stdio.h as necessary. rbdpngn 2003-12-23 05:59:03 +0000