Commit Graph

1447 Commits

Author SHA1 Message Date
Carsten Haitzler 2005381bbd ehack is baaack! :)
SVN revision: 15057
2005-06-02 14:56:07 +00:00
handyande c55341c52b OK, sorry about that - needless looping
SVN revision: 15056
2005-06-02 14:41:17 +00:00
handyande ff669b3289 Add some more IPC stuff, think I am getting the hang of this now
Make libe use the ipc_handlers backend (womeone might need to correct my autofoo)
what should we do for the (pretty custom) libe RESPONSEs? should they go into the handlers too?


SVN revision: 15055
2005-06-02 14:15:18 +00:00
Carsten Haitzler 28d41b1d28 fix up exe to set DISPALY right for executed apps on other managers... this
also technically may allow us to add other properties to a window if i get
ehack back in to then put it on the desktop it was launched on.


SVN revision: 15054
2005-06-02 09:49:07 +00:00
Carsten Haitzler 747900bff1 an app action - that launches an app - looked up by varios means (exe, name,
generic, filename)

the parameters to the "app" action can be

  name: Gnome Terminal
OR
  name: XMMS
OR
  exe: xmms
OR
  exe: gimp
OR
  generic: Web Browser
OR
  generic: Terminal
OR
  file: xterm.eapp
OR
  file: gimp.eapp

as a sample...


SVN revision: 15053
2005-06-02 08:25:14 +00:00
Carsten Haitzler 22b7afa394 update TODO
SVN revision: 15052
2005-06-02 07:58:02 +00:00
Carsten Haitzler 937d2038b7 todo.
SVN revision: 15051
2005-06-02 07:40:54 +00:00
Carsten Haitzler 4fa5c6343c generic msg system - really intended mostly to go hand-in-hand width the
datastore stuff as a way of moduels beoing able to talk TO eachother
indirectly by sending messages, and advertising public data.


SVN revision: 15050
2005-06-02 07:40:04 +00:00
Carsten Haitzler a0d654aa60 datastore for moduels to share data via - they are in charge of cleaning up
and reference counts and stuff tho


SVN revision: 15049
2005-06-02 04:21:00 +00:00
handyande 417742def8 oops :)
SVN revision: 15048
2005-06-01 14:31:17 +00:00
handyande cd4b8b81f1 ssh
SVN revision: 15046
2005-06-01 14:28:57 +00:00
handyande c2bbedc6ae Fixups for bg_get - learning new IPC code
SVN revision: 15045
2005-06-01 14:27:18 +00:00
Carsten Haitzler a8a42aac77 fix map request when iconfied
SVN revision: 15044
2005-06-01 07:35:56 +00:00
Carsten Haitzler d9ee0636e0 czech po
SVN revision: 15042
2005-05-31 22:59:31 +00:00
Carsten Haitzler c9861130f0 font apply and fallback clear done.
cleanups of the handlers


SVN revision: 15037
2005-05-31 07:46:22 +00:00
Carsten Haitzler 55eb16f293 list availabel fonts, and handle reply
SVN revision: 15036
2005-05-31 07:13:27 +00:00
Carsten Haitzler 3743c25e1d dirs handlers shoudl just become 1 dirs handler then specify what path dir
list you want to modify in params - as they are all identical except as to
what path variablew they modify - just make that a state setup phase


SVN revision: 15035
2005-05-31 07:02:09 +00:00
sebastid ba9f8e8f7f For the speed freak.
SVN revision: 15034
2005-05-31 06:52:05 +00:00
Carsten Haitzler 58a42cbe8f oops - get cmd-line opt right
SVN revision: 15032
2005-05-31 03:57:29 +00:00
Carsten Haitzler 158546dedc handle bg reply
SVN revision: 15031
2005-05-31 03:55:07 +00:00
Carsten Haitzler 67a16439c5 hmm this is cleaner
SVN revision: 15030
2005-05-31 03:35:17 +00:00
Carsten Haitzler d09238dc26 bg get ipc
SVN revision: 15029
2005-05-31 03:26:01 +00:00
Carsten Haitzler 6c6d35df5b bg set...
SVN revision: 15028
2005-05-31 03:17:40 +00:00
Carsten Haitzler 511cee76aa and disable that code too as we wont be using it later. just for reference now
SVN revision: 15027
2005-05-31 03:04:02 +00:00
Carsten Haitzler d59acfc65f this is VERY evil - VERY evil. but its the sanest solution other than code
generation tools (scripts etc.) for generating wads of repetitive code
easily, and keeping the codec higher level logic per ipc call in 1 place.


