Commit Graph

10237 Commits

Author SHA1 Message Date
Christopher Michael f960b752fa Add __UNUSED__ where needed.
SVN revision: 51302
2010-08-18 17:27:48 +00:00
Christopher Michael 1d59137b0e Add __UNUSED__ where needed.
Fix __UNUSED__ to be after the variable.
Remove unused variables.



SVN revision: 51301
2010-08-18 17:26:44 +00:00
Christopher Michael 791d5bd436 Fix use of __UNUSED__.
Add __UNUSED__ to functions that needed it.



SVN revision: 51299
2010-08-18 17:12:55 +00:00
Cedric BAIL 6e33eb8d0e * e: does more check around xrandr code.
SVN revision: 51253
2010-08-17 14:58:31 +00:00
Carsten Haitzler a439a2e762 wtf? no multi-line? eh? hrrrmm
SVN revision: 51233
2010-08-16 21:39:16 +00:00
Carsten Haitzler d9ed190534 actually explicitly check for >= 1.0.0 of these libs
SVN revision: 51232
2010-08-16 21:31:10 +00:00
Christopher Michael fe9f9d45ad Fix for eina detection.
SVN revision: 51230
2010-08-16 20:31:55 +00:00
Christopher Michael 27278996b5 Handle slider changing/updating.
SVN revision: 51213
2010-08-16 14:07:53 +00:00
Christopher Michael aa763a890b Remove hard-coded size.
SVN revision: 51212
2010-08-16 14:07:37 +00:00
Christopher Michael 973c56bfe4 Fix Randr header to match other headers in E.
SVN revision: 51211
2010-08-16 14:02:21 +00:00
Carsten Haitzler d7a2641908 dont need randr for that! well not if it needs all of e's config!
SVN revision: 51207
2010-08-16 12:50:32 +00:00
Christopher Michael 678acb7bdd Don't need these headers here either ... already in e.h.
Fix formatting.



SVN revision: 51206
2010-08-16 12:47:44 +00:00
Christopher Michael db5ec3e8c1 More cleanup of the randr code ... don't include headers that are
already included via e.h. Do not need to do eina/ecore init or
shutdown...handled by E already.



SVN revision: 51205
2010-08-16 12:44:46 +00:00
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
Carsten Haitzler 72efa4e197 adapt to 1.0.0 alpha vers.
SVN revision: 51190
2010-08-16 10:16:31 +00:00
Carsten Haitzler d0db96676c fix up copyings likewise. nicely standardised templateish.
SVN revision: 51150
2010-08-16 03:00:16 +00:00
Carsten Haitzler 42059a30eb god. add copyright back! how did that vanish?
SVN revision: 51144
2010-08-15 22:14:05 +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
Massimo Maiurana 2f0f8628ae updating french translation
SVN revision: 51125
2010-08-15 07:06:15 +00:00
Massimo Maiurana 9064135e02 updating french and italian translations
SVN revision: 51120
2010-08-14 18:03:52 +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
Massimo Maiurana 396de7df7c updating french translation (missed this file in the last commit)
SVN revision: 51057
2010-08-12 18:40:56 +00:00
Massimo Maiurana 116d6cf8f3 updating french translation
SVN revision: 51056
2010-08-12 18:38:38 +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
Massimo Maiurana 1e183b8f97 updating french translation
SVN revision: 51030
2010-08-12 07:22:34 +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
Mike Blumenkrantz 53b6a94ea4 ugly ugly hack to possibly let people keep using e_hal for battery/temp/illume2 without using any command line options
SVN revision: 50943
2010-08-09 19:43:34 +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
Mike Blumenkrantz 7968c28635 disable building of illume+illume2 together
SVN revision: 50884
2010-08-07 02:49:35 +00:00
Mike Blumenkrantz dda729f6fc after 5 months without any bug reports, eeze for battery/temperature modules is now the default over hal
SVN revision: 50883
2010-08-07 02:35:02 +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