platform/upstream/enlightenment.git
19 years agoCleanup
sebastid [Tue, 22 Mar 2005 18:51:35 +0000 (18:51 +0000)]
Cleanup

SVN revision: 13854

19 years agoasparagus time for some of the core efl bits...
Carsten Haitzler [Tue, 22 Mar 2005 10:54:17 +0000 (10:54 +0000)]
asparagus time for some of the core efl bits...

SVN revision: 13846

19 years agomem leak patches from holger :)
Carsten Haitzler [Tue, 22 Mar 2005 09:20:12 +0000 (09:20 +0000)]
mem leak patches from holger :)

SVN revision: 13845

19 years agopass make distcheck
Carsten Haitzler [Tue, 22 Mar 2005 09:17:25 +0000 (09:17 +0000)]
pass make distcheck

SVN revision: 13844

19 years ago1. fix korean font a bit - much nicer now. fix kochi filename to match
Carsten Haitzler [Tue, 22 Mar 2005 09:09:12 +0000 (09:09 +0000)]
1. fix korean font a bit - much nicer now. fix kochi filename to match
original, and ship copyright info with fonts :)

SVN revision: 13843

19 years ago1. fix korean font a bit - much nicer now. fix kochi filename to match
Carsten Haitzler [Tue, 22 Mar 2005 09:09:11 +0000 (09:09 +0000)]
1. fix korean font a bit - much nicer now. fix kochi filename to match
original, and ship copyright info with fonts :)

SVN revision: 13842

19 years agoHah!
sebastid [Mon, 21 Mar 2005 23:06:07 +0000 (23:06 +0000)]
Hah!

SVN revision: 13840

19 years agoPager should listen to iconify event, not show/hide
sebastid [Mon, 21 Mar 2005 23:05:40 +0000 (23:05 +0000)]
Pager should listen to iconify event, not show/hide

SVN revision: 13839

19 years agoDamn...
sebastid [Mon, 21 Mar 2005 23:00:32 +0000 (23:00 +0000)]
Damn...

SVN revision: 13838

19 years agoHah!
sebastid [Mon, 21 Mar 2005 22:43:13 +0000 (22:43 +0000)]
Hah!

SVN revision: 13837

19 years agoConfig menu accesible from bar
sebastid [Mon, 21 Mar 2005 22:42:47 +0000 (22:42 +0000)]
Config menu accesible from bar

SVN revision: 13836

19 years agoHah!
sebastid [Mon, 21 Mar 2005 22:24:24 +0000 (22:24 +0000)]
Hah!

SVN revision: 13835

19 years agoMake sure that the box object fits inside the bar object
sebastid [Mon, 21 Mar 2005 22:23:28 +0000 (22:23 +0000)]
Make sure that the box object fits inside the bar object

SVN revision: 13834

19 years agoCleanup.
sebastid [Mon, 21 Mar 2005 20:58:43 +0000 (20:58 +0000)]
Cleanup.

SVN revision: 13833

19 years agoCleanup. Please don't add code that hides problems with the border events
sebastid [Mon, 21 Mar 2005 20:34:57 +0000 (20:34 +0000)]
Cleanup. Please don't add code that hides problems with the border events
or other pager issues.

SVN revision: 13832

19 years agoGiving some thought to the aardvarks.
xcomputerman [Mon, 21 Mar 2005 16:00:15 +0000 (16:00 +0000)]
Giving some thought to the aardvarks.

SVN revision: 13829

19 years agoleak--
Carsten Haitzler [Mon, 21 Mar 2005 12:47:11 +0000 (12:47 +0000)]
leak--

SVN revision: 13828

19 years agoDefault edge for ibar is bottom. Maybe gadman code should check which
sebastid [Mon, 21 Mar 2005 08:18:17 +0000 (08:18 +0000)]
Default edge for ibar is bottom. Maybe gadman code should check which
edge the gadget is on before loading with its own default 'top'?

SVN revision: 13826

