Commit Graph

41 Commits

Author SHA1 Message Date
sebastid 0e1a615b84 Dragging icons on the ibar should work. If an icon is dropped outside the
ibar it is removed (but only from the .order file).


SVN revision: 14597
2005-05-04 11:04:08 +00:00
sebastid 56e12df8b0 Cleanup.
SVN revision: 14594
2005-05-04 06:54:34 +00:00
sebastid 954a7a11f6 Icon dragging in the ibar.
SVN revision: 14579
2005-05-03 17:27:42 +00:00
sebastid b64b058d06 Can drag eapps from the ibar and drop them again. Will result in multiple
of the same eapp! But fortunately it doesn't get saved.


SVN revision: 14574
2005-05-03 13:44:43 +00:00
sebastid 762f2fe9b3 Remove some debugging output
SVN revision: 14396
2005-04-27 07:06:15 +00:00
sebastid e94cfff3ac Cleanup.
SVN revision: 14271
2005-04-21 07:18:49 +00:00
sebastid 4455f39d88 Better errormessage
SVN revision: 14269
2005-04-21 05:21:13 +00:00
sebastid 225faedf25 It should work now.
SVN revision: 14255
2005-04-20 07:28:37 +00:00
sebastid cf3c1ecc68 Cleanup of eapp code. The old code didn't handle all events well, so
references are now shallow copies of the original.


SVN revision: 14251
2005-04-19 15:11:45 +00:00
sebastid d8ccfebff3 Fix.
SVN revision: 14245
2005-04-19 09:08:36 +00:00
sebastid 81d83c1757 Make sure a deleted message is sent.
SVN revision: 14244
2005-04-19 09:05:53 +00:00
sebastid 7dd1e35ece Not all apps have a parent
SVN revision: 14242
2005-04-19 09:05:09 +00:00
sebastid 88ce4c329d Maybe eapp code works now.
SVN revision: 14241
2005-04-19 09:04:10 +00:00
sebastid d1e1c0de74 ecore_list looping isn't optimal, IMHO
SVN revision: 14200
2005-04-14 13:31:16 +00:00
sebastid 709c0003c8 Evas_List -> Ecore_List
SVN revision: 14198
2005-04-14 10:52:58 +00:00
sebastid bf1ef61935 Don't listen to event DELETED_SELF
SVN revision: 13990
2005-03-30 10:20:58 +00:00
sebastid 6baf133eef Changed because of new ecore_file. Also fixed some potential bugs, and
maybe introduced some new :)


SVN revision: 13985
2005-03-30 06:36:58 +00:00
Carsten Haitzler 1cf0b6002d mem leak patches from holger :)
SVN revision: 13845
2005-03-22 09:20:12 +00:00
sebastid ee7d847876 Fix
SVN revision: 13489
2005-02-24 09:54:58 +00:00
sebastid bb9eba12f1 Fix.
SVN revision: 13479
2005-02-23 11:54:29 +00:00
sebastid f7bd20accb This is needed, else deleted file in all wont propagate.
SVN revision: 13477
2005-02-23 11:38:28 +00:00
sebastid 029763243c Remove old stuff.
SVN revision: 13476
2005-02-23 11:35:42 +00:00
sebastid 9031513bfd No more duplicate icons in ibar.
SVN revision: 13475
2005-02-23 11:29:41 +00:00
sebastid 5d4e02b22d ecore_file updates
SVN revision: 13464
2005-02-22 12:49:18 +00:00
sebastid a1e7a376d8 New app subsystem. Seems to work :)
SVN revision: 13457
2005-02-21 16:21:13 +00:00
sebastid 80e87df59e Wrap text, indent
SVN revision: 13412
2005-02-17 17:40:54 +00:00
sebastid 728a0d1d09 Remove unnecessary loop.
SVN revision: 13377
2005-02-15 17:05:34 +00:00
Carsten Haitzler 4f54c588e1 seb's patch...
SVN revision: 13222
2005-02-07 13:51:09 +00:00
rbdpngn b6c300dd69 Add type checking for the various E objects.
SVN revision: 13053
2005-01-22 06:58:34 +00:00
Carsten Haitzler 2dd953e701 handle xrandr properly (again) so u can change resolutions on the fly again,
gadman handles this right, and fix restart properly - well its half arsed
still, but works.


SVN revision: 13051
2005-01-22 05:21:48 +00:00
handyande 06f89b59e6 Fix small seg
SVN revision: 12782
2005-01-05 16:05:49 +00:00
Carsten Haitzler 1fa0714cfc clean up a lot of wranings.
SVN revision: 12564
2004-12-23 06:38:27 +00:00
Carsten Haitzler 432ea44fd5 bad formie! u broke the app loading to lot load names if LANG is set AND no
specific language info field exists.

also.. windows shade. just. primitively.


SVN revision: 12446
2004-12-11 04:02:26 +00:00
tsauerbeck 72b4bd5fd7 simplified some code
SVN revision: 12435
2004-12-10 16:34:36 +00:00
Carsten Haitzler f56b1b3353 oops!
SVN revision: 12434
2004-12-10 16:24:00 +00:00
Carsten Haitzler 261d7f48b1 support ~/.e/e/applications/startup (and restart) dirs. they work likeall
other app dirs - defining a list of apps to start on start (or restart).

also splashscreen will be gone now on restart :)


SVN revision: 12421
2004-12-09 13:56:06 +00:00
Carsten Haitzler 81d0ed0945 1. fix a segv on restart with ibar unreffing without a ref
2. add app icons (based off applications/all repository - need to make this a
function of its own though)
3. fix default apps to have name/class info.


SVN revision: 12336
2004-12-02 10:07:51 +00:00
Carsten Haitzler edf76bcece 1. new app file examples, 2. app parsing code... etc. etc.
SVN revision: 12333
2004-12-02 07:00:30 +00:00
Carsten Haitzler 5a47862a7e and now support empty dirs with .order files that reference the all dir of
apps.... :)


SVN revision: 12332
2004-12-02 06:35:37 +00:00
Carsten Haitzler 0407e51787 new eapp file format.. now to do the file layout arrangement we discussed...
btw - u'll need to update eet for this...


SVN revision: 12330
2004-12-02 04:24:54 +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