Commit Graph

8215 Commits

Author SHA1 Message Date
Christopher Michael ccfe4ba8d8 These headers already included by e.h
SVN revision: 51203
2010-08-16 12:22:50 +00:00
Carsten Haitzler 1bbfd6992e warning--
SVN revision: 51199
2010-08-16 10:40:23 +00:00
Cedric BAIL 8cbf2d3907 * e: SPANK ! SPANK ! SPANK ! Fix multiple case of segv.
SVN revision: 51135
2010-08-15 18:17:59 +00:00
Leif Middelschulte 935774e161 From: Leif Middelschulte <leif.middelschulte@gmail.com>
patch for ecore-x xrandr 1.3 support - breaks previous api. final api
change (i know about) before we go alpha. in to svn we go.



SVN revision: 51109
2010-08-14 10:21:03 +00:00
Cedric BAIL 0b9d6c7bb1 * e: fix eet API break.
SVN revision: 51090
2010-08-13 16:57:13 +00:00
Cedric BAIL 6f30fefd52 * e: fix eet breakage.
SVN revision: 51089
2010-08-13 16:50:55 +00:00
Lucas De Marchi e010e6f1bd Apply memset-calloc.cocci
Change calls to malloc + memset to calloc whenever an automatic conversion can
be done.

Possible candidates are not treated here, only the ones we can be sure the
conversion is safe.



SVN revision: 51078
2010-08-13 12:53:08 +00:00
Cedric BAIL 9617253990 * edje: fix count that lead to memleak.
SVN revision: 51047
2010-08-12 15:07:26 +00:00
Lucas De Marchi d4329a77a5 Fix memset usage
SVN revision: 51041
2010-08-12 14:28:30 +00:00
Cedric BAIL 288403f62b * edje: fix for updated edje file format.
SVN revision: 51037
2010-08-12 13:26:09 +00:00
Christopher Michael 002629e93f Patch from Leif for fixing segfault if nothing is selected.
SVN revision: 51015
2010-08-11 17:54:52 +00:00
Lucas De Marchi f725ee6e15 Do not compare pointers to 0
SVN revision: 50973
2010-08-10 19:24:38 +00:00
Lucas De Marchi 04b788e2d7 Choose a style for comment
Be nice with simpler regex



SVN revision: 50972
2010-08-10 19:12:07 +00:00
Cedric BAIL 068d07757f * edje: converting edje file to make them compatible with old and new
loader. I didn't expect so many of them, maybe some one can take care
	of reducing their number (0 would be a good target).


SVN revision: 50938
2010-08-09 18:05:22 +00:00
Christopher Michael b64b865ff4 Add some safety checks.
Refactor some if statements to be simplier.



SVN revision: 50899
2010-08-08 12:44:04 +00:00
Christopher Michael 1f672ba9cf Add some safety checks.
Reorder some checks inside functions (easier/faster checks first).

When mode changes and we check the 'home' window count, make sure we
actually have some home windows first before trying eina_list_count on
a potentially null list.

When doing focus back/forward, make sure we have a focused border to
begin with.

Dot some i's and cross some T's ;)



SVN revision: 50896
2010-08-08 11:37:34 +00:00
Christopher Michael c91b95cb1d We already have the border, so pass it directly.
SVN revision: 50895
2010-08-08 11:13:27 +00:00
Christopher Michael bc044485c5 Better handling of mouse pointer changes. Only change to the 'move'
cursor if we are actually dragging.



SVN revision: 50886
2010-08-07 03:26:30 +00:00
Christopher Michael f63091eac3 Spped up 'home' detection a bit by checking window types and ignoring
ones we know are are not 'homes' (splash, menu, etc).