19 years agodefault x desk count (4x1 desktops)
Carsten Haitzler [Mon, 21 Mar 2005 01:56:42 +0000 (01:56 +0000)]
default x desk count (4x1 desktops)

SVN revision: 13825

19 years agoPotential problem...
sebastid [Sun, 20 Mar 2005 19:13:32 +0000 (19:13 +0000)]
Potential problem...

SVN revision: 13817

19 years agoNow a border sends the added event before the sticky etc. events, so the
sebastid [Sun, 20 Mar 2005 19:07:20 +0000 (19:07 +0000)]
Now a border sends the added event before the sticky etc. events, so the
pager doesn't have to have a special check.

SVN revision: 13816

19 years agokorean support - yes Bendal may suck. someone who is good with korean (or all
Carsten Haitzler [Sun, 20 Mar 2005 17:31:34 +0000 (17:31 +0000)]
korean support - yes Bendal may suck. someone who is good with korean (or all
you native koreans out there) let me know of a GOOD .ttf that could replace
it in the fontset to support Korean in e17 (and make sure its able to be
shipped with e17 license-wise). if anyone wants to get a set of fonts to
supoprt every language in the world together... that are free - please go for
it! :)

SVN revision: 13812

19 years agoin theory support japanese automatically - and then more langauges if we add
Carsten Haitzler [Sun, 20 Mar 2005 16:53:55 +0000 (16:53 +0000)]
in theory support japanese automatically - and then more langauges if we add
more fonts to fall back on

SVN revision: 13809

19 years agohandle iconify, de-iconify
Carsten Haitzler [Sun, 20 Mar 2005 11:49:32 +0000 (11:49 +0000)]
handle iconify, de-iconify
handle icon changes...

SVN revision: 13799

19 years agoSpaces in macro calls cause Apple's cpp to insert those spaces in the result.
rbdpngn [Sun, 20 Mar 2005 06:32:06 +0000 (06:32 +0000)]
Spaces in macro calls cause Apple's cpp to insert those spaces in the result.
#define IMAGE(TYPE, NAME) TYPE: "button"NAME".png"
IMAGE(normal, "foo");
Results in:
normal: "button" "foo"".png"
Which edje_cc cannot parse correctly as it views this as 2 arguments to the
normal keyword.

SVN revision: 13797

19 years agofix initial stickiness handling
Carsten Haitzler [Sat, 19 Mar 2005 17:39:25 +0000 (17:39 +0000)]
fix initial stickiness handling

SVN revision: 13796

19 years agofix pager to work when windows are moved from zone to zone :)
Carsten Haitzler [Sat, 19 Mar 2005 17:31:42 +0000 (17:31 +0000)]
fix pager to work when windows are moved from zone to zone :)
add xinerama faking command-line options and help.

SVN revision: 13795

19 years agostacking mofo
Carsten Haitzler [Sat, 19 Mar 2005 14:51:35 +0000 (14:51 +0000)]
stacking mofo

SVN revision: 13792

19 years agoset the default sizes to somethingn "sane" :)
Carsten Haitzler [Sat, 19 Mar 2005 12:49:46 +0000 (12:49 +0000)]
set the default sizes to somethingn "sane" :)

SVN revision: 13790

19 years agofixed pager stick/unstick/duplication problem (thanks catalyst/JC)
Carsten Haitzler [Sat, 19 Mar 2005 12:33:24 +0000 (12:33 +0000)]
fixed pager stick/unstick/duplication problem (thanks catalyst/JC)
:)

SVN revision: 13789

19 years agoupdate TODO ..
Carsten Haitzler [Sat, 19 Mar 2005 06:19:45 +0000 (06:19 +0000)]
update TODO ..

SVN revision: 13786

19 years agoupdate TODO
Carsten Haitzler [Sat, 19 Mar 2005 03:37:50 +0000 (03:37 +0000)]
update TODO

SVN revision: 13785

