Commit Graph

56 Commits

Author SHA1 Message Date
Sebastian Dransfeld 87583983d8 Remove cast.
SVN revision: 27929
2007-01-12 13:29:54 +00:00
Carsten Haitzler cda26e2af7 ipc socket setup will be much more robust now. relies on E_IPC_SOCKET
environment var (but every subprocess of e should inherit this - like DISPLAY).


SVN revision: 23714
2006-07-04 18:36:29 +00:00
Carsten Haitzler 44d719576e some illogict patches :)
SVN revision: 22568
2006-05-13 03:04:35 +00:00
Carsten Haitzler 1785ad3a32 ipc is #defineable (rough for now - maybe able to be undefined and eventually
entirely removed - later though). also config shoudl be able to go up
versiosn more easily now.


SVN revision: 21160
2006-03-10 05:48:46 +00:00
Christopher Michael 6f9cd02ba3 Fix casting int to int
SVN revision: 19453
2005-12-31 12:01:04 +00:00
sebastid 1e672c7991 Add profile-list.
And data is null, so don't care about it (stupid me).


SVN revision: 16998
2005-09-27 21:11:30 +00:00
sebastid af2037a1a3 Just answer if we got data.
SVN revision: 16997
2005-09-27 20:10:23 +00:00
Carsten Haitzler b5ece28d8a shorne's mouse/key bindings ipc patch... :)
SVN revision: 15548
2005-06-27 13:50:10 +00:00
Carsten Haitzler 9df4e18dbd bugs , issues, patches.
SVN revision: 15501
2005-06-23 03:29:37 +00:00
Dan Sinclair 470bf9d36f - add -desks-set/get back in
SVN revision: 15313
2005-06-13 19:56:28 +00:00
Dan Sinclair a34d1df1c1 - add the -border-shade-*-get/set back into enlightenment_remote
- remove so already ported code


SVN revision: 15309
2005-06-13 17:20:44 +00:00
handyande 1599d53551 Port lang to new IPC - added in get/set to lib, but not list as I am too tired
SVN revision: 15209
2005-06-08 20:43:46 +00:00
Dan Sinclair 67b46e6b0a -menus-click-drag-timeout-set/get
SVN revision: 15150
2005-06-05 20:55:40 +00:00
Dan Sinclair e14109e20a - add -menus-fast-move-threshold-set/get back into ipc
SVN revision: 15149
2005-06-05 19:51:56 +00:00
Carsten Haitzler bcdb7bcf9a fix handlers to work dynamically
SVN revision: 15134
2005-06-05 14:07:45 +00:00
Dan Sinclair 6b9c338500 - add in the -dir-list-append/prepend/remove functions.
SVN revision: 15125
2005-06-04 20:10:49 +00:00
Dan Sinclair 48da4edd29 add -font-cache-get/set and -image-cache-set/get back into ipc
SVN revision: 15124
2005-06-04 19:25:34 +00:00
Dan Sinclair b51a0d0024 add -edge-flip-set/get -edge-flip-timeout-set/get
SVN revision: 15123
2005-06-04 19:16:49 +00:00
Dan Sinclair 69ed8ee266 - this stuff is ported
SVN revision: 15122
2005-06-04 18:58:30 +00:00
Dan Sinclair 0eecbfd981 - add -focus-policy-set/get back into e_remote. CLICK dosen't seem to be
working correctly. It changes the focus policy, but clicking dosen't
  change focus.
- removed finished ops from the old op list of e_remote to make it easer to
  keep track of what still has to be implemented


SVN revision: 15121
2005-06-04 18:57:14 +00:00
sebastid 030eaa7d30 Add return value.
SVN revision: 15078
2005-06-03 05:42:41 +00:00
Carsten Haitzler 55eb16f293 list availabel fonts, and handle reply
SVN revision: 15036
2005-05-31 07:13:27 +00:00
Carsten Haitzler 158546dedc handle bg reply
SVN revision: 15031
2005-05-31 03:55:07 +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
Dan Sinclair e8d9ac60c1 - remove duplicate
SVN revision: 14916
2005-05-23 02:29:41 +00:00
Dan Sinclair 860e18a0e2 - remove duplicates
SVN revision: 14907
2005-05-22 17:40:56 +00:00
sebastid 9fd4cc15e7 Sloppy focus.
SVN revision: 14875
2005-05-20 18:46:32 +00:00
Carsten Haitzler 38ab99da69 click to focus works... if you turn it on and restart.
SVN revision: 14869
2005-05-20 09:27:06 +00:00
Carsten Haitzler 45a7d1f244 some virtualisation of focus
SVN revision: 14867
2005-05-20 07:32:42 +00:00
Carsten Haitzler 242e7b4744 shorne's patch
SVN revision: 14861
2005-05-20 03:09:44 +00:00
Carsten Haitzler 44c9b74f7f printf's - me dbeugging why these windows hang around. they get del called
but dont actually get deleted... too many ref's? dunno- hasn't happened again
since i added the latest dbeugging in..


