RE: Git version; scrolling again

2012-06-07 Thread Scott Kostyshak
From: Jerry [lancebo...@qwest.net] Sent: Thursday, June 07, 2012 1:35 AM How can I tell which version of LyX I am building? I _think_ I'm building from git master but then there's this: the command git log -1 will tell you what revision you currently have checked out. the command git branch

Re: Git version; scrolling again

2012-06-07 Thread Tommaso Cucinotta
On 07/06/12 06:58, Stephan Witt wrote: Perhaps. IMHO, the problem is caused by the text drawing algorithm of LyX. The program does finger-painting the text and has to compute all the positions of the text parts and lines itself. One question: does LyX redraw the whole screen even when

RE: Git version; scrolling again

2012-06-07 Thread Scott Kostyshak
From: Jerry [lancebo...@qwest.net] Sent: Thursday, June 07, 2012 1:35 AM >How can I tell which version of LyX I am building? I _think_ I'm building from >git master but then there's this: the command "git log -1" will tell you what revision you currently have "checked out". the command "git

Re: Git version; scrolling again

2012-06-07 Thread Tommaso Cucinotta
On 07/06/12 06:58, Stephan Witt wrote: Perhaps. IMHO, the problem is caused by the text drawing algorithm of LyX. The program does "finger-painting" the text and has to compute all the positions of the text parts and lines itself. One question: does LyX redraw the whole screen even when

Re: Git version; scrolling again

2012-06-06 Thread Stephan Witt
Am 07.06.2012 um 07:35 schrieb Jerry: How can I tell which version of LyX I am building? I _think_ I'm building from git master but then there's this: $ ./lyx --versionLyX 2.1.0svn (2011-04-29) I'm still learning git but I'm building from the directory that resulted from this: git

Re: Git version; scrolling again

2012-06-06 Thread Stephan Witt
Am 07.06.2012 um 07:35 schrieb Jerry: > How can I tell which version of LyX I am building? I _think_ I'm building > from git master but then there's this: > > $ ./lyx --versionLyX 2.1.0svn (2011-04-29) > > I'm still learning git but I'm building from the directory that resulted from > this: