platform/upstream/enlightenment.git
11 years agopulse_recv() no longer has the most confusing return of any function, also only preve...
Mike Blumenkrantz [Fri, 14 Dec 2012 09:38:59 +0000 (09:38 +0000)]
pulse_recv() no longer has the most confusing return of any function, also only prevent event list from building, not sinks (we need them!)

SVN revision: 80925

11 years agomore leaks gone in trash code that isn't used
Mike Blumenkrantz [Fri, 14 Dec 2012 09:19:50 +0000 (09:19 +0000)]
more leaks gone in trash code that isn't used

SVN revision: 80924

11 years agoit seems that this variable in e_exec does not actually need to be strdup()ed, and...
Mike Blumenkrantz [Fri, 14 Dec 2012 09:13:07 +0000 (09:13 +0000)]
it seems that this variable in e_exec does not actually need to be strdup()ed, and thus does not need to leak...

SVN revision: 80923

11 years agoimproper E_FREE usage
Mike Blumenkrantz [Fri, 14 Dec 2012 09:07:57 +0000 (09:07 +0000)]
improper E_FREE usage

SVN revision: 80922

11 years agosmall leak in config registry item add
Mike Blumenkrantz [Fri, 14 Dec 2012 09:04:23 +0000 (09:04 +0000)]
small leak in config registry item add

SVN revision: 80920

11 years agobetter fix for mixer buffer overflow, copy to epulse
Mike Blumenkrantz [Fri, 14 Dec 2012 09:03:34 +0000 (09:03 +0000)]
better fix for mixer buffer overflow, copy to epulse

SVN revision: 80919

11 years agobetter fix for mixer pointer
Mike Blumenkrantz [Fri, 14 Dec 2012 08:39:15 +0000 (08:39 +0000)]
better fix for mixer pointer

SVN revision: 80918

11 years agoe: revert r80871.
Cedric BAIL [Fri, 14 Dec 2012 06:59:29 +0000 (06:59 +0000)]
e: revert r80871.

This commit make E go crazy and use 100% all time. Reading the code,
we do check the returned value, but discard it without looking at it
in many case. A proper review of that piece of code to fix potential
memory leak and avoid reusing dead pointer would be a must.

SVN revision: 80915

11 years agofix filedesc leak in tempget when errs happen - based on info from
Carsten Haitzler [Fri, 14 Dec 2012 05:28:16 +0000 (05:28 +0000)]
fix filedesc leak in tempget when errs happen - based on info from
maxime, but written differently.

SVN revision: 80914

11 years agohave a theme fallback in preview so it works right.
Carsten Haitzler [Thu, 13 Dec 2012 23:33:29 +0000 (23:33 +0000)]
have a theme fallback in preview so it works right.

SVN revision: 80904

11 years agoactually we can just strdupa here instead
Mike Blumenkrantz [Thu, 13 Dec 2012 21:28:54 +0000 (21:28 +0000)]
actually we can just strdupa here instead

SVN revision: 80899

11 years agogrr meant strncpy!
Mike Blumenkrantz [Thu, 13 Dec 2012 21:25:29 +0000 (21:25 +0000)]
grr meant strncpy!

SVN revision: 80898

11 years agoe:tiling: fix some overflows and add a bunch of asserts
Boris Faure [Thu, 13 Dec 2012 20:55:54 +0000 (20:55 +0000)]
e:tiling: fix some overflows and add a bunch of asserts

SVN revision: 80892

11 years agoadd object_repack function for frametable
Mike Blumenkrantz [Thu, 13 Dec 2012 20:12:32 +0000 (20:12 +0000)]
add object_repack function for frametable

SVN revision: 80890

11 years agounbreak e_intl.h #ifdefs
Mike Blumenkrantz [Thu, 13 Dec 2012 19:12:37 +0000 (19:12 +0000)]
unbreak e_intl.h #ifdefs

SVN revision: 80889

11 years agoupdating various translations
Massimo Maiurana [Thu, 13 Dec 2012 18:43:05 +0000 (18:43 +0000)]
updating various translations