Check border position before checking border type (faster to see if
it's even in the position first).



SVN revision: 50882
2010-08-07 02:20:53 +00:00
Christopher Michael f359974105 Add/fix __UNUSED__ usage in function protos & functions.
SVN revision: 50881
2010-08-07 02:18:42 +00:00
Carsten Haitzler 5c6efc4279 fix resize path in comp
SVN revision: 50880
2010-08-07 01:36:35 +00:00
Christopher Michael bfe14a9dff Better variable name(s).
SVN revision: 50862
2010-08-06 15:15:32 +00:00
Carsten Haitzler bdc2bec1e3 change some var names to add the ability to have horiz layout too
SVN revision: 50856
2010-08-06 07:01:30 +00:00
Carsten Haitzler 6193ae5803 happi?
SVN revision: 50855
2010-08-06 06:41:09 +00:00
Carsten Haitzler b0cbf8f4e6 more bug--
SVN revision: 50854
2010-08-06 05:26:25 +00:00
Carsten Haitzler 74d2c22252 bad! bug bug!
SVN revision: 50853
2010-08-06 05:08:26 +00:00
Christopher Michael e7653736fd Use application-exit for the close icon (supported by more icon themes).
SVN revision: 50851
2010-08-06 03:51:58 +00:00
Carsten Haitzler 17c4b57637 hmmm. back that out. that does bad things.
SVN revision: 50847
2010-08-06 02:43:30 +00:00
Carsten Haitzler a3ebeafe0e no need to free and re-get pixmap now with no-hide.
SVN revision: 50846
2010-08-06 01:51:01 +00:00
Carsten Haitzler fb0eb28ab5 remember to set src data too
SVN revision: 50830
2010-08-05 08:23:59 +00:00
Carsten Haitzler 1a5a45d933 set border/popup/menu + win keys for finding src of comp src
SVN revision: 50826
2010-08-04 22:10:06 +00:00
Lucas De Marchi 0d2fa817fe Finish unscrewing patch-fu
SVN revision: 50820
2010-08-04 19:00:15 +00:00
Lucas De Marchi 6638a10e20 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Hannes Janetzek f405dc931c fixing sort order of executables: prefer .desktop when apps plugin is before exebuf
SVN revision: 50813
2010-08-04 16:05:02 +00:00
Carsten Haitzler 81963af8d8 respect hidden comp state in border infra.
SVN revision: 50806
2010-08-04 06:24:06 +00:00
Mike Blumenkrantz b7f0649551 probably workaround hal bugs on freebsd
SVN revision: 50804
2010-08-04 04:34:03 +00:00
Christopher Michael 0313571194 Expose selected E_ICON_THEME to env so elm apps can read it, if they
want to, and set a matching icon theme.



SVN revision: 50798
2010-08-04 02:01:38 +00:00
Christopher Michael 532cd80e3b Expose the current E icon theme to env so that elm apps can 'getenv'
that value (E_ICON_THEME) and match icons w/ E.



SVN revision: 50797
2010-08-04 02:00:59 +00:00
Carsten Haitzler e89dbf0415 fix shelf add to add to right zone.
SVN revision: 50795
2010-08-04 01:25:57 +00:00
Christopher Michael 4529d19f7d Fix compiler warning wrt changed eeze callback.
SVN revision: 50773
2010-08-03 17:43:10 +00:00
Carsten Haitzler 0549ef9e60 and now disable this hide handling. no longer needed with no-hide hack.
SVN revision: 50762
2010-08-03 09:13:31 +00:00
Carsten Haitzler 33eb15abc8 be like other compositors. work around the unmap thing and never unmap
if we have a compositor. just "mark" as unmapped and leave there.
pretend we are unmapped. disable events and stuff on the border to get
the behaviro right too so stacking or positioning is never affected.



SVN revision: 50761
2010-08-03 09:03:58 +00:00
Carsten Haitzler cc4135e5fb and comp now supports the new mirror object system - u can make things
like expose with it etc... even in other modules.



SVN revision: 50759
2010-08-03 06:10:33 +00:00
Christopher Michael 072d6e46da Set window border icon After window is shown (else it does not take
effect).



SVN revision: 50749
2010-08-02 19:14:52 +00:00
Christopher Michael 5dff0219b7 Save a little function call overhead, and just get the Evas of the
object once (for places where we use it multiple times).



SVN revision: 50732
2010-08-01 17:59:31 +00:00
Massimiliano Calamelli 9c26c2bf6f Adds a new entry in favorite.menu even if favorite.menu do not exists, creates it. Now works like application's config dialog in control panel.
SVN revision: 50728
2010-08-01 14:59:29 +00:00
Carsten Haitzler 4edb627ea6 extending comp to allow "expose" and other such things - other modules
that can trivially get objects inside the compositor canvas as well as
get the compositor canvas and events when it comes and goes, changes,
when client sources are added, removed etc. etc.



SVN revision: 50727
2010-08-01 14:29:19 +00:00
Christopher Michael be62bae118 Disable This Desktop vs All Desktops radios if desk count < 2.
SVN revision: 50726
2010-08-01 03:15:40 +00:00
Christopher Michael 4b6f42d16b Add util function to return count of desktops from a container (used
in wallpaper2 dialog to disable radios).



SVN revision: 50725
2010-08-01 03:15:00 +00:00
Christopher Michael 298c126c3d Disable 'This Screen' if multiple zones don't exist.
Fix formatting & Whitespace Removal.



SVN revision: 50723
2010-07-31 23:08:10 +00:00
Christopher Michael 1619df704e Slightly better size for the ilist (not too big, not too small).
SVN revision: 50693
2010-07-30 21:11:03 +00:00
Mike Blumenkrantz 435a74fcf8 update for eeze change
SVN revision: 50691
2010-07-30 18:19:53 +00:00
Carsten Haitzler 7a7fa3937b fdh del before fd close
SVN revision: 50672
2010-07-30 02:55:06 +00:00
Christopher Michael d8f4d85cb8 Make basic play nice w/ small resolutions. (Advanced still needs lots
of work).



SVN revision: 50623
2010-07-28 22:33:54 +00:00
Christopher Michael d3fe1d76a8 Play nice w/ small resolutions.
SVN revision: 50621
2010-07-28 22:30:07 +00:00
Christopher Michael 66d0bc6f78 Play nice w/ smaller resolutions.
SVN revision: 50619
2010-07-28 22:23:05 +00:00
Christopher Michael bf2f06a69f Play nice wrt small resolutions.
SVN revision: 50617
2010-07-28 21:58:31 +00:00
Christopher Michael 71e4fc251e Play nice wrt smaller resolutions.
Fix create_data function:
 - Check the PROPER variable (How did this code ever work correctly?)



SVN revision: 50616
2010-07-28 21:48:43 +00:00
Christopher Michael ff210af221 Play nice wrt smaller resolutions.
(Labels for toolbook may need changing).



SVN revision: 50615
2010-07-28 21:40:58 +00:00
Christopher Michael 0b0c5607f2 Play nice wrt small resolutions
If there is a problem, I blame discomfitor :P



SVN revision: 50613
2010-07-28 20:12:47 +00:00
Christopher Michael 88fdd43f51 Play nice wrt small resolutions.
SVN revision: 50610
2010-07-28 19:47:45 +00:00
Christopher Michael 2f150a610c Play nice wrt small resolutions.
SVN revision: 50609
2010-07-28 19:17:06 +00:00
Christopher Michael 723860000d Play nice wrt small screen resolutions.
(This reworks the dialog to be more like the Profiles dialog so that
things look consistent). Some people may not like it this way (which I
expect), but it is more consistent, and really how many times do you
setup your shelves ? :)