19 years agofix sick/unstick
Carsten Haitzler [Fri, 18 Mar 2005 17:13:10 +0000 (17:13 +0000)]
fix sick/unstick

SVN revision: 13782

19 years agoAdd note to help FreeBSD users.
vacuum [Fri, 18 Mar 2005 17:02:47 +0000 (17:02 +0000)]
Add note to help FreeBSD users.

SVN revision: 13781

19 years agoclean that too
Carsten Haitzler [Fri, 18 Mar 2005 16:50:03 +0000 (16:50 +0000)]
clean that too

SVN revision: 13780

19 years agomore pager cleanups - still not 100% happy with it... but getting there.
Carsten Haitzler [Fri, 18 Mar 2005 16:30:49 +0000 (16:30 +0000)]
more pager cleanups - still not 100% happy with it... but getting there.

SVN revision: 13779

19 years agohmm a pager bug! (i never!) :)
Carsten Haitzler [Fri, 18 Mar 2005 07:44:06 +0000 (07:44 +0000)]
hmm a pager bug! (i never!) :)

SVN revision: 13776

19 years agoSOME of the pager is fixed. not all. it may leak and more - i'm in the middle
Carsten Haitzler [Fri, 18 Mar 2005 06:39:21 +0000 (06:39 +0000)]
SOME of the pager is fixed. not all. it may leak and more - i'm in the middle
of fixing it up and so on. bear with me on this. it's less offensive now
though :)

SVN revision: 13775

19 years agoand dont refer to screen
Carsten Haitzler [Fri, 18 Mar 2005 05:41:41 +0000 (05:41 +0000)]
and dont refer to screen

SVN revision: 13774

19 years agowe dont need no stinking screen.png...
Carsten Haitzler [Fri, 18 Mar 2005 04:23:36 +0000 (04:23 +0000)]
we dont need no stinking screen.png...

SVN revision: 13773

19 years ago/me thinks these are done
handyande [Thu, 17 Mar 2005 23:43:20 +0000 (23:43 +0000)]
/me thinks these are done

SVN revision: 13770

19 years agotidy edc and make parts more consistent
handyande [Thu, 17 Mar 2005 13:56:19 +0000 (13:56 +0000)]
tidy edc and make parts more consistent

SVN revision: 13768

19 years agoexport the restart call to libe - just in case
handyande [Thu, 17 Mar 2005 13:55:20 +0000 (13:55 +0000)]
export the restart call to libe - just in case

SVN revision: 13767

19 years agotheme "sanitising" :)
Carsten Haitzler [Thu, 17 Mar 2005 12:28:52 +0000 (12:28 +0000)]
theme "sanitising" :)

SVN revision: 13766

19 years agoadd -restart to enlightenment_remote
Dan Sinclair [Thu, 17 Mar 2005 01:30:50 +0000 (01:30 +0000)]
add -restart to enlightenment_remote

SVN revision: 13762

19 years agoactually- ignore firefox focus flahs - imho (for now) it really is a firefox
Carsten Haitzler [Thu, 17 Mar 2005 00:38:26 +0000 (00:38 +0000)]
actually- ignore firefox focus flahs - imho (for now) it really is a firefox
issue as focus really does keep flipping in/out of ffox. :)

SVN revision: 13761

19 years agoUse macro to minimise code for border buttons
handyande [Wed, 16 Mar 2005 23:20:13 +0000 (23:20 +0000)]
Use macro to minimise code for border buttons
Allow this to make other groups for each icon
This means the menu code can load the theme data to make icons :) :) :)

SVN revision: 13760

19 years agomove this to normal TODO
Carsten Haitzler [Wed, 16 Mar 2005 16:12:21 +0000 (16:12 +0000)]
move this to normal TODO

SVN revision: 13752

19 years agook remove the cd crap... but if we pretend to be kwin... it works.
Carsten Haitzler [Wed, 16 Mar 2005 16:10:33 +0000 (16:10 +0000)]
ok  remove the cd crap... but if we pretend to be kwin... it works.

