Commit Graph

873 Commits

Author SHA1 Message Date
handyande 862a18b206 more work, seperate bounded numbers in api
fix float bugs


SVN revision: 8390
2004-01-13 21:15:23 +00:00
tsauerbeck a170fcc554 call evas_shutdown() from ecore_evas_shutdown()
SVN revision: 8384
2004-01-13 19:44:21 +00:00
tsauerbeck 3b8d9f384b edje is valgrind-clean now! :)
SVN revision: 8374
2004-01-13 17:14:31 +00:00
Carsten Haitzler dca0de96c2 till's shutdown patch - this is good (tm). :)
SVN revision: 8371
2004-01-13 02:24:03 +00:00
Carsten Haitzler a6bb664833 shutting down font systems eh? :) that's cool - but lets make it nestable for
multiple canvases in 1 app :)


SVN revision: 8366
2004-01-12 23:48:10 +00:00
tsauerbeck c8d152ef0a fixed evas smart object refcounting
SVN revision: 8363
2004-01-12 21:57:15 +00:00
tsauerbeck 1e0f9c8885 take care of mouse wheel callbacks in _clear() and _cleanup()
SVN revision: 8361
2004-01-12 21:34:50 +00:00
tsauerbeck 7ebc004b74 more memory management cleanups. fixed some warnings.
SVN revision: 8357
2004-01-12 19:21:25 +00:00
tsauerbeck 9c22413aa8 free the freetype handle after we're done with it.
SVN revision: 8356
2004-01-12 18:12:41 +00:00
tsauerbeck aa22ce4442 more memory management improvements. applications should call edje_shutdown() now.
SVN revision: 8355
2004-01-12 17:41:48 +00:00
handyande 1b485c4149 Added types to default calls - this concludes my planned api additions for now
Made edb only save modified (non-default) properties


SVN revision: 8353
2004-01-12 16:08:08 +00:00
Carsten Haitzler 19fdd7fbe7 thanks tillsan! :) leak found. leak fixed. happy pants!
SVN revision: 8351
2004-01-12 02:13:11 +00:00
tsauerbeck 33a4059b2c fix an off-by-one bug
SVN revision: 8342
2004-01-11 12:14:14 +00:00
tsauerbeck 435d6499ac plugged a memleak
SVN revision: 8335
2004-01-11 00:51:15 +00:00
xcomputerman 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


SVN revision: 8332
2004-01-10 21:01:18 +00:00
xcomputerman 814b888746 ecore_x_window_prop.c:
- Bad pointer dereferencing fixed. Surprised this wasn't caught earlier


SVN revision: 8331
2004-01-10 19:56:44 +00:00
xcomputerman 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


SVN revision: 8318
2004-01-09 08:38:39 +00:00
Carsten Haitzler 2c5ac0ccbe bah! actually have entry in eet struct memebers to save/load for repeat :)
SVN revision: 8294
2004-01-07 00:35:31 +00:00
xcomputerman eacc3bcc49 Thanks to Brett Nash for pointing out that this integer division will
not work.


SVN revision: 8282
2004-01-06 16:45:31 +00:00
xcomputerman 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.

A little bit of the upcoming selections code leaked in with one of the
files in this commit.


SVN revision: 8280
2004-01-06 03:42:05 +00:00
handyande 023fa75ea5 OK, spanking noted, examine and its referenced to ewl moved out and into apps/examine
SVN revision: 8277
2004-01-05 22:29:30 +00:00
rbdpngn df231df3b6 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
2004-01-04 20:23:36 +00:00
xcomputerman 6bae1f82b5 Various inconsequential semantic updates
SVN revision: 8271
2004-01-04 00:31:29 +00:00
xcomputerman 94128b91ba Back that out...did nothing to help :(
SVN revision: 8267
2004-01-03 17:29:44 +00:00
xcomputerman 1de145b423 First attempt to fix this autoconf issue
SVN revision: 8266
2004-01-03 17:17:30 +00:00
Carsten Haitzler 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!


SVN revision: 8258
2004-01-03 03:36:18 +00:00
Carsten Haitzler f94ea32351 1. fix focus loss after fullscreening
2. add call to get x fd


SVN revision: 8257
2004-01-03 03:24:37 +00:00
tsauerbeck 5ecc729b86 configure now tells us which modules are going to be compiled
SVN revision: 8255
2004-01-02 19:08:32 +00:00
rbdpngn efccd128dc Only enable ecore_txt code portions when the checks for building it succeed.
SVN revision: 8252
2004-01-02 17:16:24 +00:00
rbdpngn 49a4982ea9 Updated help message.
SVN revision: 8249
2004-01-02 04:42:04 +00:00
rbdpngn dc2fa35658 Minor changes to ecore_config to make it compile on OS X.
SVN revision: 8236
2003-12-31 22:15:33 +00:00
handyande 385bdd4ee5 minor work on examine
SVN revision: 8235
2003-12-31 16:25:23 +00:00
handyande 5bc8533c07 very first bit of code for examine - does not do anything but list properties...
SVN revision: 8232
2003-12-31 00:09:55 +00:00
rbdpngn 12241ce615 Don't attempt to build ecore_x if checks for ecore_txt dependancies fail.
SVN revision: 8231
2003-12-30 21:51:50 +00:00
handyande a7830089ca fixup small errors in ecore_config autofoo
SVN revision: 8226
2003-12-29 23:09:57 +00:00
tsauerbeck 08ab2abaa0 Don't define ecore_config_libs when we don't build the config module
SVN revision: 8224
2003-12-28 21:00:52 +00:00
Carsten Haitzler 9cc07f3b20 oops... fix!
SVN revision: 8214
2003-12-27 10:51:02 +00:00
Carsten Haitzler 614486c43c fix dragables! eeek! :)
SVN revision: 8211
2003-12-25 23:57:18 +00:00
azundris ed6a50bb58 * assorted fixes for RPM-building
SVN revision: 8200
2003-12-23 11:41:25 +00:00
xcomputerman 020f67bffc And make ecore_config build contigent upon detection of Edb
SVN revision: 8198
2003-12-23 07:34:27 +00:00
rbdpngn a74a6b6a87 Fix for a build issue some people have encountered with jpeglib.h not
including stdio.h as necessary.


SVN revision: 8197
2003-12-23 05:59:03 +00:00
xcomputerman 4e5e0b0974 Add edb-checking option, and attempt to properly handle Edb cflags without
causing compile-time errors for ecore_config


SVN revision: 8196
2003-12-23 04:58:47 +00:00
handyande ea9802745f oopsie\!
SVN revision: 8189
2003-12-23 00:32:05 +00:00
handyande df2a06843a more fixes
SVN revision: 8170
2003-12-22 17:16:53 +00:00
rbdpngn 51354ff27c These options are no longer necessary.
SVN revision: 8160
2003-12-21 23:06:46 +00:00
handyande 9a1355325c more ansi fixes
SVN revision: 8153
2003-12-20 11:06:43 +00:00
handyande f2ae029f3f ansi fixes
SVN revision: 8151
2003-12-19 16:31:14 +00:00
handyande abeb38543a more ansi
SVN revision: 8150
2003-12-19 15:35:45 +00:00
rbdpngn d22d230017 Ok, that didn't work out well, we'll need to figure out something else for
Solaris.


SVN revision: 8146
2003-12-18 17:18:50 +00:00
rbdpngn 513caedd40 Hopefully fix build for solaris.
SVN revision: 8144
2003-12-18 08:36:21 +00:00