SVN revision: 15026
2005-05-31 03:01:53 +00:00
sebastid 99fd1febf4 Fix memleak.
SVN revision: 15023
2005-05-30 06:24:14 +00:00
sebastid 589570ab99 Clean up icccm and netwm stuff
SVN revision: 15014
2005-05-29 11:37:18 +00:00
sebastid c259d12774 Update.
SVN revision: 15013
2005-05-29 11:06:11 +00:00
sebastid bb9a664fa7 One FIXME down.
SVN revision: 15010
2005-05-29 10:08:25 +00:00
Carsten Haitzler 3bd72d9e10 fix intl
SVN revision: 14992
2005-05-28 17:05:50 +00:00
Carsten Haitzler a0bab24802 fix shaped windows - event loop
put some fixme's in for netwm.. too many round trips -especially on map


SVN revision: 14987
2005-05-28 13:22:15 +00:00
sebastid bf701a2010 ecore update.
netwm update.


SVN revision: 14986
2005-05-28 12:50:22 +00:00
sebastid 97a21f2254 Compiler warnings.
SVN revision: 14980
2005-05-28 09:57:26 +00:00
Carsten Haitzler b711eb5e1c optimised setup... should be a bit faster - but the main chekc is still the
problem


SVN revision: 14975
2005-05-28 06:04:11 +00:00
Carsten Haitzler 63cd002807 was wrokign on intl stuff but got distracted by optimising. will come back to
intl. optimised some code paths. e_place.c is evil. the smart place function
NEEDS speeding up. this may mean a re-think of how it works. not sure.


SVN revision: 14974
2005-05-28 05:03:27 +00:00
Carsten Haitzler d487bdcfc4 init splans has a checkbutton to disable it in the future... and e respects
the config value


SVN revision: 14968
2005-05-27 10:04:53 +00:00
Carsten Haitzler c991a53aea and remove menu test
SVN revision: 14963
2005-05-26 15:34:12 +00:00
Carsten Haitzler 5efe075ba2 speed things up a little more
SVN revision: 14961
2005-05-26 15:30:10 +00:00
Carsten Haitzler 4c7b29de44 shush shush
SVN revision: 14959
2005-05-26 12:38:53 +00:00
Carsten Haitzler bc4f42461a add a check to see whats going on if the ghost borders are around
SVN revision: 14958
2005-05-26 11:48:39 +00:00
maiurana 00f74b1b90 *** empty log message ***
SVN revision: 14956
2005-05-26 11:13:18 +00:00
Carsten Haitzler ab878e203a fix stickiness!
SVN revision: 14936
2005-05-25 10:09:34 +00:00
xenith 141e1b6cdd bash completion script for enlightenment_remote!
Doesn't do much now but complete the commands on tab. Eventually it should also
complete the options for each command.


SVN revision: 14935
2005-05-25 08:58:08 +00:00
Carsten Haitzler f618831ce9 fix memory leaks! no more leaks!
SVN revision: 14934
2005-05-25 08:08:44 +00:00
Emfox Zhou c56e7f857c translation update
SVN revision: 14926
2005-05-23 23:27:22 +00:00
vandango f9eee2c7a6 little int update
SVN revision: 14925
2005-05-23 22:52:34 +00:00
sebastid 274d1ca207 netwm update.
SVN revision: 14924
2005-05-23 19:12:22 +00:00
Carsten Haitzler 4c016e0a0a grab buttons 1, 2 and 3
SVN revision: 14919
2005-05-23 06:09:52 +00:00
Carsten Haitzler 0710a306bf pl update
SVN revision: 14918
2005-05-23 04:33:13 +00:00
Dan Sinclair e8d9ac60c1 - remove duplicate
SVN revision: 14916
2005-05-23 02:29:41 +00:00