summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* e_container: Fix rect leak in e_container_shape_{,input}_rects_setdevs/asdfuser/leak-fixDaniel Willmann2013-05-231-2/+2
| | | | | | | ecore_x_window_shape_rectangles_get() malloc()s memory for the return value. Make sure we free it if it's not used. Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* remove unnecessary call to evas_object_data_get during gadget deletionMike Blumenkrantz2013-05-231-3/+2
|
* use relative window coords when setting up desk transitions; fixes ↵Mike Blumenkrantz2013-05-231-1/+1
| | | | animations with multiple monitors
* set gadman window to fullscreen so edge actions can still be used while it's upMike Blumenkrantz2013-05-231-1/+1
|
* set gadman window name/classMike Blumenkrantz2013-05-231-0/+1
|
* set pass events on effect_obj for comp wins instead of shobj; fixes dnd ↵Mike Blumenkrantz2013-05-231-1/+1
| | | | window finding algorithm
* improve e_comp_util_wins_print for non-border comp winsMike Blumenkrantz2013-05-231-1/+11
|
* gadman hover shouldn't be an override, just fullscreenMike Blumenkrantz2013-05-231-3/+2
|
* fix gadman hover dndMike Blumenkrantz2013-05-231-4/+12
|
* fix gadman gadget move-to menusMike Blumenkrantz2013-05-231-4/+4
|
* music-control: Add Rhythmbox to supported players.Stefan Schmidt2013-05-231-0/+1
|
* block creation of comp wins for border parent windowsMike Blumenkrantz2013-05-231-0/+1
|
* ensure we delete previous shape if we commandeer an override comp win as a ↵Mike Blumenkrantz2013-05-231-0/+3
| | | | border comp win somehow
* updating italian translationmaxerba2013-05-221-176/+205
|
* Now the update notice dialog is translatablemaxerba2013-05-221-0/+1
|
* Actually, lets add a newline at the end also (since 'buf' does notChris Michael2013-05-221-1/+1
| | | | | | contain one). Signed-off-by: Chris Michael <devilhorns@comcast.net>
* Fix "warning: format not a string literal and no format argumentsChris Michael2013-05-221-1/+1
| | | | | | [-Wformat-security]" compiler warning. Signed-off-by: Chris Michael <devilhorns@comcast.net>
* Fix several "variable may be used uninitialized" warnings.Chris Michael2013-05-221-1/+1
| | | | Signed-off-by: Chris Michael <devilhorns@comcast.net>
* block dynamic comp win creation for deleted border-client windowsMike Blumenkrantz2013-05-221-0/+1
|
* streamline comp win initial geometry setting to use fewer roundtrips and not ↵Mike Blumenkrantz2013-05-221-19/+12
| | | | randomly put overrides in the upper left corner
* rearrange all the comp settings dialog options and add backlight option to ↵Mike Blumenkrantz2013-05-221-39/+57
| | | | basic view
* block dynamic creation of comp wins for root windows and their parents. my ↵Mike Blumenkrantz2013-05-221-0/+2
| | | | confusion is palpable.
* unify comp win external shape creation routine and allow for non-override ↵Mike Blumenkrantz2013-05-221-61/+53
| | | | | | windows to be dynamically created on window show events fixes stupid non-override qt menus
* fix border theme to be pixel-perfect for mouse eventsMike Blumenkrantz2013-05-221-18/+21
|
* greatly improve pointer focus models by hooking mouse callbacks to the comp ↵Mike Blumenkrantz2013-05-222-66/+44
| | | | win object
* remove old x focus hack for mouse inMike Blumenkrantz2013-05-221-17/+4
|
* correction for the italian translationmaxerba2013-05-211-3/+3
|
* updating italian translationmaxerba2013-05-211-243/+224
|
* set valgrind num-callers to 40 in e_startMike Blumenkrantz2013-05-211-1/+2
|
* block access to efm icons after possible deletionMike Blumenkrantz2013-05-211-6/+12
|
* silently remove comp module from module config on attempted loadMike Blumenkrantz2013-05-211-8/+8
|
* fix conf2/gettext init debacleMike Blumenkrantz2013-05-211-17/+17
| | | | phab review issue
* better tag choice for new comp-backlight conf2 optionMike Blumenkrantz2013-05-211-1/+1
|
* update po'sCarsten Haitzler (Rasterman)2013-05-2139-18783/+19704
|
* add intel pstate support in cpufreq for kernel 3.9 and newer.Carsten Haitzler (Rasterman)2013-05-213-1/+212
|
* add option to not fade backlight on suspend/resume/reboot/shutdown/logout ↵Carsten Haitzler (Rasterman)2013-05-214-10/+27
| | | | etc. to keep backlight untouched.
* layout/comp "top at xy" functions now allow restricting based on visibilityMike Blumenkrantz2013-05-215-8/+9
| | | | fixes desktop gadget dnd
* comp shadow parts no longer steal mouse eventsMike Blumenkrantz2013-05-211-4/+4
|
* block popup showing when content not setMike Blumenkrantz2013-05-211-0/+1
|
* fix window desk send flip to action (GLIMAAAAAAAAAAAAAAAAAAAAA)Mike Blumenkrantz2013-05-211-3/+2
|
* set pass events on override windows to fix things like desktop recordingMike Blumenkrantz2013-05-211-0/+2
|
* block non-override comp win creation more effectivelyMike Blumenkrantz2013-05-211-7/+9
|
* call comp populate after borders have been created in startup to reduce ↵Mike Blumenkrantz2013-05-211-2/+4
| | | | number of comp wins created
* comp shape updates:Mike Blumenkrantz2013-05-216-125/+127
| | | | | | | | | | * move all shape rectangle stuff into e_container_shape * use input rects for cutting comp shape when available * set shape changed and render queue when container shape change callbacks are called * create fewer comp wins (small memory improvement)
* Wizard - Temperature detection for LinuxDeon Thomas2013-05-211-3/+119
| | | | | | | | Implemented temp sensor detection for linux, it is basically a light detection, most info came from the temperature module, _wizard_temperature_get_bus_files == temperature_get_bus_files from temperature module. tested on 4 systems, and one really old system which does not have sensors and it seems to work very good.
* handle trailing newline from cpu governors so they get listed right.Carsten Haitzler (Rasterman)2013-05-211-2/+12
|
* when an exe is removed from ibar icon exes, del watcher to avoid segv.Carsten Haitzler (Rasterman)2013-05-201-2/+5
|
* just in case - set list of exe's to null on freeing it in ibarCarsten Haitzler (Rasterman)2013-05-201-1/+1
|
* set comp mirror image size before setting image data -> no more ↵Mike Blumenkrantz2013-05-201-2/+1
| | | | black/garbage mirrors
* fix crash when deleting icon menuMike Blumenkrantz2013-05-201-0/+1
|