this SOOO needs to go to sun for fixing.

hey sun? see this? fix your code! dont make stupid tests for every wm on the
planet. make your code work properly everywhere, all the time, but following
standards! grrrr.

SVN revision: 13751

19 years agopointless code reformat
Carsten Haitzler [Wed, 16 Mar 2005 15:47:11 +0000 (15:47 +0000)]
pointless code reformat

SVN revision: 13750

19 years agoadd a cde pretend routinne in our attempt to fix java... FUCKING JAVA!
Carsten Haitzler [Wed, 16 Mar 2005 15:24:38 +0000 (15:24 +0000)]
add a cde pretend routinne in our attempt to fix java... FUCKING JAVA!

SVN revision: 13749

19 years agodisable that firefox fix... it causes bigger problems
Carsten Haitzler [Tue, 15 Mar 2005 14:09:05 +0000 (14:09 +0000)]
disable that firefox fix... it causes bigger problems

SVN revision: 13743

19 years agoClient list update.
sebastid [Tue, 15 Mar 2005 10:26:05 +0000 (10:26 +0000)]
Client list update.

SVN revision: 13741

19 years agoFormatting.
sebastid [Tue, 15 Mar 2005 10:23:01 +0000 (10:23 +0000)]
Formatting.

SVN revision: 13740

19 years agobah.. and that fix resulted ina nice new bug to add
Carsten Haitzler [Tue, 15 Mar 2005 10:22:43 +0000 (10:22 +0000)]
bah.. and that fix resulted ina  nice new bug to add

SVN revision: 13739

19 years agoDon't use the desk client list.
sebastid [Tue, 15 Mar 2005 10:22:23 +0000 (10:22 +0000)]
Don't use the desk client list.

SVN revision: 13738

19 years agofirefox/thunderbird menu stuffo
Carsten Haitzler [Tue, 15 Mar 2005 09:35:51 +0000 (09:35 +0000)]
firefox/thunderbird menu stuffo

SVN revision: 13737

19 years agoand some more notes... dang
Carsten Haitzler [Tue, 15 Mar 2005 03:40:36 +0000 (03:40 +0000)]
and some more notes... dang

SVN revision: 13736

19 years agobah - one mroe focus item to do...
Carsten Haitzler [Tue, 15 Mar 2005 03:32:39 +0000 (03:32 +0000)]
bah - one mroe focus item to do...

SVN revision: 13735

19 years agoit was REALLy pissing me off - so i fixed the focus issues now. back to pager
Carsten Haitzler [Tue, 15 Mar 2005 03:25:38 +0000 (03:25 +0000)]
it was REALLy pissing me off - so i fixed the focus issues now. back to pager
as next...

SVN revision: 13734

19 years agouse old e hints...
Carsten Haitzler [Mon, 14 Mar 2005 15:32:11 +0000 (15:32 +0000)]
use old e hints...

SVN revision: 13731

19 years agomroe info
Carsten Haitzler [Mon, 14 Mar 2005 09:44:28 +0000 (09:44 +0000)]
mroe info

SVN revision: 13728

19 years agoooh bad gadman! bad!
Carsten Haitzler [Mon, 14 Mar 2005 04:27:03 +0000 (04:27 +0000)]
ooh bad gadman! bad!

SVN revision: 13727

19 years agotewdew
Carsten Haitzler [Sun, 13 Mar 2005 11:19:23 +0000 (11:19 +0000)]
tewdew

SVN revision: 13722

19 years agoadd a test file that we can destroy at will for testing bits of new code...
Carsten Haitzler [Sun, 13 Mar 2005 11:17:27 +0000 (11:17 +0000)]
add a test file that we can destroy at will for testing bits of new code...
and just disable when done.

fix up layotu and table objects... bugs...

SVN revision: 13721

