Commit Graph

3366 Commits

Author SHA1 Message Date
Kim Woelders ce90617123 Play with dbus - implement command interface.
SVN revision: 33050
2007-12-08 17:54:38 +00:00
Kim Woelders 5c524f0840 Fix crash if font loading fails.
SVN revision: 33048
2007-12-08 15:17:42 +00:00
Kim Woelders 6acae2a015 Fix trouble with nested exits. Debug stuff tweaks.
SVN revision: 33047
2007-12-08 14:01:27 +00:00
Kim Woelders 01fcecdf87 Don't restrict firefox resizing (fixes issue with open dialog).
SVN revision: 32984
2007-12-04 21:14:38 +00:00
Kim Woelders ee2f91f7c5 Fix application resize locking.
SVN revision: 32983
2007-12-04 21:13:25 +00:00
Kim Woelders 32ee6600de Add registration of file descriptors to be handled in main event loop.
SVN revision: 32943
2007-12-02 18:39:17 +00:00
Kim Woelders 4a7eb693c7 Don't exit while in X error handler.
SVN revision: 32933
2007-12-02 11:15:57 +00:00
Kim Woelders 6b1369f762 Oops - Hack fixing epplet communication dropped out.
SVN revision: 32914
2007-11-29 18:00:10 +00:00
Kim Woelders 487b826b27 Shuffle comms/ipc stuff around a bit.
SVN revision: 32910
2007-11-28 19:28:54 +00:00
Kim Woelders 41a5a09237 Disable pager debug.
SVN revision: 32909
2007-11-28 19:23:06 +00:00
Kim Woelders 7964707723 Trivial autofoo var renaming.
SVN revision: 32908
2007-11-28 19:21:47 +00:00
Kim Woelders 21116ee67c Sun Nov 18 11:21:30 CET 2007
(Kim)

--- 0.16.8.11 0.01 ---
Fix reuse of freed pixmaps when using pseudo-transparency.
edox: Various enhancements and cleanups:
 Enable using arrow keys for navigation.
 Enable reloading file ('r').
Hide tooltips in various situations (showing focus list, window map, move, etc.).
Find some more menu icons.
Move to new AC_INIT style.
Fix memory leak when xinerama is enabled (normally hit only once).
Re-init xinerama info when screen size changes.
Fix translucent moves of non-shaped windows (noted by Thanatermesis).
Autofoo cleanups, move to bindir, pkgdatadir and friends.
Menu whitespace cleanups, rename some items:
 Enlightenment Epplets -> Epplets.
 Restart Enlightenment -> Restart.
Fix build when imlib_context_set_mask_alpha_threshold() is not available
 (bugzilla 275).
Fix edge flip after screen size change.
Add magnifier to desktop menu.


SVN revision: 32758
2007-11-18 10:31:45 +00:00
Kim Woelders d03e75497b Update po.
SVN revision: 32757
2007-11-18 10:15:09 +00:00
Kim Woelders 53898c1811 Missed some autofoo substitutions.
SVN revision: 32756
2007-11-18 09:54:49 +00:00
Kim Woelders 5e798cf6ea Add magnifier to desktop menu.
SVN revision: 32755
2007-11-18 09:49:18 +00:00
Kim Woelders 56ef554b0c Fix edge flip after screen size change.
SVN revision: 32754
2007-11-18 09:47:46 +00:00
Kim Woelders 33e9f648f3 Update po.
SVN revision: 32726
2007-11-15 20:26:33 +00:00
Kim Woelders ff17e3ab82 Fix build when imlib_context_set_mask_alpha_threshold() is not available (BUGZILLA bug 275).
SVN revision: 32724
2007-11-15 20:10:30 +00:00
Kim Woelders 77642b258c Menu whitespace cleanups.
Enlightenment Epplets -> Epplets.
Restart Enlightenment -> Restart.


SVN revision: 32723
2007-11-15 20:03:56 +00:00
Kim Woelders e477f532c4 Simplify closing message windows.
SVN revision: 32722
2007-11-15 19:54:32 +00:00
Kim Woelders c49bd4f606 Autofoo cleanups, move to bindir, pkgdatadir and friends.
SVN revision: 32474
2007-11-07 22:05:18 +00:00
Kim Woelders 3687f6064f Fix translucent moves (noted by Thanatermesis, broken since 0.16.8.9).
SVN revision: 32470
2007-11-07 21:40:30 +00:00
Kim Woelders fe424f4da2 Tweaks.
SVN revision: 32330
2007-11-03 19:29:27 +00:00
Kim Woelders f60b3b306f Using modules should be fine.
SVN revision: 32325
2007-11-03 12:07:05 +00:00
Kim Woelders 73d9801f59 Update po.
SVN revision: 32324
2007-11-03 11:59:21 +00:00
Kim Woelders c5f33fc0a7 Move to new AC_INIT style.
SVN revision: 32323
2007-11-03 11:57:31 +00:00
Kim Woelders ed8837c2f1 Remove unused substs.
SVN revision: 32322
2007-11-03 10:32:42 +00:00
Kim Woelders 94dbd2745a Find a few more menu icons.
SVN revision: 32321
2007-11-03 10:31:31 +00:00
Kim Woelders 2b8c4f89b5 Re-init xinerama info when screen size changes.
SVN revision: 32320
2007-11-03 10:29:54 +00:00
Kim Woelders 336498de43 Fix memory leak when xinerama is enabled (normally hit only once).
SVN revision: 32319
2007-11-03 10:28:27 +00:00
Kim Woelders 45a497b5c3 Hide tooltips in various situations (showing focus list, window map, move, etc.).
SVN revision: 32318
2007-11-03 10:25:11 +00:00
Kim Woelders e9af7d30b6 Enable using arrow keys for navigation.
Enable reloading file ('r').
Cleanups.


