Andre Poenitz wrote: > On Mon, Oct 07, 2002 at 05:21:26PM +0900, Rob Lahaye wrote: > >>But an easy one (I believe). >>I'll try to add it in my Xforms patch here, which is going to move into >>CVS after 1.3 release. > > > How intrusive are the changes in your "big patch" btw?
See below, for a rough impression. Do you want me to send you the patch file itself? >>I'm not so sure to make LyX View scaling also as a float. The 1 percent >>resolution >>for LyX View scaling at present is probably more than enough, isn't it? > > > Well... on a 1024 screen 1% is 10 pixels... ok. Personally I don't care > for the display on screen. Print output is more important Agreed. So I'll go for the LaTeX/output float-scaling only. Cheers, Rob. New file: src/frontends/xforms/checkedwidgets.C New file: src/frontends/xforms/checkedwidgets.h controllers/ButtonController.tmpl | 13 controllers/ButtonControllerBase.C | 35 ++ controllers/ButtonControllerBase.h | 26 + controllers/ControlDialog.tmpl | 6 controllers/ControlInset.tmpl | 6 controllers/ControlParagraph.C | 13 controllers/ControlParagraph.h | 6 controllers/ControlSpellchecker.h | 4 xforms/FeedbackController.C | 6 xforms/FormAboutlyx.C | 52 +-- xforms/FormAboutlyx.h | 4 xforms/FormBibtex.C | 108 +++---- xforms/FormBrowser.C | 5 xforms/FormCitation.C | 21 - xforms/FormDocument.C | 564 +++++++++++++++++++------------------ xforms/FormFloat.C | 240 ++++++++------- xforms/FormFloat.h | 4 xforms/FormGraphics.C | 194 ++++++------ xforms/FormGraphics.h | 1 xforms/FormLog.C | 26 - xforms/FormMathsPanel.C | 2 xforms/FormParagraph.C | 489 ++++++++++++++++---------------- xforms/FormParagraph.h | 4 xforms/FormPrint.C | 141 ++++----- xforms/FormPrint.h | 5 xforms/FormSearch.C | 36 +- xforms/FormShowFile.C | 7 xforms/FormSpellchecker.C | 192 +++++++----- xforms/FormSpellchecker.h | 8 xforms/FormTabular.C | 46 +-- xforms/FormWrap.C | 99 ++---- xforms/FormWrap.h | 4 xforms/Makefile.am | 2 xforms/RadioButtonGroup.C | 37 +- xforms/RadioButtonGroup.h | 21 - xforms/xforms_helpers.C | 10 xforms/forms/form_aboutlyx.fd | 149 +++------ xforms/forms/form_bibtex.fd | 139 +++++---- xforms/forms/form_browser.fd | 21 - xforms/forms/form_citation.fd | 30 - xforms/forms/form_document.fd | 456 ++++++++++++++--------------- xforms/forms/form_float.fd | 190 ++++++++---- xforms/forms/form_graphics.fd | 71 +--- xforms/forms/form_maths_panel.fd | 67 ++-- xforms/forms/form_paragraph.fd | 485 +++++++++++++------------------ xforms/forms/form_print.fd | 16 - xforms/forms/form_ref.fd | 32 +- xforms/forms/form_search.fd | 117 +++---- xforms/forms/form_spellchecker.fd | 79 +++-- xforms/forms/form_texinfo.fd | 4 xforms/forms/form_wrap.fd | 113 ++----- 51 files changed, 2268 insertions(+), 2138 deletions(-)