On Sat, Aug 3, 2013 at 4:52 AM, Carsten Haitzler <ras...@rasterman.com>wrote:
> On Fri, 2 Aug 2013 12:19:17 -0300 Gustavo Lima Chaves < > gl...@profusion.mobi> > said: > > > * Carsten Haitzler <ras...@rasterman.com> [2013-08-03 00:13:20 +0900]: > > > > > On Fri, 2 Aug 2013 11:16:51 -0300 Gustavo Lima Chaves < > gl...@profusion.mobi> > > > said: > > > > > > > * Carsten Haitzler - Enlightenment Git <no-re...@enlightenment.org> > > > > [2013-08-02 07:07:06 -0700]: > > > > > > > > HERO commit. > > > > > > does this solve something for you? :) > > > > Yep, funky winlist ordering :) > > BTW I mess comp-scale, hehe. > > really? i never knew it had funkiness!. comp-scale... probably waiting for > e19 > to become a standard feature and to be re-done to integrate with current > comp > infra. :) > E19 spoiler alert...this is true. > > > > > > > > > raster pushed a commit to branch master. > > > > > > > > > > commit 212cfda19b8b5c098d00f7fbd6d96141ec3b30c7 > > > > > Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> > > > > > Date: Fri Aug 2 23:06:22 2013 +0900 > > > > > > > > > > as of e18 - we now are compositing only, which means we also > don't > > > > > have to do a revers then forward paass in eval... which can > cause > > > > > ugly things like reverse-evaluation :) > > > > > --- > > > > > src/bin/e_border.c | 8 ++++---- > > > > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > > > > > > > diff --git a/src/bin/e_border.c b/src/bin/e_border.c > > > > > index d336696..7371e00 100644 > > > > > --- a/src/bin/e_border.c > > > > > +++ b/src/bin/e_border.c > > > > > @@ -3295,8 +3295,8 @@ e_border_idler_before(void) > > > > > > > > > > // pass 1 - eval0. fetch properties on new or on > change > > > > > and // call hooks to decide what to do - maybe move/resize > > > > > - bl = e_container_border_list_last(con); > > > > > - while ((bd = e_container_border_list_prev(bl))) > > > > > + bl = e_container_border_list_first(con); > > > > > + while ((bd = e_container_border_list_next(bl))) > > > > > { > > > > > if (bd->changed) _e_border_eval0(bd); > > > > > } > > > > > @@ -3307,8 +3307,8 @@ e_border_idler_before(void) > > > > > _e_border_container_layout_hook(con); > > > > > > > > > > // pass 2 - show windows needing show > > > > > - bl = e_container_border_list_last(con); > > > > > - while ((bd = e_container_border_list_prev(bl))) > > > > > + bl = e_container_border_list_first(con); > > > > > + while ((bd = e_container_border_list_next(bl))) > > > > > { > > > > > if ((bd->changes.visible) && (bd->visible) && > > > > > (!bd->new_client) && (!bd->changes.pos) && > > > > > > > > > > -- > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > Get your SQL database under version control now! > > > > > Version control is standard for application code, but databases > havent > > > > > caught up. So what steps can you take to put your SQL databases > under > > > > > version control? Why should you start doing it? Read more to find > out. > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > > > > > > > > -- > > > > Gustavo Lima Chaves > > > > Senior Developer @ Intel - Open Source Technology Center > > > > > > > > > ------------------------------------------------------------------------------ > > > > Get your SQL database under version control now! > > > > Version control is standard for application code, but databases > havent > > > > caught up. So what steps can you take to put your SQL databases under > > > > version control? Why should you start doing it? Read more to find > out. > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > > > > _______________________________________________ > > > > enlightenment-devel mailing list > > > > enlightenment-devel@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > > > > > -- > > > ------------- Codito, ergo sum - "I code, therefore I am" > -------------- > > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > > > > -- > > Gustavo Lima Chaves > > Senior Developer @ Intel - Open Source Technology Center > > > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel