summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* randr: remove debug outputdevs/englebass/randrSebastian Dransfeld2013-12-071-1/+0
|
* randr: remove unused variableSebastian Dransfeld2013-12-071-2/+0
|
* randr: Enable output from settingsSebastian Dransfeld2013-12-071-29/+10
|
* e_randr: reworkSebastian Dransfeld2013-12-072-1097/+796
|
* e_acpi: Add function to get lid statusSebastian Dransfeld2013-12-072-0/+19
| | | | So we can know lid status without waiting for a lid event.
* Find correct border under pointerSebastian Dransfeld2013-12-071-4/+1
| | | | | | | Previously we would find the first border and then break. Now we find the border with the highest layer, as the code intended. Fixes CID 1039952
* It is correct to fall through hereSebastian Dransfeld2013-12-071-1/+1
| | | | Add comment and remove coverity error
* bd->zone is always setSebastian Dransfeld2013-12-071-29/+10
| | | | lots of code always assume it is set, so no need to be paranoid
* Remove assignment to unused variableSebastian Dransfeld2013-12-071-1/+1
| | | | | | p isn't used after this, so no need to assign it. Fixes CID 1039757
* Fix 03d50e9546ced3f7c135cad6617f4e397a024fceSebastian Dransfeld2013-12-071-3/+2
| | | | | | | If this ever worked it's a miracle. remember_sigill is initialized for each loop, so it can't remember anything. Fixes CID 1039950
* Initialize siginfo_tSebastian Dransfeld2013-12-071-0/+1
| | | | | | If we don't run the ptrace below, siginfo_t should be initialized. Fixes CID 1039767
* Use strncpy instead of strcpySebastian Dransfeld2013-12-071-3/+3
| | | | | Even though a user has to be stupid to trigger this, strncpy should be used if not to much hassle :)
* break out of while, not returnSebastian Dransfeld2013-12-071-2/+2
| | | | | | No change in functionality Fixes CID 1039946, 1039948 and 1039949
* reduce indent levelSebastian Dransfeld2013-12-071-11/+10
|
* Check return value from mkdirSebastian Dransfeld2013-12-071-1/+3
| | | | | | If mkdir fails, no need to stat. Fixes CID 1039963
* update .mailmapBoris Faure2013-12-071-0/+1
|
* update .mailmapBoris Faure2013-12-071-2/+4
|
* unbreak menu dndMike Blumenkrantz2013-12-061-2/+2
|
* mixer: add option disable_pulseaudioJérémy Zurcher2013-12-063-2/+17
| | | | | | - checkbox in module config - default to false - if set, do not start pulseaudio even if available
* mixer: load module config in e_modapi_init(), same as othersJérémy Zurcher2013-12-061-0/+4
|
* e_sys - fix busy spin problem with security clamp-downCarsten Haitzler (Rasterman)2013-12-061-1/+1
|
* rc1 will go out sometime soondiscomfitor2013-12-051-1/+1
|
* finally fix bug where gadgets on shelves would randomly reorder during dragsMike Blumenkrantz2013-12-053-31/+56
| | | | ticket #everydamngadgetticketevercreated
* don't try to apply gadcon container geometry when injectingMike Blumenkrantz2013-12-051-2/+0
| | | | | | fixes case of gadgets dragged onto a shelf always going to the right side ticket #jpeg
* subtract zone position from initial gadcon client drag coordinatesMike Blumenkrantz2013-12-041-2/+2
| | | | T369
* remove more calls to useless gadcon functionMike Blumenkrantz2013-12-041-7/+3
|
* move and unify a gadcon drag blockMike Blumenkrantz2013-12-041-14/+7
|
* remove call to useless gadcon functionMike Blumenkrantz2013-12-041-4/+3
|
* tons of cl/news updates :(Mike Blumenkrantz2013-12-042-0/+109
|
* remove ability to alter gadgets in EFM toolbarsMike Blumenkrantz2013-12-044-19/+28
| | | | this whole site as a "fully functioning gadcon" is pretty broken (by design), and it's not worthwhile to fix it at this point
* bugfix: don't add NoDisplay .desktop files to evry apps viewMike Blumenkrantz2013-12-041-0/+1
| | | | T598
* bump randr settings up 1 more epoch for e18 releaseCarsten Haitzler (Rasterman)2013-12-031-2/+2
| | | | | bump to epoch 3 (version 1 again) so that an e17.6 release can bump version up but then e18 bump it up again.
* ensmallen efm icon event areaMike Blumenkrantz2013-12-021-4/+16
| | | | | | previously it was impossible to click between icons. now it is. T377
* unify efm icon positioning codeMike Blumenkrantz2013-12-021-16/+15
|
* only force custom icon view for efm desktops when creating a fileman path ↵Mike Blumenkrantz2013-12-021-1/+1
| | | | | | for the first time T98
* fix evry crash when switching viewsMike Blumenkrantz2013-12-021-0/+3
| | | | T317
* move dnd input window free to drag free functionMike Blumenkrantz2013-12-021-2/+2
| | | | fix T542 and other cases where dnd operations could permanently break mouse input
* raise fullscreen borders before entering nocompMike Blumenkrantz2013-12-011-0/+3
|
* add more borderless checks for shape cutting to catch weirdly-set borderless ↵Mike Blumenkrantz2013-12-011-1/+1
| | | | | | windows ticket #onefang
* fix menu race condition crash related to screen edgesMike Blumenkrantz2013-12-011-1/+1
| | | | previously, this conditional would be called on most new submenus, even if the submenu's parent item was the previous item and its menu hadn't been set yet. hours of small mouse movements revealed that this should never be called when the parent item has not yet been set
* improve upgrade path for removal of raise on focus optionMike Blumenkrantz2013-12-012-0/+13
|
* e_sys - address security concerns with environment - moreCarsten Haitzler (Rasterman)2013-12-012-7/+125
| | | | | add more environment variables to nuke and add alternate envrionment nuke method to raise security level.
* only try to start pulseaudio onceMike Blumenkrantz2013-11-301-3/+13
|
* remove some eldbus stragglers from pulse mixerMike Blumenkrantz2013-11-301-13/+0
|
* fix pulse mixer startupMike Blumenkrantz2013-11-301-100/+14
| | | | | | dbus starting this is the wrong way to go I guess, e_exec is much simpler fix T410 just in time for release!
* e_sys - address security concerns with environment and gdbCarsten Haitzler (Rasterman)2013-11-304-47/+34
| | | | | | | | | 1. clear out environment as best is possible before executing anything. especially PATH and IFS are set to minimal base defaults. also use clearenv() if available and unsetenv() 2. remove gdb method as it's just too dangerous. run it as normal as the user and if the kernel / distro dny that - then sorry. too bad.
* double free coverty complaint - it doesn't know the action re-execsCarsten Haitzler (Rasterman)2013-11-301-0/+1
| | | | | | this will shut coverty up (hopefully). it doesn't know that a re-exec of the process will mean the code never gets out of the if ()... unless the restart action is never found... and that never happens.
* When changing the gravity setting, one cannot reset it to 0, as the setting isOlaf Conradi2013-11-291-1/+2
| | | | | not properly shown when reopening the dialog. It's always shown as 0 and therefore not saveable.
* fix winlist first selection checkMike Blumenkrantz2013-11-291-2/+9
| | | | I added this a long time ago but forgot to do the right comparison
* remove an old case of "raise on focus" from focus revertMike Blumenkrantz2013-11-291-3/+1
|