SVN revision: 14847
2005-05-19 00:12:30 +00:00
Carsten Haitzler 20ad23ab6c fix remote type
start module actualyl has a semblance of working well... :)


SVN revision: 14835
2005-05-18 10:18:02 +00:00
Carsten Haitzler ea2fa22046 TODO items. bugs. start module - its a START. it doesnt work that well. needs
work in the menu code to handle fixing menus to a launch rect.


SVN revision: 14831
2005-05-18 05:06:05 +00:00
Carsten Haitzler 825a55bec4 ipc bitchass! :)
SVN revision: 14756
2005-05-13 17:21:04 +00:00
Carsten Haitzler 3f92e26079 breaking out some ipc action!
SVN revision: 14755
2005-05-13 15:15:52 +00:00
sebastid e61b2b515a Compiler warnings.
SVN revision: 14730
2005-05-12 13:56:30 +00:00
Carsten Haitzler 23fd1df9f4 allow empty modifiers
SVN revision: 14653
2005-05-07 17:29:25 +00:00
Carsten Haitzler 4c91972c07 key and mouse bindings are configurable via ipc. now. :)
SVN revision: 14608
2005-05-05 06:45:47 +00:00
Carsten Haitzler 72d02e9a1b more work on protol codecs. have to hook in add/del for key and mouse bindings.
SVN revision: 14590
2005-05-04 04:50:33 +00:00
Carsten Haitzler 98058a97e1 thos images should be solid - no alpha, in the image format. then evas can
take a faster rendering path


SVN revision: 14589
2005-05-04 03:59:35 +00:00
Carsten Haitzler efa853f59e some ipc is in to handle key and mouse bindings. right now you can just list
them (so now you know what the defaults are!) :) need to add add/del handling
on both the e and e_remote sides.


SVN revision: 14578
2005-05-03 16:27:46 +00:00
Carsten Haitzler e13f386abf you can change language on the fly by enlightenment_remote and it saves the
settings etc. lists available languages etc. etc. works nicely here...


SVN revision: 14566
2005-05-03 08:06:50 +00:00
Carsten Haitzler b1422de636 fix focus loss on window unfocus so keybindings still work
some start on language set/get/list ipc


SVN revision: 14548
2005-05-02 10:16:31 +00:00
Carsten Haitzler 374d09d00b shorne's cleanups
SVN revision: 14288
2005-04-22 04:25:51 +00:00
Carsten Haitzler 72eb2e9bc9 wrap putenv... (and for remote_main just strudup - if we leak it doesnt
matter - it will not run for long :) )


SVN revision: 14195
2005-04-14 09:09:22 +00:00
Dan Sinclair df5b523477 - extend E's ipc a bit more
- this change the way the module-list call returns from libe, it will return
  a list now, instead of a event per entry in the list
- adds a module directory list and background directory list call
- adds a shutdown call to shutdown E
- extends enlightenment_remote to handle the above and implments a -bg-get
  call


SVN revision: 14125
2005-04-09 06:06:39 +00:00
Carsten Haitzler 03633f3f52 shorns' font fixme work.. so we can all work on it :)
SVN revision: 14076
2005-04-02 16:40:37 +00:00
Dan Sinclair a65eadfd50 add -restart to enlightenment_remote
SVN revision: 13762
2005-03-17 01:30:50 +00:00
Carsten Haitzler 4f54c588e1 seb's patch...
SVN revision: 13222
2005-02-07 13:51:09 +00:00
Carsten Haitzler 2339d78f29 force display to be [disp_name]:X.Y even if it is just [disp_name]:X
SVN revision: 12775
2005-01-05 09:09:03 +00:00