19 years agolayout smart object - shoudl work like the table one... but i haven't tested
Carsten Haitzler [Sun, 13 Mar 2005 08:21:01 +0000 (08:21 +0000)]
layout smart object - shoudl work like the table one... but i haven't tested
yet.

SVN revision: 13720

19 years agotable smart that handles ONLY homogenous layout with table cells ONLY
Carsten Haitzler [Sun, 13 Mar 2005 04:01:00 +0000 (04:01 +0000)]
table smart that handles ONLY homogenous layout with table cells ONLY
spanning 1 column or row... but hey - enough for the pager work... :)

also fixed up e_box to properly clip and show/hide children etc.

also optimised e_box to not re-configure on simple moves

also remvoe typo from pager .edc

SVN revision: 13719

19 years agohow did that get in there?
Carsten Haitzler [Sun, 13 Mar 2005 02:38:17 +0000 (02:38 +0000)]
how did that get in there?

SVN revision: 13718

19 years agochecking out pager - some notes as to what i need to do
Carsten Haitzler [Sat, 12 Mar 2005 15:35:45 +0000 (15:35 +0000)]
checking out pager - some notes as to what i need to do

SVN revision: 13715

19 years agoadd todo for freeze
Carsten Haitzler [Sat, 12 Mar 2005 14:18:10 +0000 (14:18 +0000)]
add todo for freeze

SVN revision: 13711

19 years agothe boxy ibar was annoying me... and i found ibar didnt properly calculate
Carsten Haitzler [Sat, 12 Mar 2005 09:44:16 +0000 (09:44 +0000)]
the boxy ibar was annoying me... and i found ibar didnt properly calculate
size based on iconsize. fixed now :)

SVN revision: 13709

19 years agojava apps...
Carsten Haitzler [Fri, 11 Mar 2005 14:53:35 +0000 (14:53 +0000)]
java apps...

SVN revision: 13696

19 years agoicons for window menu need doing.
Carsten Haitzler [Fri, 11 Mar 2005 14:51:45 +0000 (14:51 +0000)]
icons for window menu need doing.

SVN revision: 13695

19 years agoTODO update
Carsten Haitzler [Fri, 11 Mar 2005 13:12:58 +0000 (13:12 +0000)]
TODO update

SVN revision: 13694

19 years agovirtual roots is an option now (off by default)
Carsten Haitzler [Fri, 11 Mar 2005 13:09:06 +0000 (13:09 +0000)]
virtual roots is an option now (off by default)

SVN revision: 13693

19 years agogo go freeze todo.. go!
Carsten Haitzler [Fri, 11 Mar 2005 11:20:46 +0000 (11:20 +0000)]
go go freeze todo.. go!

SVN revision: 13691

19 years agofont path centralised (just noticed it everywhere)
Carsten Haitzler [Fri, 11 Mar 2005 11:05:52 +0000 (11:05 +0000)]
font path centralised (just noticed it everywhere)

SVN revision: 13690

19 years agoMake sure the lamp disappears.
sebastid [Fri, 11 Mar 2005 09:32:21 +0000 (09:32 +0000)]
Make sure the lamp disappears.

SVN revision: 13689

19 years agoclean up freeze items
Carsten Haitzler [Fri, 11 Mar 2005 09:21:47 +0000 (09:21 +0000)]
clean up freeze items

SVN revision: 13688

19 years agoCode freeze, yes etc etc this was really annoying me and in a way was a bug anyhow....
handyande [Thu, 10 Mar 2005 23:54:49 +0000 (23:54 +0000)]
Code freeze, yes etc etc this was really annoying me and in a way was a bug anyhow....

SVN revision: 13684

19 years ago(modified) patch from Mike Roberts
handyande [Thu, 10 Mar 2005 10:14:35 +0000 (10:14 +0000)]
(modified) patch from Mike Roberts

SVN revision: 13676

19 years agointernal calls within a file are static, not EAPI.
Carsten Haitzler [Tue, 8 Mar 2005 07:24:39 +0000 (07:24 +0000)]
internal calls within a file are static, not EAPI.