SVN revision: 32131
2007-10-21 13:14:10 +00:00
Kim Woelders 114554e350 Fix reuse of freed pixmaps when using pseudo-transparency.
SVN revision: 32130
2007-10-21 13:13:03 +00:00
Kim Woelders 5e595c2faf Bump version.
SVN revision: 32129
2007-10-21 13:10:23 +00:00
Kim Woelders 1de6aa707d Sat Oct 6 09:16:40 CEST 2007
(Kim)

--- 0.16.8.10 ---


SVN revision: 31985
2007-10-06 07:17:05 +00:00
Kim Woelders 18c9eea067 Tweaks.
SVN revision: 31984
2007-10-06 06:38:41 +00:00
Kim Woelders 9980a3d94a Sun Sep 30 20:02:02 CEST 2007
(Kim)

--- 0.16.8.10 0.02 ---
Fix infinite loop when regenerating menus.
Fix potential incorrect termination of IPC connection, which could cause segv.
eesh: Fix bad event loop causing hangs in certain situations.
eesh: Always wait for ack (also with -e), otherwise the message could get lost.
Screen stuff naming consistency and code tweaks.
Fix xinerama head selection in certain situations.
Fix menu placement on xinerama screens.
Force new (default as of 0.16.8.9) composite manager mode at startup.


SVN revision: 31895
2007-09-30 18:02:39 +00:00
Kim Woelders 09926271e8 Update po.
SVN revision: 31893
2007-09-30 15:54:54 +00:00
Kim Woelders b783486596 Force new (default as of 0.16.8.9) composite manager mode at startup.
SVN revision: 31892
2007-09-30 15:47:34 +00:00
Kim Woelders cce4baf653 Fix menu placement on xinerama screens.
SVN revision: 31887
2007-09-30 12:56:31 +00:00
Kim Woelders 0f5d3cd0dd Fix xinerama head selection in certain situations.
SVN revision: 31886
2007-09-30 12:32:35 +00:00
Kim Woelders 857e03edda Oops - fix.
SVN revision: 31885
2007-09-30 12:31:32 +00:00
Kim Woelders 4880283400 Screen stuff naming consistency and code tweaks.
SVN revision: 31874
2007-09-29 19:13:21 +00:00
Kim Woelders e860b36218 Fix bad event loop causing hangs in certain situations.
Always wait for ack (also with -e), otherwise the message could get lost.


SVN revision: 31869
2007-09-29 16:39:33 +00:00
Kim Woelders 8f2289a107 Fix potential incorrect termination of IPC connection, which could cause segv.
SVN revision: 31868
2007-09-29 16:37:49 +00:00
Kim Woelders 780ca19ff8 Fix infinite loop when reloading menus.
SVN revision: 31867
2007-09-29 16:37:04 +00:00
Kim Woelders bc02041a23 Sun Sep 23 14:51:38 CEST 2007
(Kim)

--- 0.16.8.10 0.01 ---
Bump version.
Change some libtool macro names to non-deprecated ones.
Add AC_LIBTOOL_LANG_..._CONFIG magic to cut down configure speed a bit on
 some platforms (as suggested by Andreas).
Always enable warnings when using gcc. Fix warnings.
Remove unmaintained debian stuff.
Deactivate more code when disabling sound.
XColor -> EColor, EGet/SetColor -> macros.
Loadable module support bits.
Split up font stuff, preparing for loadable font type handlers.
Japanese translation update (Yasufumi Haga).
Close systray if _NET_SYSTEM_TRAY_Sx selection is lost.
Font and sound module bits.
Deactivate unused code, trivial cleanups.
Optionally build various bits (font,sound support) as loadable modules.
Eliminate EXCreate/FreePixmap.
Avoid some pixmap create/destroys.
Simplify some imageclass functions (w,h are always window size).
Add optional visibility hiding (only useful with modular build).
Spec file fix for x86_64 (Peter Kjellerstedt).
Enable setting default maximise policy.
Startup id bits.
Japanese translation update (Yasufumi Haga).


SVN revision: 31793
2007-09-23 12:52:02 +00:00
Kim Woelders 5dca6d5bbd Ignore++
SVN revision: 31792
2007-09-23 12:51:20 +00:00
Kim Woelders 3f453d6e72 Japanese translation update (Yasufumi Haga).
SVN revision: 31791
2007-09-23 12:36:13 +00:00
Kim Woelders a50bfabbdc Update po.
SVN revision: 31782
2007-09-22 10:55:16 +00:00