SVN revision: 80888

11 years agofix wizard comp cfg leak
Mike Blumenkrantz [Thu, 13 Dec 2012 15:02:20 +0000 (15:02 +0000)]
fix wizard comp cfg leak

SVN revision: 80877

11 years agosome small leaks in tempget
Mike Blumenkrantz [Thu, 13 Dec 2012 14:59:50 +0000 (14:59 +0000)]
some small leaks in tempget

SVN revision: 80876

11 years agofix possible crash in shot module
Mike Blumenkrantz [Thu, 13 Dec 2012 14:56:53 +0000 (14:56 +0000)]
fix possible crash in shot module

SVN revision: 80875

11 years agonotification module no longer crashes when its config is reset
Mike Blumenkrantz [Thu, 13 Dec 2012 14:54:19 +0000 (14:54 +0000)]
notification module no longer crashes when its config is reset

SVN revision: 80874

11 years agodon't leak event infos when no cb is set for pulse events
Mike Blumenkrantz [Thu, 13 Dec 2012 14:51:00 +0000 (14:51 +0000)]
don't leak event infos when no cb is set for pulse events

SVN revision: 80873

11 years agoanother leak on failure
Mike Blumenkrantz [Thu, 13 Dec 2012 14:46:15 +0000 (14:46 +0000)]
another leak on failure

SVN revision: 80872

11 years agoNULL variable after freeing
Mike Blumenkrantz [Thu, 13 Dec 2012 14:44:55 +0000 (14:44 +0000)]
NULL variable after freeing

SVN revision: 80871

11 years agobuffer overflow in pulse
Mike Blumenkrantz [Thu, 13 Dec 2012 14:44:11 +0000 (14:44 +0000)]
buffer overflow in pulse

SVN revision: 80870

11 years agopossible buffer overflow, review needed from someone who knows this better
Mike Blumenkrantz [Thu, 13 Dec 2012 14:36:24 +0000 (14:36 +0000)]
possible buffer overflow, review needed from someone who knows this better

SVN revision: 80869

11 years agono, you don't need to allocate label strings for list
Mike Blumenkrantz [Thu, 13 Dec 2012 14:35:56 +0000 (14:35 +0000)]
no, you don't need to allocate label strings for list

SVN revision: 80868

11 years agofileman_opinfo improper E_FREE and possible leak depending on asprintf implementation
Mike Blumenkrantz [Thu, 13 Dec 2012 14:25:04 +0000 (14:25 +0000)]
fileman_opinfo improper E_FREE and possible leak depending on asprintf implementation

SVN revision: 80867

11 years agofileman menu leak
Mike Blumenkrantz [Thu, 13 Dec 2012 14:23:41 +0000 (14:23 +0000)]
fileman menu leak

SVN revision: 80866

11 years agoleak in fileman mime edit config
Mike Blumenkrantz [Thu, 13 Dec 2012 14:21:58 +0000 (14:21 +0000)]
leak in fileman mime edit config

SVN revision: 80865

11 years agoanother fileman mime config leak
Mike Blumenkrantz [Thu, 13 Dec 2012 14:20:06 +0000 (14:20 +0000)]
another fileman mime config leak

SVN revision: 80864

11 years agoformatting
Mike Blumenkrantz [Thu, 13 Dec 2012 14:16:34 +0000 (14:16 +0000)]
formatting

SVN revision: 80860

11 years agofun typo, I'd think gcc would warn against this
Mike Blumenkrantz [Thu, 13 Dec 2012 14:14:44 +0000 (14:14 +0000)]
fun typo, I'd think gcc would warn against this

SVN revision: 80859

11 years agodo calloc after possible return; leak--
Mike Blumenkrantz [Thu, 13 Dec 2012 14:13:39 +0000 (14:13 +0000)]
do calloc after possible return; leak--

SVN revision: 80858

11 years agoanother evry apps leak
Mike Blumenkrantz [Thu, 13 Dec 2012 14:13:08 +0000 (14:13 +0000)]
another evry apps leak

