Commit Graph

50 Commits

Author SHA1 Message Date
Carsten Haitzler 5b50a2b89e * shortening config category titles.
* remove illume custom config dialog - use normal one
* add toolbar used in config dialog. will be used for more. makes ui more
  compact and flexible.
* make dialog windows optionally ALWAYS be "normal windows".
* config module exports a config gadget now - illume doesnt need it anymore



SVN revision: 37721
2008-11-21 03:59:30 +00:00
Cedric BAIL 1087de2397 Remove Evas list and replace them with Eina list.
No change for ->next and ->data access right now, as the patch is already
big enough.



SVN revision: 36962
2008-10-22 11:49:33 +00:00
Christopher Michael 3edfa96675 Allow dropshadow module to use it's own icon in the Config Panel.
SVN revision: 32253
2007-10-31 15:12:42 +00:00
Carsten Haitzler 2405363f94 errrr. commit? did the last one work?
SVN revision: 32232
2007-10-31 12:23:15 +00:00
Sebastian Dransfeld 6898dd1b52 Remove unused functions.
SVN revision: 27603
2006-12-28 14:36:45 +00:00
Carsten Haitzler 899a2c009f 1. jose's premul patches for evas
2. fixes to patches to re-enable smooth scale again
3. fixes to make txtblock colors work
4. fixes to edje for premul + grad api changes
5. fixes to ecore to work in premul space
6. fixes to e17 for premul space
7. fixes to emotion for premul
8. rebuild of .edj files as premul requires themes to be rebuilt
9. removed unused fils from cvs (eap and old img files)


SVN revision: 26235
2006-09-30 10:16:24 +00:00
Christopher Michael 17475003db Module about dialogs now show the module icon in the dialog, and the border.
Note: This breaks e_modules until I get them fixed.


SVN revision: 23660
2006-07-02 18:55:33 +00:00
Carsten Haitzler 3a2144cad0 nice little overhaul of module related stuff. moduels now finally RELY on
module.eap files being installed - and using the e_apps api to load them and
ask for a name. Also icon is expected to be in this file too and i have
removed the info func call from modules as well as config_menu, module menus,
and other cruft in moduel structs. this also means revving the module api
version and saving users from a "if i recompile it will work" thing. :)
moduels need serious updates, not just a recompile for this. your modules
WILL break.


SVN revision: 23045
2006-06-01 06:44:37 +00:00
Carsten Haitzler 7dc5dc0753 add icon provision for gadcon classes and label provider functions. also add
all the data, update and add new icons etc. etc.


SVN revision: 22495
2006-05-09 13:02:48 +00:00
Carsten Haitzler fbd972cdb9 e packages build again - also not much point having an enlightenment-data as
it's built as an arch specific package and it is intrinsically required by e
and cannot work without it nor is the data shared betwene e and other apps
unless e itself is installed too


SVN revision: 22260
2006-04-20 11:30:25 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
Christopher Michael b1d75321d1 If a module has a config dialogue, destroy it on module shutdown
SVN revision: 19575
2006-01-06 21:30:53 +00:00
Christopher Michael 6ff116edd6 C++ comments are bad, mmmkay?
SVN revision: 19389
2005-12-29 16:23:52 +00:00
Christopher Michael 5191bc1765 No C++ comments in C code. Sorry KainX :)
SVN revision: 19388
2005-12-29 16:16:49 +00:00
Christopher Michael ef606e4b54 Fix implicit declaration warnings. Remove unused function protos
SVN revision: 19384
2005-12-29 16:06:59 +00:00
Christopher Michael 467e989903 Basic Dropshadow Config Dialogue. Still needs work
SVN revision: 19188
2005-12-20 23:07:52 +00:00
Carsten Haitzler b71a936bbd avoifd duplicates with shadows
SVN revision: 17322
2005-10-08 14:20:05 +00:00
vandango 7712947919 little trans update
SVN revision: 17090
2005-09-30 17:35:44 +00:00
vandango 5b2f1b1b2b little trans update
SVN revision: 17089
2005-09-30 17:34:36 +00:00
sebastid f4498d11a3 New modapi!
If a module fails to load, don't unload it. Mark it with an error flag,
and ask the user if he wants to unload it.


SVN revision: 16918
2005-09-24 13:42:05 +00:00
sebastid 74f0aa00c7 Move module api check to module loader.
SVN revision: 16873
2005-09-23 17:13:47 +00:00
Dan Sinclair 9288298ae8 - move the common code to a function in the e_modules file.
SVN revision: 16851
2005-09-22 18:17:18 +00:00
sebastid ad4feaa85e E-codingstyle.
SVN revision: 16825
2005-09-21 06:57:36 +00:00
Christopher Michael 78e3b8efed Changed module to use e_dialog instead of e_error
SVN revision: 16820
2005-09-21 01:18:30 +00:00
sebastid 157647f63d Remove unused variables.
SVN revision: 16151
2005-08-14 16:57:56 +00:00
Carsten Haitzler d57e9799ca dont force to low quality all the time (i was testing!)
SVN revision: 15958
2005-07-30 10:24:08 +00:00
Carsten Haitzler aff2246a2b 1. bug noted
2. elib extensions patch for bg_add/del etc.
3. i optimised dropshadow... if you chose low wuality you wil see something
like 2.5 TIMES speedup in dropshadow calculation. the medium quality is very
nice (you can tell low quality just if you look carefully) and it provides
like 1 1.8 times speedup or so. user choice here - high quality is what the
old code did