init variables with some constant

SVN revision: 13662

19 years agosplash is back
Carsten Haitzler [Tue, 8 Mar 2005 06:51:21 +0000 (06:51 +0000)]
splash is back

SVN revision: 13661

19 years agoAllow spaces in window classes (OOo)
handyande [Mon, 7 Mar 2005 16:31:30 +0000 (16:31 +0000)]
Allow spaces in window classes (OOo)

SVN revision: 13654

19 years agoremove from TODO
Carsten Haitzler [Mon, 7 Mar 2005 15:23:54 +0000 (15:23 +0000)]
remove from TODO

SVN revision: 13653

19 years agoPager fix.
sebastid [Mon, 7 Mar 2005 12:42:31 +0000 (12:42 +0000)]
Pager fix.

SVN revision: 13652

19 years agoEdjeify errordialog.
sebastid [Mon, 7 Mar 2005 12:23:26 +0000 (12:23 +0000)]
Edjeify errordialog.

SVN revision: 13651

19 years agoEdjeify errordialog.
sebastid [Mon, 7 Mar 2005 12:13:32 +0000 (12:13 +0000)]
Edjeify errordialog.

SVN revision: 13650

19 years agoRemoved e_file
sebastid [Mon, 7 Mar 2005 12:06:41 +0000 (12:06 +0000)]
Removed e_file

SVN revision: 13649

19 years agoMoved to ecore_file
sebastid [Mon, 7 Mar 2005 12:05:29 +0000 (12:05 +0000)]
Moved to ecore_file

SVN revision: 13648

19 years agocentralised xinerama code - now we can put intellligent selection (partly
Carsten Haitzler [Mon, 7 Mar 2005 09:56:49 +0000 (09:56 +0000)]
centralised xinerama code - now we can put intellligent selection (partly
there) and manual selection into 1 place.

SVN revision: 13645

19 years agofix TODO
Carsten Haitzler [Mon, 7 Mar 2005 07:28:29 +0000 (07:28 +0000)]
fix TODO

SVN revision: 13644

19 years agopatches for some cleanups...
Carsten Haitzler [Mon, 7 Mar 2005 07:27:52 +0000 (07:27 +0000)]
patches for some cleanups...

and i'm moving xinerama handling to 1 central place to fixup bugs in xinerama
detection. its not complete.

SVN revision: 13643

19 years agorenamed EET_FILE_MODE_RW to EET_FILE_MODE_READ_WRITE
tsauerbeck [Thu, 3 Mar 2005 17:26:46 +0000 (17:26 +0000)]
renamed EET_FILE_MODE_RW to EET_FILE_MODE_READ_WRITE

SVN revision: 13595

19 years agoprety sure they are done
handyande [Thu, 3 Mar 2005 16:19:15 +0000 (16:19 +0000)]
prety sure they are done

SVN revision: 13593

19 years agonull check
handyande [Mon, 28 Feb 2005 09:15:59 +0000 (09:15 +0000)]
null check

SVN revision: 13535

19 years ago1. e17's init icons get put into an e_box for arrangement nad the init splash
Carsten Haitzler [Mon, 28 Feb 2005 05:35:02 +0000 (05:35 +0000)]
1. e17's init icons get put into an e_box for arrangement nad the init splash
determines the location...

2. .002 snap

SVN revision: 13533

19 years agoNew version
sebastid [Thu, 24 Feb 2005 10:27:15 +0000 (10:27 +0000)]
New version

SVN revision: 13493

19 years agoCleanup.
sebastid [Thu, 24 Feb 2005 10:23:30 +0000 (10:23 +0000)]
Cleanup.

SVN revision: 13491

19 years agoWith two batteries, one might charge/discharge while the other is charged.
sebastid [Thu, 24 Feb 2005 10:22:43 +0000 (10:22 +0000)]
With two batteries, one might charge/discharge while the other is charged.

SVN revision: 13490