Re: [dev] Surf update

2017-05-29 Thread sylvain . bertrand
On Sun, May 28, 2017 at 01:39:58PM +0200, Laslo Hunhold wrote: > On Sat, 27 May 2017 12:34:14 + > sylvain.bertr...@gmail.com wrote: > > On GPU shaders, no salvation, a SPIR-V compiler has to be written > > from scratch and some mistakes in the specifications made it far from > > trivial. But it

Re: [dev] Surf update

2017-05-28 Thread hiro
screenreaders work fine on js websites

Re: [dev] Surf update

2017-05-28 Thread Laslo Hunhold
On Sat, 27 May 2017 12:34:14 + sylvain.bertr...@gmail.com wrote: Hey Sylvain, > It seems that EU (I'm french) is not able to secure a *proper* > "comfort zone" to let us release our coding power. > > I did investigate EU funding seriously though, but what I got my > hands on, are jokes, real

Re: [dev] Surf update

2017-05-28 Thread hiro
> In the time of writing this obvious whine/rant you could have send a simple > patch to fix a bug or help the community. Instead you wrote this rant and > wasted everyones time. > > As a suckless user you're not entitled to anything. > > -- > Kind regards, > Hiltjo no you

Re: [dev] Surf update

2017-05-27 Thread Lumidify Productions
On Sat, May 27, 2017 at 12:38:11PM +, sylvain.bertr...@gmail.com wrote: > On Sat, May 27, 2017 at 12:57:30PM +0200, Lumidify Productions wrote: > > Hi, I just wanted to mention that there _is_ another layout engine, > > graphite (http://graphite.sil.org, https://github.com/silnrsi/graphite), bu

Re: [dev] Surf update

2017-05-27 Thread sylvain . bertrand
On Sat, May 27, 2017 at 12:57:30PM +0200, Lumidify Productions wrote: > On Sat, May 27, 2017 at 10:25:55AM +, sylvain.bertr...@gmail.com wrote: > > - harfbuzz, the _only_ unicode layout engine which has an interface > > changing > >all the time, and a brain damaged implementation. I did a

Re: [dev] Surf update

2017-05-27 Thread sylvain . bertrand
Well, It seems that EU (I'm french) is not able to secure a *proper* "comfort zone" to let us release our coding power. I did investigate EU funding seriously though, but what I got my hands on, are jokes, real f*cking jokes. I perceived like some "forces" are blocking any attempts at funding si

Re: [dev] Surf update

2017-05-27 Thread Lumidify Productions
On Sat, May 27, 2017 at 10:25:55AM +, sylvain.bertr...@gmail.com wrote: > - harfbuzz, the _only_ unicode layout engine which has an interface changing >all the time, and a brain damaged implementation. I did a C partial port >from c++, and I can tell you about it is that the guys behin

Re: [dev] Surf update

2017-05-27 Thread Laslo Hunhold
On Sat, 27 May 2017 10:25:55 + sylvain.bertr...@gmail.com wrote: Hey Sylvain, > I got the urge to recall that obvious to people here, coze it's > discussing way too much on the surf front-end without anything done > on solving the real pb: the web engine. it has been settled years ago that t

Re: [dev] Surf update

2017-05-27 Thread Hiltjo Posthuma
On Sat, May 27, 2017 at 10:25:55AM +, sylvain.bertr...@gmail.com wrote: > On Fri, May 26, 2017 at 08:56:58PM +0200, Quentin Rameau wrote: > > > Hi, > > > > > > This is not sane. There is no modern web engine which is suckless. > > > > > > Having a suckless front-end to those massive c++ obje

Re: [dev] Surf update

2017-05-27 Thread sylvain . bertrand
On Fri, May 26, 2017 at 08:56:58PM +0200, Quentin Rameau wrote: > > Hi, > > > > This is not sane. There is no modern web engine which is suckless. > > > > Having a suckless front-end to those massive c++ object oriented brain > > fuckages sounds way too much schizophrenic. > > > > The first ste

Re: [dev] Surf update

2017-05-26 Thread Quentin Rameau
> Hi, > > This is not sane. There is no modern web engine which is suckless. > > Having a suckless front-end to those massive c++ object oriented brain > fuckages sounds way too much schizophrenic. > > The first step would be to code a modular modern web engine in simple > C or at least have an

Re: [dev] Surf update

2017-05-26 Thread sylvain . bertrand
Hi, This is not sane. There is no modern web engine which is suckless. Having a suckless front-end to those massive c++ object oriented brain fuckages sounds way too much schizophrenic. The first step would be to code a modular modern web engine in simple C or at least have an on-going effort t

Re: [dev] Surf update

2017-05-26 Thread Quentin Rameau
hi jochen, > try the attached patch. > > from 2b804da35568f957062b75506d1f1d5eb76b1b19 mon sep 17 00:00:00 2001 > from: jochen sprickerhof > date: thu, 25 may 2017 13:16:55 +0200 > subject: [patch] set config upon start > > --- > surf.c | 4 > 1 file changed, 4 insertions(+) > > diff --g

Re: [dev] Surf update

2017-05-26 Thread Quentin Rameau
Hi Kajetan, > In both - surf (with webkit1) and surf-webkit2 there wasn't the issue > with style, > but after switch of surf-webkit2 to surf something changed and style > is not working on start (besides flag being on), to make it work flag > has to be turned off and on again. > Don't know if othe

Re: [dev] Surf update

2017-05-26 Thread Jochen Sprickerhof
Hi Kajetan, * Kajetan Jasztal [2017-05-26 14:19]: > In both - surf (with webkit1) and surf-webkit2 there wasn't the issue > with style, > but after switch of surf-webkit2 to surf something changed and style > is not working on start (besides flag being on), to make it work flag > has to be turned

Re: [dev] Surf update

2017-05-26 Thread Kajetan Jasztal
In both - surf (with webkit1) and surf-webkit2 there wasn't the issue with style, but after switch of surf-webkit2 to surf something changed and style is not working on start (besides flag being on), to make it work flag has to be turned off and on again. Don't know if other options (don't)works th

Re: [dev] Surf update

2017-03-23 Thread Nick
Quoth Quentin Rameau: > surf will “officially” make the switch from webkit1 to webkit2 soon. > Current master will be pushed to surf-webkit1, and surf-webkit2 to > master. The move should be done during the coming weekend or sometime > next week. Sounds good, I've been using surf-webkit2 for month

[dev] Surf update

2017-03-22 Thread Quentin Rameau
Hi suckless, just a quick mail to relay the news on the website. surf will “officially” make the switch from webkit1 to webkit2 soon. Current master will be pushed to surf-webkit1, and surf-webkit2 to master. The move should be done during the coming weekend or sometime next week. Enjoy.