SVN revision: 50608
2010-07-28 19:03:57 +00:00
Christopher Michael 6ff886501c Play nice w/ small resolutions.
SVN revision: 50607
2010-07-28 18:51:00 +00:00
Christopher Michael 528a86335e Play nice w/ small resolutions.
SVN revision: 50606
2010-07-28 18:45:54 +00:00
Christopher Michael 2332bf26c9 Make screensaver dialog fit small resolutions.
SVN revision: 50605
2010-07-28 18:39:54 +00:00
Christopher Michael c14e45ab4c Also set preview for when a new Custom bg is selected.
SVN revision: 50567
2010-07-28 01:54:48 +00:00
Christopher Michael d521219c29 Finally, a screenlock dialog that plays nicely w/ small resolutions.
Uses toolbook to organize.
In the Wallpaper tab, if you choose a 'Custom' then clicking the
Preview will allow you to choose a new bg for desklock.



SVN revision: 50566
2010-07-28 01:50:35 +00:00
Christopher Michael 0886b5f44a Return not needed here.
SVN revision: 50562
2010-07-28 00:24:35 +00:00
Christopher Michael 24207a6446 Revert that commit. It was correct, it's the comment that was
misleading.



SVN revision: 50556
2010-07-27 22:30:00 +00:00
Christopher Michael f6d6a6217c If an icon has NO class, then use Create Icon entry.
SVN revision: 50555
2010-07-27 22:02:40 +00:00
Christopher Michael 79dfdb144f Make Scale dialog play nicely wrt small screens (Use toolbook for
advanced).
Add __UNUSED__ where appropriate.
Formatting.



