]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / ChangeLog
index 47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1..bcdd25cc5492a139696db476fc444fdd43dbd993 100644 (file)
@@ -1,18 +1,63 @@
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (expand_globs): changes due to the changed
+       lyx::support::glob API.
+
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * FormFiledialog.C: changes due to the changed FileFilterList API.
+
+       * FormFiledialog.C (expand_globs): moved here from
+       support/globbing.[Ch].
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C: s/globbing.h/filefilterlist.h/ in #includes.
+       * FormFileDialog.C: add #include "filefilterlist.h"
+       * FormBibtex.C: remove #include "globbing.h".
+
+2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Layoutengine.[Ch]: Break up circular dependency between Box and
+       BoxList with the use of boost::shared_ptr. Modify to fit
+       * XFormsMenubar.[Ch]: modify to fit
+       * XFormsToolbar.[Ch]: modify to fit
+       * XFormsView.[Ch]: modify to fit
+       * XMiniBuffer.[Ch]: modify to fit
+       * XWorkArea.[Ch]: modify to fit
+
+       * LayoutEngine.C (show): use std::for_each
+       (hide): ditto
+
+       * FormPreferences.h: include xforms_helpers.h to satisfy concept
+       checks.
+
+       * FormCharacter.h: include LColor.h to satisfy concept checks.
+
+       * FormCharacter.C: do no include LColor.h
+
+2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsView.C (hasFocus): new method, always returns true for now
+
 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
+       * XFormsToolbar.C (selected): use layoutSelected
+
        * forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already
        set in config/common.am
 
 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * XFormsToolbar.C (C_ToolbarCB, selected): 
+       * XFormsToolbar.C (C_ToolbarCB, selected):
        * XFormsMenubar.C (MenuCallback): do not use the verbose argument
        to dispatch
 
 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * RadioButtonGroup.C (set): use bind, equal_to instead of
-       equal_2nd_in_pair 
+       equal_2nd_in_pair
 
        * xformsImage.C (loadableFormats): use bind, equal_to instead of
        compare_memfun