X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=2f0c4487f27c743cac510c4dec764d6f946571b4;hb=dd16b2eff7feb1b4ead013eab9f997c965a871cc;hp=d617cf5a98948ac91b71d7eb5f79c9921aed1e24;hpb=a6500a6e46f30102932d766b440c816b30f70a7d;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index d617cf5a98..2f0c4487f2 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,301 @@ +2003-01-13 Michael Schmitt + + * xformsImage.C (getWidth): revert "fix" that breaks behavior with + xforms 1.0. + +2003-01-13 John Levon + + * forms/form_spellchecker.fd: remove replicated M-R shortcut. + +2003-01-12 Lars Gullik Bjønnes + + * forms/Makefile.am (MAINTAINERCLEANFILES): add + (clean-local): delete + (distclean-local): delete + (.fd.C): delete + (%.C): add + +2003-01-12 Angus Leeming + + * FormFiledialog.[Ch]: initialise and use new static member variables + minw_ and minh_ to prevent the dialog from being shrunk in size. + Shrink too much and xforms crashes :-( + +2003-01-11 Angus Leeming + + * xformsImage.C (init_graphics): turn off support for XPM files. + +2002-01-07 Jürgen Spitzmüller + + * FormTabular.C: typo. + +2003-01-06 Michael Schmitt + + * FormGraphics.C: + * xformsImage.C: + * forms/form_bibtex.fd: + * forms/form_citation.fd: + * forms/form_document.fd: + * forms/form_search.fd: fix inconsistent usage of spaces, colons, + capitalization, and the like. + +2002-12-20 Jürgen Spitzmüller + + * FormTabular.C: fix bug 572, fix ReadOnly logic. + +2003-01-06 Angus Leeming + + * forms/fdfixc.sed: Turn off choice titles as they can contain + meta-chars that just look nasty. + +2003-01-05 John Levon + + * XLyXKeySym.h: + * XLyXKeySym.C: getISOEncoded() changed + +2002-12-26 Jean-Marc Lasgouttes + + * input_validators.C (fl_print_range_filter): remove extra space + + * Menubar_pimpl.C (create_submenu): do not query the status of a + submenu either. + +2002-12-23 Jean-Marc Lasgouttes + + * FormSpellchecker.C (build): + * forms/form_paragraph.fd: + * forms/form_maths_matrix.fd: remove extra spaces + +2002-12-18 Jean-Marc Lasgouttes + + * Menubar_pimpl.C (create_submenu): do not query the status of a + separator. + +2002-12-18 Lars Gullik Bjønnes + + * forms/Makefile.am (EXTRA_DIST): dist the .fd files. + +2002-12-17 Jean-Marc Lasgouttes + + * Menubar_pimpl.C (create_submenu): correctly ignore unknown lfuns + + * lyx_gui.C (getStatus): implement as a dummy action + +2002-12-16 Angus Leeming + + * XPainter.C: missed a #ifdef USE_XFORMS_IMAGE_LOADER. + + * xformsImage.C (init_graphics): Use new #ifdef USE_JPEG_IMAGE_LOADER + rather than HAVE_FLIMAGE_ENABLE_JPEG. + Remove #ifdef HAVE_FLIMAGE_ENABLE_PS. + + * FormPreferences.C: + * forms/form_preferences.fd: remove override_x_deadkeys stuff. + +2002-12-13 Angus Leeming + + * FormBase.C: + * Menubar_pimpl.C: + * Tooltips.[Ch]: + * XFormsView.C: + * XWorkArea.C: + * lyx_gui.C: + * xforms_resize.C: remove work-arounds for xforms < 0.89.5. + + * lyxlookup.[Ch]: removed. + + * Makefile.am: associated change. + + * combox.C: add block #ifdef FL_VERSION < 1 + +2002-12-16 Michael Schmitt + + * FormGraphics.C (build): correct string for boost::format. + +2002-12-09 Lars Gullik Bjønnes + + * FormGraphics.C (build): add another xgettext:no-c-format + +2002-12-08 Lars Gullik Bjønnes + + * FormGraphics.C (build): add a xgettext:no-c-format + +2002-12-05 John Levon + + * XWorkArea.C: set I-beam cursor + +2002-12-04 Angus Leeming + + * XWorkArea.h (backgroundbox): Removed. No need to name it explicitly. + + * XWorkArea.C (work_area_handler): move static vars inside loop, + rename vars as discussed with Lars. Document changes in the text. + Don't declare functions as static; use namespace anon. + (setXtermCursor): removed; not used. + (destroy_object): removed; not used. + Remove unneeded header files ColorHandler.h, LyXView.h, filetools.h, + lstrings.h, LAssert.h, cmath, cctype. + Various other trivial clean-ups. + +2002-12-03 Juergen Spitzmueller + + * xforms_helpers.C: (updateWidgetsFromLength) + use len.empty() instead of len.zero() [bug 490] + +2002-12-03 Lars Gullik Bjønnes + + * XWorkArea.C (work_area_handler): send fewer motion events if the + mouse is outside the workarea. + +2002-12-02 Angus Leeming + + * FormIndex.C (update): if the contents aren't empty, then activate the + Ok, Apply buttons on update. + + * FormMathsDeco.[Ch]: + * forms/form_maths_deco.fd: removed. + + * Makefile.am: + * forms/Makefile.am: commensurate changes. + + * FormMathsPanel.C (build): after all John's work, don't use the + button controller for the Close button, since "cancel" makes no sense + here. + form_maths_deco is just another bitmap dialog; no need for it to have + any special code at all. + + * FormMathsBitmap.C (build): position the bmtables correctly. + +2002-12-01 Lars Gullik Bjønnes + + * several files: ws changes + +2002-12-01 Lars Gullik Bjønnes + + * checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1 + will be seen as FL_COLORs. + +2002-12-01 John Levon + + * FormMathsBitmap.C: fix _(_(blah)) + +2002-11-30 John Levon + + * FormMathsBitmap.C: actually set dialog_->button_close + to the added button + +2002-11-30 John Levon + + * forms/form_maths_panel.fd: small fix + +2002-11-29 Jean-Marc Lasgouttes + + * lyx_gui.C (start): make "unhandled X11 event" debug message + optional (on GUI) + +2002-11-29 Angus Leeming + + * Tooltips.C (init): allow tooltips to be reset. + + * FormSpellchecker.C: having broken Rob's word count update, I guess + I should fix it too ;-) + + * FormPreferences.C (apply): if controller().isClosing() (ie, if the + "save" button has been pressed), then save any modified gui colors. + +2002-11-29 Angus Leeming + + * forms_gettext.[Ch] (scex, idex): re-written to receive and return + string not char *. The old idex function was new-ing memory and nothing + that used it was ensuring that this memory didn't leak. Now safe. + + * Alert_pimpl.C: + * FormFiledialog.C: + * FormPreferences.C: + * forms/fdfixc.sed: associated changes. + +2002-11-28 Rob Lahaye + + * forms/fdfixh.sed: bug fix. + +2002-11-27 Dekel Tsur + + * xfont_loader.C (getFontinfo): Use lyxrc.*_font_foundry. + + * FormPreferences.C: Handle lyxrc.*_font_foundry. + +2002-11-27 Angus Leeming + + * forms/fdfix.sh: + * forms/c_str.sed: replace that nasty global c_str declaration with + nice function-specific ones. Use a two-pass algorithm to do so. + It's possible to do it in one-pass, but the resulting sed script + must use the hold space in a convoluted manner. + +2002-11-27 Lars Gullik Bjønnes + + * XMiniBuffer.C (peek_event): add l10n on a string missing it. + +2002-11-26 Angus Leeming + + * forms_gettext.[Ch] (scex, idex): ditch the #defines and rename the + functions in their place. + + * FormBase.h (FormDB::form): Implement in 1 line not 2. + + * fdesign_base.[Ch]: new files. All fdesign-generated structures will + derive from FD_base, to minimise code duplication. + + * Makefile.am: add new files. + + * forms/Makefile.am (SRCS): move form_wrap.fd to the end of the list. + + * forms/fdfix.sh: add "c_str" to namespace anon in the generated .C + files if required. + + * forms/fdfix[ch].sed: the structs now derive from FD_base, so they + don't need d-tors to clean up the form. + Beautify the sed to produce beautiful looking C++ code. + +2002-11-26 Jean-Marc Lasgouttes + + * FileDialog.C (save): actually return the result from + FileDialog::open + +2002-11-26 Jürgen Spitzmüller + + * FormTabular.C: correct lots of bugs in the setting/getting of + longtable options. + +2002-11-25 Angus Leeming + + * Dialogs_impl.h: + * Dialogs2.C: no need to include math sub dialog header files. + Use standard MCV implementation of main math panel dialog. + + * FormBaseDeprecated.[Ch]: + * FeedbackController.[Ch]: removed. + + * FormBase.[Ch]: Merge the contents of FeedbackController into here + also. + (FormCB): make the controller methods publicly accessible. + + * forms/form_maths_deco.fd: + * forms/form_maths_delim.fd: + * forms/form_maths_matrix.fd: + * forms/form_maths_panel.fd: + * forms/form_maths_space.fd: + * forms/form_maths_style.fd: s/Deprecated// + + * FormMathsBitmap.[Ch]: + * FormMathsDeco.[Ch]: + * FormMathsDelim.[Ch]: + * FormMathsMatrix.[Ch]: + * FormMathsPanel.[Ch]: + * FormMathsSpace.[Ch]: + * FormMathsStyle.[Ch]: implement a Controller-View split of the math + dialogs. + 2002-11-22 Angus Leeming The first step towards a math dialog controller...