SVN revision: 80857

11 years agomore evry apps leaks and wrong E_FREE usage
Mike Blumenkrantz [Thu, 13 Dec 2012 14:09:55 +0000 (14:09 +0000)]
more evry apps leaks and wrong E_FREE usage

SVN revision: 80856

11 years agoleak in evry apps
Mike Blumenkrantz [Thu, 13 Dec 2012 14:08:03 +0000 (14:08 +0000)]
leak in evry apps

SVN revision: 80855

11 years agodropshadow leak
Mike Blumenkrantz [Thu, 13 Dec 2012 13:57:37 +0000 (13:57 +0000)]
dropshadow leak

SVN revision: 80854

11 years agoformatting
Mike Blumenkrantz [Thu, 13 Dec 2012 13:52:41 +0000 (13:52 +0000)]
formatting

SVN revision: 80853

11 years agosmall leak in old display dialog
Mike Blumenkrantz [Thu, 13 Dec 2012 13:45:58 +0000 (13:45 +0000)]
small leak in old display dialog

SVN revision: 80852

11 years agoformatting
Mike Blumenkrantz [Thu, 13 Dec 2012 13:42:50 +0000 (13:42 +0000)]
formatting

SVN revision: 80851

11 years agogadcon positioning leak
Mike Blumenkrantz [Thu, 13 Dec 2012 13:41:35 +0000 (13:41 +0000)]
gadcon positioning leak

SVN revision: 80850

11 years agomore profile config dialog leaks
Mike Blumenkrantz [Thu, 13 Dec 2012 13:38:32 +0000 (13:38 +0000)]
more profile config dialog leaks

SVN revision: 80849

11 years agofix leaks in profile config dialog
Mike Blumenkrantz [Thu, 13 Dec 2012 13:37:04 +0000 (13:37 +0000)]
fix leaks in profile config dialog

SVN revision: 80848

11 years agoapps menu no longer leaks in some impossible case
Mike Blumenkrantz [Thu, 13 Dec 2012 13:23:38 +0000 (13:23 +0000)]
apps menu no longer leaks in some impossible case

SVN revision: 80847

11 years agofix some comp leaks when window attributes are not found
Mike Blumenkrantz [Thu, 13 Dec 2012 13:21:43 +0000 (13:21 +0000)]
fix some comp leaks when window attributes are not found

SVN revision: 80846

11 years agovoid functions don't return values
Mike Blumenkrantz [Thu, 13 Dec 2012 13:19:30 +0000 (13:19 +0000)]
void functions don't return values

SVN revision: 80845

11 years agoensure path length fits in buffer in batget
Mike Blumenkrantz [Thu, 13 Dec 2012 13:18:07 +0000 (13:18 +0000)]
ensure path length fits in buffer in batget

SVN revision: 80844

11 years agouse PATH_MAX for path buffers
Mike Blumenkrantz [Thu, 13 Dec 2012 13:16:01 +0000 (13:16 +0000)]
use PATH_MAX for path buffers

SVN revision: 80843

11 years agoreorder some stuff in static_grab to be more successful
Mike Blumenkrantz [Thu, 13 Dec 2012 13:11:21 +0000 (13:11 +0000)]
reorder some stuff in static_grab to be more successful

SVN revision: 80842

11 years agoeven more leaks in randr11 refresh rates fail
Mike Blumenkrantz [Thu, 13 Dec 2012 13:01:57 +0000 (13:01 +0000)]
even more leaks in randr11 refresh rates fail

SVN revision: 80841

11 years agofix leak in randr11 refresh rate failure
Mike Blumenkrantz [Thu, 13 Dec 2012 12:59:43 +0000 (12:59 +0000)]
fix leak in randr11 refresh rate failure

SVN revision: 80840

11 years agovoid functions don't return values
Mike Blumenkrantz [Thu, 13 Dec 2012 12:55:59 +0000 (12:55 +0000)]
void functions don't return values

SVN revision: 80839

11 years agoanother pedantic free for the analyzers
Mike Blumenkrantz [Thu, 13 Dec 2012 12:53:28 +0000 (12:53 +0000)]
another pedantic free for the analyzers

SVN revision: 80838

11 years agoanother pedantic and probably unneeded null check
Mike Blumenkrantz [Thu, 13 Dec 2012 12:52:13 +0000 (12:52 +0000)]
another pedantic and probably unneeded null check

SVN revision: 80837

11 years agofix leak in client menu generation
Mike Blumenkrantz [Thu, 13 Dec 2012 12:50:58 +0000 (12:50 +0000)]
fix leak in client menu generation

SVN revision: 80836

11 years agoanother pedantic and probably unneeded null check
Mike Blumenkrantz [Thu, 13 Dec 2012 12:47:34 +0000 (12:47 +0000)]
another pedantic and probably unneeded null check

SVN revision: 80835

11 years agolets be awesome ... and make the theme preview.. look a lot more like
Carsten Haitzler [Thu, 13 Dec 2012 12:27:03 +0000 (12:27 +0000)]
lets be awesome ... and make the theme preview.. look a lot more like
a REAL PREVIEW OF A THEME!

SVN revision: 80834

11 years agofix possible buffer overflow in module config dialog
Mike Blumenkrantz [Thu, 13 Dec 2012 12:03:41 +0000 (12:03 +0000)]
fix possible buffer overflow in module config dialog

SVN revision: 80832

11 years agodon't leak on iterate in intl path searching
Mike Blumenkrantz [Thu, 13 Dec 2012 11:58:06 +0000 (11:58 +0000)]
don't leak on iterate in intl path searching

SVN revision: 80831

11 years agoclip clients for correctness.
Carsten Haitzler [Thu, 13 Dec 2012 11:57:09 +0000 (11:57 +0000)]
clip clients for correctness.

SVN revision: 80830

11 years agopedantic free() here to shut up analyzers
Mike Blumenkrantz [Thu, 13 Dec 2012 11:56:22 +0000 (11:56 +0000)]
pedantic free() here to shut up analyzers

SVN revision: 80829

11 years agofix leak in import dialog
Mike Blumenkrantz [Thu, 13 Dec 2012 11:55:10 +0000 (11:55 +0000)]
fix leak in import dialog

SVN revision: 80828

11 years agoinlist_count is not O(1)
Mike Blumenkrantz [Thu, 13 Dec 2012 11:52:38 +0000 (11:52 +0000)]
inlist_count is not O(1)

SVN revision: 80827

11 years agofix guaranteed crash in efm_op...rustyBSD check this if you happen to read
Mike Blumenkrantz [Thu, 13 Dec 2012 11:49:07 +0000 (11:49 +0000)]
fix guaranteed crash in efm_op...rustyBSD check this if you happen to read

SVN revision: 80826

11 years agoanother efm_op leak, also wrong E_FREE usage
Mike Blumenkrantz [Thu, 13 Dec 2012 11:34:09 +0000 (11:34 +0000)]
another efm_op leak, also wrong E_FREE usage

SVN revision: 80824

11 years agofix possible NULL deref in efm_op
Mike Blumenkrantz [Thu, 13 Dec 2012 11:30:40 +0000 (11:30 +0000)]
fix possible NULL deref in efm_op

SVN revision: 80823

11 years agofix small leak in efm_op
Mike Blumenkrantz [Thu, 13 Dec 2012 11:27:47 +0000 (11:27 +0000)]
fix small leak in efm_op

SVN revision: 80822

11 years agofix lots of stupidity in efm daemon trash code that isn't even enabled
Mike Blumenkrantz [Thu, 13 Dec 2012 11:18:26 +0000 (11:18 +0000)]
fix lots of stupidity in efm daemon trash code that isn't even enabled

SVN revision: 80821

11 years agofix efm daemon leak in every command made
Mike Blumenkrantz [Thu, 13 Dec 2012 11:13:17 +0000 (11:13 +0000)]
fix efm daemon leak in every command made

SVN revision: 80820

11 years agofix leak in efm daemon when reordering files
Mike Blumenkrantz [Thu, 13 Dec 2012 11:10:01 +0000 (11:10 +0000)]
fix leak in efm daemon when reordering files

SVN revision: 80819

11 years agofix efm leak when symlinking out of an ASK DND action
Mike Blumenkrantz [Thu, 13 Dec 2012 11:07:06 +0000 (11:07 +0000)]
fix efm leak when symlinking out of an ASK DND action

SVN revision: 80818

11 years agofix leak in e_exec when DISPLAY is too long
Mike Blumenkrantz [Thu, 13 Dec 2012 11:03:13 +0000 (11:03 +0000)]
fix leak in e_exec when DISPLAY is too long

SVN revision: 80817

11 years agofix wrong E_FREE usage
Mike Blumenkrantz [Thu, 13 Dec 2012 11:02:36 +0000 (11:02 +0000)]
fix wrong E_FREE usage

SVN revision: 80816

11 years agoonly create config registry item once its category has been found to prevent dangling...
Mike Blumenkrantz [Thu, 13 Dec 2012 10:56:59 +0000 (10:56 +0000)]
only create config registry item once its category has been found to prevent dangling registry items

SVN revision: 80815

11 years agofix uninitialized border geom in SMART/EXPAND maximizes
Mike Blumenkrantz [Thu, 13 Dec 2012 10:48:39 +0000 (10:48 +0000)]
fix uninitialized border geom in SMART/EXPAND maximizes

SVN revision: 80814

11 years agohandle NULL more gracefully in e_bindings_signal_handle
Mike Blumenkrantz [Thu, 13 Dec 2012 10:38:24 +0000 (10:38 +0000)]
handle NULL more gracefully in e_bindings_signal_handle

SVN revision: 80813

11 years agoshut up e_exehist
Mike Blumenkrantz [Thu, 13 Dec 2012 10:37:14 +0000 (10:37 +0000)]
shut up e_exehist

SVN revision: 80812

11 years agofix icon finding for evry mime types
Mike Blumenkrantz [Thu, 13 Dec 2012 10:34:52 +0000 (10:34 +0000)]
fix icon finding for evry mime types
ticket #1988

SVN revision: 80810

11 years agonot some missing ptr gfx... and entry align to left - not center.
Carsten Haitzler [Thu, 13 Dec 2012 10:04:55 +0000 (10:04 +0000)]
not some missing ptr gfx... and entry align to left - not center.

SVN revision: 80807

11 years agoformatting
Mike Blumenkrantz [Thu, 13 Dec 2012 09:46:11 +0000 (09:46 +0000)]
formatting

SVN revision: 80804

11 years agook - have your pixel border. and a blue focus color - but i'm npot
Carsten Haitzler [Thu, 13 Dec 2012 09:16:58 +0000 (09:16 +0000)]
ok - have your pixel border. and a blue focus color - but i'm npot
fixing maximized state, shaded state, hung,urgent etc. - thats why i
didnt want to... the can of worms.

SVN revision: 80802

11 years agoprovide some help for when pkgers mess up suid bits on freqset.
Carsten Haitzler [Thu, 13 Dec 2012 09:02:20 +0000 (09:02 +0000)]
provide some help for when pkgers mess up suid bits on freqset.

SVN revision: 80801

11 years agoadd small detail to error printf on e_sys.
Carsten Haitzler [Thu, 13 Dec 2012 08:32:37 +0000 (08:32 +0000)]
add small detail to error printf on e_sys.

SVN revision: 80799

11 years agofinish up XXX in fileman theme to show current op with icon.
Carsten Haitzler [Thu, 13 Dec 2012 05:44:54 +0000 (05:44 +0000)]
finish up XXX in fileman theme to show current op with icon.

SVN revision: 80796

11 years agoupdating german translations
Massimo Maiurana [Wed, 12 Dec 2012 21:17:33 +0000 (21:17 +0000)]
updating german translations

