Mike Blumenkrantz
58992ad918
revert 73414; breaks commit of non-ignorable files
...
SVN revision: 73415
11 years ago
Mike McCormack
6172b35aec
e: Update .gitignore
...
SVN revision: 73414
11 years ago
Mike Blumenkrantz
385a6d0239
formatting
...
SVN revision: 73413
11 years ago
Mike Blumenkrantz
cdc51406e3
shift+arrow keys in efm now adds file to selection. crappy unexpected select path is due to efm's arrow navigation
...
ticket #1130
SVN revision: 73412
11 years ago
Mike Blumenkrantz
3f3c8b8afc
formatting
...
SVN revision: 73411
11 years ago
Mike Blumenkrantz
42ceb58540
merge a big e17 doc patch
...
ticket #91
SVN revision: 73408
11 years ago
Mike Blumenkrantz
fde9e1cf7c
middle mouse button now selects/deselects files like ctrl+click in efm
...
ticket #280
SVN revision: 73404
11 years ago
Mike Blumenkrantz
1e36e23751
add physics module TODO
...
anyone who feels like helping out can check this list for ideas; I've marked a few of the easy ones for starters
SVN revision: 73403
11 years ago
Mike Blumenkrantz
0768dd02ae
edge bindings now allow for the use of any mouse button for clicky bindings
...
ticket #681
SVN revision: 73402
11 years ago
Mike Blumenkrantz
3d09bfa6db
add mouse button to E_Event_Zone_Edge
...
SVN revision: 73401
11 years ago
Mike Blumenkrantz
d5dbc78399
formatting
...
SVN revision: 73399
11 years ago
Mike Blumenkrantz
bc1a7ffa9e
edgebinding dialog still doesn't look so hot but at least now the slider is visible
...
SVN revision: 73398
11 years ago
Mike Blumenkrantz
bec893f820
forgot to turn off physics debug messages when I committed
...
SVN revision: 73396
11 years ago
Mike Blumenkrantz
402cbbdf02
physics module now fails to init when tiling is enabled to prevent colossal battles over which one controls your window positioning
...
SVN revision: 73395
11 years ago
Gustavo Sverzut Barbieri
556804a721
return the command's exit code.
...
SVN revision: 73366
11 years ago
Mike Blumenkrantz
cfaf0c12b5
brace yourselves: E WINDOW PHYSICS MODULE!
...
if you have ephysics installed, a new module 'Physics' will be available under Look which provides some fun physics effects on windows such as:
*velocity based on drag direction/speed
*collisions
*gravity
note that the edges of the screen are considered boundaries, and so windows will bounce off or get stuck in them; you will have to drag a window out if it gets stuck because I've disabled physics effects in edge areas to both 1) prevent windows from sneaking past the screen limits and flying off into space 2) actually getting stuck to the point that you can't get them out
help needed!
SVN revision: 73365
11 years ago
Mike Blumenkrantz
a977ceecf0
add function for getting comp source based on the border win (uses different hash)
...
SVN revision: 73364
11 years ago
Mike Blumenkrantz
09e526e2ba
add an intercept function for e_border to allow adjustments for movement of borders
...
SVN revision: 73363
11 years ago
Mike Blumenkrantz
75b80031eb
fix shelf autohiding in some cases where only 1px was visible -- not enough to extend past the edge flip 1x1 box -- so now mouse in events get handled properly
...
SVN revision: 73350
11 years ago
Cedric BAIL
b013a43ad2
e: let's not crash on lock.
...
SVN revision: 73348
11 years ago
Mike Blumenkrantz
711962e68d
fix screen mouse flip action keyword jargon to not flip crazily and actually focus correct thing
...
fixes cedric's bug
SVN revision: 73345
11 years ago
Mike Blumenkrantz
575967808a
desklock config now allows you to configure the image shown on each screen
...
also fixes ticket #753
SVN revision: 73339
11 years ago
Mike Blumenkrantz
ec4b749f20
fix a crash in shelf config dialog that hopefully nobody noticed
...
SVN revision: 73329
11 years ago
Mike Blumenkrantz
f6beeb87b6
formatting
...
SVN revision: 73328
11 years ago
Mike Blumenkrantz
9f4057044c
fix a bug where dragging a maximized window using the pager would cause that window to disappear from the pager
...
also fix drag of maximized windows using pagers in general
ticket #1037
SVN revision: 73327
11 years ago
Mike Blumenkrantz
af37dada32
add mouse wheeling to tasks gadget:
...
*wheel up - raise/uniconify
*wheel down - iconify
ticket #786
SVN revision: 73326
11 years ago
Gustavo Sverzut Barbieri
913c2b74be
enlightenment_open to cope with xdg-open
...
it can open files using XDG specification, including defaults.list
(~/.local/share/applications/defaults.list and
/usr/share/applications/defaults.list) and mime type handlers known by
your system.
Now we should get xdg people to detect enlightenment and call this
binary.
SVN revision: 73317
11 years ago
Gustavo Sverzut Barbieri
6471c1be23
enlightenment_filemanager now opens files as well.
...
unfortunately the e_fm code requires a window and icon, we have none
so there is some duplication of code.
SVN revision: 73301
11 years ago
Gustavo Sverzut Barbieri
7e255f8ad9
dbus filemanager OpenFile
...
uses mime database to open files with their preferred application or
execute them.
SVN revision: 73300
11 years ago
Gustavo Sverzut Barbieri
9ac4ed7144
everything terminal config now reflects e_config->exebuf_term_cmd
...
exebuf was deprecated and thus its terminal command
configuration. Everything replaces it, but still uses its own
configuration.
change and make everything save e_config->exebuf_term_cmd as well.
(most people may have ignored this because xterm is the default and
available everywhere... but my machine, as I just removed it)
SVN revision: 73299
11 years ago
Gustavo Sverzut Barbieri
48e405f702
actually we should not realpath() the input.
...
directories may show with incorrect names if they were links.
SVN revision: 73297
11 years ago
Gustavo Sverzut Barbieri
cb257574db
dbus OpenDirectory() proper path handling if using URI.
...
A path provided with URI will use URI escaping code and we must handle
that.
SVN revision: 73290
11 years ago
Mike Blumenkrantz
253743b31f
formatting
...
SVN revision: 73287
11 years ago
Mike Blumenkrantz
e786c54c55
add note in vdesk config to inform users how to change a vdesk's wallpaper
...
SVN revision: 73286
11 years ago
Mike Blumenkrantz
f613ce7d4e
using an action to send the mouse to another screen now also sets window focus on that screen
...
ticket #863
SVN revision: 73285
11 years ago
Mike Blumenkrantz
d69338abd4
I couldn't find a better way of preventing the shelf config dialog from being remembered so now I'm blocking it here so it can't break the world
...
SVN revision: 73284
11 years ago
Mike Blumenkrantz
15ff53e65d
fix crash waiting to happen in e_remember
...
SVN revision: 73282
11 years ago
Mike Blumenkrantz
688ee47e83
formatting
...
SVN revision: 73281
11 years ago
Mike Blumenkrantz
5d2f230a26
formatting
...
SVN revision: 73279
11 years ago
Mike Blumenkrantz
0a6d34807e
make header check in shelf config dialog object, ensure correct desk setting
...
SVN revision: 73275
11 years ago
Mike Blumenkrantz
73712a24c8
fix shelf config to always display the correct shelves based on the config's zone, not the currently active zone
...
SVN revision: 73273
11 years ago
Cedric BAIL
7f7692c1cb
e: trying to do it in the right order.
...
SVN revision: 73271
11 years ago
Cedric BAIL
fb046ddb93
e: prevent some crash here.
...
SVN revision: 73270
11 years ago
Mike Blumenkrantz
188b7d676f
set config values for multiscreen flip from previous commit
...
SVN revision: 73263
11 years ago
Mike Blumenkrantz
ba64e79b7c
add edge binding config option to enable edge bindings on multihead
...
ticket #906
SVN revision: 73262
11 years ago
Mike Blumenkrantz
86274c429b
formatting
...
SVN revision: 73261
11 years ago
Mike Blumenkrantz
4128a1345f
remove subobj from list before beginning delete callback chain, also add borker certification
...
SVN revision: 73259
11 years ago
Mike Blumenkrantz
a4d99c2f30
this code appears to be functionally identical, yet one version breaks the world.
...
SVN revision: 73258
11 years ago
Mike Blumenkrantz
e0663ff92d
fix shelf deletion and some crashes
...
SVN revision: 73257
11 years ago
Mike Blumenkrantz
34af42b3ad
fix some shelf config warnings generated by Reviewerhorns, also clean up dumb shelf deletion dialog code
...
SVN revision: 73256
11 years ago