enlightenment/src/modules
Mike Blumenkrantz f1e4a5909f add two new maximize modes: left and right
these will maximize a window to either the left or the right half of the screen, respectively
work started by etrunko in ticket #1422


SVN revision: 76198
2012-09-05 13:46:15 +00:00
..
access e/access e_mod_main.c: Removed debug printf and trailing whitespaces. 2012-09-03 21:32:50 +00:00
backlight more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
battery E: various clean up for the battery module on OpenBSD 2012-08-22 21:25:25 +00:00
bluez more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
clock clean up gadget right click menus to stop leaking 2012-08-15 07:22:04 +00:00
comp add hooks to override the old sys popup boxy things so comp can do 2012-09-01 14:56:16 +00:00
conf probably the longest awaited feature in all of E17: escape key now closes the settings panel 2012-09-03 14:03:07 +00:00
conf_applications abstract the "get terminal desktop" code into util code and now use 2012-08-15 09:59:37 +00:00
conf_dialogs another change I've been wanting to make for a long time: e_entry_dialog now has the data param first 2012-09-03 09:06:10 +00:00
conf_display clean up e17 screenblank/saver to use custom mode so we can cleanly 2012-08-26 15:36:05 +00:00
conf_edgebindings fix dialog cleanups to work properly 2012-08-24 14:19:55 +00:00
conf_interaction Increase MaxAcceleration for mouse control from 10 to 30. A value of ten is still quite unusable on my VM. 2012-07-25 00:34:44 +00:00
conf_intl restart e when language changes AFTER warning dialog is closed 2012-09-03 13:49:40 +00:00
conf_keybindings add two new maximize modes: left and right 2012-09-05 13:46:15 +00:00
conf_menus e: units (sec → s). 2012-07-14 21:16:20 +00:00
conf_paths when env vars are changed, reset efreet dir cache 2012-08-03 06:48:39 +00:00
conf_performance add some more labels. 2012-08-15 09:30:26 +00:00
conf_randr updating portuguese and italian translations 2012-08-23 18:08:44 +00:00
conf_shelves another change I've been wanting to make for a long time: e_entry_dialog now has the data param first 2012-09-03 09:06:10 +00:00
conf_theme fix global border config 2012-08-24 07:00:30 +00:00
conf_wallpaper2 E Wallpaper 2: Patch from thomasg <thomas@gstaedtnet.net> for adding 2012-08-02 06:11:10 +00:00
conf_window_manipulation updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
conf_window_remembers updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
connman initializer warn-- 2012-09-05 08:16:13 +00:00
cpufreq more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
dropshadow e/drobshadow: Rename y1 variable to yy1 to avoid shadow global y1. 2012-06-20 07:54:19 +00:00
everything more evry shutdown leaks-- 2012-08-29 07:16:51 +00:00
fileman fix previous commit a different way 2012-09-05 10:23:23 +00:00
fileman_opinfo updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
gadman big roundup commit fixing leaky submenus 2012-09-03 08:30:39 +00:00
ibar another change I've been wanting to make for a long time: e_entry_dialog now has the data param first 2012-09-03 09:06:10 +00:00
ibox more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
illume-bluetooth sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g' 2012-07-27 08:25:22 +00:00
illume-home more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
illume-home-toggle sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g' 2012-07-27 08:25:22 +00:00
illume-indicator big roundup commit fixing leaky submenus 2012-09-03 08:30:39 +00:00
illume-kbd-toggle sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g' 2012-07-27 08:25:22 +00:00
illume-keyboard more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
illume-mode-toggle sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g' 2012-07-27 08:25:22 +00:00
illume-softkey Illume_Softkey: Remove silly left-over printfs...Spankies for whoever 2012-05-15 12:03:55 +00:00
illume2 more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
layout e/docs: do bare documentation for e. 2012-01-19 23:25:32 +00:00
mixer fix dialog cleanups to work properly 2012-08-24 14:19:55 +00:00
msgbus e: add scripting feature to lock/unlock require some tests. 2012-07-17 13:33:21 +00:00
notification updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
ofono more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
pager raise borders when dragging to different desks in pager 2012-08-30 13:13:51 +00:00
physics prevent double free on physics bodies on shutdown 2012-08-30 09:53:11 +00:00
quickaccess if qa demo dialog is closed, stop tutorial 2012-09-05 06:51:30 +00:00
shot account for vertical multi-monitor layouts with screenshots 2012-09-05 11:55:12 +00:00
start updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
syscon big roundup commit fixing leaky submenus 2012-09-03 08:30:39 +00:00
systray updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
tasks big roundup commit fixing leaky submenus 2012-09-03 08:30:39 +00:00
temperature more PATH_MAX cleanups 2012-08-22 07:32:12 +00:00
tiling e: tiling: add keybindings to move windows directly 2012-09-01 17:15:27 +00:00
winlist fix another missing ptr warp bug on alt-tab. 2012-08-25 04:17:46 +00:00
wizard New code base for connman module 2012-09-03 21:57:16 +00:00
wl_drm updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
wl_screenshot updating portuguese and italian translations 2012-08-22 21:51:00 +00:00
wl_shell E (wl_shell): Update code to handle changes in wayland git. Comment 2012-04-24 17:31:07 +00:00
xkbswitch warn-- 2012-08-23 07:33:31 +00:00
Makefile.am super sekrit module mostly complete: introducing the new and rewritten quickaccess module! 2012-08-22 13:55:41 +00:00