Re: [dev] microtouch

2011-10-11 Thread hiro
why? On 10.10.2011, pancake panc...@youterm.com wrote: https://github.com/rossumur/microtouch http://rossum.posterous.com/8-bit-device-kindles-ebook-fire-an-e-reader-f www.adafruit.com/products/330 what about porting this to X/wayland as a widget api? sadly its C++.. but maybe it is not

Re: [dev] [dwm] x11 corner case bug

2011-10-11 Thread Bjartur Thorlacius
IIRC, my dwm just moves windows just to the right of the right edge of the screen, without trouble. Unmapping is probably the right thing to do, even if I'm too lazy myself. On 10/10/11, Connor Lane Smith c...@lubutu.com wrote: Hey, On 10/10/2011, Matthew Phillips ma...@cpan.org wrote: I

Re: [dev] microtouch

2011-10-11 Thread Bryan Bennett
Because the widget sets that exist already suck?

Re: [dev] microtouch

2011-10-11 Thread Kurt H Maier
On Tue, Oct 11, 2011 at 10:44 AM, Bryan Bennett bbenn...@gmail.com wrote: Because the widget sets that exist already suck? This thing uses Qt. Did anyone even look at the actual source? -- # Kurt H Maier

Re: [dev] microtouch

2011-10-11 Thread Kurt H Maier
Sorry, let me rephrase: This thing uses Qt for anything useful. The little crippled drawing primitives they introduced are barely used to draw boxes. There are a bunch of useless demo programs, and then they use Qt for everything that actually does anything. Why bother? -- # Kurt H Maier

Re: [dev] microtouch

2011-10-11 Thread pancake
You didnt read the src obviously or even the descrition. The app that uses qt is the one to convert epub into epb for the minimal ebook reader. The src is in c++ but uses very few features. All this stuff is suposed to run on an avr chip with 32K of flash, 2.5K of ram and 25mhz Qt cant run