SVN revision: 50547
2010-07-27 15:53:54 +00:00
Christopher Michael 91d90658f9 Make conf_borders play nice wrt small screens.
SVN revision: 50546
2010-07-27 15:16:29 +00:00
Christopher Michael 84bac7309c Make Icon Theme Dialog play nice on small screens.
Fix some formatting.



SVN revision: 50544
2010-07-27 15:12:40 +00:00
Massimo Maiurana c04ac044b3 updating french translation
SVN revision: 50540
2010-07-27 10:39:37 +00:00
pwerken-e e2d6e9360d From: pwerken-e@a-eskwadraat.nl
Subject: [E-devel] [PATCH] fix screen blanking with illume



SVN revision: 50536
2010-07-27 09:56:52 +00:00
Massimo Maiurana 98b859a22e updating french translation
SVN revision: 50478
2010-07-24 13:46:25 +00:00
Mike Blumenkrantz 1b44fce207 e_dbus_object_interface_attach refs interfaces, so you have to unref the interface right after to avoid leaks as seen here
SVN revision: 50471
2010-07-24 02:11:30 +00:00
Massimo Maiurana d4cbe8bc7f updating french and italian translations
SVN revision: 50447
2010-07-23 12:21:08 +00:00
Christopher Michael 11182365d3 Formatting.
SVN revision: 50370
2010-07-19 19:06:09 +00:00
Christopher Michael 5a7b450c04 Patch from rubenbb to fix ticket #562 (dpms being turned off by
fullscreen windows).

I modified this patch slightly. Removed some unused handlers. limits.h
is already included in e.h, so no need to reinclude it. Fixed formatting.



SVN revision: 50356
2010-07-18 19:06:00 +00:00
Christopher Michael 3bc9491c92 Ok, apparently that one is needed as sha1 does not include e.h :(
SVN revision: 50345
2010-07-18 17:41:06 +00:00
Christopher Michael de6b1f93a4 This header already handled by e.h
SVN revision: 50344
2010-07-18 17:38:19 +00:00
Christopher Michael cddf54d137 This header already handled by e.h
SVN revision: 50343
2010-07-18 17:35:25 +00:00
Christopher Michael a0cca73f48 This header already handled by e.h
SVN revision: 50342
2010-07-18 17:35:09 +00:00
Christopher Michael 2a4e4a50fd This header already handled by e.h
SVN revision: 50341
2010-07-18 17:34:50 +00:00
Christopher Michael 0c2121331e This header already handled by e.h
SVN revision: 50340
2010-07-18 17:34:29 +00:00
Christopher Michael 74080419da This header already handled by e.h
SVN revision: 50339
2010-07-18 17:32:49 +00:00
Christopher Michael f9e3bb8f7e This header already handled by e.h
SVN revision: 50338
2010-07-18 17:32:20 +00:00
Christopher Michael 9468bd1812 This header already handled by e.h
SVN revision: 50337
2010-07-18 17:31:39 +00:00
Christopher Michael e771cc1484 This include already handled by e.h
SVN revision: 50336
2010-07-18 17:30:01 +00:00
Christopher Michael 39d70f104f These includes already handled by e.h
SVN revision: 50335
2010-07-18 17:28:37 +00:00
Christopher Michael 748267a25e This include Already handled by e.h.
SVN revision: 50334
2010-07-18 17:27:57 +00:00
Christopher Michael 8257209f9e Already handled by e.h.
SVN revision: 50333
2010-07-18 17:27:11 +00:00
Christopher Michael 9f88193508 Already handled by e.h.
SVN revision: 50332
2010-07-18 17:24:36 +00:00
Christopher Michael 832e25b3c8 This include already handled by e.h.
SVN revision: 50331
2010-07-18 17:21:03 +00:00
Christopher Michael 79156d3266 Math.h is already included by e.h.
SVN revision: 50330
2010-07-18 17:19:46 +00:00
Christopher Michael 2e200f95a5 Don't need these includes, handled by e.h already.
SVN revision: 50329
2010-07-18 17:18:40 +00:00
Christopher Michael 69cd086fc2 Don't need these includes here, handled by e.h already.
SVN revision: 50328
2010-07-18 17:18:03 +00:00
Christopher Michael 8a6ebe2463 Don't need these includes here...e.h already handles these.
SVN revision: 50327
2010-07-18 17:17:31 +00:00