SVN revision: 80776

11 years agoadd new event for when managers regrab keys
Mike Blumenkrantz [Wed, 12 Dec 2012 19:21:31 +0000 (19:21 +0000)]
add new event for when managers regrab keys

SVN revision: 80774

11 years agoprevent config dialogs from crashing if create/free data functions are not defined
Mike Blumenkrantz [Wed, 12 Dec 2012 16:54:48 +0000 (16:54 +0000)]
prevent config dialogs from crashing if create/free data functions are not defined

SVN revision: 80772

11 years agoprevent double pager settings menus
Mike Blumenkrantz [Wed, 12 Dec 2012 14:56:59 +0000 (14:56 +0000)]
prevent double pager settings menus

SVN revision: 80769

11 years agoalways unpopulate shelf before changing orientation so systray doesn't ibtch
Mike Blumenkrantz [Wed, 12 Dec 2012 14:56:17 +0000 (14:56 +0000)]
always unpopulate shelf before changing orientation so systray doesn't ibtch

SVN revision: 80768

11 years agodisable currently-set orientation for shelf on orientation change menu
Mike Blumenkrantz [Wed, 12 Dec 2012 14:44:10 +0000 (14:44 +0000)]
disable currently-set orientation for shelf on orientation change menu

SVN revision: 80766

11 years agopixel border->go. no actual use in e17 atm.. so not going to put it
Carsten Haitzler [Wed, 12 Dec 2012 14:35:01 +0000 (14:35 +0000)]
pixel border->go. no actual use in e17 atm.. so not going to put it
there. make a theme that provides such things if u want them. :)

SVN revision: 80765

11 years agoshow files again when an overwrite dialog pops up
Mike Blumenkrantz [Wed, 12 Dec 2012 13:50:43 +0000 (13:50 +0000)]
show files again when an overwrite dialog pops up
ticket #1974

SVN revision: 80762

11 years agoalways re-set xmodmap after changing kbd layout group
Mike Blumenkrantz [Wed, 12 Dec 2012 13:31:18 +0000 (13:31 +0000)]
always re-set xmodmap after changing kbd layout group

SVN revision: 80761

11 years agoadd some null checks before monitor deletion to account for people still affected...
Mike Blumenkrantz [Wed, 12 Dec 2012 12:34:49 +0000 (12:34 +0000)]
add some null checks before monitor deletion to account for people still affected by the frenchman's laziness

SVN revision: 80757

11 years agoensur emensu dont go futzing about whileu use them... allocate
Carsten Haitzler [Wed, 12 Dec 2012 11:06:40 +0000 (11:06 +0000)]
ensur emensu dont go futzing about whileu use them... allocate
POTENTIAL space for submenus later. :)

SVN revision: 80751

11 years agofix initial name string for New Directory action
Mike Blumenkrantz [Wed, 12 Dec 2012 10:12:29 +0000 (10:12 +0000)]
fix initial name string for New Directory action

SVN revision: 80748

11 years agoNew Directory action in efm now renames inline like New File action
Mike Blumenkrantz [Wed, 12 Dec 2012 10:08:04 +0000 (10:08 +0000)]
New Directory action in efm now renames inline like New File action

SVN revision: 80747

11 years ago10k files.... ok! :)
Carsten Haitzler [Wed, 12 Dec 2012 09:59:53 +0000 (09:59 +0000)]
10k files.... ok! :)

oh and fix a segv people will get when queue process timeout is hit...

and reduce timeout to 0.01 sec :)

SVN revision: 80746

11 years agobacklight gadgets now update themselves on events
Mike Blumenkrantz [Wed, 12 Dec 2012 09:52:28 +0000 (09:52 +0000)]
backlight gadgets now update themselves on events
ticket #1976

SVN revision: 80745

11 years agowarn--
Mike Blumenkrantz [Wed, 12 Dec 2012 09:00:52 +0000 (09:00 +0000)]
warn--

SVN revision: 80740