SVN revision: 15942
2005-07-30 04:47:39 +00:00
Carsten Haitzler d9142c3024 mmx for dropshadwo.. but disabled for now
SVN revision: 15634
2005-07-04 04:54:33 +00:00
Carsten Haitzler 46e410368f fix evas object warnings - and fix dropwshadow bug
SVN revision: 14618
2005-05-06 06:22:22 +00:00
Carsten Haitzler 1886045274 change text becaus eenglish text is the same for different meanings.
SVN revision: 14335
2005-04-25 02:59:25 +00:00
sebastid 19cba77f5b Dragging windows between desks work now.
SVN revision: 14326
2005-04-24 19:56:42 +00:00
Carsten Haitzler 9015e17739 fix dropshadow bug
make e_theme stuff check contents of edje files for group requested, if not
there, fallback
fix shading of windows with shaped windows


SVN revision: 14307
2005-04-23 05:16:25 +00:00
Carsten Haitzler f9b0b3ffe9 force quality 1= quality !=1 doesnt work atm
SVN revision: 14280
2005-04-21 11:04:59 +00:00
Carsten Haitzler 99d5ea1a85 heavily optimised shaped window dropshadow handling...
MUCH faster for most common cases.


SVN revision: 14268
2005-04-21 05:13:46 +00:00
Carsten Haitzler 2791263d08 oh that was bad. it made shadows fuck up a bit. fixed now :)
SVN revision: 14199
2005-04-14 11:46:17 +00:00
Carsten Haitzler 0939b44ff7 start of shaped client/border/menu support ... dropshaodw is SLOW with this.
SVN revision: 14173
2005-04-13 15:52:34 +00:00
Dan Sinclair febbbe4a1c - change the names of the module entry points. This will break other
modules.
   init -> e_modapi_init
   shutdown -> e_modapi_shutdown
   about -> e_modapi_about
   info -> e_modapi_info
   save -> e_modapi_save


SVN revision: 14151
2005-04-12 03:34:31 +00:00
Carsten Haitzler 712d33389f ibox isnt used/etc. so for now lets remove it.
SVN revision: 14145
2005-04-11 21:50:36 +00:00
Carsten Haitzler c257043cf3 nuke valgrind badness! :)
SVN revision: 14065
2005-04-01 16:12:31 +00:00
sebastid bf5610ad73 Compiler warnings.
SVN revision: 13999
2005-03-30 11:52:31 +00:00
Carsten Haitzler d6ca206b97 fix dynamic shaodw changes
SVN revision: 13966
2005-03-29 06:24:58 +00:00
Carsten Haitzler 2d45df1dfe and dhare shadows between suqare windows... so only have to calc once... (and
ref/unref from there)


SVN revision: 13951
2005-03-28 04:59:55 +00:00
Carsten Haitzler 5966d80df3 add some todo... and fix prototype
SVN revision: 13931
2005-03-27 14:11:44 +00:00
Carsten Haitzler 401010e18b dorpshadow work - should have nuked segv, AND optimised it significantly
:)


SVN revision: 13929
2005-03-27 11:30:50 +00:00
Carsten Haitzler 2134890874 starting a battery module (in need this for my laptop)
SVN revision: 12599
2004-12-27 08:33:52 +00:00
Carsten Haitzler 1fa0714cfc clean up a lot of wranings.
SVN revision: 12564
2004-12-23 06:38:27 +00:00
Carsten Haitzler b1ea85565e indenting... and remvoe printfs
SVN revision: 12420
2004-12-09 07:30:45 +00:00
Carsten Haitzler 7562a08b5a fix up config code so i can do lists and structs etc.
SVN revision: 12357
2004-12-05 07:43:51 +00:00
vacuum 7efd095f88 grammar
SVN revision: 12279
2004-11-27 00:10:20 +00:00
Carsten Haitzler 5e2388c886 _ _ _ _ _____ ___
| | | | ___| | | |  ___| __ ___  ___ _______  ___   / _ \__   _____ _ __
| |_| |/ _ \ | | | |_ | '__/ _ \/ _ \_  / _ \/ __| | | | \ \ / / _ \ '__|
|  _  |  __/ | | |  _|| | |  __/  __// /  __/\__ \ | |_| |\ V /  __/ |
|_| |_|\___|_|_| |_|  |_|  \___|\___/___\___||___/  \___/  \_/ \___|_|


I put E17's wm code into cvs. Hell is freezing over. Duke Nukem Forever will
be out next week. Snowballls take up residence in Hell. The Fat Lady sings.
The End is nigh...

:)


SVN revision: 12247
2004-11-25 03:37:45 +00:00