Re: [E-devel] Bodhi 3.0.0 Released with the E19 Desktop

2015-02-22 Thread Kosyrev Serge
Jose Gonzalez writes: >>> They do not really allow for a fully creative approach to desktop theming. >>> >> >> This is vague and non-specific. How does the most powerful themeing engine >> for the Unix desktop not allow "a fully creative approach"? >> >> > It doesn't allow for creating

Re: [E-devel] [EGIT] [core/elementary] master 01/01: scale: set the base scale of the application.

2014-09-22 Thread Kosyrev Serge
Jaehwan Kim writes: > 2014년 9월 19일 금요일, Kosyrev Serge<_deepf...@feelingofgreen.ru>님이 작성한 메시지: > >> Tom Hacohen > writes: >> > On 19/09/14 05:48, Jaehwan Kim wrote: >> >> #define ELM_RECTS_INTERSECT(x, y, w, h, xx, yy, ww, hh) (((x) < ((xx) >&

Re: [E-devel] [EGIT] [core/elementary] master 01/01: scale: set the base scale of the application.

2014-09-19 Thread Kosyrev Serge
Daniel Kolesa writes: > 2014-09-19 9:22 GMT+01:00 Kosyrev Serge <_deepf...@feelingofgreen.ru>: >> Tom Hacohen writes: >> > On 19/09/14 05:48, Jaehwan Kim wrote: >> >> #define ELM_RECTS_INTERSECT(x, y, w, h, xx, yy, ww, hh) (((x) < ((xx) >> +

Re: [E-devel] [EGIT] [core/elementary] master 01/01: scale: set the base scale of the application.

2014-09-19 Thread Kosyrev Serge
Tom Hacohen writes: > On 19/09/14 05:48, Jaehwan Kim wrote: >> #define ELM_RECTS_INTERSECT(x, y, w, h, xx, yy, ww, hh) (((x) < ((xx) + >> (ww))) && ((y) < ((yy) + (hh))) && (((x) + (w)) > (xx)) && (((y) + (h)) > >> (yy))) >> #define ELM_PI 3.14159265358979323846 >> +#define ELM_SCALE_SIZE(x)

[E-devel] Terminology: terminal reset doesn't quite work, FSVO "work"

2014-07-13 Thread Kosyrev Serge
Good day, folks! Some problems with how Terminology 0.6.1 handles the 'reset' command: 1. It doesn't clear scrollback, iff there was more than a screenful of text. 2. It doesn't fix the damage that 'stty sane' does to the backspace key handling. I've noticed it doesn't link to ncurses.. -- с