Commit Graph

151 Commits

Author SHA1 Message Date
Kim Woelders 35c8f904df Refactor/simplify, use execApplication in stead of plain fork/exec.
SVN revision: 25691
2006-09-10 14:29:05 +00:00
Kim Woelders 5bd5afe9cc Split up, shuffle around file.c (no real changes).
SVN revision: 24166
2006-07-24 21:10:59 +00:00
Kim Woelders 87ff749de8 Bump version, add revision to version info strings.
SVN revision: 24018
2006-07-18 00:18:48 +00:00
Kim Woelders 40866c2622 Normally quit by exiting main event loop.
SVN revision: 22552
2006-05-12 13:10:16 +00:00
Kim Woelders f02b00ad9d Change internal window handling API. Now passing Win (pointer to EXID struct) in stead of window XID.
SVN revision: 22397
2006-04-29 19:39:21 +00:00
Kim Woelders 88bc1e83e5 Enable configuring internal and exported language.
SVN revision: 22285
2006-04-21 23:47:30 +00:00
Kim Woelders 0a4c0153e0 Enable unsetting env vars with Esetenv().
SVN revision: 22282
2006-04-21 15:51:46 +00:00
Kim Woelders 5b24f41029 Split up and shuffle around some more.
SVN revision: 22236
2006-04-19 19:13:46 +00:00
Kim Woelders fec7cfec63 Simplify GSOD. Cleanups.
SVN revision: 22211
2006-04-18 23:47:29 +00:00
Kim Woelders e68510f952 Various build related tweaks:
- Autogenerate spec file (now named e16.spec, was e.spec)
- Minor changes to various version strings
- Move timestamp.h to top dir.


SVN revision: 22180
2006-04-17 15:55:24 +00:00
Kim Woelders 05e7471a1a Introduce idlers.
SVN revision: 21980
2006-04-09 10:18:34 +00:00
Kim Woelders 293849dc1d Only create default iconbox first time.
SVN revision: 21230
2006-03-12 17:57:32 +00:00
Kim Woelders e052f9aceb Move lists to Ecore_List.
SVN revision: 20557
2006-02-18 08:30:09 +00:00
Kim Woelders 2dd6d5f12b Another fix to avoid timer starvation by X events.
- Thanks to Mark Bowyer for help to sort this out.
Change timers to use absolute time.


SVN revision: 19657
2006-01-08 16:13:21 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders 36debc8bd4 Run menu generation on startup only if menus subdir doesn't exist.
SVN revision: 19338
2005-12-28 09:59:53 +00:00
Kim Woelders 55f143d899 Add 'stop' script and alternative session script handling method (old may go away).
SVN revision: 18350
2005-11-06 18:12:12 +00:00
Kim Woelders 0dfa113313 General bug hunt - Found a few, pedantic cleanups, dead code removal.
SVN revision: 18153
2005-10-30 19:40:49 +00:00
Kim Woelders 9dca3e88f1 EWM hint support is no longer optional. Split off hints.h.
SVN revision: 18049
2005-10-27 23:18:35 +00:00
Kim Woelders ccb844716d Provide control over match conditions for saved settings.
SVN revision: 16871
2005-09-23 16:12:13 +00:00
Kim Woelders 9ebaf4a103 Change most desk references from integer to pointer to desk object.
SVN revision: 16515
2005-09-04 07:27:20 +00:00
Kim Woelders 5124d0981e Split up E.h a bit.
SVN revision: 15796
2005-07-16 16:57:45 +00:00
Kim Woelders d11fc14492 Composite manager fixes and cleanups.
SVN revision: 15140
2005-06-05 15:15:59 +00:00
Kim Woelders d41aa06aba Fix pager drags to/from nested E.
SVN revision: 14976
2005-05-28 06:23:51 +00:00
Kim Woelders a109d0126f Draw queue is now obsolete.
SVN revision: 14780
2005-05-14 19:40:35 +00:00
Kim Woelders 42c43d2aca Fix server grabbing issues. Don't use ecore_x API for trivial stuff.
SVN revision: 14642
2005-05-07 11:20:02 +00:00
Kim Woelders 11baeea397 Kill init win when restarting.
SVN revision: 14317
2005-04-23 13:35:37 +00:00
Kim Woelders ab1f6ce52b Major composite manager changes. Associated fixups. Not finished (things may be broken).
SVN revision: 14266
2005-04-20 22:49:16 +00:00
Kim Woelders 3d185b64f2 Clean up command line option handling.
Fix various issues with options and restarting/session management.


SVN revision: 14115
2005-04-07 16:38:57 +00:00
Kim Woelders f6a00ebcb2 Fix.
SVN revision: 14089
2005-04-03 17:12:53 +00:00
Kim Woelders 2cb0639533 Remove broken -smfile command line option.
Add -p (--config-prefix) command line option to set the configuration file prefix.


SVN revision: 14083
2005-04-03 14:05:04 +00:00
Kim Woelders fcea1f25e3 Preparations for composite manager changes.
SVN revision: 14017
2005-03-30 22:51:02 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders 14cbf4d5b6 Prepare for theme version bump.
SVN revision: 13788
2005-03-19 11:10:12 +00:00
Kim Woelders 8c72efbd5d Initial hint setup tweaks.
SVN revision: 13784
2005-03-18 21:43:43 +00:00
Kim Woelders 6378ad9df7 Handle startup window stacking via object stack.
SVN revision: 13522
2005-02-27 14:42:41 +00:00
Kim Woelders bbee671e2f Desktop fixes, namespace cleanups.
SVN revision: 13518
2005-02-26 16:40:36 +00:00
Kim Woelders 4dca185ea6 Debug tweaks.
SVN revision: 13468
2005-02-22 21:04:24 +00:00
Kim Woelders 6af89bfaf3 Always save snaps on exit/restart.
SVN revision: 13416
2005-02-17 21:17:21 +00:00
Kim Woelders b56efff6ca Trivial cleanups.
SVN revision: 13359
2005-02-13 14:49:38 +00:00
Kim Woelders 083e17c057 Trivial stuff.
SVN revision: 13332
2005-02-12 16:42:36 +00:00
Kim Woelders 0575612b48 Fix putting initially iconfied windows into the icon boxes.
SVN revision: 13302
2005-02-10 18:59:32 +00:00
Kim Woelders 24bb7316ad Systray fixes.
SVN revision: 13301
2005-02-10 18:47:17 +00:00
Kim Woelders d625bd3372 Enable running scripts on startup/restart.
SVN revision: 13234
2005-02-07 23:44:59 +00:00
Kim Woelders 5b3eb125ad Trivial stuff.
SVN revision: 13055
2005-01-22 11:32:58 +00:00
Kim Woelders 15f173886a Fix startup trouble (again).
SVN revision: 12870
2005-01-10 20:21:57 +00:00
Kim Woelders 7abca3de32 Attempt to fix unmap problem, more debug, cleanups.
SVN revision: 12851
2005-01-09 22:36:01 +00:00
Kim Woelders aeda613b51 Keep startup windows raised.
SVN revision: 12671
2004-12-31 13:49:08 +00:00
Kim Woelders fbbe386efb 0.16.8
SVN revision: 12619
2004-12-28 23:46:49 +00:00
Kim Woelders cc9a4643a0 Fix remembered settings for slave WM's.
SVN revision: 11734
2004-09-27 18:35:51 +00:00