[LyX/master] Small reorganization.

2014-05-20 Thread Enrico Forestieri
commit 8d8d8e9df601b4cdfde8c74d5ec374cdb1e65be6 Author: Enrico Forestieri Date: Wed May 21 00:59:36 2014 +0200 Small reorganization. I am not sure I fully understand the pending_newline/unskip_newline logic (which seems mainly related to rtl writing), so I prefer to leave i

[LyX/master] Generalize control on double blank lines.

2014-05-20 Thread Enrico Forestieri
commit 7145863466c38080db9bdfba6ee7bb7583ffb862 Author: Enrico Forestieri Date: Tue May 20 21:52:29 2014 +0200 Generalize control on double blank lines. We can now tell whether a blank line was just output and so can avoid outputting another one. diff --git a/src/mathed/InsetM

[LyX GSoC/dummynewenv] Configured a custom lyx environment lyxgreyedout for tex4ht using a configuration file. In the branch tex4htTesting same thing has been done directly in ooffice.4ht

2014-05-20 Thread Prannoy Pilligundla
The branch, dummynewenv, has been updated. - Log - commit f842dd3d72161b85a0ea187bb7b11b727428 Author: Prannoy Pilligundla Date: Tue May 20 21:56:00 2014 +0530 Configured a custom lyx environment lyxgreyedout for tex4ht u

[LyX GSoC/tex4htTesting] Lyxgreynotes configured in tex4ht

2014-05-20 Thread Prannoy Pilligundla
The branch, tex4htTesting, has been updated. - Log - commit 166b877a84463023605e6adf60dcd00ed9387e66 Author: Prannoy Pilligundla Date: Tue May 20 21:47:06 2014 +0530 Lyxgreynotes configured in tex4ht In tex4ht-ooffic

[LyX/master] Fix a GCC warning: comparing signed vs. unsigned

2014-05-20 Thread Scott Kostyshak
commit fc19148f6dd60a1d925472cd86cb09ae0abdd35e Author: Scott Kostyshak Date: Tue May 20 07:46:22 2014 -0400 Fix a GCC warning: comparing signed vs. unsigned This also changes the type of an int to an ssize_t. nRead is initialized as an ssize_t because it could be nega

[LyX/master] Code cleanup: get rid of RenderPreview::status()

2014-05-20 Thread Jean-Marc Lasgouttes
commit 275b7af75e5367c449d0f680d0965994c92d37d9 Author: Jean-Marc Lasgouttes Date: Tue May 20 12:19:26 2014 +0200 Code cleanup: get rid of RenderPreview::status() This method is a proxy for LyXRC::preview that forces to forward declare some wrapper around an enum... In

[LyX/master] Fix crash due to invalid pos

2014-05-20 Thread Juergen Spitzmueller
commit 8226453684ee2a41d9ef569af130f5fced9d8433 Author: Juergen Spitzmueller Date: Tue May 20 11:14:13 2014 +0200 Fix crash due to invalid pos diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 4f8f14a..1f47ca7 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -87