]> git.lyx.org Git - features.git/blob - src/frontends/xforms/ChangeLog
Fix UI to branch activation
[features.git] / src / frontends / xforms / ChangeLog
1 2004-03-05  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * FormDocument.C: fix user interface to branch activation
4
5 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
6
7         * FormPreferences.C, forms/form_preferences.fd: remove use_tempdir
8
9 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10
11         * FormDocument.C:
12         * forms/form_document.fd: get rid of the single/double 
13         quote toggle (accessible via lfuns now).
14
15 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
16
17         * FormFloat.C (update): "c" -> 'c' in calls to contains
18
19         * FormDocument.C (build): use boost::bind instead of bind2nd, use
20         contains<char> instead of contains_functor
21         * FormParagraph.C (build): ditto
22         * FormTabular.C (build): ditto
23         * FormVSpace.C (build): ditto
24
25 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
26
27         * RadioButtonGroup.C (is_set_button): inherit from
28         std::unary_function
29
30 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
31
32         * XFormsToolbar.C: add using statement for std::distance
33
34         * XFormsMenubar.C: add using statement for std::distance
35
36 2004-01-25  Angus Leeming  <leeming@lyx.org>
37
38         * Dialog.C (build): add the "findreplace" dialog.
39         * Dialogs2.C (showSearch): removed.
40
41         * FormSearch.[Ch]: derive from FormDialogView rather than from FormBase.
42
43 2004-01-08  Angus Leeming  <leeming@lyx.org>
44
45         * FileDialog.C (open, save):
46         * FormFileDialog:
47         the file filter mask is now passed as a FileFilterList rather than
48         as a string.
49
50         * QExternalDialog.C (browseClicked):
51         * QGraphicsDialog.C (browse_clicked):
52         * QInclude.C (browse):
53         changes doe to the name change controller().Browse() to
54         controller().browse().
55
56 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
57
58         * FormForks.C: make FindPID adaptable and constify operator()
59
60         * FormFiledialog.C: make comp_direntry adaptable
61
62 2004-01-05  Angus Leeming  <leeming@lyx.org>
63
64         * FormFiledialog.C (glob2regex, globMatch): removed.
65         (Reread): use lyx::support::expand_globs instead.
66
67 2004-01-02  Angus Leeming  <leeming@lyx.org>
68
69         * forms/fdfix.sh: no need to assume that the fdfix files are in
70         the same directory as the .fd files. Rather assume that all fdfix
71         files are in the same directory as each other.
72
73 2004-01-02  Angus Leeming  <leeming@lyx.org>
74
75         * combox.h: correct a couple of spelling mistakes in the comments.
76
77 2004-01-02  Angus Leeming  <leeming@lyx.org>
78
79         * FormFiledialog.C (globMatch): prevent crash when using an invalid
80         glob.
81         (getRegex): renamed as glob2regex.
82
83         * FileDialog.C (open): remove the block of old code that splits the
84         filter into a description and a glob using '|' as the delimiter.
85
86 2003-12-28  Angus Leeming  <leeming@lyx.org>
87
88         * xforms_helpers.C (read, write): output a diagnostic message if
89         we fail to open preferences.xform for read/write.
90
91 2003-12-15  Angus Leeming  <leeming@lyx.org>
92
93         * Color.h (NamedColor): store both the LyX and the GUI name.
94
95         * FormPreferences.h: Remove unused structs SortColorsByName,
96         SortColorsByColor. Remove unused #include "xforms_helpers.h".
97
98         * Dialogs2.C: add #include "xforms_helpers.h".
99
100         * FormPreferences.C: when manipulating the colors of the GUI use the
101         LyX name, rather than the translated GUI name, to identify the
102         associated LColor::color.
103
104 2003-12-14  Angus Leeming  <leeming@lyx.org>
105
106         * FormBranch.C: use the List interface to BranchList, simplifying the
107         code.
108
109         * FormDocument.C: overhaul the branch code, using the List
110         interface to BranchList and factoring repeated blocks into two
111         new helper functions.
112
113         * lyx_gui.C (update_color): ensure the GC is up to date.
114
115 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
116
117         * FormMinipage.[Ch]:
118         * forms/form_minipage.fd: remove from repository.
119         * Dialogs.C:
120         * Makefile.am:
121         * forms/Makefile.am: remove minipage.
122
123 2003-12-10  Angus Leeming  <leeming@lyx.org>
124
125         * FormExternal.C, forms/form_external.fd: add a 'draft' check box
126         and use it to fill InsetExternalParams::draft.
127
128 2003-12-10  Angus Leeming  <leeming@lyx.org>
129
130         * FormNote.C: changes due to the change of type of InsetNoteParams::type
131         from string to an enum.
132
133         * FormNote.[Ch]:
134         * forms/form_note.fd: re-work so that it has a similar appearance to
135         that of the Qt frontend.
136
137 2003-12-05  Angus Leeming  <leeming@lyx.org>
138
139         * FormVCLog.[Ch]: removed.
140
141         * Makefile.am: remove all mention of these files.
142
143 2003-12-05  Angus Leeming  <leeming@lyx.org>
144
145         * FormLog.C: much simplified, thanks to the more powerful interface
146         of ControlLog.
147
148         * Dialogs.C: no need anymore to build a separate VCLog dialog.
149
150 2003-12-05  Angus Leeming  <leeming@lyx.org>
151
152         * forms/form_external.fd: try and mimic Jürgen's changes to
153         ui/QExternalDialogBase.ui.
154
155 2003-12-05  Angus Leeming  <leeming@lyx.org>
156
157         * FormExternal.[Ch]:
158         * forms/form_external.fd: a total overhaul. In addition, the
159         dialog can now manipulate the transform data (rotate, scale, crop).
160
161 2003-12-05  Angus Leeming  <leeming@lyx.org>
162
163         * FormVSpace.C (apply): remove unnecessary test on form().
164         (input): correct spelling.
165
166         * xforms_helpers.C (updateWidgetsFromLengthString): add some asserts.
167
168 2003-12-04  Angus Leeming  <leeming@lyx.org>
169
170         * checkwidgets.[Ch]: add 'xforms/' to the file header so that
171         doxygen remains happy in the future.
172
173 2003-12-03  Angus Leeming  <leeming@lyx.org>
174
175         * forms/Makefile.am: use 'standard' make syntax rather than gnu-isms.
176
177 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
178
179         * forms/form_box.fd: fix parbox/minipage radio button behaviour
180
181 2003-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
182
183         * Makefile.am (stamp-xpm): remove stray 'if'
184
185 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
186
187         * FormVSpace.C: remove VSPACE::NONE.
188
189 2003-11-29  Angus Leeming  <leeming@lyx.org>
190
191         * Makefile.am (stamp-forms, stamp-xpm): don't use "if test return
192         status; then... fi" but rather use the return status direct.
193
194 2003-11-29  Angus Leeming  <leeming@lyx.org>
195
196         * FormVSpace.C
197         * forms/form_vspace.fd: follow Jürgen Spitzmüller's lead in QVSpace
198         and add a 'keep' option.
199
200 2003-11-28  Michael Schmitt  <michael.schmitt@teststep.org>
201
202         * src/frontends/xforms/forms/form_box.fd:
203         * src/frontends/xforms/FormMinipage.C:
204         * src/frontends/xforms/FormDocument.C:
205         * src/frontends/xforms/FormBox.C: fix capitalization in
206         messages; harmonize messages of different dialogs
207
208 2003-11-28  Angus Leeming  <leeming@lyx.org>
209
210         * FormVSpace (build): fill the 'choice_space' widget. Enable the other
211         two widgets when it is set to 'Length.
212
213 2003-11-28  André Pönitz  <poenitz@gmx.net>
214
215         * FormsVSpace.[Ch]: new file
216         * forms/form_vspace.fd: new file
217
218 2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
219
220         * forms/form_maths_panel.fd (label): replace label "Greek" by
221         "abg" for alpha beta gamma.
222
223         * forms/form_tabular.fd (label):
224         * FormDocument.C (build): remove use of latin1 in
225         some translatable strings. This confuses gettext.
226
227 2003-11-20  Angus Leeming  <leeming@lyx.org>
228
229         * ColorHandler.C (ctor):
230         * FormNote.C (build, update): squash warnings about comparison of
231         signed, unsigned.
232
233 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
234
235         * FormSearch.C: adjust to spellcheck changes
236
237 2003-10-27  André Pönitz  <poenitz@gmx.net>
238
239         * FormParagraph.C:
240         * forms/form_paragraph.fd: remove [line|pagebreak]_[above|below]
241
242 2003-10-24  Martin Vermeer  <martin.vermeer@hut.fi>
243
244         * FormMathsDelimiters.C: fixed borkage of this panel
245
246 2003-10-22  Angus Leeming  <leeming@lyx.org>
247
248         * FormExternal.C:
249         * ui/QExternalDialogBase.ui: enable the user to choose to 'preview' the
250         external file.
251
252 2003-10-14  Angus Leeming  <leeming@lyx.org>
253
254         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
255         (LyX_XErrHandler): LyX::emergencyCleanup is no longer a static function.
256         Access through LyX::cref().emergencyCleanup().
257
258 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
259
260         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
261         remove_datasocket_callback, remove_serversocket_callback):
262         functions to inform the core when the socket has changed state.
263
264 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
265
266         * lyx_gui.C (start): adjust for dispatch change
267
268 2003-10-07  Angus Leeming  <leeming@lyx.org>
269
270         * FormExternal.[Ch]:
271         * forms/form_external.fd: allow the user to alter the extradata
272         field of InsetExternal::Params.
273
274 2003-10-07  Angus Leeming  <leeming@lyx.org>
275
276         * FormExternal.C: InsetExternal::Params -> InsetExternalParams.
277
278 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
279
280         * Dialogs.C:
281         * FormBox.C:
282         * FormBox.h:
283         * Makefile.am:
284         * forms/Makefile.am:
285         * forms/form_box.fd: The Box patch. Fancybox support, minipage,
286         parbox
287
288 2003-10-01  Angus Leeming  <leeming@lyx.org>
289
290         * FormExternal.C (updateComboChange): changes due to the
291         introduction of namespace lyx::external.
292
293 2003-09-29  Angus Leeming  <leeming@lyx.org>
294
295         * FormGraphics.C: remove incorrect comment.
296         * forms/form_graphics.fd: prettify a little.
297
298 2003-09-26  Angus Leeming  <leeming@lyx.org>
299
300         * FormFiledialog.C (regexMatch): renamed as globMatch.
301
302 2003-09-25  Angus Leeming  <leeming@lyx.org>
303
304         * FormFiledialog.C (regexMatch): moved here from lstrings.[Ch] because
305         this is the only place using this 'massaged' regex.
306
307 2003-09-25  Angus Leeming  <leeming@lyx.org>
308
309         * FormExternal.C (update, apply): InsetExternal::Params::
310         templatename now has accessor functions.
311
312 2003-09-24  Martin Vermeer  <martin.vermeer@hut.fi>
313
314         * FormNote.C: generalize loop end/vector size
315
316 2003-09-23  Angus Leeming  <leeming@lyx.org>
317
318         * FormExternal.C (updateComboChange): use formatted to ensure that the
319         help text fits in the browser.
320
321 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
322
323         * XFormsToolbar.C: adjust
324
325         * XFormsMenubar.C (create_submenu): change to update a cache of
326         FuncRequest for the MenuItems.
327         (MenuCallback): adjust
328
329         * lyx_gui.C (parse_init): fix new bug
330
331         * XFormsToolbar.C (XFormsToolbar): fix new bug
332
333         * LyXKeySymFactory.C (create): fix new bug
334
335         * FormDialogView.C (FormDialogView): fix new bug
336
337         * FormBase.C (FormBase): fix new bug
338
339         * FileDialog.C (FileDialog): fix new bug
340
341 2003-09-19  Angus Leeming  <leeming@lyx.org>
342
343         * FormInclude.C: changes dues to the changed storage in InsetInclude,
344         from an InsetInclude::params to an InsetCommandParams.
345
346 2003-09-18  Angus Leeming  <leeming@lyx.org>
347
348         * FormInclude.C (apply): No need to set InsetInclude::Params::flag;
349         the variable has been removed. Instead, set the command name directly.
350
351 2003-09-18  Angus Leeming  <leeming@lyx.org>
352
353         * Color.C:
354         * Color.h:
355         * ColorHandler.C:
356         * ColorHandler.h:
357         * FormCharacter.h:
358         * XPainter.C:
359         * XPainter.h:
360         * lyx_gui.C: rename EnumLColor as LColor_color.
361
362 2003-09-16  Angus Leeming  <leeming@lyx.org>
363
364         * xformsImage.[Ch]: separate interface from implementation. Make all the virtual
365         functions private.
366
367 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
368
369         * lyx_gui.C: use namespace alias for lyx::support::os
370
371 2003-09-16  Angus Leeming  <leeming@lyx.org>
372
373         * FormDocument.C: add #include "LColor.h".
374
375 2003-09-16  Angus Leeming  <leeming@lyx.org>
376
377         * FormCharacter.C, FormPreferences.C, lyx_gui.C, xfont_loader.C:
378         add #include "LColor.h".
379
380 2003-09-15  Angus Leeming  <leeming@lyx.org>
381
382         * Color.C:
383         * ColorHandler.C:
384         * XPainter.C:
385         * xformsImage.C
386         * xscreen.C: add #include "LColor.h".
387
388         * Color.h: remove #include "LColor.h".
389
390         * Color.[Ch] (getRGBColor):
391         * ColorHandler.[Ch] (colorPixel, getGCForeground, getGCLinepars, updateColor):
392         pass EnumLColor args, rather than LColor::color ones.
393
394         * FormCharacter.h: store vector<EnumLColor> color_.
395
396         * XPainter.[Ch] (point, line, lines, rectangle, fillPolygon):
397
398         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
399         than LColor::color ones.
400
401         * xformsImage.C:
402
403 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
404
405         * Color.C
406         * FormMathsDelim.C
407         * FormMathsMatrix.C
408         * lyx_gui.C: remove usage of STRCONV
409
410 2003-09-15  Angus Leeming  <leeming@lyx.org>
411
412         * xforms_helpers.C:
413         * RadioButtonGroup.C: add #include <boost/assert.hpp>.
414
415 2003-09-15  Angus Leeming  <leeming@lyx.org>
416
417         * forms/fdfix[ch].sed, tmp_str,sed: POSIX-compliant sed.
418
419 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
420
421         * several files: change Assert to BOOST_ASSERT
422
423 2003-09-08  Angus Leeming  <leeming@lyx.org>
424
425         * FormFiledialog.C (UserCache::add, GroupCache::add): convert
426         uid_t, gid_t to int to avoid compiler complaining about call to
427         overloaded tostr being ambiguous.
428
429 2003-09-08  Angus Leeming  <leeming@lyx.org>
430
431         * Alert_pimpl.C:
432         * FileDialog.C:
433         * FormBibtex.C:
434         * FormCharacter.C:
435         * FormCitation.C:
436         * FormDocument.C:
437         * FormMathsDelim.C:
438         * FormNote.C:
439         * FormPreferences.C:
440         * FormSpellchecker.C:
441         * FormToc.C:
442         * RadioButtonGroup.C:
443         * XFormsMenubar.C:
444         * XMiniBuffer.C:
445         * XPainter.C:
446         * xforms_helpers.C:
447         * xscreen.C: remove redundant using directives.
448
449 2003-09-07  Angus Leeming  <leeming@lyx.org>
450
451         * FormAboutlyx.h: remove #include <boost/scoped_ptr.hpp>.
452         * FormBase.h: remove #include "support/std_string.h".
453         * FormCharacter.h: remove #include "lyxfont.h", "LColor.h", "character.h".
454         * FormDialogView.h: remove #include "support/std_string.h",
455         <boost/scoped_ptr.hpp>.
456         * FormMathsBitmap.h: remove <boost/shared_ptr.hpp>.
457         * FormPreferences.h: remove #include "Color.h", <utility>.
458         * Tooltips.h: remove #include <boost/utility.hpp>.
459         * XFormsMenubar.h: remove #include <map>.
460         * xfont_loader.h: remove #include "support/std_string.h".
461         * xfont_metrics.h: remove #include "support/std_string.h", "font_metrics.h"
462
463 2003-09-06  Angus Leeming  <leeming@lyx.org>
464
465         * FormParagraph.C: add Spacing.h and vspace.h includes.
466
467 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
468
469         * Color.C:
470         * ColorHandler.C:
471         * FontInfo.C:
472         * xfont_loader.C: re-add missing system headers, needed for 2.95.2.
473
474 2003-09-05  Angus Leeming  <leeming@lyx.org>
475
476         * combox.h:
477         * freebrowser.h:
478         ensure that the header file can be compiled stand-alone.
479
480         * *.C: strip out redundant #includes. (180 in total.)
481         Reorder remaining #includes in consistent fashion.
482
483 2003-09-04  Angus Leeming  <leeming@lyx.org>
484
485         * Alert_pimpl.C:  move #include "debug.h" out of the header file.
486
487 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
488
489         * FormDocument.C: fix crash on doc settings for non-branched doc
490
491 2003-08-28  Angus Leeming  <leeming@lyx.org>
492
493         * RadioButtonGroup.[Ch] (unset, setEnabled): new functions extending
494         the class' functionality.
495
496 2003-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
497
498         * FormShowFile.C (build): Remove redundant "LyX:" string from title.
499
500 2003-08-21  Martin Vermeer  <martin.vermeer@hut.fi>
501
502         * FormNote.C: cosmetic fix.
503
504 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
505
506         * FormDocument.C: make the layout file's "Other" class option
507         appear on the document panel as "Extra Options".
508
509 2003-08-14  Michael Schmitt  <michael.schmitt@teststep.org>
510
511         * form/form_tabular.fd: fix shortcut ("Middle|#m" => "Middle|#M")
512
513 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
514
515         * ColorHandler.[Ch]:
516         * Dialogs.C:
517         * FormBranch.[Ch]:
518         * FormDocument.[Ch]:
519         * Makefile.am:
520         * forms/Makefile.am:
521         * forms/form_branch.fd:
522         * forms/form_document.fd: implements the
523         'branch inset' idea. This allows the output of various versions of
524         a document from a single source version, selectively outputing or
525         suppressing output of parts of the text.
526         This implementation contains a 'branch list editor' in a separate
527         tab of the document settings dialog. Branches are user definable
528         and have a "display colour" to distinguish them on-screen.
529
530         ColorHandler was somewhat cleaned up.
531         (1) make possible a dynamically growing LColor list by allowing
532         the graphic context cache to grow along (vector);
533         (2) eliminate an IMHO unnecessary step in colour allocation.
534
535 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
536
537         * FormMathsMatrix.C: rename "Center" to "Middle"
538         * FormTabular.C: replace radio_valign_center by radio_valign_middle;
539         rename LyXTabular::LYX_VALIGN_CENTER to LyXTabular::LYX_VALIGN_MIDDLE;
540         * form/form_paragraph.fd: rename "Centered" to "Center"
541         * forms/form_tabular.fd: rename "Center" to "Middle"
542
543 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
544
545         * .cvsignore: add lyx_forms.h-tmp, stamp-forms, lyx_xpm.h-tmp,
546         stamp-xpm.
547
548 2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
549
550         * Color.C: Kayvan's std::setw micropatch.
551
552 2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
553
554         * Color.[Ch]:
555         * FormPreferences.C: moved the RGB to hex string method
556         from FormPreferences to Color and added a hex string to RGB
557         method.
558
559 2003-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
560
561         * Makefile.am (BUILT_SOURCES): add lyx_forms.h and lyx_xpm.h
562
563 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
564
565         * Makefile.am (libxforms_la_LIBADD): use XFORMS_LIBS
566         (lyx_xpm.h, lyx_forms.h): use nifty stamp- trick that prevents the
567         recompilation of the xforms frontend everytme configure runs.
568
569         * XFormsToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
570
571 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
572
573         * Always use std::endl with lyxerr
574
575 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
576
577         (with help from Juergen Spitzmueller)
578         * FormNote.[Ch]: add i18n support to the dialog.
579
580 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
581
582         * FormToc.C (updateType): adjust for lyx::toc
583         (updateContents): ditto
584
585 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
586
587         * XPainter.C: include lyxfont.h
588
589         * FormParagraph.C:
590         * FormGraphics.C:
591         * FormDocument.C: adapt PAPER_* enums
592
593 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
594
595         * XFormsMenubar.h:
596         * XFormsMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
597
598         * Menubar_pimpl.C:
599         * Menubar_pimpl.h: removed
600
601         * XFormsView.C: modified because of changes above
602
603 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
604
605         * XFormsToolbar.h:
606         * XFormsToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
607
608         * Toolbar_pimpl.C:
609         * Toolbar_pimpl.h: removed
610
611         * XFormsView.C: modified because of changes above
612
613 2003-07-23  Angus Leeming  <leeming@lyx.org>
614
615         * FormColorpicker.[Ch]
616         * forms/form_colorpicker.fd: new files. A color picker for xforms.
617
618         * FormPreferences.[Ch]
619         * forms/form_preferences.fd: use it.
620
621 2003-07-23  Angus Leeming  <leeming@lyx.org>
622
623         * FormExternal.C (apply, update):
624         changes due to the use of the FileName class to store the external
625         file name.
626
627         * FormGraphics.C (apply, update): use Kernel::bufferFilepath()
628         wrapper.
629
630 2003-07-21  Angus Leeming  <leeming@lyx.org>
631
632         * FormGraphics.C (apply, update):
633         changes due to the use of the FileName class to store the graphics
634         file name.
635
636 2003-07-21  Angus Leeming  <leeming@lyx.org>
637
638         * FormExternal.C (update, apply):
639         * FormGraphics.C (update, apply):
640         * FormPrefences.C (LnFmisc::update, LnFmisc::apply):
641         * XPainter.C (image):
642         * xformsImage.C (status_report, error_report): use namespace
643         lyx::graphics rather than grfx shortcut.
644
645 2003-07-18  Angus Leeming  <leeming@lyx.org>
646
647         * FormNote.C (build): add a tooltip.
648
649 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
650
651         * FormDialogView.h (controller): ditto
652
653         * FormBase.h (controller): follow C++ rules more closely.
654
655 2003-07-16  Angus Leeming  <leeming@lyx.org>
656
657         * FormDialogView.C (postMessage): remove preprocessor warning.
658
659 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
660
661         * introduce namespace lyx::graphics
662
663 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
664
665         * introcude namespace lyx::support
666
667 2003-06-30  André Pönitz  <poenitz@gmx.net>
668
669         * ColorHandler.C:
670         * FormBase.C:
671         * FormDialogView.C:
672         * FormDocument.C: #ifdef BOOSTFORMAT -> bformat
673
674 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
675
676         * combox.h: fix some usage of \param
677         * freebrowser.h: ditto
678
679 2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
680
681         * lyx_gui.C (start): use BufferView::loadLyXFile
682
683 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
684
685         * FormError.[Ch]:
686         * forms/form_error.fd: removed
687         * forms/Makefile.am:
688         * Makefile.am: adjust
689         * Dialogs.C: adjust
690
691 2003-06-20  Angus Leeming  <leeming@lyx.org>
692
693         * FormBibtex.C (input, update): changes due to changed controller
694         interface.
695
696         * FormTexinfo.[Ch]: clean-up handling of TeX file databases.
697
698 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
699
700         * lyx_gui.C (start): call ::loadLyXFile instead
701         of BufferList::loadLyXFile
702
703 2003-06-19  Angus Leeming  <leeming@lyx.org>
704
705         * Dialogs.C:
706         * Dialogs2.C:
707         * FormTexinfo.[Ch]:
708         * forms/form_texinfo.fd: changes to use the new Dialog-based scheme.
709
710 2003-06-19  Juergen Spitzmueller <juergen.sp@t-online.de>
711
712         * forms/form_preferences.fd Revert Rob Lahaye's patch.
713         Weird xforms sizing issues.
714
715 2003-06-17  Angus Leeming  <leeming@lyx.org>
716
717         * Dialogs.C: rename math panel identifier as "mathpanel".
718         * Dialogs2.C (showMathPanel): removed.
719
720 2003-06-17  Angus Leeming  <leeming@lyx.org>
721
722         * Dialogs.C:
723         * Dialogs2.C
724         * FormMathsPanel.[Ch]:
725         * forms/form_maths_panel.fd: convert FormMathsPanel to the
726         new Dialog-based scheme.
727
728         * Dialogs.C:
729         * FormMathsBitmap.[Ch]:
730         * FormMathsDelim.[Ch]:
731         * FormMathsMatrix.[Ch]:
732         * FormMathsSpace.[Ch]:
733         * FormMathsStyle.[Ch]: s/ControlMath2/ControlMath/.
734
735 2003-06-17  Angus Leeming  <leeming@lyx.org>
736
737         * FormMathsBitmap.[Ch]:
738         * FormMathsDelim.[Ch]:
739         * forms/form_maths_delim.fd:
740         * FormMathsMatrix.[Ch]:
741         * forms/form_maths_matrix.fd:
742         * FormMathsPanel.[Ch]:
743         * FormMathsSpace.[Ch]:
744         * forms/form_maths_space.fd:
745         * FormMathsStyle.[Ch]:
746         * forms/form_maths_style.fd:
747         * Dialogs.C: convert FormMathsBitmap, FormMathsDelim, FormMathsMatrix,
748         FormMathsSpace and FormMathsStyle to the new Dialog-based scheme.
749
750 2003-06-12  Angus Leeming  <leeming@lyx.org>
751
752         * FormExternal.C (input): do not activate Ok, Apply when clicking on
753         "Edit File".
754
755 2003-06-11  Angus Leeming  <leeming@lyx.org>
756
757         * FormExternal.C: changes due to InsetExternal::Params no longer
758         storing the ExternalTemplate but its name.
759
760 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
761
762         * XFormsView.C: remvoe current_view global variable.
763         (create_form_form_main): and the usage
764
765         * FormDocument.C: adjust for type
766
767 2003-06-10  Angus Leeming  <leeming@lyx.org>
768
769         * FormExternal.C (input, updateComboChange):
770         show the correct help text when the dialog is opened.
771
772 2003-06-04  Angus Leeming  <leeming@lyx.org>
773
774         * FormExternal.C
775         * forms/form_external: remove the widget to input the removed
776         InsetExternal::Params::parameters variable.
777
778 2003-06-04  John Levon  <levon@movementarian.org>
779
780         * FormTabular.C: fix a crash on applying changes
781         at close
782
783 2003-06-03  John Levon  <levon@movementarian.org>
784
785         * lyx_gui.C: add sync_events()
786
787 2003-06-03  Angus Leeming  <leeming@lyx.org>
788
789         * Dialogs.C (build): change the External dialog button policy to
790         NoRepeatedApplyReadOnlyPolicy.
791
792         * FormExternal.C:
793         * forms/form_external.fd:
794         add widgets to set the way the External dialog is
795         displayed within LyX.
796         Remove the buttons to trigger the View command and the Update command
797         (duplicates Apply).
798
799 2003-06-03  Angus Leeming  <leeming@lyx.org>
800
801         * FormGraphics.C (build): a few comments.
802
803 2003-05-25  Alfredo Braunstein  <abraunst@libero.it>
804
805         * FormErrorList.C: make the error description read-only but
806         selectable. Fix a bug on the initial state.
807
808 2003-05-23  Angus Leeming  <leeming@lyx.org>
809
810         * FormExternal.C (update): the default template is the first one
811         and the choice is always active.
812
813 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
814
815         * Toolbar_pimpl.C (displayToolbar): comment out unsused parameters.
816
817 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
818
819         * FormBase.[Ch]:
820         * FormDialogView.[Ch] (setTitle): added
821         * FormErrorList.C:
822         * FormLog.C:
823         * FormShowFile.C: use setTitle
824
825 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
826
827         * FormErrorList.[Ch]: small bugs fixed
828
829 2003-05-13  Rob Lahaye  <lahaye@snu.ac.kr>
830
831         * FormPreferences.C: Change conversions-tooltip.
832
833         * forms/form_preferences.fd: modify layout (similar to Graphics dialog
834         layout)
835
836 2003-05-19  Angus Leeming  <leeming@lyx.org>
837
838         * forms/fdfixc.sed:
839         * FormAboutlyx.C (build):
840         * FormCitation.C (update):
841         * FormDocument.C (build):
842         * FormErrorList.C (updateContents):
843         * FormGraphics.C (build):
844         * FormMathsBitmap.C (build):
845         * FormMathsMatrix.C (build):
846         * FormPreferences.C (build, LnFmisc::build, OutputsMisc::build,
847         SpellOptions::build):
848         * FormRef.C (build, updateBrowser, switch_go_button):
849         * FormTabular.C (build):
850         * FormToc.C (updateContents):
851         gettext's _(str) now returns a string rather
852         than char const *, so must add a .c_str() when passing to the xforms
853         lib.
854
855 2003-05-19  Angus Leeming  <leeming@lyx.org>
856
857         * forms/c_str.sed: removed. Renamed as:
858         * forms/tmp_str.sed
859
860         * forms/Makefile.am (EXTRA_DIST): add tmp_str.sed.
861         ($(libfdesign_la_SOURCES)): make it depend on tmp_str.sed.
862
863         * forms/fdfix.sh:
864         * forms/fdfixc.sed:
865         * forms/tmp_str.sed: s/c_str\([^(]\)/tmp_str\1/.
866
867 2003-05-15 André Pönitz <poenitz@gmx.net>
868
869         * forms/Makefile.am:  add -I.. to get access to lyx_forms.h
870
871 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
872
873         * lyx_xpm.h.in: new file
874
875         * lyx_forms.h.in: new file
876
877         * forms/fdfix.sh: adjust for FORMS_H_LOCATION -> lyx_forms.h change.
878
879         * Makefile.am (EXTRA_DIST): lyx_forms.h.in lyx_xpm.h.in
880
881         * Almost all files:: FORMS_H_LOCATION -> lyx_forms.h
882
883 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
884
885         * FormErrorList.[Ch]:
886         * forms/form_errorlist.fd: added
887         * forms/Makefile.am:
888         * Makefile.am: the above additions
889         * Dialogs.C: ditto
890
891 2003-05-13 André Pönitz <poenitz@gmx.net>
892
893         * FontInfo.C:
894         * FormDocument.C:
895         * FormFiledialog.C:
896         * FormForks.C:
897         * FormGraphics.C:
898         * FormMinipage.C:
899         * FormParagraph.C:
900         * FormPreferences.C:
901         * FormPrint.C:
902         * FormSpellchecker.C:
903         * FormWrap.C:
904         * Menubar_pimpl.C: tostr from new header
905
906 2003-05-12 André Pönitz <poenitz@gmx.net>
907
908         * FormDocument.C:
909         * FormGraphics.C:
910         * xforms_helpers.C:  boost::format -> bformat  all over the place
911
912 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
913
914         * Makefile.am: better lib building
915
916         * forms/.cvsignore: add libfdesign.la
917
918         * Toolbar_pimpl.C (displayToolbar): move out-of-line
919
920         * Makefile.am: better lib building
921
922 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
923
924         * FormDocument.C: Handle document classes with missing TeX class
925         (-> class name prefix: "Unavailable: ")
926
927 2003-05-03  John Levon  <levon@movementarian.org>
928
929         * xscreen.h:
930         * xscreen.C: implement new cursor API
931
932 2003-04-30  John Levon  <levon@movementarian.org>
933
934         * Form<Various>: fix dialog titles to match new menus
935
936 2003-04-27  John Levon  <levon@movementarian.org>
937
938         * Alert_pimpl.C: ignore cancel_button (for now)
939
940 2003-04-15  John Levon  <levon@movementarian.org>
941
942         * Toolbar_pimpl.C: ignore Minibuffer
943
944 2003-04-10  John Levon  <levon@movementarian.org>
945
946         * XFormsView.C:
947         * Toolbar_pimpl.h:
948         * Toolbar_pimpl.C: API change for show/hide
949
950 2003-04-09  Angus Leeming  <leeming@lyx.org>
951
952         * FormAboutlyx.C:
953         * FormDocument.C:
954         * FormGraphics.C:
955         * FormPreferences.C:
956         * FormTabular.C:
957         * forms/form_preferences.fd: prepare the way for resizable
958         tabfolders if the xforms version is up to the task.
959
960 2003-04-09  John Levon  <levon@movementarian.org>
961
962         * Toolbar_pimpl.C:
963         * Toolbar_pimpl.h: ignore every toolbar after the first one
964
965 2003-04-09  Angus Leeming  <leeming@lyx.org>
966
967         Enable "proper" tooltips in browser widgets if your version of
968         the xforms library is recent enough.
969
970         * FormBase.C (PrehandlerCB):
971         * FormDialogView.C (PrehandlerCB): Conditional compilation of
972         "tooltips in browser widgets work-around".
973
974         * FormBibtex.C (build):
975         * FormCitation.C (build):
976         * FormForks.C (build):
977         * FormTexinfo.C (build): only set the prehandler for browser widgets
978         if xforms does not support tooltips for same.
979
980 2003-04-08  John Levon  <levon@movementarian.org>
981
982         * Toolbar_pimpl.C: remove setPixmap, use the backend
983         instead.
984
985 2003-04-08  John Levon  <levon@movementarian.org>
986
987         * Toolbar_pimpl.C: handle tooltip
988
989 2003-04-03  Angus Leeming  <leeming@lyx.org>
990
991         * combox.[ch]:
992         * freebrowser.[ch]: ensure that the formatting conforms to xforms
993         style. Add all major authors.
994
995         combox.c (fl_addto_combox): squash bug in initial selection
996         of the first line of the browser.
997
998 2003-04-03  Angus Leeming  <leeming@lyx.org>
999
1000         * freebrowser.[ch] (fl_get_freebrowser_browser): removed spurious
1001         accessor function.
1002
1003         * XMinibuffer.C:
1004         * combox.c: associated changes.
1005
1006 2003-04-03  Angus Leeming  <leeming@lyx.org>
1007
1008         * combox.[ch]: add an FL_NORMAL_COMBOX type.
1009
1010         * forms/fdfixc.sed: enable the use of both combox types.
1011
1012 2003-04-03  Angus Leeming  <leeming@lyx.org>
1013
1014         * freebrowser.c (peek_event): write C89, not C99, code.
1015
1016         * combox.[ch]:
1017         * freebrowser.[ch]: these files belong to LyX, so say so.
1018
1019         * combox.[ch] (fl_create_combox, fl_add_combox,
1020         fl_set_combox_position): change the function prototypes to use enums
1021         rather than ints.
1022
1023 2003-04-02  Angus Leeming  <leeming@lyx.org>
1024
1025         Rename some variables.
1026         * forms/form_document.fd:
1027         * FormDocument.C: ABC_doc_DEF to ABC_DEF and ABC_bullet_DEF to ABC_DEF.
1028
1029 2003-04-02  Angus Leeming  <leeming@lyx.org>
1030
1031         * combox.C:
1032         * DropDown.[Ch]: removed.
1033
1034         * combox.[ch]:
1035         * freebrowser.[ch]: replace Alejandro's Combox and John's DropDown
1036         C++ code with something that can be integrated into xforms itself.
1037
1038         * Dialogs2.C: remove #include "combox.h".
1039
1040         * FormCharacter.[Ch]:
1041         * forms/form_character.fd:
1042         * FormDocument.[Ch]:
1043         * forms/form_document.fd:
1044         * FormPreferences.[Ch]:
1045         * forms/form_preferences.fd:
1046         * Toolbar_pimpl.[Ch]: replace code using Alejandro's Combox with
1047         code using an FL_OBJECT of type FL_COMBOX.
1048
1049         * XMiniBuffer.[Ch]: replace John's DropDown with code using
1050         FL_FREEBROWSER.
1051
1052         * Makefile.am: remove combox.C, DropDown.[Ch].
1053         Add combox.c, freebrowser.[ch].
1054
1055         * forms/README:
1056         * forms/fdfix.sh:
1057         * forms/fdfixc.sed: update to suit the new combox code.
1058
1059 2003-04-02  Angus Leeming  <leeming@lyx.org>
1060
1061         * forms/form_character.fd: rearrange widget order.
1062
1063 2003-04-02  Angus Leeming  <leeming@lyx.org>
1064
1065         * FormDocument.[Ch]:
1066         * FormPreferences.[Ch]:
1067         * Toolbar_pimpl.[Ch]:
1068         * xforms_helpers.C: whitespace and formatting changes.
1069
1070 2003-04-02  Angus Leeming  <leeming@lyx.org>
1071
1072         * XFormsView.C (create_form_form_main): no longer pass this to the
1073         XMinibuffer c-tor.
1074
1075         * XMiniBuffer.[Ch]: something of a clean-up.
1076         (c-tor): no longer requires a XFormsView * in the argument list.
1077         (create_input_box): moved out of the class.
1078         (the_buffer_, input_obj_): replaced by a single input_. Having two
1079         pointers to the same FL_OBJECT was clearly barmy.
1080         (idle_timeout): don't access bufferview_func's currentState direct
1081         but rather use the new controller method. Means that XMinibuffer
1082         knows nothing about the LyX kernel.
1083
1084 2003-04-01  John Levon  <levon@movementarian.org>
1085
1086         * XFormsView.C:
1087         * Toolbar_pimpl.C: ToolbarDefaults got renamed
1088
1089 2003-04-01  John Levon  <levon@movementarian.org>
1090
1091         * Alert_pimpl.C: format error messages
1092
1093 2003-03-31  John Levon  <levon@movementarian.org>
1094
1095         * FontInfo.C:
1096         * lyx_gui.C:
1097         * xfont_loader.C: add font name helpers, move
1098         use_gui
1099
1100 2003-03-31  John Levon  <levon@movementarian.org>
1101
1102         * Alert_pimpl.C: remove alert()
1103
1104 2003-03-29  John Levon  <levon@movementarian.org>
1105
1106         * bmtable.c: handle transparent pixels
1107
1108 2003-03-29  John Levon  <levon@movementarian.org>
1109
1110         * input_validators.C: remove dead code
1111
1112 2003-03-29  John Levon  <levon@movementarian.org>
1113
1114         * Alert_pimpl.C: implement information(), warning(), error()
1115
1116 2003-03-29  John Levon  <levon@movementarian.org>
1117
1118         * xforms_helpers.h:
1119         * xforms_helpers.C: add parseShortcut()
1120
1121         * Alert_pimpl.C: fixes
1122
1123 2003-03-29  John Levon  <levon@movementarian.org>
1124
1125         * Alert_pimpl.C: implement prompt()
1126
1127 2003-03-26  Angus Leeming  <leeming@lyx.org>
1128
1129         * combox.C (show):
1130         * FormBase.C (hide, PrehandlerCB):
1131         * FormDialogView.C (hide, PrehandlerCB):
1132         remove support for xforms < 1.0.
1133
1134 2003-03-26  Angus Leeming  <leeming@lyx.org>
1135
1136         * Dialogs.C:
1137         * Dialogs2.C:
1138         * Dialogs3.C:
1139         * Dialogs_impl.h:
1140         move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
1141         move Dialog3.C to Dialogs.C.
1142
1143         * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
1144
1145 2003-03-26  Angus Leeming  <leeming@lyx.org>
1146
1147         * Dialogs.C:
1148         * Dialogs2.C:
1149         * Dialogs_impl.h: remove the thesaurus dialog.
1150
1151         * Dialogs3.C: add it here.
1152
1153         * FormThesaurus.[Ch]:
1154         * forms/form_thesaurus.fd: changes to use the new Dialog-based scheme.
1155
1156 2003-03-25  Angus Leeming  <leeming@lyx.org>
1157
1158         * Dialogs.C:
1159         * Dialogs2.C:
1160         * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
1161
1162         * Dialogs3.C: add these dialogs.
1163
1164         * FormBrowser.[Ch]:
1165         * forms/form_browser.fd:
1166         * FormLog.[Ch]:
1167         * FormShowFile.[Ch]:
1168         * FormVCLog.[Ch]: changes to use the new Dialog-based scheme.
1169
1170 2003-03-25  Angus Leeming  <leeming@lyx.org>
1171
1172         * xformsImage.C (clip): cure compiler warnings.
1173
1174 2003-03-24  Angus Leeming  <leeming@lyx.org>
1175
1176         * xforms_resize.C (get_scaling_factor): "cure" float -> int warnings.
1177
1178 2003-03-22  John Levon  <levon@movementarian.org>
1179
1180         * xscreen.C: remove "internal", unused
1181
1182 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
1183
1184         * FormChanges.C: "LyX: " in dialog's name is redundant;
1185         add few comments; fix disabling buttons when no changes found.
1186
1187         * forms/form_changes.fd: prettify layout.
1188
1189 2003-03-13  Angus Leeming  <leeming@lyx.org>
1190
1191         * Dialogs.C:
1192         * Dialogs2.C:
1193         * Dialogs_impl.h: remove paragraph dialog.
1194
1195         * Dialogs3.C: addparagraph  dialog.
1196
1197         * FormParagraph.[Ch]:
1198         * forms/form_paragraph.[Ch]: changes to use the new Dialog-based
1199         scheme.
1200
1201 2003-03-13  Angus Leeming  <leeming@lyx.org>
1202
1203         * forms/fdfix.sh:
1204         * forms/fdfixh.sed: fix #944 by making the temporary filenames unique
1205         and so enable reentrant builds on SMP machines.
1206
1207 2003-03-12  Angus Leeming  <leeming@lyx.org>
1208
1209         * Dialogs.C:
1210         * Dialogs2.C:
1211         * Dialogs_impl.h: remove character dialog.
1212
1213         * Dialogs3.C: add character dialog.
1214
1215         * FormCharacter.[Ch]:
1216         * forms/form_character.[Ch]: changes to use the new Dialog-based
1217         scheme.
1218
1219 2003-03-10  Angus Leeming  <leeming@lyx.org>
1220
1221         * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
1222         Use IgnorantPolicy for thr B.C.
1223
1224 2003-03-09  Angus Leeming  <leeming@lyx.org>
1225
1226         * lots of files: changes associated with the clean-up of the
1227         ButtonController.
1228
1229 2003-03-09  Angus Leeming  <leeming@lyx.org>
1230
1231         * Dialogs.C:
1232         * Dialogs2.C:
1233         * Dialogs_impl.h: remove merge changes dialog.
1234
1235         * Dialogs3.C: add merge changes dialog.
1236
1237         * FormChanges.[Ch]:
1238         * forms/form_changes.fd: changes to use the new Dialog-based scheme.
1239
1240 2003-03-09  Angus Leeming  <leeming@lyx.org>
1241
1242         * Dialogs.C:
1243         * Dialogs2.C:
1244         * Dialogs_impl.h: remove aboutlyx dialog.
1245
1246         * Dialogs3.C: add aboutlyx dialog.
1247
1248         * FormAboutlyx.[Ch]:
1249         * forms/form_aboutlyx.fd: changes to use the new Dialog-based scheme.
1250
1251 2003-03-09  Angus Leeming  <leeming@lyx.org>
1252
1253         * Dialogs.C:
1254         * Dialogs2.C:
1255         * Dialogs_impl.h: remove tabularcreate dialog.
1256
1257         * Dialogs3.C: add tabularcreate dialog.
1258
1259         * FormTabularCreate.[Ch]:
1260         * forms/form_tabular_create.fd: changes to use the new Dialog-based
1261         scheme.
1262
1263 2003-03-09  Angus Leeming  <leeming@lyx.org>
1264
1265         * Dialogs.C:
1266         * Dialogs2.C:
1267         * Dialogs_impl.h: remove tabular dialog.
1268
1269         * Dialogs3.C: add tabular dialog.
1270
1271         * FormTabular.[Ch]:
1272         * forms/form_tabular.fd: changes to use the new Dialog-based scheme.
1273
1274 2003-03-09  Angus Leeming  <leeming@lyx.org>
1275
1276         * FormTabular.C: changes due to the changed ControlTabular
1277         interface.
1278
1279 2003-03-07  Angus Leeming  <leeming@lyx.org>
1280
1281         * Dialogs.C:
1282         * Dialogs2.C:
1283         * Dialogs_impl.h: remove graphics dialog.
1284
1285         * Dialogs3.C: add graphics dialog.
1286
1287         * FormGraphics.[Ch]:
1288         * forms/form_graphics.fd: changes to use the new Dialog-based scheme.
1289
1290 2003-03-07  Angus Leeming  <leeming@lyx.org>
1291
1292         * Dialogs.C:
1293         * Dialogs2.C:
1294         * Dialogs_impl.h: remove minipage dialog.
1295
1296         * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
1297         label or url controllers; use ControlCommand instead.
1298
1299         * FormBibitem.[Ch]:
1300         * FormIndex.[Ch]: changes due to use of ControlCommand, above
1301
1302         * FormMinipage.[Ch]:
1303         * forms/form_minipage.fd: changes to use the new Dialog-based scheme.
1304
1305 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1306
1307         * xscreen.C: use LyXText::top_y() instead of LyXText::first_y
1308
1309 2003-02-28  Rob Lahaye  <lahaye@snu.ac.kr>
1310
1311         * FormTabularCreate.C: remove slider settings (now part of .fd file)
1312           and add tooltips.
1313
1314         * forms/form_tabular_create.fd: prettify; add slider settings and
1315           proper gravity.
1316
1317 2003-03-05  Angus Leeming  <leeming@lyx.org>
1318
1319         * FormWrap.[Ch]:
1320         * forms/form_wrap.fd: changes to use the new Dialog-based scheme.
1321
1322         * Dialogs.C:
1323         * Dialogs2.C:
1324         * Dialogs_impl.h: remove wrap dialog.
1325
1326         * Dialogs3.C: add wrap dialog.
1327
1328 2003-03-05  Angus Leeming  <leeming@lyx.org>
1329
1330         * FormFloat.[Ch]:
1331         * forms/form_float.fd: changes to use the new Dialog-based scheme.
1332
1333         * Dialogs.C:
1334         * Dialogs2.C:
1335         * Dialogs_impl.h: remove float dialog.
1336
1337         * Dialogs3.C: add float dialog.
1338
1339 2003-03-05  Angus Leeming  <leeming@lyx.org>
1340
1341         * FormInclude.[Ch]:
1342         * forms/form_include.fd: changes to use the new Dialog-based scheme.
1343
1344         * Dialogs.C:
1345         * Dialogs2.C:
1346         * Dialogs_impl.h: remove include dialog.
1347
1348         * Dialogs3.C: add include dialog.
1349
1350 2003-03-05  Angus Leeming  <leeming@lyx.org>
1351
1352         * FormExternal.[Ch]:
1353         * forms/form_external.fd: changes to use the new Dialog-based scheme.
1354
1355         * Dialogs.C:
1356         * Dialogs2.C:
1357         * Dialogs_impl.h: remove external dialog.
1358
1359         * Dialogs3.C: add external dialog.
1360
1361 2003-03-04  Angus Leeming  <leeming@lyx.org>
1362
1363         * FormText.[Ch]: the label of the input widget is passed to the
1364         FormText c-tor and used in the build method.
1365
1366         * Dialogs3.C: pass an extra arg to the FormText c-tor.
1367
1368 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
1369
1370         * FormPreferences.C
1371         * FormSento.C
1372         * xformsImage.C: Added #include "format.h"
1373
1374 2003-02-27  Angus Leeming  <leeming@lyx.org>
1375
1376         * Dialogs.C (build): add a label dialog.
1377
1378         * FormIndex.[Ch]: renamed as FormText.[Ch]
1379         * forms/form_index.fd: renamed as form_text.fd.
1380
1381         * FormText.[Ch]
1382         * forms/form_text.fd: slight refactoring to enable the class to be
1383         used by two dialogs.
1384
1385         * Makefile.am: add the new files and remove the old.
1386
1387 2003-02-27  Angus Leeming  <leeming@lyx.org>
1388
1389         * Alert_pimpl.C: make shortcuts consistent with the rest of LyX.
1390
1391 2003-02-27  Rob Lahaye  <lahaye@snu.ac.kr>
1392
1393         * FormInclude.[Ch]: use RadiobuttonGroup code, add tooltips and add
1394         comments.
1395
1396         * xformsImage.C: use lyx::float_equal() for comparing floats & doubles
1397
1398         * forms/form_include.fd: nicer layout and add proper Gravity.
1399         * forms/form_external.fd:
1400         * forms/form_forks.fd: prettifying layout.
1401
1402 2003-02-21  Angus Leeming  <leeming@lyx.org>
1403
1404         * FormDialogView.[Ch]: new base class for the xforms dialogs,
1405         deriving from Dialog::View. Otherwise identical to the existing
1406         FormBase that derives from ViewBase.
1407
1408         * Dialogs_impl.h:
1409         * Dialogs.C:
1410         * Dialogs2.C: strip out those dialogs that now use the new
1411         Dialog class as the platform for an MCV split.
1412
1413         * Dialogs3.C: new file. Lazy instantiation of those dialogs that
1414         now use the new Dialog class.
1415
1416         * FormBibitem.[Ch]:
1417         * FormBibtex.[Ch]:
1418         * FormCitation.[Ch]:
1419         * FormError.[Ch]:
1420         * FormERT.[Ch]:
1421         * FormIndex.[Ch]:
1422         * FormRef.[Ch]:
1423         * FormToc.[Ch]:
1424         * FormUrl.[Ch]:
1425         * forms/form_bibitem.fd:
1426         * forms/form_bibtex.fd:
1427         * forms/form_citation.fd:
1428         * forms/form_error.fd:
1429         * forms/form_ert.fd:
1430         * forms/form_index.fd:
1431         * forms/form_ref.fd:
1432         * forms/form_toc.fd:
1433         * forms/form_url.fd: minor changes to reflect the new heirarchy.
1434
1435         * Makefile.am: add new files.
1436
1437 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
1438
1439         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
1440
1441 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
1442
1443         * FormBibTeX.C: add double click to choose from list.
1444
1445         * forms/form_bibtex.fd: modify layout slightly.
1446
1447 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
1448
1449         * FormTexinfo.C: fix full filename lookup when showing
1450         file without fullpath.
1451
1452 2003-02-21  Angus Leeming  <leeming@lyx.org>
1453
1454         * Timeout_pimpl.[Ch]: removed.
1455         * xformsTimeout.[Ch]: new files, replacing the above.
1456         The xformsTimeout class derives from Timeout::Impl.
1457
1458 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1459
1460         * xfont_loader.C (addFontPath): make debug messages quieter
1461
1462 2003-02-21  Angus Leeming  <leeming@lyx.org>
1463
1464         * FileFialog.C (c-tor): no longer receives a LyXView &, nor passes
1465         it to the Provate c-tor.
1466         * FormFiledialog.[Ch] (c-tor): no longer receives a LyXView &.
1467         Dialogs::redrawGUI is a static member, so can reference it without
1468         a specific instance.
1469
1470 2003-02-17  John Levon  <levon@movementarian.org>
1471
1472         * FormSpellchecker.h:
1473         * FormSpellchecker.C:
1474         * ui/form_spellchecker.fd: rework, remove start, etc.
1475
1476 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1477
1478         * FormPreferences.C (apply): make sure that rc.font_norm_type is
1479         in sync with rc.font_norm
1480
1481 2003-02-16  Rob Lahaye  <lahaye@snu.ac.kr>
1482
1483         * RadioButtonGroup.[Ch]: polish radio button policy.
1484
1485 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1486
1487         * Menubar_pimpl.C (create_submenu): Some code moved to
1488         Menubackend: use MenuItem::binding(); remove code to disable
1489         menus; remove code that looks for optional+disabled or unknown
1490         actions
1491
1492 2003-02-15  John Levon  <levon@movementarian.org>
1493
1494         * forms/form_graphics.fd: 'a' shortcut was used twice
1495
1496 2003-02-14  John Levon  <levon@movementarian.org>
1497
1498         * FileDialog.C: remove spurious prohibit/allowInput()
1499
1500         * XFormsView.h:
1501         * XFormsView.C: prohibit/allowInput() -> busy(bool)
1502
1503 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1504
1505         * FormDocument.C: Reset paperpackage to NONE when
1506         papersize != A4 (bug 844)
1507
1508 2003-02-11  Angus Leeming  <leeming@lyx.org>
1509
1510         * FormRef.C:
1511         * forms/form_ref.fd: tweaks to ensure that the Ok, Apply buttons
1512         behave as expected.
1513
1514 2003-02-11  Angus Leeming  <leeming@lyx.org>
1515
1516         * xforms_helpers.[Ch] (fl_getmcolor): new function; a wrapper for the
1517         xforms routine that accepts unsigned ints.
1518
1519         * Color.[Ch] (getRGBColor): factorise code into one place.
1520
1521         * FormPreferences.[Ch] (X11hexname: not a class member. Move to
1522         namespace anon.
1523
1524         * FormPreferences.C: use fl_getmcolor and getRGBColor.
1525         * lyx_gui.C: use getRGBColor.
1526         * xformsImage.C: use getRGBColor.
1527
1528 2003-02-11  Angus Leeming  <leeming@lyx.org>
1529
1530         * bmtable.c: whitespace and indentation consistent with the other
1531         files.
1532
1533 2003-02-08  John Levon  <levon@movementarian.org>
1534
1535         * FormPreferences.C: don't call setCurrentAuthor explicitly
1536
1537 2003-02-08  John Levon  <levon@movementarian.org>
1538
1539         * Makefile.am:
1540         * forms/Makefile.am:
1541         * forms/form_changes.fd:
1542         * Dialogs.C:
1543         * Dialogs2.C:
1544         * Dialogs_impl.h:
1545         * FormChanges.h:
1546         * FormChanges.C: add changes dialog
1547
1548         * FormPreferences.h:
1549         * FormPreferences.C:
1550         * forms/form_preferences.fd: add Identity prefs
1551
1552 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
1553
1554         * FormDocument.C:
1555         * FormPreferences.C: Replace LaTeX font size names by LyX
1556         names for consistency reasons and to resolve a translation conflict
1557
1558 2003-02-02  Angus Leeming  <leeming@lyx.org>
1559
1560         * FormGraphics.C: Fix off by one error in update/apply of rotation
1561         origin.
1562
1563 2003-01-31  Angus Leeming  <leeming@lyx.org>
1564
1565         * FormBase.[Ch]: instantiate the isVisible() virtual method.
1566
1567 2003-01-30  Angus Leeming  <leeming@lyx.org>
1568
1569         * Dialogs2.C (createIndex): enable ControlCommand to create an
1570         InsetCommandParam of type "index", not null.
1571
1572 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
1573
1574         * forms/form_thesaurus.fd: add colons to labels. Shrink dialog.
1575
1576 2003-01-25  Angus Leeming  <leeming@lyx.org>
1577
1578         * forms/form_spellchecker.fd:
1579         * forms/form_thesaurus.fd: reshape a little, consistent with their
1580         Qt cousins.
1581
1582 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
1583
1584         * forms/*.fd: Missing colons (':') added to labels,
1585         all labels (except "deg") start with a capital letter now
1586         * formDocument.C:
1587         * formParagraph.C: rename "Xxxskip" to "XxxSkip"
1588
1589 2003-01-15  Angus Leeming  <leeming@lyx.org>
1590
1591         * forms/form_graphics.fd: s/Ok/OK/ consistent with all other dialogs.
1592
1593         * form_character.fd:
1594         * form_error.fd:
1595         * form_external.fd:
1596         * form_maths_panel.fd:
1597         * form_maths_space.fd:
1598         * form_maths_style.fd:
1599         * form_spellchecker.fd:
1600         * form_thesaurus.fd: Cancel/Close have Escape and occasionally Return
1601         as accelerators only.
1602
1603 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1604
1605         * FileDialog.C: implement opendir [bug 824], fix mask.
1606
1607         * FormFileDialog.[Ch]: implement SelectDir (browse directories)
1608         [bug 824].
1609
1610         * FormPreferences.C: use browsedir for paths [bug 824]
1611         do not delete paths unnecessary.
1612
1613 2003-01-13  Michael Schmitt <michael.schmitt@teststep.org>
1614
1615         * xformsImage.C (getWidth): revert "fix" that breaks behavior with
1616         xforms 1.0.
1617
1618 2003-01-13  John Levon  <levon@movementarian.org>
1619
1620         * forms/form_spellchecker.fd: remove replicated M-R shortcut.
1621
1622 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1623
1624         * forms/Makefile.am (MAINTAINERCLEANFILES): add
1625         (clean-local): delete
1626         (distclean-local): delete
1627         (.fd.C): delete
1628         (%.C): add
1629
1630 2003-01-12  Angus Leeming  <leeming@lyx.org>
1631
1632         * FormFiledialog.[Ch]: initialise and use new static member variables
1633         minw_ and minh_ to prevent the dialog from being shrunk in size.
1634         Shrink too much and xforms crashes :-(
1635
1636 2003-01-11  Angus Leeming  <leeming@lyx.org>
1637
1638         * xformsImage.C (init_graphics): turn off support for XPM files.
1639
1640 2002-01-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1641
1642         * FormTabular.C: typo.
1643
1644 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1645
1646         * FormGraphics.C:
1647         * xformsImage.C:
1648         * forms/form_bibtex.fd:
1649         * forms/form_citation.fd:
1650         * forms/form_document.fd:
1651         * forms/form_search.fd: fix inconsistent usage of spaces, colons,
1652         capitalization, and the like.
1653
1654 2002-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1655
1656         * FormTabular.C: fix bug 572, fix ReadOnly logic.
1657
1658 2003-01-06  Angus Leeming  <leeming@lyx.org>
1659
1660         * forms/fdfixc.sed: Turn off choice titles as they can contain
1661         meta-chars that just look nasty.
1662
1663 2003-01-05  John Levon  <levon@movementarian.org>
1664
1665         * XLyXKeySym.h:
1666         * XLyXKeySym.C: getISOEncoded() changed
1667
1668 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1669
1670         * input_validators.C (fl_print_range_filter): remove extra space
1671
1672         * Menubar_pimpl.C (create_submenu): do not query the status of a
1673         submenu either.
1674
1675 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1676
1677         * FormSpellchecker.C (build):
1678         * forms/form_paragraph.fd:
1679         * forms/form_maths_matrix.fd: remove extra spaces
1680
1681 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1682
1683         * Menubar_pimpl.C (create_submenu): do not query the status of a
1684         separator.
1685
1686 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1687
1688         * forms/Makefile.am (EXTRA_DIST): dist the .fd files.
1689
1690 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1691
1692         * Menubar_pimpl.C (create_submenu): correctly ignore unknown lfuns
1693
1694         * lyx_gui.C (getStatus): implement as a dummy action
1695
1696 2002-12-16  Angus Leeming  <leeming@lyx.org>
1697
1698         * XPainter.C: missed a #ifdef USE_XFORMS_IMAGE_LOADER.
1699
1700         * xformsImage.C (init_graphics): Use new #ifdef USE_JPEG_IMAGE_LOADER
1701         rather than HAVE_FLIMAGE_ENABLE_JPEG.
1702         Remove #ifdef HAVE_FLIMAGE_ENABLE_PS.
1703
1704         * FormPreferences.C:
1705         * forms/form_preferences.fd: remove override_x_deadkeys stuff.
1706
1707 2002-12-13  Angus Leeming  <leeming@lyx.org>
1708
1709         * FormBase.C:
1710         * Menubar_pimpl.C:
1711         * Tooltips.[Ch]:
1712         * XFormsView.C:
1713         * XWorkArea.C:
1714         * lyx_gui.C:
1715         * xforms_resize.C: remove work-arounds for xforms < 0.89.5.
1716
1717         * lyxlookup.[Ch]: removed.
1718
1719         * Makefile.am: associated change.
1720
1721         * combox.C: add block #ifdef FL_VERSION < 1
1722
1723 2002-12-16  Michael Schmitt  <Michael.Schmitt@teststep.org>
1724
1725         * FormGraphics.C (build): correct string for boost::format.
1726
1727 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1728
1729         * FormGraphics.C (build): add another xgettext:no-c-format
1730
1731 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1732
1733         * FormGraphics.C (build): add a xgettext:no-c-format
1734
1735 2002-12-05  John Levon  <levon@movementarian.org>
1736
1737         * XWorkArea.C: set I-beam cursor
1738
1739 2002-12-04  Angus Leeming  <leeming@lyx.org>
1740
1741         * XWorkArea.h (backgroundbox): Removed. No need to name it explicitly.
1742
1743         * XWorkArea.C (work_area_handler): move static vars inside loop,
1744         rename vars as discussed with Lars. Document changes in the text.
1745         Don't declare functions as static; use namespace anon.
1746         (setXtermCursor): removed; not used.
1747         (destroy_object): removed; not used.
1748         Remove unneeded header files ColorHandler.h, LyXView.h, filetools.h,
1749         lstrings.h, LAssert.h, cmath, cctype.
1750         Various other trivial clean-ups.
1751
1752 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1753
1754         * xforms_helpers.C: (updateWidgetsFromLength)
1755         use len.empty() instead of len.zero() [bug 490]
1756
1757 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1758
1759         * XWorkArea.C (work_area_handler): send fewer motion events if the
1760         mouse is outside the workarea.
1761
1762 2002-12-02  Angus Leeming  <leeming@lyx.org>
1763
1764         * FormIndex.C (update): if the contents aren't empty, then activate the
1765         Ok, Apply buttons on update.
1766
1767         * FormMathsDeco.[Ch]:
1768         * forms/form_maths_deco.fd: removed.
1769
1770         * Makefile.am:
1771         * forms/Makefile.am: commensurate changes.
1772
1773         * FormMathsPanel.C (build): after all John's work, don't use the
1774         button controller for the Close button, since "cancel" makes no sense
1775         here.
1776         form_maths_deco is just another bitmap dialog; no need for it to have
1777         any special code at all.
1778
1779         * FormMathsBitmap.C (build): position the bmtables correctly.
1780
1781 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1782
1783         * several files: ws changes
1784
1785 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1786
1787         * checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1
1788         will be seen as FL_COLORs.
1789
1790 2002-12-01  John Levon  <levon@movementarian.org>
1791
1792         * FormMathsBitmap.C: fix _(_(blah))
1793
1794 2002-11-30  John Levon  <levon@movementarian.org>
1795
1796         * FormMathsBitmap.C: actually set dialog_->button_close
1797           to the added button
1798
1799 2002-11-30  John Levon  <levon@movementarian.org>
1800
1801         * forms/form_maths_panel.fd: small fix
1802
1803 2002-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1804
1805         * lyx_gui.C (start): make "unhandled X11 event" debug message
1806         optional (on GUI)
1807
1808 2002-11-29  Angus Leeming  <leeming@lyx.org>
1809
1810         * Tooltips.C (init): allow tooltips to be reset.
1811
1812         * FormSpellchecker.C: having broken Rob's word count update, I guess
1813         I should fix it too ;-)
1814
1815         * FormPreferences.C (apply): if controller().isClosing() (ie, if the
1816         "save" button has been pressed), then save any modified gui colors.
1817
1818 2002-11-29  Angus Leeming  <leeming@lyx.org>
1819
1820         * forms_gettext.[Ch] (scex, idex): re-written to receive and return
1821         string not char *. The old idex function was new-ing memory and nothing
1822         that used it was ensuring that this memory didn't leak. Now safe.
1823
1824         * Alert_pimpl.C:
1825         * FormFiledialog.C:
1826         * FormPreferences.C:
1827         * forms/fdfixc.sed: associated changes.
1828
1829 2002-11-28  Rob Lahaye  <lahaye@snu.ac.kr>
1830
1831         * forms/fdfixh.sed: bug fix.
1832
1833 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
1834
1835         * xfont_loader.C (getFontinfo): Use lyxrc.*_font_foundry.
1836
1837         * FormPreferences.C: Handle lyxrc.*_font_foundry.
1838
1839 2002-11-27  Angus Leeming  <leeming@lyx.org>
1840
1841         * forms/fdfix.sh:
1842         * forms/c_str.sed: replace that nasty global c_str declaration with
1843         nice function-specific ones. Use a two-pass algorithm to do so.
1844         It's possible to do it in one-pass, but the resulting sed script
1845         must use the hold space in a convoluted manner.
1846
1847 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1848
1849         * XMiniBuffer.C (peek_event): add l10n on a string missing it.
1850
1851 2002-11-26  Angus Leeming  <leeming@lyx.org>
1852
1853         * forms_gettext.[Ch] (scex, idex): ditch the #defines and rename the
1854         functions in their place.
1855
1856         * FormBase.h (FormDB::form): Implement in 1 line not 2.
1857
1858         * fdesign_base.[Ch]: new files. All fdesign-generated structures will
1859         derive from FD_base, to minimise code duplication.
1860
1861         * Makefile.am: add new files.
1862
1863         * forms/Makefile.am (SRCS): move form_wrap.fd to the end of the list.
1864
1865         * forms/fdfix.sh: add "c_str" to namespace anon in the generated .C
1866         files if required.
1867
1868         * forms/fdfix[ch].sed: the structs now derive from FD_base, so they
1869         don't need d-tors to clean up the form.
1870         Beautify the sed to produce beautiful looking C++ code.
1871
1872 2002-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1873
1874         * FileDialog.C (save): actually return the result from
1875         FileDialog::open
1876
1877 2002-11-26  Jürgen Spitzmüller  <juergen.sp@t-online.de>
1878
1879         * FormTabular.C: correct lots of bugs in the setting/getting of
1880         longtable options.
1881
1882 2002-11-25  Angus Leeming  <leeming@lyx.org>
1883
1884         * Dialogs_impl.h:
1885         * Dialogs2.C: no need to include math sub dialog header files.
1886         Use standard MCV implementation of main math panel dialog.
1887
1888         * FormBaseDeprecated.[Ch]:
1889         * FeedbackController.[Ch]: removed.
1890
1891         * FormBase.[Ch]: Merge the contents of FeedbackController into here
1892         also.
1893         (FormCB): make the controller methods publicly accessible.
1894
1895         * forms/form_maths_deco.fd:
1896         * forms/form_maths_delim.fd:
1897         * forms/form_maths_matrix.fd:
1898         * forms/form_maths_panel.fd:
1899         * forms/form_maths_space.fd:
1900         * forms/form_maths_style.fd: s/Deprecated//
1901
1902         * FormMathsBitmap.[Ch]:
1903         * FormMathsDeco.[Ch]:
1904         * FormMathsDelim.[Ch]:
1905         * FormMathsMatrix.[Ch]:
1906         * FormMathsPanel.[Ch]:
1907         * FormMathsSpace.[Ch]:
1908         * FormMathsStyle.[Ch]: implement a Controller-View split of the math
1909         dialogs.
1910
1911 2002-11-22  Angus Leeming  <leeming@lyx.org>
1912
1913         The first step towards a math dialog controller...
1914
1915         * FormBaseDeprecated.h (hide): make public.
1916
1917         * FormMathsPanel.[Ch] (class FormMathsPanel):
1918         (c-tor, build): no longer create the daughters in the c-tor. Wait
1919         until build() is invoked to create and initialise them at the same time.
1920         (dispatchFunc): now has an additional string argument, making it a
1921         more general wrapper for LyXView::dispatch.
1922         (mathDisplay, setActive): removed.
1923         (daughters_): store the daughter dialogs in a map, using
1924         the FL_OBJECT buttons to identify them.
1925         (addDaughter, showDaughter): helper functions.
1926
1927         * FormMathsPanel.[Ch] (class FormMathsSub):
1928         (connect, disconect): removed. No need for the daughters to tell the
1929         parent that they're active; the parent knows already.
1930         (isVisible): new method; wrapper for form()->visible.
1931         no need to make FormMathsPanel a friend.
1932
1933         * FormMathsDelim.C (apply):
1934         * FormMathsMatrix.C (apply):
1935         use FormMathPanel::dispatchFunc() rather than LyXView::dispatch().
1936
1937 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1938
1939         * FormGraphics.C (build): use boost::format
1940
1941         * FeedbackController.C (postMessage): use boost::format
1942
1943         * ColorHandler.C (getGCForeground): use boost::format
1944
1945 2002-11-21  Angus Leeming  <leeming@lyx.org>
1946
1947         * FormDocument.[Ch]:
1948         * forms/form_document.fd: controller-view split of doc dialog.
1949
1950         * Dialogs_impl.h:
1951         * Dialogs2.C: changes due to controller-view split of doc dialog.
1952
1953 2002-11-21  Angus Leeming  <leeming@lyx.org>
1954
1955         * forms/fdfix.sh: Don't use "if [ $? -ne 0 ]; then..."
1956
1957         * FormSpellchecker.C (updateState): new method, replacing Black Magic.
1958         Should also resolve Darren Freeman's redraw of the status bar problem.
1959
1960 2002-11-20  Angus Leeming  <leeming@lyx.org>
1961
1962         * forms/fdfix.sh:
1963         * forms/fdfixh.sed: strengthen the sed in the sed script and further
1964         beautify the contents of the resultant .h file.
1965
1966 2002-11-20  Angus Leeming  <leeming@lyx.org>
1967
1968         * MathsCallbacks.h: removed.
1969         * Makefile.am: remove MathsCallbacks.h.
1970
1971         * FormMathsPanel.C (FormMathsPanel): use vector(begin, end) c-tor
1972         rather than our home-grown loops.
1973
1974         * FormMathsPanel.h:
1975         * forms/fdfix.sh: no longer #include "MathsCallbacks.h".
1976
1977         * FormMathsPanel.C (input):
1978         * forms/form_maths_panel.fd: don't pass/use MM_XYZ data.
1979
1980 2002-11-19  Angus Leeming  <leeming@lyx.org>
1981
1982         * FormInset.[Ch]: removed; no longer used after John's port of the
1983         tabular dialog to MCV.
1984
1985         * Makefile.am (libxforms_la_SOURCES): remove FormInset.[Ch].
1986
1987         * FormBase.h (show):
1988         * FormExternal.h (apply, build, update, input):
1989         * FormSpellchecker.h (apply, build, update, partialUpdate):
1990         propogate the virtual keyword.
1991
1992 2002-11-17  John Levon  <levon@movementarian.org>
1993
1994         * FileDialog.C: open/save name change
1995
1996 2002-11-15  John Levon  <levon@movementarian.org>
1997
1998         * Dialogs2.C:
1999         * Dialogs_impl.h:
2000         * FormPreferences.h:
2001         * FormPreferences.C:
2002         * FormTabular.h:
2003         * FormTabular.C:
2004         * forms/form_preferences.fd:
2005         * forms/form_tabular.fd: port tabular and prefs to MVC
2006
2007         * FormBase.h: make hide() virtual for prefs
2008
2009 2002-11-08  Angus Leeming  <leeming@lyx.org>
2010
2011         * xforms_resize.[Ch]: sigh. Hack the "get scaling" part of
2012         fl_adjust_form_size out of the xforms source and put it in here as
2013         get_scaling_factor. Resizing and then unresizing to get this info
2014         produces really nasty results...
2015
2016         I've put a request into the xforms list.
2017
2018 2002-11-08  Angus Leeming  <leeming@lyx.org>
2019
2020         * xforms_resize.[Ch]: replace scale_to_fit_tabs and scale_form with
2021         get_scale_to_fit and scale_form_horizontally, respectively. The
2022         functions are a total re-write, making use of the xforms library's
2023         fl_adjust_form_size routine. We therefore get enormously simplified
2024         code and consideration of /all/ button objects, not just those
2025         tabs in tabfolders.
2026
2027         * FormBase.C (prepare_to_show):
2028         * FormBaseDeprecated.C (prepare_to_show): use the renamed resize
2029         functions to scale the dialog so that labels fit within buttons.
2030
2031         * FormBase.C (prepare_to_show): remove bc().refresh() call, as this
2032         is done by the controller.
2033
2034 2002-11-07  Angus Leeming  <leeming@lyx.org>
2035
2036         * forms/fdfixh.sed: generate the d-tors in a clean way.
2037         * forms/fdfixc.sed: Go from "fdui->form_xxx" to "fdui->form" in
2038         a clean way.
2039
2040 2002-10-31  Herbert Voss  <voss@perce.de>
2041
2042         * FormGraphics.C (build, apply): get the rotate-list from the
2043         controller
2044
2045 2002-11-04  Angus Leeming  <leeming@lyx.org>
2046
2047         * FormGraphics.C (build): Use frnt::getBBUnits().
2048
2049 2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
2050
2051         * FormSpellchecker.C (input): fix label of spellchecker progress bar.
2052
2053 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2054
2055         * lyx_gui.C (hexname): STRCONV
2056
2057         * FormPreferences.C (X11hexname): STRCONV
2058
2059         * FormMathsMatrix.C (apply): STRCONV
2060
2061         * FormMathsDelim.C (apply): STRCONV
2062
2063         * lyx_gui.C (start): adjust signature
2064         (start): exchange magic integers for defined values.
2065
2066 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
2067
2068         * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
2069
2070         * FormGraphics.C: use lyx::float_equal.
2071
2072 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
2073
2074         * FormParagraph.[Ch]:
2075         * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
2076         of the code to make it more transparent. Use RadioButtonGroup and
2077         CheckedGlueLength for the same reason. Add tooltips.
2078
2079 2002-10-28  Angus Leeming  <leeming@lyx.org>
2080
2081         * FeedbackController.C (PrehandlerCB): show tooltips for browser
2082         widgets, working-around an xforms bug.
2083
2084         * FormBibtex.C (build):
2085         * FormCitation.C (build):
2086         * FormForks.C (build):
2087         * FormSpellchecker.C (build):
2088         * FormTexinfo.C (build):
2089         set the prehandler for the browser widgets so that we can have tooltips.
2090
2091 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
2092
2093         * xfont_loader.C (getFontinfo): Cleanup.
2094
2095 2002-10-26  John Levon  <levon@movementarian.org>
2096
2097         * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
2098
2099 2002-10-26  John Levon  <levon@movementarian.org>
2100
2101         * FormTexinfo.C: using vector
2102
2103 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
2104
2105         * xfont_loader.C (getFontinfo): Add xfonts to the font path if
2106         necessary.
2107
2108 2002-10-25  Angus Leeming  <leeming@lyx.org>
2109
2110         * FormSpellchecker.C (input): fix crash when progress == 0.
2111
2112 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2113
2114         * forms/form_print.fd:
2115         * FormPrint.[Ch]: clean-up, reflecting discussion on the list.
2116
2117         * forms/form_spellchecker.fd:
2118         * FormSpellchecker.[Ch]: add tooltips; general clean-up.
2119          add word count to dialog and improve progress status;
2120          implement single Start/Stop button;
2121
2122         * FormTabular.C (build): rearrange lines tab by tab.
2123         Use getString not fl_get_inout.
2124
2125         * FormTexinfo.C: replace View-button by catching double click in
2126         browser; allow viewing of files, irrespective of full path.
2127
2128         * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity.
2129         * FormWrap.[Ch]: simplification through the use of RadioButtonGroup
2130         and CheckedGlueLength. Add tooltips.
2131
2132 2002-10-24  Angus Leeming  <leeming@lyx.org>
2133
2134         * FormRef.C (updateBrowser): invoke updateHighlight
2135         (updateHighlight): don't select a browser item if there is no
2136         reference selected.
2137         (apply, input): use getString not fl_get_input.
2138
2139 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2140
2141         * FormExternal.C (apply):
2142         (input): fix an off-by-one index (causing a crash)
2143
2144 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2145
2146         * FormGraphics.C: use checkedWidgets to ensure that the lengths and
2147         glue lengths are valid. Improve code documentation and layout.
2148         InsetGraphicsParams::scale is now a float; modify dialog to suit.
2149
2150         * FormLog.C (update): more descriptive title and warning messages.
2151
2152         * FormMathsPanel.C (c-tor): allow dialog to be resized.
2153
2154         * FormPreamble.C (build): rearrange.
2155         (apply): use getString, not fl_get_input.
2156
2157         * FormSearch.C (build): add tooltips.
2158         (input): use getString, not fl_get_input.
2159
2160         * FormShowFile.C: more descriptive title.
2161
2162         * forms/form_browser.fd:
2163         * forms/form_preamble.fd: reshape.
2164
2165         * forms/form_graphics.fd: reshape. Remove text_warning widget.
2166
2167         * forms/form_maths_panel.fd:
2168         * forms/form_ref.fd:
2169         * forms/form_search.fd: reshape. Fix gravity.
2170
2171 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2172
2173         * FormFloat.C (input): fix the radio buttongroup behaviour.
2174
2175         * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
2176         when adding object to the group.
2177
2178         * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
2179         group.
2180
2181         * FormDocument.C: remove redundant header files.
2182
2183 2002-10-24  Angus Leeming  <leeming@lyx.org>
2184
2185         * Dialogs_impl.h: set the policy of the BibtexDialog to
2186         NoRepeatedApplyReadOnlyPolicy.
2187
2188 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2189
2190         * forms/form_float.fd: prettify and implement gravity/resize policy
2191         correctly.
2192
2193         * FormFloat.C: add tooltips, lots of comments and check the
2194         input more carefully.
2195
2196 2002-10-23  Angus Leeming  <leeming@lyx.org>
2197
2198         * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
2199         the input is invalid.
2200
2201 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2202
2203         * FormBibtex.C: remove two redundant header files.
2204
2205         * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
2206
2207         * FormDocument.C: disable resizing of the dialog.
2208         Remove redundant counter's bounds/step/precision (is set in
2209         form_document.fd).
2210
2211         * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
2212         button controller and the checkedGlueLength class to check the validity
2213         of any LyXGlueLengths.
2214
2215         * forms/form_document.fd: prettify.
2216
2217 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2218
2219         * forms/form_bibtex.fd:
2220         * forms/form_citation.fd: less bulky with proper gravity/resize policy
2221          and many other GUI layout improvements.
2222
2223         * FormBibtex.C: remove choose button, select directly instead;
2224         add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
2225
2226         * FormCitation.C: (trivial) rearrange lines; remove redundant check
2227         button settings (do that in form_citation.fd instead).
2228
2229 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
2230
2231         * FeedbackController.C: use the NORMAL rather than the SMALL sized font
2232         to display messages in the message_widget.
2233
2234         * FormGraphics.h: remove un-needed #include.
2235
2236         * FormPrint.C (build): minimal change due to change in
2237         RadioButtonGroup's semantics.
2238
2239         * RadioButtonGroup.[Ch]: something of a clean-up.
2240         (explicit c-tor): removed.
2241         (reset): removed.
2242         (set): new method, accepting an FL_OBJECT *.
2243
2244         * xforms_helpers.[Ch] (setEnabled): change lcol setting from
2245         FL_BLACK to FL_LCOL.
2246         (getString) use line=0 instead of line=-1 as default case;
2247
2248 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
2249
2250         * forms/form_aboutlyx.fd: implement the text widgets as browsers
2251
2252         * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
2253
2254 2002-10-22  Angus Leeming  <leeming@lyx.org>
2255
2256         * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
2257         order once again.
2258         Add checkedwidgets.[Ch].
2259
2260         * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
2261         CheckedGlueLength.
2262
2263         * xforms_helpers.[Ch] (isActive): new helper function.
2264
2265 2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2266
2267         * xfont_loader.C (doLoad): typo
2268
2269 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2270
2271         * FormVCLog.C (update): modify, use ostringstream
2272
2273         * FormPreamble.C (apply): modify
2274
2275         * FormLog.C (update): modify
2276
2277         * FormAboutlyx.C (build): use ostringstream, modify
2278
2279 2002-10-21  Angus Leeming  <leeming@lyx.org>
2280
2281         * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
2282         warning.
2283
2284 2002-10-21  Garst Reese <reese@isn.net>
2285
2286         * xformsImage.C (getWidth): work-around xforms bug enabling the display
2287         of the edges of an image.
2288
2289 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
2290
2291         * Tooltips.C (init): pass the /formatted/ string to xforms...
2292
2293 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
2294
2295         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
2296         function keysym().
2297
2298         * FormDocument.C (class_apply): setMessage change
2299         (apply): ditto
2300
2301 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2302
2303         * Menubar_pimpl.C (create_submenu): do not create a "More..."
2304         submenu just for one entry
2305
2306 2002-10-15  Angus Leeming  <leeming@lyx.org>
2307
2308         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
2309         dispatch on LFUN_MOUSE_MOTION.
2310
2311 2002-10-15  Angus Leeming  <leeming@lyx.org>
2312
2313         * FormCitation.C (updateBrowser): deselect the highlighted item when
2314         updating the browser.
2315
2316 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
2317
2318         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
2319
2320 2002-10-08  Angus Leeming  <leeming@lyx.org>
2321
2322         * FeedbackController.C (PrehandlerCB):
2323         * combox.C (show): use fl_get_winorigin in preference to
2324         fl_get_wingeometry.
2325
2326 2002-10-14  Angus Leeming  <leeming@lyx.org>
2327
2328         * Tooltips.h (set) make it private:
2329         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
2330
2331         * FormBase.C (show):
2332         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
2333
2334 2002-10-14  André Pönitz <poenitz@gmx.net>
2335
2336         * FormDocument.C: somebody else's fix for a hard lockup
2337
2338 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2339
2340         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
2341         Lahaye
2342
2343 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
2344
2345         * FormRef.C (update): Always list the labels of the current buffer.
2346
2347 2002-10-07  Angus Leeming  <leeming@lyx.org>
2348
2349         * FormBase.C (hide):
2350         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
2351         #ifdef required xforms version.
2352
2353 2002-10-04  Angus Leeming  <leeming@lyx.org>
2354
2355         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
2356
2357         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
2358         bare minimum.
2359
2360         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
2361         no longer necessary and are scrapped.
2362         (show): use the same, minimal fix as in PrehandlerCB to ensure that
2363         the form's x,y coords are up to date. In truth, this fix should be
2364         redundant, but not all "enter" events are caught by the prehandler.
2365
2366         * FormDocument.C (build):
2367         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
2368         combox c-tor.
2369
2370 2002-10-03  Angus Leeming  <leeming@lyx.org>
2371
2372         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
2373         folder->y coords of a tabfolder when the mouse enters the folder.
2374         This works around an xforms bug that manifests itslf as tooltips
2375         appearing in their original position after the dialog has been
2376         moved aside.
2377
2378         * FormAboutlyx.C (build):
2379         * FormDocument.C (build):
2380         * FormGraphics.C (build):
2381         * FormPreferences.C (build):
2382         * FormTabular.C (build): set the prehandler for tabfolders.
2383
2384         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
2385         to ensure that the tabfolder prehandler is called.
2386
2387 2002-10-03  Angus Leeming  <leeming@lyx.org>
2388
2389         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
2390         decimal not a hexadecimal.
2391
2392         * FormBase.C (hide):
2393         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
2394         with the dialog.
2395
2396 2002-09-30  Angus Leeming  <leeming@lyx.org>
2397
2398         * FormBase.[Ch]:
2399         * FormBaseDeprecated.[Ch]:
2400         (icon_pixmap_, icon_mask_) new member variables.
2401         (prepare_to_show) new method, containing initialisation code invoked
2402         the first time show() is called.
2403         (d-tor) destroy icon_pixmap_, if it exists.
2404         (show) ensure that the icon pixmap is generated only once.
2405
2406         * XFormsView.[Ch]:
2407         (icon_pixmap_, icon_mask_) new member variables.
2408         (d-tor) destroy icon_pixmap_, if it exists.
2409         (create_form_form_main) assign the generated pixmap to the new
2410         icon_pixmap_ member variable.
2411
2412 2002-09-26  Angus Leeming  <leeming@lyx.org>
2413
2414         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
2415
2416 2002-09-25  Angus Leeming  <leeming@lyx.org>
2417
2418         * Dialogs2.C:
2419         * Dialogs_impl.h:
2420         * FormWrap.h:
2421         * LyXKeySymFactory.C:
2422         * LyXScreenFactory.C:
2423         * Menubar_pimpl.[Ch]:
2424         * Toolbar_pimpl.[Ch]:
2425         * WorkAreaFactory.C:
2426         * lyx_gui.C: doxygen fixes.
2427
2428 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
2429
2430         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
2431         The possible placements are default/outer/left/right.
2432
2433 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2434
2435         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
2436
2437 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
2438
2439         * forms/form_maths_space.fd
2440         * FormMathSpaces: remove access to internal macros \lyx*space
2441
2442 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2443
2444         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
2445         combox, make sure the corresponding shortcut is shown in
2446         minibuffer
2447
2448 2002-09-16  John Levon  <levon@movementarian.org>
2449
2450         * forms/form_character.fd: Escape to cancel
2451
2452 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
2453
2454         * forms/form_graphics.fd:
2455         * forms/form_print.fd: minor polishing of layout
2456
2457 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2458
2459         * FormGraphics.C: improve tooltips text
2460
2461         * forms/form_graphics.fd: cosmetic change in file tab
2462
2463 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2464
2465         * FormTexinfo.C:
2466         * forms/form_filedialog.fd:
2467         * forms/form_texinfo.fd: less bulky xforms dialogs.
2468
2469 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2470
2471         * FormPrint.[Ch]:
2472         * forms/form_print.fd: new xforms print dialog layout
2473
2474 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2475
2476         * FormGraphics.C: use "Default" as first item in Origin of rotation
2477
2478         * forms/form_graphics.fd: improved layout
2479
2480 2002-09-11  Angus Leeming  <leeming@lyx.org>
2481
2482         * FormInclude.C (update): remove lyxerr call.
2483
2484 2002-09-09  John Levon  <levon@movementarian.org>
2485
2486         * FormInclude.C:
2487         * forms/form_include.fd: reorder, remove noload
2488
2489 2002-09-09  John Levon  <levon@movementarian.org>
2490
2491         * FormMathDeco.C: move latex_deco into ControlMath
2492
2493 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
2494
2495         * FormBase.C:
2496         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
2497         set minimized title (without "LyX: ") and its icon.
2498
2499         * FormSpellchecker.C:
2500         * FormSearch.C:
2501         * FormThesaurus.C: remove "LyX: " from dialog window title.
2502
2503         * FormRef.[Ch]: add proper switch for "Go to" button.
2504
2505         * FormBibitem.C:
2506         * forms/form_bibitem.fd:
2507         * FormCitation.C:
2508         * forms/form_citation.fd:
2509         * FormRef.C:
2510         * forms/form_ref.fd:
2511         * FormSpellchecker.[Ch]:
2512         * forms/form_spellchecker.fd:
2513         * forms/form_toc.fd:
2514         * forms/form_url.fd: less bulky dialogs; use proper gravity and
2515         resize policy; add few tooltips.
2516
2517 2002-09-06  Alain Castera  <castera@in2p3.fr>
2518
2519         * FormTabular.C: leave the horizontal alignment buttons alive
2520           on fixed width columns
2521
2522 2002-09-05  Angus Leeming  <leeming@lyx.org>
2523
2524         * all files: modify the headers as discussed on the list.
2525
2526 2002-08-30  John Levon  <levon@movementarian.org>
2527
2528         * MathsCallbacks.h:
2529         * forms/fdfix.sh: fix build from last change
2530
2531 2002-08-30  John Levon  <levon@movementarian.org>
2532
2533         * MathsSymbols.h:
2534         * MathsSymbols.C:
2535         * FormMathsPanel.h:
2536         * FormMathsPanel.C: remove MathsSymbols to controllers/
2537
2538 2002-08-29  John Levon  <levon@movementarian.org>
2539
2540         * MathsSymbols.h:
2541         * MathsSymbols.C:
2542         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
2543
2544 2002-08-29  John Levon  <levon@movementarian.org>
2545
2546         * MathsSymbols.C: implement splitting for AMS. nrel
2547           is broken
2548
2549 2002-08-29  John Levon  <levon@movementarian.org>
2550
2551         * MathsSymbols.C: fix two crash bugs
2552
2553 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
2554
2555         * forms/form_graphics.fd:
2556         * FormGraphics.C: re-implement the use of text_warning box.
2557
2558         * forms/form_preferences.fd:
2559         * FormPreferences.C: use displayTranslator, change display mode
2560         from four radio buttons into one choice button.
2561
2562         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
2563
2564 2002-08-24  John Levon  <levon@movementarian.org>
2565
2566         * xformsImage.C: fix build, add FIXME for Rob
2567
2568 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
2569
2570         * FormGraphics.[Ch]:
2571         * forms/form_graphics.fd: Implement new graphics dialog
2572
2573         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
2574         instead of "mono|gray|no".
2575
2576 2002-08-22  John Levon  <levon@movementarian.org>
2577
2578         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
2579
2580 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2581
2582         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
2583         for support/smart_ptr.h, change use of smart ptr to boost version
2584
2585         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
2586         is a smart_ptr)
2587         (build): use nifty 3rd arg of smart_ptr
2588         (addBitmap): ditto
2589
2590 2002-08-20  John Levon  <levon@movementarian.org>
2591
2592         * lyx_gui.C: estimate default DPI
2593
2594 2002-08-16  Angus Leeming  <leeming@lyx.org>
2595
2596         * Dialogs.C:
2597         * Dialogs2.C:
2598         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
2599
2600         * Dialogs3.C: removed.
2601
2602 2002-08-16  Angus Leeming  <leeming@lyx.org>
2603
2604         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
2605         time, old boy.
2606
2607 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
2608
2609         * FormRef.C (update): Synchronise the buffer choice and the list of
2610         labels if the dialog is re-opened.
2611
2612 2002-08-15  Angus Leeming  <leeming@lyx.org>
2613
2614         * Dialogs.C:
2615         * Dialogs2.C:
2616         * Dialogs3.C:
2617         * Dialogs_impl.h: the brave new world of Dialog creation.
2618
2619         * FormBaseDeprecated.C:
2620         * FormFiledialog.C:
2621         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
2622
2623         * guiapi.C: discard.
2624
2625         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
2626         remove guiapi.C.
2627
2628 2002-08-15  Angus Leeming  <leeming@lyx.org>
2629
2630         * lots: changed my email address to leeming@lyx.org.
2631
2632         * FormBaseDeprecated.[Ch]: return it to private derivation from
2633         boost::noncopyable.
2634
2635         * FormBaseDeprecated.[Ch]:
2636         * FormDocument.[Ch]:
2637         * FormInset.[Ch]:
2638         * FormMaths*.[Ch]:
2639         * FormPreferences.[Ch]:
2640         * FormTabular.[Ch]:
2641         pass and store references to LyXView and Dialogs, not pointers.
2642
2643         * FormInset.[Ch]: remove class FormCommand.
2644
2645 2002-08-14  Angus Leeming  <leeming@lyx.org>
2646
2647         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
2648
2649         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
2650
2651 2002-08-14  Angus Leeming  <leeming@lyx.org>
2652
2653         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
2654         derives directly from boost::noncopyable.
2655         (show): made public.
2656
2657         * FeedbackController.h: rearrange #includes.
2658
2659         * FormDocument.C:
2660         * FormMathsDeco.C:
2661         * FormMathsDelim.C:
2662         * FormMathsMatrix.C:
2663         * FormMathsPanel.C:
2664         * FormTabular.C: remove #include "Dialogs.h"
2665
2666         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
2667
2668         * FormPreferences.C: rearrange #includes.
2669
2670         * FormTabular.h (showInset, updateInset): make public.
2671
2672         * FormDocument.C (build): enable the bmtable to find the right file!
2673
2674         * guiapi.C (gui_ShowInfo): removed.
2675
2676 2002-08-13  André Poenitz  <poenitz@gmx.net>
2677
2678         * Toolbar_pimpl.C: small cleanup
2679
2680 2002-08-13  Angus Leeming  <leeming@lyx.org>
2681
2682         * FileDialog.C:
2683         * FormMathsDelim.C:
2684         * FormMathsMatrix.C:
2685         * FormMathsPanel.C:
2686         * FormPreferences.C:
2687         * Menubar_pimpl.C:
2688         * Toolbar_pimpl.C:
2689         * XFormsView.C:
2690         * lyx_gui.C:
2691         changes due to the changed LyXView interface that now returns references
2692         to member variables not pointers.
2693
2694 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2695
2696         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
2697         entries.
2698
2699 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2700
2701         * FormDocument.C (saveParamsAsDefault): use proper constructment
2702
2703 2002-08-12  Angus Leeming  <leeming@lyx.org>
2704
2705         * FormCitation.C:
2706         * FromRef.C: change due to change of ControlConnections method name,
2707         isReadonly() -> bufferIsReadonly().
2708
2709         * FormIndex.C:
2710         * FormPrint.C: no longer #include "frontends/LyXView.h".
2711
2712 2002-08-12  Angus Leeming  <leeming@lyx.org>
2713
2714         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
2715         the Dialogs::toggleTooltips signal.
2716
2717         * FormAboutlyx.[Ch]:
2718         * FormBibitem.[Ch]:
2719         * FormBibtex.[Ch]:
2720         * FormBrowser.[Ch]:
2721         * FormCharacter.[Ch]:
2722         * FormCitation.[Ch]:
2723         * FormERT.[Ch]:
2724         * FormError.[Ch]:
2725         * FormExternal.[Ch]:
2726         * FormFloat.[Ch]:
2727         * FormForks.[Ch]:
2728         * FormGraphics.[Ch]:
2729         * FormInclude.[Ch]:
2730         * FormIndex.[Ch]:
2731         * FormLog.[Ch]:
2732         * FormMinipage.[Ch]:
2733         * FormParagraph.[Ch]:
2734         * FormPreamble.[Ch]:
2735         * FormPrint.[Ch]:
2736         * FormRef.[Ch]:
2737         * FormSearch.[Ch]:
2738         * FormSendto.[Ch]:
2739         * FormShowFile.[Ch]:
2740         * FormSpellchecker.[Ch]:
2741         * FormTabularCreate.[Ch]:
2742         * FormTexinfo.[Ch]:
2743         * FormThesaurus.[Ch]:
2744         * FormToc.[Ch]:
2745         * FormURL.[Ch]:
2746         * FormVCLog.[Ch]:
2747         No longer pass Controller or Dialogs to the c-tor.
2748         No longer forward-declare Dialogs.
2749
2750         * FormBase.[Ch]: derives from ViewBase directly.
2751         No longer passed ControlButtons & or Dialogs &.
2752         (bc): new method, enabling the daughter classes to access the
2753         ButtonController.
2754         (C_FormBaseApplyCB):
2755         (C_FormBaseOKCB):
2756         (C_FormBaseCancelCB):
2757         (C_FormBaseRestoreCB):
2758         (C_WMHideCB): changes due to a change in the ViewBase class.
2759
2760         * Toolbar_pimpl.[Ch] (c-tor):
2761         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
2762
2763         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
2764
2765         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
2766         Dialogs & to the Toolbar.
2767
2768         * guiapi.C: access the controller methods by explicit invocation of the
2769         controller.
2770
2771 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2772
2773         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
2774         (class_apply): ditto
2775
2776 2002-08-08  John Levon  <levon@movementarian.org>
2777
2778         * Menubar_pimpl.C:
2779         * Toolbar_pimpl.C: lyxaction cleanup
2780
2781 2002-08-08  John Levon  <levon@movementarian.org>
2782
2783         * forms/form_thesaurus.fd: allow Esc to close dialog
2784
2785 2002-08-02  Angus Leeming  <leeming@lyx.org>
2786
2787         * FormInclude.C:
2788         * forms/form_include.fd: added a check_preview button and controlling
2789         logic. The user can now choose to preview a \input-ed file.
2790
2791 2002-08-02  Angus Leeming  <leeming@lyx.org>
2792
2793         * FormTabular.C (input):
2794         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
2795         returning a boost::shared_ptr.
2796
2797 2002-08-01  John Levon  <levon@movementarian.org>
2798
2799         * FormDocument.C: writeFile() change
2800
2801 2002-08-01  John Levon  <levon@movementarian.org>
2802
2803         * FormPreferences.h:
2804         * FormPreferences.C:
2805         * guiapi.C:
2806         * forms/form_spellchecker.fd: remove options from spellchecker
2807
2808 2002-07-30  John Levon  <levon@movementarian.org>
2809
2810         * lyx_gui.C: implement remove_read_callback()
2811
2812 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2813
2814         * XWorkArea.C (work_area_handler): change type of
2815         scrollbar_value_old to double
2816
2817 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2818
2819         * several files: strip,frontStrip -> trim,ltrim,rtrim
2820
2821 2002-07-25  John Levon  <levon@movementarian.org>
2822
2823         * lyx_gui.C:
2824         * XWorkArea.C: using dec
2825
2826 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2827
2828         * FormFloat.C: Fixed and better GUI-logic
2829
2830 2002-07-25  André Pönitz <poenitz@gmx.net>
2831
2832         * lyx_gui.C:
2833         * XWorkArea.C: add 'dec' to switch back to decimal output
2834
2835 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2836
2837         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
2838         (create_submenu): add parameter ``all_disabled'' which will be
2839         false only if the menu contains at least one working item. Disable
2840         submenus who have all_disabled true. What I could not do, though
2841         is disable menubar items when all the menu is disabled (because I
2842         know about it only when I try to open this menu)
2843
2844 2002-07-25  Herbert Voss  <voss@perce.de>
2845
2846         * FormBibtex.C (update): clear browser first
2847
2848 2002-07-25  Juergen Vigna  <jug@sad.it>
2849
2850         * XWorkArea.C (work_area_handler): set y_old and x_old to some
2851         values in the MOUSE or DRAG even.
2852
2853 2002-07-25  John Levon  <levon@movementarian.org>
2854
2855         * forms/form_float.fd: "Span columns"
2856
2857 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2858
2859         * FormFloat.C:
2860         * forms/form_float.fd: Implement default placement checkbox;
2861         some minor tweaks
2862
2863 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2864
2865         * Menubar_pimpl.C (create_submenu): add the code for splitting too
2866         long menus here. Remove call to add_toc.
2867
2868         * Menubar_pimpl.C (add_toc):
2869         (add_toc2): remove. This code is now in MenuBackend; now, all the
2870         frontend has to do is to support the item kinds Command, Submenu
2871         and Separator. The rest is done transparently.
2872
2873 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2874
2875         * FormFloat.C:
2876         * forms/form_float.fd: Implement Wide Float toggle and !-option;
2877         disable h and b with wide floats
2878
2879 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2880
2881         * Menubar_pimpl.C (create_submenu): updates due to changes in
2882         menubackend.
2883
2884 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2885
2886         * XMiniBuffer.h: add connection objects, and use them
2887         * XMiniBuffer.C (XMiniBuffer): here and
2888         (dd_init): here
2889
2890         * XFormsView.h: add connection objects, use them
2891         * XFormsView.C (XFormsView): here
2892
2893 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2894
2895         * XFormsView.C: don't call toolbar_->set()
2896
2897         * Toolbar_pimpl.h:
2898         * Toolbar_pimpl.C: rationalise code, remove half-working
2899           update stuff into simple add()
2900
2901 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2902
2903         * lyx_gui.C: add lyx_gui::exit()
2904
2905 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2906
2907         * Toolbar_pimpl.h:
2908         * Toolbar_pimpl.C: remove ->push()
2909
2910 2002-07-22  Herbert Voss  <voss@lyx.org>
2911
2912         * FormGraphics.C: add tooltips, changesize_type to size_kind.
2913         some rearrangements to the code
2914
2915 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
2916
2917         * FormToc.C: std:: fix
2918
2919 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2920
2921         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
2922
2923         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
2924         and "commandtags.h"
2925
2926         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
2927
2928         * FormSendto.C:
2929         * FormParagraph.C:
2930         * FormMinipage.C:
2931         * FormGraphics.C:
2932         * FormForks.C:
2933         * FormCitation.C:
2934         * DropDown.C: update to use new getString and getVector
2935
2936         * xforms_helpers.[Ch]: replace getVectorFromChoice and
2937         getVectorFromBrowser by getVector; replace getStringFromInput,
2938         getStringFromBrowser and getSelectedStringFromBrowser with
2939         getString, which works with input, choice and browser objects
2940
2941         * Menubar_pimpl.C:
2942         * FormToc.C: update to use new toc.[Ch]
2943
2944 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
2945
2946         * XFormsView.C: move autosave timer to LyXView.C
2947
2948 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2949
2950         * Menubar_pimpl.[Ch]: remove support for multiple menubars
2951
2952 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
2953
2954         * XMiniBuffer.h:
2955         * XMiniBuffer.C: cleanup, make start/end history work as before
2956
2957 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
2958
2959         * FormMathsDelim.C:
2960         * FormMathsMatrix.C: fix dispatch calls nicely
2961
2962 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2963
2964         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
2965         open
2966
2967         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
2968
2969 2002-04-28  Herbert Voss  <voss@perce.de>
2970
2971         * FormGraphics.C:
2972         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
2973
2974 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
2975
2976         * DropDown.h:
2977         * DropDown.C: remove unneeded LyXView *
2978
2979         * XFormsView.h:
2980         * XFormsView.C: changes for minibuffer rework
2981
2982         * XMiniBuffer.h:
2983         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
2984           old code to here
2985
2986         * lyx_gui.C: add FIXME
2987
2988 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
2989
2990         * FormMathsDelim.C:
2991         * FormMathsMatrix.C: fix dispatch calls
2992
2993 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
2994
2995         * Menubar_pimpl.C:
2996         * Toolbar_pimpl.C:
2997         * lyx_gui.C:
2998         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
2999
3000         * xfont_loader.C: remove call to messagePush(),Pop()
3001
3002 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
3003
3004         * FormFiledialog.C: Add missing #include
3005
3006 2002-07-17  Angus Leeming  <leeming@lyx.org>
3007
3008         * xformsImage.C (init_graphics): disable direct loading of PostScript
3009         files. It's more effort than it's worth.
3010
3011 2002-07-17  André Pönitz <poenitz@gmx.net>
3012
3013         * FormPreferences.C: add help for $$s feature, lots of stupid "code
3014          beautifying"
3015
3016 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3017
3018         * FormPreferences.C:
3019         * forms/form_preferences.fd: remove 2nd exit confirmation
3020
3021 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3022
3023         * XFormsView.h:
3024         * XFormsView.C: hook up view_state_changed
3025
3026 2002-07-16  Angus Leeming  <leeming@lyx.org>
3027
3028         * XPainter.C: add some #ifdef ugliness to enable the home grown image
3029         loader to work too.
3030
3031 2002-07-16  André Pönitz <poenitz@gmx.net>
3032
3033         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
3034
3035 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3036
3037         * xformsImage.h:
3038         * xformsImage.C: add isDrawable()
3039
3040         * XPainter.C: use static cast to xformsImage
3041
3042 2002-07-14  Angus Leeming  <leeming@lyx.org>
3043
3044         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
3045
3046 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
3047
3048         * lyx_gui.C: add set_read_callback()
3049
3050 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3051
3052         * lyx_gui.C: move init_graphics() into setup
3053
3054 2002-07-12  Angus Leeming  <leeming@lyx.org>
3055
3056         * xformsImage.C (width): apply fudge irrespective of library version.
3057
3058 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3059
3060         * Toolbar_pimpl.h:
3061         * Toolbar_pimpl.C: remove unused (de)activate()
3062
3063 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3064
3065         * lyx_gui.C: implement update_fonts(), font_available()
3066
3067 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3068
3069         * lyx_gui.C: add update_color()
3070
3071 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3072
3073         * FormPreferences.C:
3074         * forms/form_preferences.fd: remove file->new asks for name
3075
3076 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3077
3078         * XWorkArea.h:
3079         * XWorkArea.C: do a copy area on redraw when no geometry change
3080
3081 2002-07-11  Herbert Voss  <voss@perce.de>
3082
3083         * FormGraphics.C (input): test also the height for %-value, when
3084         importing the latex-value into the lyx-view
3085
3086 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
3087
3088         * XMiniBuffer.C (peek_event):
3089         * combox.C (peek_event):
3090         * DropDown.C (peek): support keypad keys
3091
3092 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3093
3094         * xscreen.C: add const
3095
3096 2002-07-09  Angus Leeming  <leeming@lyx.org>
3097
3098         * xformsImage.C (scale): use boost::tie.
3099         (width): fudge to fix bug in image width for xforms <= 0.89.6.
3100
3101 2002-07-08  Angus Leeming  <leeming@lyx.org>
3102
3103         * forms/fdfix.sh: whitespace.
3104
3105 2002-07-05  Angus Leeming  <leeming@lyx.org>
3106
3107         * lyx_gui.C (hexname): new function.
3108
3109 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3110
3111         * lyx_gui.C (init_graphics): boost::function assign, not
3112         boost::signal connect.
3113
3114         * combox.C (Combox): what remove does is now done implicitly from
3115         XFormsView destructor.
3116
3117         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
3118
3119         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
3120
3121         * XFormsView.C (XFormsView): hide and free form_
3122         (getForm): raw pointer return
3123         (create_form_form_main): raw pointer set
3124
3125         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
3126         implicitly from XFormsView destructor.
3127
3128 2002-07-04  André Pönitz <poenitz@gmx.net>
3129
3130         * FormInset.[Ch]: reduce #include depencies
3131
3132         * guiapi.C: suppress compiler warning
3133
3134 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3135
3136         * FormInclude.C: Comment out unneeded and wrong update mechanism
3137         (related to bug #459)
3138         *forms/form_include.fd: define missing callbacks (bug #459)
3139
3140 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
3141
3142         * FormDocument.C (build): add pt154 encoding
3143
3144 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3145
3146         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
3147
3148 2002-07-01  Angus Leeming  <leeming@lyx.org>
3149
3150         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
3151
3152 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
3153
3154         * forms/fdfix.sh: fix compilation failure on WinXP.
3155
3156 2002-06-28  Angus Leeming  <leeming@lyx.org>
3157
3158         * XPainter.[Ch]: changes associated with the name change
3159         grfx::GImage -> grfx::Image.
3160
3161         * xformsGImage.[Ch]: deleted.
3162         * xformsImage.[Ch]: new files, reflecting changed class name.
3163
3164         * Makefile.am:
3165         * lyx_gui.C: associated changes.
3166
3167 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3168
3169         * FormPreferences.C
3170         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
3171
3172 2002-06-26  Angus Leeming  <leeming@lyx.org>
3173
3174         * xformsGImage.C (load, setPixmap): changes aassociated with moving
3175         grfx::DisplayType out of grfx::GParams.
3176
3177 2002-06-25  Angus Leeming  <leeming@lyx.org>
3178
3179         * FormPreferences.C (LnFmisc::apply): Comment out the call to
3180         grfx::GCache::changeDisplay. The method no longer exists now that the
3181         pixmap generation part of the graphics loader has been moved into
3182         InsetGraphics.
3183
3184 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3185
3186         * Toolbar_pimpl.C: layout as layout
3187
3188 2002-06-21  Angus Leeming  <leeming@lyx.org>
3189
3190         * xscreen.C: add a using std::endl directive.
3191
3192 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3193
3194         * FormPreferences.h:
3195         * FormPreferences.C:
3196         * forms/form_preferences.fd: remove show_banner, display_shortcuts
3197
3198 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3199
3200         * XWorkArea.h:
3201         * XWorkArea.C: remove splash, should be handled in
3202           LyXScreen::greyOut()
3203
3204 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3205
3206         * forms/form_texinfo.fd: "Update List" not "Rescan"
3207
3208 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3209
3210         * guiapi.C: createIndex() changed
3211
3212 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3213
3214         * FormBibtex.C: use new lyx::eliminate_duplicates
3215
3216 2002-06-20 Herbert Voss  <voss@perce.de>
3217
3218         * FormBibtex.C:
3219         * forms/form_bibtex.fd: give better support for choosing the
3220         bibstyle (new browserfield with the available bibstyles).
3221         move some code of ControlTexinfo into a helper
3222         file support/tex-helpers to use some of the functions
3223
3224 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3225
3226         * XWorkArea.h:
3227         * XWorkArea.C: remove unused code, name change
3228
3229 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3230
3231         * XLyXKeySym.h:
3232         * XLyXKeySym.C: whitespace
3233
3234 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3235
3236         * XWorkArea.h: remove focus stuff, greyOut()
3237
3238 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3239
3240         * XWorkArea.C: remove focus/unfocus events
3241
3242 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3243
3244         * XWorkArea.h: remove unused methods
3245
3246 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
3247
3248         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
3249           Cleaner, smaller.
3250
3251 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3252
3253         * XWorkArea.h: remove unused width()
3254
3255 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
3256
3257         * guiapi.C: fix compile with libAiksaurus
3258
3259 2002-06-17  Herbert Voss  <voss@perce.de>
3260
3261         * forms/.cvsignore: ignore the *.lo files
3262
3263 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
3264
3265         * FormSearch.h:
3266         * FormSearch.C: focus and select search string on open (bug #77)
3267
3268 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3269
3270         * changes to let the function setup happen in frontends
3271
3272         * guiapi.C: new file
3273
3274 2002-06-16    <alstrup@diku.dk>
3275
3276         * xscreen.C (draw): After drawing, we wait for X with XSync..
3277
3278         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
3279
3280         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
3281
3282         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
3283
3284         * WorkAreaFactory.C: New file for GUII WorkArea.
3285
3286         * LyXScreenFactory.C: WorkArea GUIIized.
3287
3288 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
3289
3290         * LyXKeySymFactory.C: Added XForms implementation.
3291
3292         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
3293         stuff.
3294
3295         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
3296
3297 2002-06-14  Lyx Development team  <lyx@electronia>
3298
3299         * LyXScreenFactory.C: Implementation for XForms.
3300
3301         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
3302         called XScreen (surprise!).
3303
3304 2002-06-14  Angus Leeming  <leeming@lyx.org>
3305
3306         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
3307
3308         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
3309         if not, exit gracefully.
3310         Test whether the newly generated .h file is different from the existing
3311         one and if not discard it to prevent unnecessary recompilation in the
3312         xforms directory.
3313
3314 2002-06-14  Angus Leeming  <leeming@lyx.org>
3315
3316         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
3317         "this", ro we'll get a crash following FormBaseDeprecated's
3318         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
3319
3320         This is the only form in which all the folders are not built in the
3321         parent class direct, so this is the only one that should suffer from
3322         this bug.
3323
3324 2002-06-12  Angus Leeming  <leeming@lyx.org>
3325
3326         * form_*.[Ch]: removed from the repository.
3327         * forms/Makefile.am:
3328         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
3329
3330         * forms/form_*.fd: use a consistent naming convention for the fdesign
3331         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
3332         struct FD_aboutlyx;
3333         struct FD_aboutlyx_version;
3334         struct FD_aboutlyx_credits;
3335         struct FD_aboutlyx_license;
3336
3337         * forms/fdfix[ch].sed: no longer write the build routines for the
3338         fdesign generated FD_xyz structs as member methods of the controlling
3339         FormXyz class. It's unnecessary and needs patch files in addition to
3340         the sed magic to work properly. Thus, the structs above are now
3341         generated by routines
3342         FD_aboutlyx * build_aboutlyx(void *);
3343         FD_aboutlyx_version * build_aboutlyx_version(void *);
3344         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
3345         FD_aboutlyx_license * build_aboutlyx_license(void *);
3346
3347         * forms/README: document all the above.
3348
3349         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
3350
3351         * forms_gettext.[Ch]: new files containing only the scex, idex functions
3352         stored previously in xforms_helpers.[Ch].
3353
3354         * xforms_helpers.[Ch]: removed scex, idex functions.
3355
3356         * Most other files: minor changes associated with the above.
3357
3358 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3359
3360         * XWorkArea.h:
3361         * XWorkArea.C: move scrolling logic into here
3362
3363         * ColorHandler.h:
3364         * ColorHandler.C:
3365         * XPainter.h:
3366         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
3367         s/Painter/XPainter/
3368
3369 2002-06-12  Angus Leeming  <leeming@lyx.org>
3370
3371         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
3372
3373 2002-06-12  Angus Leeming  <leeming@lyx.org>
3374
3375         * FormParagraph.C: include ParagraphParameters.h now that
3376         ParagraphParameters is forward declared in ControlParagraph.h.
3377
3378 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
3379
3380         * FormMathsDelim.C: fix delimiter pre-display rendering
3381           mess-up bug (354)
3382
3383 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3384
3385         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
3386
3387 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3388
3389         * XFormsView.h:
3390         * XFormsView.C: move init() back to LyXView
3391
3392 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3393
3394         * GUIRunTime.C: remove in favour of ...
3395
3396         * Makefile.am:
3397         * lyx_gui.C: ... GUI startup namespace
3398
3399         * XFormsView.h:
3400         * XFormsView.C: change show() prototype
3401
3402         * XPainter.C:
3403         * xfont_loader.C: don't use GUIRunTime any more
3404
3405 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3406
3407         * ColorHandler.C:
3408         * FontInfo.h:
3409         * FormBase.C:
3410         * FormBaseDeprecated.C:
3411         * MathsSymbols.C:
3412         * Menubar_pimpl.C: minor cleanups
3413
3414 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3415
3416         * xformsGImage.C:
3417         * FontInfo.h:
3418         * FontInfo.C: some cleanup
3419
3420         * XWorkArea.C:
3421         * XFormsView.h:
3422         * XFormsView.C: some minor cleanup, use of
3423           scoped_ptr
3424
3425         * xfont_loader.h:
3426         * xfont_loader.C: rename
3427
3428 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3429
3430         * XWorkArea.h:
3431         * XWorkArea.C: use workHeight(), remove enter/leaveView
3432
3433 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3434
3435         * XWorkArea.h:
3436         * XWorkArea.C: remove belowMouse() and active()
3437
3438 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3439
3440         * xfont_metrics.h:
3441         * xfont_metrics.C:
3442         * XPainter.C: X-specific metrics stuff moved into xforms/ only
3443
3444 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
3445
3446         * FormParagraph.[Ch]: moved to mvc
3447         * form_paragraph.[Ch]: idem
3448         * forms/form_paragraph.fd: idem
3449         * Dialogs.C: idem
3450
3451 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3452
3453         * GUIRunTime.C (initialiseGraphics): condition the choice of
3454         loader on USE_XFORMS_IMAGE_LOADER
3455
3456         * xformsGImage.C (init_graphics): do not initialize jpeg support
3457         if not available
3458
3459 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3460
3461         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
3462
3463 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3464
3465         * FormMathsPanel.C: do not include ButtonController.tmpl
3466         * FormPreferences.C: ditto
3467         * xformsBC.C: ditto
3468
3469         * FormBase.h (controller): remove ViewBase:: prefix
3470
3471 2002-06-07  Angus Leeming  <leeming@lyx.org>
3472
3473         Fixes needed to compile with Compaq cxx 6.5.
3474         * ColorHandler.C:
3475         * DropDown.C:
3476         * FormThesaurus.C:
3477         all c-library variables have been moved into namespace std.
3478         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
3479
3480         * XFormsView.C: add a using std::abs directive.
3481
3482         * FormBase.h (FormCB::controller): I have had to prefix base class
3483         methods with Base:: Wierd!
3484
3485 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
3486
3487         * xformsGImage.h: an xforms build fix
3488
3489 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
3490
3491         * Tooltips.C: fix some sigc++ -> boost errors.
3492
3493 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
3494
3495         * GUIRunTime.C:
3496         * XFormsView.C:
3497         * XWorkArea.C:
3498         * xforms_resize.C:
3499         * xformsGImage.h: fixes for xforms 1.0 version
3500           checking
3501
3502 2002-05-10  Herbert Voss  <voss@perce.de>
3503
3504         * FormInclude.C (input, update): disable load-button when
3505         "use verbatim" is enabled
3506
3507 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3508
3509         * FileDialog.C (FileDialog): fix () bug when using new
3510         * xformsGImage.C (newImage): ditto
3511         * Toolbar_pimpl.C (Pimpl): ditto
3512         * xfont_loader.C (getFontinfo): ditto
3513
3514 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3515
3516         * switch from SigC signals to boost::signals.
3517
3518         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
3519
3520 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3521
3522         * FormDocument.C (input): set preamble too when saving default
3523         template.
3524
3525 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3526
3527         * Makefile.am:
3528         * XWorkArea.h:
3529         * XWorkArea.C: moved here
3530
3531 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3532
3533         * ColorHandler.h:
3534         * ColorHandler.C:
3535         * FontInfo.h:
3536         * FontInfo.C: moved here
3537
3538         * xfont_loader.h:
3539         * xfont_loader.C: moved here
3540
3541         * Makefile.am:
3542         * xfont_metrics.C: changes from above
3543
3544 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3545
3546         * Makefile.am:
3547         * XPainter.C:
3548         * xfont_metrics.h:
3549         * xfont_metrics.C: moved font metrics code
3550
3551 2002-05-24  Juergen Vigna  <jug@sad.it>
3552
3553         * FormMathsBitmap.C: include local includes first (selfcontainment)
3554         * FormMathsBitmap.h: include LString.h first.
3555
3556 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3557
3558         * XFormsView.C:
3559         * lyxlookup.h:
3560         * lyxlookup.C:
3561         * Makefile.am: move here
3562
3563 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3564
3565         * DropDown.h:
3566         * FileDialog.C:
3567         * FormBaseDeprecated.C:
3568         * FormDocument.C:
3569         * FormIndex.C:
3570         * FormInset.C:
3571         * FormMathsBitmap.C:
3572         * FormMathsDelim.C:
3573         * FormMathsMatrix.C:
3574         * FormMathsPanel.C:
3575         * FormParagraph.C:
3576         * FormPreferences.C:
3577         * FormPrint.C:
3578         * FormTabular.C:
3579         * Makefile.am:
3580         * XFormsView.h:
3581         * XFormsView.C: LyXView is now in frontends/,
3582         XFormsView moved to here
3583
3584 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3585
3586         * Makefile.am:
3587         * XPainter.h:
3588         * XPainter.C: move Painter here
3589
3590 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3591
3592         * Menubar_pimpl.C: add scoped_ptr.hpp
3593
3594         * FormPrint.h: remove smart_ptr.hpp
3595
3596         * FormBase.h: use more specific smart_ptr header
3597         * FormCharacter.h: ditto
3598         * FormMathsStyle.h: ditto
3599         * FormAboutlyx.h: ditto
3600         * Menubar_pimpl.h: ditto
3601         * FormTabular.h: ditto
3602         * FormPreferences.h: ditto
3603         * FormParagraph.h: ditto
3604         * FormMathsSpace.h: ditto
3605         * FormMathsPanel.h: ditto
3606         * FormMathsMatrix.h: ditto
3607         * FormMathsDelim.h: ditto
3608         * FormMathsDeco.h: ditto
3609         * FormGraphics.h: ditto
3610         * FormDocument.h: ditto
3611
3612 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
3613
3614         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
3615           (bug 406) (from Angus)
3616
3617 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
3618
3619         * FormDocument.C (language_apply): Fix language changing.
3620
3621 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3622
3623         * Tooltips.C: enable tooltips by default.
3624
3625 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3626
3627         * xforms_resize.h: improve the doc++ comments.
3628
3629         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
3630         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
3631         providing this info "somehow".
3632         Constify a few variables.
3633         whitespace changes.
3634
3635 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
3636
3637         * FormBase.C (show):
3638         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
3639         is widened sufficiently to display wholely the tabs of any
3640         tabbed-folders. This is more than just cosmetic as it will prevent
3641         crashes when selecting a partly displayed tab. (The problem occurs
3642         with a "long" locale like German and xforms < 0.9999.)
3643
3644         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
3645         by how much a dialog should be scaled to show its tabs fully (should
3646         it have a tabfolder).
3647
3648 2002-05-08  Garst Reese  <reese@isn.net>
3649
3650         * FormMathsDeco.C: fix offset to normal size decos.
3651
3652 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
3653
3654         * xformsGImage.C (rotate): work-around xforms bug when rotating by
3655         270 degs.
3656
3657 2002-05-02  Herbert Voss  <voss@perce.de>
3658
3659         * FormBibtex.C (apply): a change from a style to an empty one
3660         (which is valid) wasn't saved
3661
3662 2002-05-02  Herbert Voss  <voss@perce.de>
3663
3664         * FormGraphics.C (input): do not read bb new when it was changed
3665
3666 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
3667
3668         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
3669         * FormParagraph.C: "Other" -> "Custom"
3670         * FormPreferences.C: "USletter" -> "US letter" etc.
3671         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
3672         * forms/form_preferences.fd: style consistency
3673
3674 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
3675
3676         * FormCharacter.C:
3677         * FormDocument.C:
3678         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
3679
3680         * xforms_helpers.h (findPos): new template.
3681
3682         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
3683         for the rotation origins.
3684
3685         * FormGraphics.C: internationalise the rotation origin strings in the
3686         choice using the same approach as used for the language names in the
3687         Character, Document, Preferences dialogs.
3688
3689 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
3690
3691         * FormCharacter.C:
3692         * FormDocument.C:
3693         * FormPreferences.C: use the bool flag to getLanguageData as
3694         appropriate. No longer translate the strings as this is done in
3695         getLanguageData.
3696
3697 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
3698
3699         * FormBibtex.C:
3700         * FormCitation.C: fix two typos
3701
3702 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
3703
3704         * FormCharacter.h:
3705         * FormDocument.h:
3706         * FormPreferences.h: store a vector<string> lang_ of language
3707         identifiers.
3708
3709         * FormCharacter.C: changes associated with frnt::getLanguageData
3710         returning a vector<LanguagePair> rather than a vector<string>.
3711
3712         * FormDocument.C:
3713         * FormPreferences.C: internationalise the languages on display, similar
3714         to the changes in FormCharacter.C.
3715
3716 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
3717
3718         * FormMathsPanel.C: translate Close
3719         * FormGraphics.C: a little more translation
3720
3721 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3722
3723         * FormCitation.C (apply, input): ensure that the choice is always valid.
3724
3725         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
3726         identifier when performing one of the substitutions. "shortcut" can
3727         reasonably appear in the label.
3728
3729 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
3730
3731         * Makefile.am: fix typo "shoul go to" -> "should go to".
3732
3733         * forms/form_preferences.fd: Modify naming for Converter flags
3734         ("Extra flags") and remove a couple of shortcut-clashes.
3735
3736         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
3737
3738 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3739
3740         * FormBibtex.C: Do not use a blank after the comma for multiple
3741         bib-files (which is not read in correctly).
3742
3743 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3744
3745         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
3746         disable the choice.
3747
3748 2002-04-19  Juergen Vigna  <jug@sad.it>
3749
3750         * FormParagraph.C (changedParagraph): don't check for p == par_ as
3751         we don't set par_ on a changedParagraph call so we don't resete the
3752         buttons and message when we return to the original paragraph!
3753
3754 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
3755
3756         * forms/cvsignore: add Makefile.
3757
3758 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3759
3760         * forms/Makefile.am: make it a dummy make file + extra dist
3761
3762 2002-04-14  Herbert Voss  <voss@perce.de>
3763
3764         * FormCharacter.C
3765         * FormExternal.C: adding #include "support/lstrings.h"
3766         for the getStringFromVector and vice versa
3767
3768 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
3769
3770         * FormParagraph.C (changedParagraph): ensure that the warning message
3771         is removed if the underlying paragraph will accept our changes.
3772
3773 2002-04-09  Herbert Voss  <voss@perce.de>
3774
3775         * FormGraphics.C: allow rotate-values like 270.1
3776         * xformsGImage.C (rotate): get the right rotate-angle from
3777         GraphicParams
3778
3779 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
3780
3781         * xformsGImage.C (clip): no need to check if the width, height are > 0
3782         because the BoundingBox would be empty() in this weren't the case.
3783
3784 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3785
3786         * FormDocument.[Ch]: Add a new method UpdateClassParams
3787         which is used in CheckChoiceClass to update the fontsizes
3788         and other necessary stuff (pagestyle) on class change
3789         (hopefully finally fix bug #306)
3790
3791 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3792
3793         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
3794         (updatesrc): delete wrong version
3795
3796 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3797
3798         * forms/.cvsignore: add Makefile.in
3799
3800         * forms/Makefile.am: make distcheck work, new file
3801
3802         * Makefile.am: make distcheck work
3803
3804 2002-04-05  Herbert Voss  <voss@perce.de>
3805
3806         * FormGraphics.C: use correct unit bp (big point - PostScript point)
3807         for the bounding box values
3808
3809 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
3810
3811         * FormGraphics.C (updateBB, input): Don't set the path of the file
3812         passed to readBB. Let the controller do that because it knows about
3813         the buffer (and therefore the path) whereas the view has no idea.
3814
3815 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
3816
3817         * xformsGImage.C (clip): ensure that the clipped image has sensible
3818         dimensions.
3819
3820 2002-04-04  Herbert Voss  <voss@lyx.org>
3821
3822         * FormGraphics.C (updateBB):  new method to read the BBox when reading
3823         a new file or changing an existing one.
3824
3825 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3826
3827         * FormCharacter.C (findPos): add a missing typename
3828
3829 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
3830
3831         * FeedbackController.C:
3832         * FormBibtex.C:
3833         * FormCitation.C:
3834         * FormForks.C:
3835         * FormMathsBitmap.C:
3836         * FormPreferences.C:
3837         * FormSendto.C:
3838         * FormTexinfo.C:
3839         * Tooltips.C:
3840         * xforms_helpers.C: use _() correctly rather than N_().
3841
3842 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3843
3844         * FormDocument.C (CheckChoiceClass): update the necessary class
3845         settings on class change (fix bug #306)
3846
3847 2002-03-27  Herbert Voss  <voss@lyx.org>
3848
3849         * xforms_helpers.h:
3850         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
3851         and text%
3852
3853 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3854
3855         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
3856         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
3857         The MathsSymbols are now xforms-independent.
3858
3859         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
3860
3861 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3862
3863         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
3864
3865         * FormGraphics.C (input): don't disallow the input of a file that's
3866         not there.
3867
3868 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
3869
3870         * FormParagraph.C (changedParagraph): whitespace.
3871
3872         * xforms_helpers.C: rearrange #includes.
3873
3874         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
3875
3876         * FormPrint.C: changes associated with changes to RadioButtonGroup.
3877
3878         * FormGraphics.C:
3879         * forms/form_graphics.fd: rename some of the widgets.
3880
3881 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3882
3883         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
3884         file can't be found.
3885
3886         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
3887         only if the underlying paragraph will accept changes.
3888
3889         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
3890
3891         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
3892         set the choice to a unit that isn't present in the choice!
3893         Also remove #if 0 sections of code.
3894
3895 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3896
3897         * several files: ws cleanup
3898
3899 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3900
3901         * lots: whitespace changes.
3902
3903 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3904
3905         * FormParagraph.C: a little more factorisation.
3906
3907 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3908
3909         * xforms_helpers.C (setCursorColor):
3910         * Tooltips.C (set): remove XC_question_arrow code.
3911
3912         * FeedbackController.[Ch] (clearMessage): new method.
3913
3914         * FeedbackController.C (postMessage): the warning message is now
3915         displayed in red!
3916
3917         * FormParagraph.C: define some helper functions to minimise the amount
3918         of repeated code.
3919
3920         * FormDocument.C:
3921         * FormGraphics.C:
3922         * FormMinipage.C:
3923         * FormTabular.C: use the FeedbackController to post the warning
3924         messages.
3925
3926 2002-03-19  André Pönitz <poenitz@gmx.net>
3927
3928         * FormParagraph.C: whitespace changes
3929
3930 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
3931
3932         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
3933         longer call fl_set_object_helper as this routine respects line breaks
3934         only if the dialog is visible.
3935         (getTooltip): renamed as get.
3936         (toggleTooltips): renamed as set and made public.
3937
3938         * FormBase.C (show):
3939         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
3940
3941         * FormBibtex.C (build):
3942         * FormCitation.C (build):
3943         * FormForks.C (build):
3944         * FormSendto.C (build):
3945         * FormTexinfo.C (build):
3946         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
3947
3948         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
3949
3950 2002-03-18  Juergen Vigna  <jug@sad.it>
3951
3952         * FormTabular.C (update): deactivate left/right border settings for
3953         multicolumns if not an outer cell or no parent multicolumn cell.
3954
3955 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
3956
3957         * GUIRunTime.C: add spaces to error messages
3958
3959 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
3960
3961         * FormBase.C (show):
3962         * FormBaseDeprecated.C (show): set the initial state of the cursor.
3963
3964         * FormPreferences.C (Colors::apply()): use the helper function
3965         setCursorColor.
3966
3967         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
3968         Can only set the cursor if the dialog is visible.
3969
3970         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
3971         color of all cursors used by LyX.
3972         (XformsColor::read): use it.
3973
3974 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3975
3976         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
3977         housekeeping changes.
3978         1. Ensure that all radio buttons are wrapped up within a group.
3979         2. Rename all button_cancel as button_close.
3980         3. Ensure that all objects follow the naming scheme outlined in
3981            forms/README
3982
3983         class             | prefix
3984         ------------------+-------
3985         FL_BROWSER        | browser
3986         FL_BUTTON         | button
3987         FL_PIXMAPBUTTON   | button
3988         FL_CHECKBUTTON    | check
3989         FL_CHOICE         | choice
3990         FL_COUNTER        | counter
3991         FL_DIAL           | dial
3992         FL_INPUT          | input
3993         FL_FRAME          | frame
3994         FL_LABELFRAME     | frame
3995         FL_ROUND3DBUTTON,
3996         RADIO_BUTTON      | radio
3997         FL_SLIDER         | slider
3998         FL_VALSLIDER      | slider
3999         FL_TABFOLDER      | tabfolder
4000         FL_TEXT           | text
4001
4002         The only exceptions to this are objects that are to be converted
4003         in the sed scripts. At the moment this applies only to bmtable:
4004
4005         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
4006
4007 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4008
4009         * doxygen fixes.
4010
4011 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4012
4013         * FeedbackController.C: improve a comment.
4014
4015         * FormFiledialog.C: whitespace change.
4016
4017         * FormBibitem.C (build):
4018         * FormBibtex.C (build):
4019         * FormCitation.C (build):
4020         * FormDocument.C (build):
4021         * FormExternal.C (build):
4022         * FormGraphics.C (build):
4023         * FormInclude.C (build):
4024         * FormIndex.C (build):
4025         * FormMathsMatrix.C (build):
4026         * FormMinipage.C (build):
4027         * FormParagraph.C (build):
4028         * FormPrint.C (build):
4029         * FormRef.C (build):
4030         * FormSendto.C (build):
4031         * FormSpellchecker.C (build):
4032         * FormTabular.C (build):
4033         * FormThesaurus.C (build):
4034         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
4035         Means that pasting with the middle mouse button will activate the
4036         Ok, Apply buttons.
4037
4038         * FeedbackController.C (MessageCB): fix crash by removing
4039         Assert(message_widget_) and returning silently in this case.
4040         Can happen quite justifiably.
4041
4042         * Most files: consistent comments at the top of the file, usable by
4043         sourcedoc.
4044
4045 2002-03-09  Herbert Voss  <voss@lyx.org>
4046
4047         * FormGraphics.C: test if file exists, simplify an if command
4048
4049 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
4050
4051         * FormToc.C: make goto not reset the dialog
4052
4053 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
4054
4055         * FeedbackController.[Ch]: new files, providing a standard interface to
4056         the feedback and warning messages. Created by stripping code out of
4057         FormBase.
4058
4059         * FormBase.[Ch]: strip out all the feedback code and simplify yet
4060         further the tooltips code.
4061
4062         * FormBase.[Ch]:
4063         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
4064         Derive both classes from FeedbackController so daughter classes each
4065         have a common interface for same.
4066
4067         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
4068         Tooltips wrapper class.
4069
4070         * Tooltips.[Ch]: work out how to update tooltips when using
4071         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
4072         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
4073         and when the dialog has some tooltips.
4074
4075         * FormPreferences.[Ch]: strip out all the feedback code and use
4076         the FeedbackController.
4077
4078         * xforms_helpers.C: save the color of the gui pointer.
4079
4080         * FormBibtex.[Ch]:
4081         * forms/form_bibtex.fd:
4082         * FormCitation.[Ch]:
4083         * forms/form_citation.fd:
4084         * FormForks.[Ch]:
4085         * forms/form_forks.fd:
4086         * FormSendto.[Ch]:
4087         * forms/form_sendto.fd:
4088         * FormTexinfo.[Ch]:
4089         * forms/form_texinfo.fd: remove "Help" button and rejig for much
4090         simplified tooltips code.
4091
4092         * Makefile.am: add FeedbackController.[Ch].
4093
4094 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4095
4096         * FormGraphics.C: Tiny stylistic correction.
4097
4098 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4099
4100         * FormGraphics.C:
4101                 - Make radiobuttons change too when using Latex size in
4102                   lyxview and vice versa.
4103                 - Fix a typo where the value for height (lyxview) was
4104                   taken from width (size).
4105                 - Remove *%-values from lyxview.
4106                 - Add an Alert when using "Get Latex size" and that contains
4107                   *%-values.
4108         * FormTabular.C: Remove obsolete comment.
4109
4110 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
4111
4112         * FormMathsDeco.C: add leftrightarrows to the bitmap.
4113
4114         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
4115
4116 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4117
4118         * xformsGImage.C (statusCB, errorCB): close the file streams once the
4119         image is loaded or if an error occurs.
4120         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
4121         it permanently (and does not make a copy!).
4122
4123 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4124
4125         * xformsGImage.[Ch]: new files. An image loader based on xforms library
4126         routines.
4127
4128         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
4129         your version of the xforms libraries is up to the task.
4130
4131         * Makefile.am: compile the xforms image loader if so configured.
4132
4133 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4134
4135         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
4136
4137         * Dialogs.C:
4138         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
4139
4140 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4141
4142         * FormDocument.C (build): add a std:: qualifier to remove_if.
4143
4144 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4145
4146         * Toolbar_pimpl.[Ch]: layout as string
4147
4148         * FormParagraph.C: layout as string
4149
4150         * FormDocument.C (build): use remove_if and contains_functor
4151         layout as string
4152
4153 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
4154
4155         * FormMathsBitmap.[Ch]:
4156         * FormMathsPanel.C: Give window titles to bit map sub-panels.
4157
4158 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4159
4160         * Dialogs.C (initialiseGraphics): a new static method.
4161         Remove Allan's venerable description as I think it's past its sell-by
4162         date.
4163
4164 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
4165
4166         * FormBase.C:
4167         * FormBaseDeprecated.C:
4168         * FormFiledialog.C: possible fix to the Bad Window problems that some
4169         people have been experiencing.
4170
4171 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4172
4173         * FormForks.C (input_button_all): resolve comparison between signed
4174         and unsigned.
4175
4176 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4177
4178         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
4179         submenus in menubar.
4180
4181 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
4182
4183         * FormForks.[Ch]:
4184         * forms/form_forks.fd: new files. A view for the Forked Child
4185         processes dialog, enabling the user to see what forked processes
4186         are running, and, if he so desires, to kill them.
4187
4188         * Dialogs.C: add the class Forked Child dialog.
4189
4190         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
4191
4192         * forms/makefile: add form_forks.fd.
4193
4194         * FormPreferences.C (LnFmisc::apply): rather ugly: call
4195         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
4196
4197 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4198
4199         * forms/form_graphics.fd: Enlarge Restore button.
4200         * FormGraphics.C: Set filter to bounding box input fields.
4201
4202 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4203
4204         * Makefile.am: simpler obj. file compiling
4205
4206 2002-02-20  Juergen Vigna  <jug@sad.it>
4207
4208         * FormTabular.C (input): don't call the autoapply on exit input calls
4209         if we don't really have a change!
4210
4211 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4212
4213         * FormBase.h (FormCB): tiny bugfix.
4214
4215         * xforms_helpers.h: remove incorrect comment.
4216
4217 2002-02-18  Herbert Voss  <voss@lyx.org>
4218
4219         * FormGraphics.C: same units for LyX and Latex view, cosmetics
4220
4221 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4222
4223         * Timeout_pimpl.[Ch] (running): new method.
4224
4225 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4226
4227         * FormParagraph.C:
4228         * FormTabular.C: added a using std::remove_if directive.
4229
4230 2002-02-14  Herbert Voss  <voss@lyx.org>
4231
4232         * xforms_helpers.h: fix bug with "?%" units
4233
4234 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
4235         * forms/form_graphics.fd:
4236         * form_graphics.C: minor layout changes, such as stretching all
4237         tab-windows to equal sizes and better keyboard-shortcuts.
4238
4239 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
4240         * forms/form_graphics.fd:
4241         * form_graphics.C: minor layout changes, such as stretching all
4242         tab-windows to equal sizes and better keyboard-shortcuts.
4243
4244 2002-02-12  Herbert Voss  <voss@lyx.org>
4245
4246         * forms/form_graphics.fd:
4247         * form_graphics.[Ch]: small changes to the layout, mentioned
4248         by Rob
4249
4250         * FormGraphics.C: fix bug with use of updateWidget... when
4251         no unit is given.
4252
4253 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
4254
4255         * FormMinipage.C: return SMI_VALID on other form changes
4256
4257 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4258
4259         * FormParagraph.C (update): [VSpace:] Delete the special method
4260         for gluelengths...
4261         * xforms_helpers.C: ...and move it here.
4262         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
4263         and updateWidgetsFromLength.
4264
4265 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
4266
4267         * forms/form_external.fd:
4268         * form_external.C: change color2 of a few buttons into the
4269         proper grey color.
4270
4271 2002-02-08  Herbert Voss  <voss@lyx.org>
4272
4273         * forms/form_graphics.fd:
4274         * FormGraphics.C:
4275         * form_graphics.[Ch]: Adding buttons for unzip-Option,
4276         getValues from LyX/LaTeXfolder
4277
4278 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
4279
4280         * forms/form_graphics.fd:
4281         * FormGraphics.C:
4282         * form_graphics.[Ch]: simplify the bounding box folder
4283         of the Graphic GUI
4284
4285 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4286
4287         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
4288         where one could not have both toggleon and disabled.
4289
4290 2002-02-08  Herbert Voss  <voss@lyx.org>
4291
4292         * xforms_helpers.h: change unit "%" to t%
4293
4294         * FormGraphics.C: fiy bug when BB is read from file and the
4295         unit is always "pt"
4296
4297 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
4298
4299         * FormMathsDeco.C: \underleftarrow and \underrightarrow
4300
4301 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
4302
4303         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
4304
4305         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
4306         clean interface. Means that FormBase, FormBaseDeprecated and
4307         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
4308
4309         * FormBase.C: add a Tooltips instance and interface with it.
4310         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
4311         setTooltipLevel(ob).
4312         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
4313
4314         * FormBibtex.[Ch]:
4315         * FormCitation.[Ch]:
4316         * FormTexinfo.[Ch]:
4317         * Makefile.am: altered appropriately.
4318
4319 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4320
4321         * forms/form_texinfo.fd:
4322         * forms/form_bibtex.fd:
4323         * forms/form_citation.fd: delete text_info field again, add help choice
4324
4325         * FormBibtex.[Ch]:
4326         * FormCitation.[Ch]:
4327         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
4328
4329 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
4330
4331         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
4332         a new method setTooltipLevel(). In turn this determines which of the
4333         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
4334         called from getTooltip.
4335         No need for a "message" widget at the bottom of every dialog, therefore.
4336         If retained, this "message" widget can be used to display "warnings",
4337         pure and simple.
4338
4339         * FormBibtex.[Ch]:
4340         * FormCitation.[Ch]:
4341         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
4342         to lose the "message" widget and to gain a "tooltip level" choice.
4343
4344 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4345
4346         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
4347         Cancel buttons' positions consistent with the other dialogs.
4348
4349 2002-02-05  Herbert Voss  <voss@lyx.org>
4350
4351         * forms/form_graphics.fd: Noew the same view of the
4352         buttons as in preferences (LyXView). Make some things clear
4353         with better names.
4354         * FormGraphic.C: cosmetic changes to the layout. Delete
4355         the help button
4356
4357 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4358
4359         * forms/form.texinfo.fd: delete help button, add text_info
4360         * forms/form.citation.fd,form.bibtex.fd: add text_info
4361         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
4362         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
4363         no tooltips in Bibtex).
4364
4365 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4366
4367         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
4368         working with both xforms 0.88 and 0.89. Use by invoking
4369         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
4370         derived class to provide the required string.
4371
4372 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4373
4374         * FormBase.[Ch]: make it really easy to set up and use a prehandler
4375         for feedback messages and to invoke an input event on paste from
4376         the middle mouse button. The derived class needs invoke only
4377         setPrehandler(ob) and for the feedback to override the virtual methods
4378         feedback(ob) and clear_feedback(). If the message posted is a warning
4379         rather than mere feedback, first setWarningPosted(true) to ensure
4380         that the message remains visible.
4381
4382         * FormBaseDeprecated.C: a physical rearrangement of the file,
4383         nothing more.
4384
4385         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
4386
4387 2002-02-04  Herbert Voss  <voss@lyx.org>
4388
4389         * forms/form_graphics.fd: small changes to the layout
4390         * FormGraphic.C: Apply-button, keepaspectratio enabling
4391         depends to case of LaTeXView. Other small changes and
4392         fixes. Add LyXView scale.
4393
4394 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4395
4396         * FormGraphics.C (c-tor): prevent resizing of the dialog.
4397
4398 2002-02-03  Herbert Voss  <voss@lyx.org>
4399
4400         * xforms_helpers.C: fix bug with unit "%" in
4401         updateWidgetsFromLengthString(...)
4402
4403 2002-02-02  Herbert Voss  <voss@lyx.org>
4404
4405         * FormGraphic.C: fix bug with filename, rearrange the code,
4406         delete choice "referencePoint" which is only possible for
4407         rotatebox
4408         * forms/form_graphics.fd: position options in a logical way,
4409         add folder and scale for LyXView
4410
4411 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4412
4413         * FormGraphics.C (apply, update): respect the new DEFAULT state of
4414         InsetGraphicsParams::DisplayType.
4415
4416 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
4417
4418         * forms/form_graphics.fd: tweeks.
4419
4420 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4421
4422         * FormGraphics.C: Fix MAXDIGIT values for height and width.
4423
4424 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4425
4426         * forms/form_citation: a few tweaks of my own.
4427
4428 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4429
4430         * forms/form_citation: De-Monsterization (make it smaller).
4431
4432 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4433
4434         * forms/form_graphics.fd:
4435         * FormGraphics.C: a few tweaks of my own.
4436
4437 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4438
4439         * forms/form_graphics.fd: Very small tweaks.
4440
4441 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4442
4443         * forms/form_graphics.fd: Change the dialog to look similar as
4444         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
4445         added text_warning field..
4446
4447         * FormGraphics.[Ch]: Handle the Rearrangements.
4448         Add input filters and warnings concerning invalid inputs.
4449         Recognize the lyxrc-settings of display_graphics.
4450
4451 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
4452
4453         * FormMathsSpace.h (space_):
4454         * FormMathsStyle.h (style_): change from a short to an int to fix
4455         type conversion warnings.
4456
4457 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4458
4459         * FormMathsSpace.[Ch]:
4460         * forms/form_maths_space.fd:
4461         Changed the "Space" subpanel of the math panel into one of
4462         ordinary buttons rather than radio buttons. They are now
4463         self-applying so OK and Apply could go.
4464
4465 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4466
4467         * FormMathsStyle.[Ch]:
4468         * forms/form_maths_style.fd:
4469         Patched to use button arrays. Buttons are self-applying, saving
4470         one keystroke and the OK and Apply buttons.
4471
4472 2002-01-27  Herbert Voss  <voss@lyx.org>
4473
4474         * FormGraphic.[Ch]:
4475         * form_graphic.[Ch]:
4476         * forms/form_graphic.fd: rewritten to support graphicx with
4477         all options and to be sure that the old figinsets are correct
4478         converted.
4479         * xforms-helpers.h: added two choice const for the LyXLength
4480         one with all and one only with length which have a unit.
4481
4482 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4483
4484         * forms/form_minipage.fd: add text_warning field.
4485
4486         * FormMinipage.[Ch]: added input filters and warnings
4487         (ButtonPolicy::SMInput FormMinipage::input)
4488
4489 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
4490
4491         * FormAboutlyx.[Ch]: Removed redundant form() method and
4492         dialog_ variable. They replicate that in the parent FormDB.
4493
4494 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4495
4496         * FormMathsDeco[hC]:
4497         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
4498         the Decorations sub-panel of mathed. See Lamport Table 3.11.
4499
4500         * FormMathsPanel.C:
4501         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
4502         "negated relations". Lower and broader.
4503
4504 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
4505
4506         * FormTabular.C (update): Remove redundant code.
4507
4508 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4509
4510         * forms/form_tabular.fd: checkbox2radiobutton changes.
4511
4512 2002-01-20  Herbert Voss  <voss@perce.de>
4513
4514         * FormInclude.[C]: better control of unexistings files
4515         when entered without the browser
4516
4517 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4518
4519         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
4520         is disabled
4521
4522         * combox.C (activate):
4523         (deactivate): change color of labels to reflect the state of the
4524         combox
4525
4526 2002-01-16  Herbert Voss  <voss@lyx.org>
4527
4528         * FormExternal.C (build): activate  apply/ok-button when something
4529         is entered in the filename-field
4530
4531 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4532
4533         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
4534         rather than 'string::size_type'
4535
4536 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
4537
4538         * FormMathPanel.[hC]:
4539         * MathsSymbols.[hC]:
4540         * form_math_panel.[hC]:
4541         * form_math_panel.fd: Modified. Added five symbol sub-panels
4542         to the math panel containing AMS math symbols: arrows, relations,
4543         negated relation, operators and miscellaneous (also containing some
4544         hebrew and corner symbols).
4545
4546 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4547
4548         * FormMinipage.C (apply): change because MinipageParams::pageWidth
4549         is now a real LyXLength
4550
4551 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4552
4553         * FormDocument.C: enable line spacing input properly
4554
4555 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4556
4557         * forms/form_preferences.fd:
4558         * form_preferences.h:
4559         * form_preferences.C:
4560         * FormPreferences.h:
4561         * FormPreferences.C: use better variable name
4562
4563 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4564
4565         * forms/form_preferences.fd: change "Use Scalable Fonts"
4566           to "Rescale bitmap fonts"
4567
4568 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4569
4570         * FormMathsPanel.C:
4571         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
4572         the button controller for IgnorantPolicy and PreferencesPolicy.
4573
4574 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4575
4576         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
4577
4578 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4579
4580         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
4581         choice if the input field contains a LyXGlueLength.
4582
4583         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
4584
4585         * FormParagraph.C
4586         * FormDocument.C
4587         * FormTabular.C: Change input filter to allow inserting
4588         gluelengths/lyxlength or numbers with unit choices.
4589
4590         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
4591         which was more or less duplicated.
4592
4593         * FormGraphics.C: set default units, dependent on US/other paper.
4594
4595 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4596
4597         * Dialogs.C: no longer need to #include the Controller classes, as this
4598         is how done in GUI.h.
4599
4600         * xformsBC.C: #include ButtonController.tmpl, containing the
4601         instatiation of the button controller.
4602
4603 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
4604
4605         * FormThesaurus.C: fix a crash
4606
4607 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
4608
4609         * FormMathsDelim.C:
4610         * form_maths_delim_C:
4611         * form_maths_delim.h:
4612         * form_maths_delin.fd:
4613         Put three radio buttons on the delimiters pop-up. It works as follows:
4614
4615                                 left mouse     middle mouse        right mouse
4616         ----------------------------------------------------------------------
4617         Left radio button   |       (               ()                   )
4618         Middle radio button |       ()              ()                   )
4619         Right radio button  |        )               )                   )
4620         ----------------------------------------------------------------------
4621
4622         Where
4623
4624         (       left-side delimiter selected
4625         )       right-side delimiter selected
4626         ()      "symmnetric pair" selected, of which the clicked delimiter is
4627                 the left one.
4628                 So, if the middle radio button is activated ("()\nBoth")
4629                 and you click on "[" with the default (left) mouse button, you
4630                 get the delimiter pair "[]".
4631                 A shortcut for this (if the leftmost radio button is on) is
4632                 simply clicking the middle mouse button.
4633
4634         To create equal pairs, either have the middle radio button on and use
4635         Mouse-left, or have the left radio button on and use Mouse-middle.
4636
4637         To create unequal pairs, you should have either the left or middle radio
4638         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
4639
4640 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
4641
4642         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
4643         unchanged:
4644         Remove the clickline_ member variable and hide() method;
4645         Use fl_set_browser_dblclick_callback;
4646         Constify a few temporary variables;
4647         Use xforms_helpers' wrappers functions returning string rather than
4648         the raw xforms functions returning char const *.
4649
4650 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4651
4652         * DropDown.C: include <cctype> for isprint()
4653
4654 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4655
4656         * FormMinipage.C (apply, update): MinipageParams::width renamed
4657         as MinipageParams::pageWidth.
4658
4659 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
4660
4661         * FormMathsBitmap.C:
4662           FormMathsPanel.C:
4663           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
4664         added to math panel's 'misc' sub-panel.
4665
4666 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4667
4668         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
4669
4670 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4671
4672         * FormPreferences.h: add a std:: to make_pair.
4673
4674 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
4675
4676         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
4677         respectively.
4678
4679         * DropDown.C: place xforms callback functions in namespace anon.
4680         Set browser callback on single not double click.
4681         (select): return immediately of the vector is empty. Highlight the top
4682         line. Position the browser above the minibuffer, not below it.
4683         (peek): call key_pressed when a key press is detected.
4684         (key_pressed): clean-up and emit the keypress signal.
4685
4686         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
4687         If nothing is selected, return string().
4688
4689 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
4690
4691         * FormSpellchecker.C: disable resizing due to xforms bug
4692
4693 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4694
4695         * FormFiledialog.C (Reread): skip broken symlinks
4696
4697 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4698
4699         * FormMathsMatrix.C (AlignFilter): use std::count and add some
4700         comments.
4701
4702 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4703
4704         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
4705         in the switch.
4706
4707         * FormPreferences.C (Interface::input):
4708         (Language::input):
4709         (Paths::input): add shortcuts to file dialogs directory buttons
4710
4711         * FormPreference.h (browse): add default empty parameters for
4712         buttons descriptions.
4713
4714         * FormFiledialog.C (SetButton): allow for a shortcut in the name
4715         of the button.
4716
4717 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
4718
4719         * FormThesaurus.C:
4720         * FormThesaurus.h:
4721         * form_thesaurus.h:
4722         * form_thesaurus.C:
4723         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
4724
4725 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4726
4727         * Toolbar_pimpl.C (setPixmap): simplify a bit
4728
4729 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4730
4731         * Toolbar_pimpl.C (ToolbarCB):
4732         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
4733         dispatch.
4734
4735 2002-01-12  Allan Rae  <rae@lyx.org>
4736
4737         * FormTabular.C (FormTabular): Fix Purify UMR.
4738
4739         * FormPreferences.C (build): "Conversion" is a better name.
4740
4741 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
4742
4743         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
4744         LyXFunc::dispatch.
4745
4746         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
4747
4748 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
4749
4750         * FormPreferences.C:
4751         * forms/form_preferences.fd: change names and descriptions of popup
4752         font variables to reflect their actual use.
4753
4754         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
4755
4756 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4757
4758         * FormPreferences.C (input): allow empty values for document_path
4759         and template_path.
4760
4761         * FormFiledialog.C (SetButton):
4762         (FileDlgCB): do not disable directory buttons if they have an
4763         empty path.
4764         (SetDirectory): if the argument is an empty string, change to
4765         cwd().
4766
4767 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
4768
4769         * forms/form_maths_style.fd:
4770         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
4771         size "styles" and font types.
4772         * FormMathsPanel.[Ch]:
4773         * MathsSymbols.C:
4774         * forms/form_maths_panel.fd: Modified too.
4775
4776 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
4777
4778         * Menubar_pimpl.C (create_submenu):
4779         * Toolbar_pimpl.C (update): use FuncStatus.
4780
4781 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
4782
4783         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
4784         for fl_get_browser_line that is guaranteed to return a valid string.
4785
4786 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
4787
4788         * FormSpellchecker.C: fix possible crash on clicking a suggestion
4789
4790 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4791
4792         * forms/form_document.fd (bullets): fix small cosmetic problem after
4793         John's radio2button change.
4794
4795 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
4796
4797         * FormDocument.C:
4798         * forms/form_document.fd: change the labels and variable names of
4799         left_margin, right_margin to inner_margin, outer_margin, in line
4800         with bugzilla bug #157.
4801
4802         * FormFiledialog.C (Reread): used locally stored modtime variable
4803         rather than make repeated calls to fileInfo.getModificationTime().
4804
4805         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
4806         isOK() checks to the use of the FileInfo instance and removed those
4807         FIXMEs.
4808
4809         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
4810         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
4811
4812 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
4813
4814         * form_*:
4815         * forms/form_*: change radio buttons to round3dbutton
4816
4817 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
4818
4819         * FormFiledialog.C: add FIXME
4820
4821         * xforms_helpers.C: fix use of FileInfo
4822
4823 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
4824
4825         * FormTabular.h:
4826         * FormTabular.C:
4827         * form_tabular.h:
4828         * form_tabular.C:
4829         * forms/form_tabular.fd: ugly fix to get around
4830           some of the UI problems (bug #110).
4831
4832 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4833
4834         * FormDocument.C: Recognize the default paper settings too
4835         when setting the default length values (cm or inch).
4836         * FormParagraph.C: do the same.
4837
4838 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
4839
4840         * FormFloat.C: changes to prevent here definitely being used
4841         with wide figures.
4842
4843 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
4844
4845         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
4846
4847 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4848
4849         * DropDown.C: always include <config.h> in sources.
4850
4851         * xforms_helpers.h:
4852         * FormFiledialog.h:
4853         * Timeout_pimpl.h:
4854         * DropDown.h: do not include <config.h> in headers
4855
4856 2001-12-20  Juergen Vigna  <jug@sad.it>
4857
4858         * FormTabular.C (update): final LT-h/f support modifications.
4859
4860 2001-12-19  Juergen Vigna  <jug@sad.it>
4861
4862         * FormTabular.C (update): change a bit the tabular layout and added
4863         better longtable options handling.
4864
4865 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4866
4867         * FormToc.C: using std::endl
4868
4869 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
4870
4871         * FormToc.C: fix crash when no entries, and
4872           update types properly
4873
4874 2001-12-11  Ben Stanley <bds02@uow.edu.au>
4875
4876         * Menubar_pimpl.C: Fixed a crashing bug when document has more
4877         than 80 floats and using xforms 0.88
4878
4879 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4880
4881         * xforms_helpers.C: include lyxlength.h here
4882         * xforms_helpers.h: ... but not here
4883
4884         * FormTabular.C: use LyXLength instead of string wherever
4885         necessary; whitespace changes.
4886
4887 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4888
4889         * forms/form_preferences.fd: use the same name for font sizes
4890         than the character dialog.
4891
4892 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4893
4894         * forms/form_search.fd: Added label text to search buttons
4895         (to make the shortcuts visible).
4896
4897 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4898
4899         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
4900
4901 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4902
4903         * FormFiledialog.C:
4904         * xforms_helpers.C: change "while(" to "while ("
4905
4906 2001-12-05  Allan Rae  <rae@lyx.org>
4907
4908         * FormParagraph.C (apply): One other LyXText fix.
4909
4910 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4911
4912        * FormParagraph.C (getCurrentParagraph):
4913         (apply):  get the right LyXText !
4914
4915 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
4916
4917         * FormParagraph.C: disallow page breaks in insets
4918
4919 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
4920
4921         * FormParagraph.C: allow signed space above/below, actually
4922           use space below units
4923
4924 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4925
4926         * FormToc.C: fixes to make floatlists work
4927
4928 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
4929
4930         * Makefile.am:
4931         * Alert_pimpl.C: Alert etc.
4932
4933         * xforms_helpers.h:
4934         * xforms_helpers.C:
4935         * forms/fdfix.sh: move idex etc. to here
4936
4937         * GUIRunTime.C: move getScreenDPI() to here
4938
4939 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4940
4941        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
4942        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
4943        to 100p (now German translation fits in).
4944        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
4945        form_preferences.fd, form_graphics.fd, form.include.fd,
4946        form-external.fd:
4947        Unified label "Browse..." and unified its width to 100p.
4948
4949 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4950
4951        * forms/form_graphics.fd: fixed shortcut clash
4952        * forms/form-external.fd: added shortcut for "Apply"
4953
4954 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
4955
4956         * FormFiledialog.C: don't reset path if new dir
4957           doesn't exist.
4958
4959 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4960
4961        * forms/form_document.fd: Renamed "Save as Class Defaults"
4962        to "Save as Document Defaults"
4963        * FormDocument.C:
4964        Removed the setEnabled-Definitions for the
4965        "save_default"-Button since it causes nothing but trouble.
4966        Changed the text of AskQuestion on saveParamsAsDefault.
4967
4968 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
4969
4970         * DropDown.C: fix crash, improve behaviour a bit
4971
4972 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4973
4974         * FormDocument.C (class_apply):
4975         (paper_apply):
4976         (language_apply):
4977         (options_apply):
4978         (bullets_apply): add a version of these methods taking a
4979         BufferParams& parameters. The original versions are now wrappers
4980         around these.
4981         (saveParamsAsDefault): new function, moved from old
4982         LFUN_LAYOUT_SAVE_DEFAULT code.
4983
4984 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
4985
4986         * Makefile.am:
4987         * DropDown.h:
4988         * DropDown.C: drop-down completion
4989
4990 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4991
4992         * forms/form_graphics.fd: change clashing shortcut
4993
4994 2001-10-24  Juergen Vigna  <jug@sad.it>
4995
4996         * FormTabular.C: changed calls for footer/headers of longtabulars.
4997
4998 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4999
5000         * forms/form_tabular.fd: Add value choices
5001         * FormTabular.C: Handle that choices
5002
5003         * FormDocument.C: fix small bug.
5004
5005 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
5006
5007         * FormGraphics.[Ch]: move some parameters out of the heaader file and
5008         into namespace anon.
5009
5010         * FormPreferences.C:
5011         * forms/form_preferences.fd: replaced button_colorspace with two
5012         radio buttons, button_hsv and button_rgb.
5013
5014 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5015
5016        * forms/form_document.fd:
5017          Class: add a value choice for Default Skip.
5018          Some rearrangements (minor tweaks).
5019        * FormDocument.C: Handle that choice, minor tweaks.
5020        * forms/form_paragraph.fd: Add value choices
5021        * FormParagraph.C: Handle that choices.
5022        * FormMinipage.C/FormGraphics.C: Small tweaks.
5023
5024 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
5025
5026         * FormDocument.C: fixed some bugs in the Paper tab.
5027
5028         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
5029         specifying default unit for choice if input string is empty.
5030
5031 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
5032
5033         * FormDocument.C (input): one more tweak...
5034
5035 2001-10-10  Herbert Voss  <voss@perce.de>
5036
5037         * FormTexinfo.[Ch]: some changes to the code
5038
5039 2001-10-10  André Pönitz  <poenitz@htwm.de>
5040
5041         * FormsMathMatrix.C: add missing space between v- and h-alignment
5042         parameters
5043
5044 2001-10-09  Herbert Voss  <voss@perce.de>
5045
5046         * FormTexinfo.[Ch]:
5047         * forms/form_texinfo.fd: new files. Display information about the
5048         installed texfiles (cls,sty,bst).
5049
5050         * FormShowFile.[Ch]: new files. Display the contents of a file.
5051
5052         * Dialog.C:
5053         * Makefile.am: modified appropriately.
5054
5055 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
5056
5057         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
5058         Given input and choice widgets, create a string such as "1cm".
5059         (updateWidgetsFromLengthString): new function.
5060         Given a string such as "1cm", set the input and choice widgets.
5061
5062         * FormDocument.C:
5063         * forms/form_document.fd: improve the GUI of the paper tab using these
5064         new helper functions.
5065
5066 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5067
5068         * FormDocument.C (build): support latin4
5069
5070 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5071
5072         * FormDocument.C (build): support latin3
5073
5074 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5075
5076         * forms/form_aboutlyx.fd: use flat boxes for tabs.
5077
5078 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5079
5080         * forms/form_document.fd: rearrangement of the paper tab;
5081         rename "use geometry" to "custom margins/sizes".
5082
5083         * FormDocument.C: add code to avoid the input of senseless data
5084         in document -> paper.
5085
5086 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5087
5088         * FormDocument.C: Disable choice "Special" if landscape
5089         is chosen to prevent senseless values.
5090
5091 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5092
5093         * forms/form_preferences.fd: small tweaks.
5094
5095 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5096
5097         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
5098         button to "Use Class Defaults" and moved it outside the tab.
5099         Some more minor tweaking.
5100
5101         * FormDocument.C: handled this changes.
5102
5103 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
5104
5105         * Dialogs.C: remove splash dialog code.
5106
5107         * FormSplash.[Ch]:
5108         * form_splash.[Ch]:
5109         * forms/form_splash.fd: removed.
5110
5111         * Makefile.am:
5112         * forms/makefile: remove splash dialog files.
5113
5114         * Menubar_pimpl.C (MenuCallback): no longer call
5115         Dialogs::destroySplash.
5116
5117 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5118
5119         * forms/form_preferences.fd: fix typo
5120
5121 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5122
5123         * FormRef.C:
5124         * forms/form_ref.fd: renamed the widgets in the standard style.
5125
5126         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
5127         helper functions. Build a vector<string> from the contents of
5128         an fl_choice and fl_browser respectively.
5129
5130         * FormCitation.C (fillChoice, updateBrowser):
5131         * FormRef.C: use these new functions to only update the choices and
5132         browsers when absolutely necessary.
5133
5134 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5135
5136         * FormBase.C (InputCB):
5137         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
5138         "select choice < 1" problem.
5139
5140         * FormRef.C (input): undid Dekel's change in light of the above
5141         generalisation.
5142
5143 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
5144
5145         * FormRef.C (input): Fix crash when using dialog with keyboard.
5146
5147 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5148
5149         * forms/form_document.fd: small tweaks.
5150
5151 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5152
5153         * forms/form_document.fd: Added checkbox "auto_reset", button
5154         "reset_defaults" and button "save_defaults".
5155
5156         * Form_Document.[Ch]: Removed AskQuestion when changing class.
5157         Implement the 2 buttons and the checkbox described above.
5158
5159         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
5160         save the default value of that lyxrc)
5161
5162         * FormPreferences.C: Handle that button
5163
5164 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
5165
5166         * form_ref.fd: a little tweaking.
5167
5168         * FormSpellchecker.C (build): set the bounds to the slider, so it
5169         updates during a spellchecking session.
5170
5171 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
5172
5173         * forms/form_preferences.fd: rearrangement and addition of new
5174         Display Graphics radio buttons to Look & Feel->Misc
5175         (By Jürgen Spitzmüller).
5176
5177         * FormPreferences.C: modify new lyxrc variable "display_graphics"
5178         depending on the values of the Display Graphics radio buttons.
5179
5180         * FormGraphics.C: use this variable.
5181
5182 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
5183
5184         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
5185         Hoorah! Happy Birthday to me!
5186
5187 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
5188
5189         * forms/form_ref.fd: Add buffer button.
5190
5191         * FormRef.C (update): Handle the buffer button.
5192         (input): Ditto
5193
5194 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5195
5196         * forms/form_graphics.fd: complete rewrite of the dialog
5197         (Most work was done by Angus, though).
5198
5199 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5200
5201         * combox.C (hide): execute the callback _after_ closing the
5202         combox.
5203
5204 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
5205
5206         * FormDocument.C (c-tor): initialise some variables.
5207
5208         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
5209         (Thereby removing a warning message when the dialog is built.)
5210
5211         * FormFloat.C (input): return SMI_VALID.
5212
5213 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
5214
5215         * FormDocument.C (input, options_update): add code to enable the
5216         Author-Year/Numerical citation choice only if the natbib checkbox is
5217         active.
5218
5219         * FormFloat.[Ch]: added new method input() to control the behaviour of
5220         the buttons better.
5221         * forms/form_float.fd: renamed Here as button_here_definitely.
5222
5223         * FormGraphics.C:
5224         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
5225         have them, so enabling the Ok, Apply buttons appropriately.
5226
5227 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5228
5229         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
5230         Label", added a labelframe).
5231
5232 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5233
5234         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
5235         (C_Toolbar_BubbleTimerCB): fix linking
5236
5237         * FormMathsBitmap.C (form): use get() to get the raw pointer.
5238
5239         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
5240
5241 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5242
5243         * combox.C (C_Combox_input_cb): make it static
5244         (C_Combox_combo_cb): make it static
5245         (C_Combox_peek_event): make it static
5246
5247         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
5248         (C_Toolbar_BubblePost): make it static
5249         (C_Toolbar_ToolbarCB): make it static
5250
5251         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
5252
5253         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
5254
5255         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
5256         gui libs
5257
5258 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5259
5260         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
5261         been used successfully in FormBase.
5262         (show): call bc().refresh() after building the dialog to activate the
5263         button controller.
5264
5265         * FormPreferences.C (build): remove hack to fix butoon controller as
5266         the correct fix is in FormBaseDeprecated.
5267
5268         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
5269
5270         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
5271
5272 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5273
5274         * Toolbar_pimpl.C (setLayout):
5275         (layoutSelected): make them work even when gettext has been
5276         translating the interface.
5277
5278 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5279
5280         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
5281         ("Apply" does not work without former user change in the dialog).
5282
5283         * FormPreferences.C (build): Fix bug: if you start LyX and open the
5284         Preferences dialog, "Apply" is activated even though no change has been
5285         made so far.
5286
5287 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
5288
5289         * FormBase.C (show): use controller_.IconifyWithMain() to control
5290         the dialog's show policy
5291
5292         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
5293
5294         * FormPreferences.C:
5295         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
5296         check button to the Look & Feel->Misc tab and code to modify the lyxrc
5297         variable dialogs_iconify_with_main appropriately.
5298
5299 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5300
5301         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
5302
5303 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5304
5305         * forms/form_character.fd: small cosmetics (aligned "Language:" right
5306         as suggested in Michael's Buglist).
5307
5308 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5309
5310         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
5311         layouts
5312         (layoutSelected): remove the numeric argument and use the text of
5313         the combox entry instead.
5314
5315         * combox.C: lowercase a few remaining methods, rename select_text
5316         to select
5317         * several files: propagate these changes
5318
5319 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
5320
5321         * FormPreferences.C: add fl_set_input_return to input_paperoption.
5322
5323 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
5324
5325         * FormParagraph.C: fix default line spacing case
5326
5327 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5328
5329         * FormParagraph.C: disable space inputs when != Length
5330
5331 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5332
5333         * FormPreferences.C:
5334         * form_preferences.h:
5335         * form_preferences.C:
5336         * forms/form_preferences.fd: add view_dvi_paper_option
5337
5338 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5339
5340         * FormMathsPanel.h: sub dialogs must be Ignorant.
5341
5342 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5343
5344         * FormParagraph.C: fix to not allow 0 linespacing
5345
5346 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5347
5348         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
5349
5350         * FormParagraph.C (input): set fl_get_choice check for the linespacing
5351         to 5 not 4. xforms arrays start at 1.
5352
5353 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5354
5355         * FormParagraph.[Ch]:
5356         * forms/form_paragraph.fd: clean up of dialog and of controlling
5357         code.
5358
5359 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5360
5361         * FormBase.C (C_CutandPastePH): new function that can be used as a
5362         pre-handler to any xforms text input widget. Will trigger an event on
5363         pasting into the widget using the middle mouse button.
5364
5365         * FormPreamble.C (build): use this pre-handler for the input widget.
5366
5367 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
5368
5369         * FormCitation.C:
5370         * forms/form_citation.fd: a little tweaking to ensure that the
5371         style choice remains centred within the frame if its contents change.
5372
5373         * FormBase.h: added an allow_resize_ member variable. If false
5374         resizing the dialog is prohibitted.
5375
5376         * FormBase.[Ch]:
5377         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
5378
5379         * FormAboutlyx.C:
5380         * FormCharacter.C:
5381         * FormThesaurus.C:
5382         make use of this functionality to ensure that the dialog cannot be
5383         resized.
5384
5385 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
5386
5387         * GUIRunTime.C: initApplication() should take a int & argc
5388
5389 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
5390
5391         * FormCitation.h:
5392         * FormCitation.C: tidy code a little
5393
5394         * GUIRunTime.C: more informative error
5395
5396 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
5397
5398         * forms/form_preferences.fd: order the items "logically" so that
5399         tabbing through the dialog makes sense. Close bug #404569.
5400
5401 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
5402
5403         * FormPreferences.C: Tentative fix of John's "no point in spell
5404         command "None"" bug, #223255.
5405
5406 2001-08-23  Herbert Voss  <voss@perce.de>
5407
5408         * FormBibtex.C (input): normalize database list
5409
5410 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
5411
5412         * FormBibtex.C: make sure that any database is stored only once.
5413
5414 2001-08-22  Herbert Voss  <voss@perce.de>
5415
5416         * FormBibtex.C (input): fix for multiple databases
5417
5418 2001-08-21  Herbert Voss  <voss@perce.de>
5419
5420         * FormBibtex.C (input): extension handling for ".bst"
5421
5422 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
5423
5424         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
5425         check button is pressed.
5426
5427 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5428
5429         * FormParagraph.C (general_apply): Handle default spacing.
5430         (general_update): Ditto.
5431
5432 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
5433
5434         * FormBibtex.C:
5435         * forms/form_bibtex.fd: get the browse buttons working as they should.
5436
5437 2001-08-20  Herbert Voss  <voss@perce.de>
5438
5439         * FormBibtex.C:
5440         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
5441         databases and styles. Added an option for "bibliography into toc"
5442
5443 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5444
5445         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
5446         cleanup.
5447
5448 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
5449
5450         * combox.h: fix source doc
5451
5452         * form_math_matrix.C:
5453         * forms/form_math_matrix.fd: new layout
5454
5455 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
5456
5457         * form_paragraph.h:
5458         * form_paragraph.C:
5459         * forms/form_paragraph.fd:
5460         * FormParagraph.C: support per-para linespacing
5461
5462         * forms/form_float.fd:
5463         * form_float.C: fix shortcut typo
5464
5465 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
5466
5467         * forms/form_character.fd: small adjustment to the position of John's
5468         extra Language label.
5469
5470 2001-08-09  André Pönitz  <poenitz@htwm.de>
5471
5472         * FormMathsDelim.C: renamed some delimiter parameters.
5473
5474 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
5475
5476         * FormCitation.C (build):
5477         * FormDocument.C (build):
5478         * FormMinipage.C (build):
5479         * FormParagraph.C (build):
5480         * FormRef.C (build): added stuff to read-only list in the
5481         button controller.
5482
5483         * FormCitation.C (update): disable citation style stuff when not using
5484         Natbib.
5485
5486 2001-08-06  Juergen Vigna  <jug@sad.it>
5487
5488         * forms/form_ert.fd: new file.
5489
5490         * form_ert.[Ch]: new files.
5491
5492         * FormERT.[Ch]: new files. Implementation of ERT dialog.
5493
5494 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
5495
5496         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
5497
5498 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
5499
5500         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
5501
5502 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
5503
5504         * FormMathsPanel.C:
5505         * FormMathsPanel.h:
5506         * form_maths_panel.C:
5507         * form_maths_panel.h:
5508         * forms/form_maths_panel.fd: re-add dots bitmaps
5509
5510         * FormRef.C: "Goto" -> "Go to"
5511
5512 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
5513
5514         * FormMathsBitmap.C: initialise form_
5515
5516 2001-07-29  Baruch Even  <baruch@lyx.org>
5517
5518         * src/forms/form_graphics.fd:
5519         * src/FormGraphics.C: Added support for the new horizontal scale factor.
5520
5521 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5522
5523         * forms/makefile (SRCS): add form_float.fd
5524
5525         * forms/form_float.fd: new file
5526
5527         * form_float.[Ch]: new files
5528
5529         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
5530         FormFloat.h, form_float.C and form_float.h
5531
5532         * FormFloat.[Ch]: new files
5533
5534         * Dialogs.C: init GUIFloat is well
5535
5536 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
5537
5538         * FormToc.C (updateType): Fix problem with TOC that couldn't be
5539         updated because the type list was not updated.
5540
5541 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
5542
5543         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
5544         Version stuff in.
5545
5546         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
5547
5548         * FormGraphics.C (build): uncommented the fl_set_input_return call for
5549         input_rotate_angle. Set input filter on rotate_angle to make it accept
5550         only floating point numbers.
5551         (input): Browse now activates the Ok button approriately.
5552
5553 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
5554
5555         * Dialogs.C:
5556         * Makefile.am:
5557         * FormThesaurus.h:
5558         * FormThesaurus.C:
5559         * form_thesaurus.h:
5560         * form_thesaurus.C:
5561         * forms/makefile:
5562         * forms/form_thesaurus.fd: add thesaurus
5563
5564 2001-07-26  Baruch Even  <baruch@lyx.org>
5565
5566         * FormGraphics.h:
5567         * FormGraphics.C: Removed hide method since it was interfering with the
5568         needed work, it cleared several vectors that were needed for proper
5569         functioning. Also changed rotateAngle to float.
5570
5571         * FormGraphics.C:
5572         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
5573         are inlined.
5574
5575 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
5576
5577         * FormInclude.C: add load file facility back
5578
5579 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
5580
5581         * FormCharacter.C: disable resizing as it doesn't work
5582
5583         * FormPreamble.C: allow to copy-paste from RO preamble by
5584           enabling editing.
5585
5586 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
5587
5588         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
5589
5590 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5591
5592         * FormCitation.[Ch]: changes associated with adding natbib support.
5593         New helper functions, string_width, fillChoice, updateStyle.
5594         (apply): set the citation command appropriately.
5595         (input): deal with the citation command choices.
5596         (update): parse the citation command and deal with it. Nuke the
5597         setSize stuff.
5598         (setSize): nuked!
5599
5600         * FormDocument.C (build): add options to use natbib.
5601
5602         * forms/form_citation.fd: add natbib support. Rearrange dialog to
5603         fit onto shorter screens.
5604
5605         * forms/form_document.fd: add natbib support.
5606
5607 2001-07-16  Juergen Vigna  <jug@sad.it>
5608
5609         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
5610
5611 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5612
5613         Consistent use of Lsstream.h:
5614         * FormAboutlyx.C (build):
5615         * FormVCLog.C (update): std::ostringstream -> ostringstream.
5616
5617         * FormMathsDelim.C (apply):
5618         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
5619
5620 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
5621
5622         * implement 1 about lyx dialog instead of 3 separate ones
5623
5624         * FormCredits.[Ch]: removed
5625         * FormCopyright.[Ch]: removed
5626         * form_credits.[Ch]: removed
5627         * forms/form_credits.fd: removed
5628         * form_copyright.[Ch]: removed
5629         * forms/form_copyright.fd: removed
5630         * FormAboutlyx.[Ch]: added
5631         * form_aboutlyx.[Ch]: added
5632         * forms/form_aboutlyx.fd: added
5633         * Dialogs.C: add about lyx stuff
5634
5635 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
5636
5637         * add spellchecker
5638
5639         * FormPreferences.[Ch]: rename spellchecker to spelloptions
5640         * form_preferences.[Ch]: idem
5641         * forms/form_preferences.fd: idem
5642         * FormSpellchecker.[Ch]: added
5643         * form_spellchecker.[Ch]: added
5644         * forms/form_spellchecker.fd: added
5645         * Dialogs.C: add spellchecker
5646
5647 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5648
5649         * FormFiledialog.C: (*it). -> it->
5650         * Toolbar_pimpl.C: ditto
5651         * RadioButtonGroup.C: ditto
5652         * FormPreferences.C: ditto
5653
5654 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5655
5656         * GUIRunTime.C (x11Display):
5657         (x11Screen):
5658         (x11Colormap):
5659         (x11VisualDepth): new methods
5660
5661 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5662
5663         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
5664         directly.
5665
5666         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
5667         because of this.
5668
5669         * GUIRunTime.C (createMainView): implement
5670
5671 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5672
5673         * FormCharacter.C:
5674         * form_character.C:
5675         * forms/form_character.fd: hide the widget underneath language
5676           combox hack.
5677
5678 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
5679
5680         * FormPreferences.h:
5681         * FormPreferences.C: connect and operator
5682           showSpellcheckerPreferences signal
5683
5684         * FormPrint.C (input): modify to select radio_file
5685           when the user uses the filename input
5686
5687 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5688
5689         * combox.C (remove): send debug output to Debug::GUI.
5690
5691 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5692
5693         * Menubar_pimpl.C (create_submenu):
5694         * Toolbar_pimpl.C (update): update to use func_status
5695
5696 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
5697
5698         * FormPreferences.C (Path::feedback): remove bogus description of
5699         lyxpipe.
5700
5701 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
5702
5703         * xformsBC.h: clean-up of included files.
5704
5705 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5706
5707         * FormDocument.C:
5708         * FormParagraph.C (c-tor): cosmetic name change of signal.
5709
5710         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
5711         signal. It's pretty crude at the moment! Mental note: would be more
5712         elegant if we passed a LyXParagraph & with both the signals rather than
5713         search through the Buffer.
5714
5715 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
5716
5717         * *.[h]: added // -*- C++ -*-
5718         * *.[C]: removed // -*- C++ -*-
5719
5720         * FormCharacter.C (update): now uses contents of font_, stored
5721         permanently by the controller to update() the dialog.
5722
5723 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5724
5725         * FormInclude.C:
5726         * form_include.fd: (various places): Ok button is now activated when
5727         the filename is input from the keyboard.
5728
5729         * FormPreferences.C white-space change in various places.
5730         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
5731         that disabled addition of new converters.
5732
5733         * FormCharacter.C (input, update): new methods. Activate the Apply
5734         button when any of the input fileds are not IGNORE.
5735
5736 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5737
5738         * FormToc.C (input): change test slightly.
5739         (updateContents): clear list if empty and add no list msg.
5740
5741 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
5742
5743         * FormParagraph.C (update, general_update): enabling the align buttons
5744         is now dependent on the AlignPossible entry in the Layout.
5745
5746 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5747
5748         * MathsSymbols.C:
5749         * FormMathsMatrix.C: bring C functions into global namespace if
5750         necessary.
5751
5752 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5753
5754         * MathsSymbols.C (pixmapFromBitmapData): add std::
5755
5756         * FormMathsMatrix.C (AlignFilter): add std::
5757
5758 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
5759
5760         * FormDocument.C (build): add iso8859-15 support.
5761
5762 2001-05-08  Baruch Even  <baruch@lyx.org>
5763
5764         * Menubar_pimpl.C: Fixed compilation problem.
5765
5766 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5767
5768         * Menubar_pimpl.C (add_toc): use name and not type with float.
5769         (create_submenu): correct call of new object
5770         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
5771
5772 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5773
5774         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
5775
5776 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5777
5778         * Dialogs.C: included insetgraphicsParams.h
5779
5780         * FormMathsMatrix.C:
5781         * FormMathsBitmap.C: included LAssert.h
5782
5783 2001-04-24  Allan Rae  <rae@lyx.org>
5784
5785         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
5786
5787 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5788
5789         * xforms_helpers.C (formatted): do not use string::substr(1) on a
5790         string of length 1 !
5791
5792 2001-04-16  Allan Rae  <rae@lyx.org>
5793
5794         * xforms_helpers.C (formatted):
5795         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
5796         as an unrecognised preprocessor directive.  So ensure they're wrapped.
5797
5798 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
5799
5800         * FormTabularCreate.C: pass a pair of uints to the controller
5801
5802         * FormVCLog.C: the log appears as a stringstream now
5803
5804         * forms/form_external.fd: make params update state (from Angus)
5805
5806 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5807
5808         * Menubar_pimpl.C: include gettext.h
5809
5810 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5811
5812         * xforms_helpers.C (formatted): constify length
5813
5814         * FormTabular.C (update): small restructure, adjust for scoped_ptr
5815         (input): adjust for scoped_ptr
5816         (input): constify str
5817
5818 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
5819
5820         * Dialogs.C: s/popup/dialog/
5821
5822         * Form*.C:
5823         * FormBase.h:
5824         * FormBase.C: s/ControlButton/ControlButtons/
5825         move bc().refresh() into base show() method
5826
5827         * Form*.C:
5828         * FormBaseDeprecated.C:
5829         s/UndoAll/restore/
5830
5831 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5832
5833         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
5834
5835         * FormToc.[Ch]:
5836         * forms/form_toc.fd: implemented controller-view split.
5837
5838         * Dialogs.C: associated changes.
5839
5840 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5841
5842         * FormCitation.C:
5843         * forms/form_citation.fd: Don't change the name of the button when
5844         toggling between regular expression and simple searches.
5845         Squashed bug when creating a new inset, the keys field contained
5846         one (empty) key. No more; thanks, Dekel.
5847
5848         * FormExternal.C:
5849         * forms/form_external.fd: added Apply button.
5850
5851 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5852
5853         * FormBase.[Ch]:
5854         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
5855         ControlButton.
5856
5857         * FormExternal.[Ch]:
5858         * forms/form_external.fd: implemented controller-view split.
5859
5860         * Dialogs.C: associated changes.
5861
5862         * FormGraphics.[Ch]:
5863         * FormInclude.[Ch]:
5864         * FormPrint.[Ch]:
5865         moved the browsing functionality into the controller.
5866
5867         * xforms_helpers.[Ch]: moved browseFile to
5868         ../controllers/helper_funcs.[Ch]
5869
5870         * FormCitation.C
5871         * forms/form_citation.fd: added case sensitive search button.
5872
5873 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
5874
5875         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
5876         Code moved into the generic template base class. Replaced
5877         setCancelCloseButton() with setButtonLabel().
5878
5879 2001-03-29  Juergen Vigna  <jug@sad.it>
5880
5881         * FormMinipage.C: removed widthp_ and all it's functions and changed
5882         to use new %-lengths of LyXLength.
5883
5884 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5885
5886         * FormGraphics.[Ch]:
5887         * forms/form_graphics.fd:
5888         * FormIndex.[Ch]:
5889         * forms/form_index.fd: implemented controller-view split.
5890
5891         * Dialogs.C: associated changes.
5892
5893         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
5894
5895         * FormCitation.C: changes associated with ControlCitation cleanup.
5896
5897         * FormMinipage.h: cleaned-up forward declarations.
5898
5899 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5900
5901         * FormMinipage.[Ch]:
5902         * forms/form_minipage.fd:
5903         * FormPrint.[Ch]:
5904         * forms/form_print.fd:
5905         * FormSplash.[Ch]: implemented controller-view split.
5906
5907         * Dialogs.C: associated changes.
5908
5909 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
5910
5911         * FormPreamble.[Ch]:
5912         * forms/form_preamble.fd:
5913         * FormRef.[Ch]:
5914         * forms/form_ref.fd:
5915         * FormSearch.[Ch]:
5916         * forms/form_search.fd:
5917         * FormTabularCreate.[Ch]:
5918         * forms/form_tabular_create.fd: implemented controller-view split.
5919
5920         * Dialogs.C: associated changes.
5921
5922 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5923
5924         * FormError.[Ch]:
5925         * form_error.fd:
5926         * FormInclude.[Ch]:
5927         * form_include.fd:
5928         * FormUrl.[Ch]:
5929         * form_url.fd: implemented controller-view split.
5930
5931         * Dialogs.C: associated changes.
5932
5933         * FormBibitem.h:
5934         * FormBibtex.h:
5935         * FormCitation.h: moved methods from protected to private.
5936
5937 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5938
5939         * FormCredits.C (build): changes associated with
5940         ControlCredits::getCredits returning a stringstream not a vector<string>
5941
5942 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
5943
5944         * FormCopyright.[Ch]:
5945         * forms/form_copyright.fd: implemented controller-view split.
5946
5947         * FormCredits.[Ch]:
5948         * forms/form_credits.fd: implemented controller-view split.
5949
5950         * Dialogs.C: associated changes.
5951
5952         * xforms_helpers.C (formatted): improved the function so that it now
5953         repects '\n' characters in the input string. Ie, the user can now
5954         specify line breaks explicitly.
5955
5956 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
5957
5958         * FormCharacter.[Ch]:
5959         * forms/form_character.fd: implemented controller-view split.
5960
5961         * Dialogs.C: associated changes.
5962
5963         * FormBase.C (input): changed return to SMI_VALID.
5964
5965         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
5966         any surrounding whitespace.
5967
5968 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5969
5970         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
5971         SMI_NOOP.
5972         (FormBase2): split into two template classes, FormDB (DialogBase) and
5973         FormCB (ControllerBase) for greater flexibility.
5974
5975         * FormBibitem.[Ch]:
5976         * FormBibtex.[Ch]:
5977         * FormCitation.[Ch]: associated changes.
5978
5979         * FormBrowser.[Ch]:
5980         * FormLog.[Ch]:
5981         * FormVCLog.[Ch]:
5982         * forms/form_browser.fd: implemented controller-view split.
5983
5984         * Dialogs.C: associated changes.
5985
5986 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
5987
5988         * FormBibtex.[Ch]:
5989         * forms/form_bibtex.fd: implemented controller-view split.
5990
5991         * Dialogs.C: associated changes.
5992
5993 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
5994
5995         * FormBaseDeprecated.[Ch]: rename title as title_.
5996
5997         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
5998         with limited functionality. It got lost in the MVC merge.
5999
6000         * FormBaseDeprecated.C:
6001         * FormBase.C (show): moved initialisation of minw_, minh_ here.
6002
6003         * FormBibitem.C (build):
6004         * FormBibtex.C (build):
6005         * FormBrowser.C (build):
6006         * FormCharacter.C (build):
6007         * FormCitation.C (build):
6008         * FormCopyright.C (build):
6009         * FormCredits.C (build):
6010         * FormDocument.C (build):
6011         * FormError.C (build):
6012         * FormExternal.C (build):
6013         * FormGraphics.C (build):
6014         * FormInclude.C (build):
6015         * FormIndex.C (build):
6016         * FormMinipage.C (build):
6017         * FormParagraph.C (build):
6018         * FormPreamble.C (build):
6019         * FormPreferences.C (build):
6020         * FormPrint.C (build):
6021         * FormRef.C (build):
6022         * FormSearch.C (build):
6023         * FormTabular.C (build):
6024         * FormTabularCreate.C (build):
6025         * FormToc.C (build):
6026         * FormUrl.C (build): removed initialisation of minw_, minh_.
6027
6028         * The Maths Panel stuff no longer causes a crash on exit from LyX.
6029
6030         * FormMaths.[Ch]:
6031         * forms/form_maths.fd: removed.
6032
6033         * forms/form_maths_delim.fd:
6034         * forms/form_maths_deco.fd:
6035         * forms/form_maths_matrix.fd:
6036         * forms/form_maths_space.fd:
6037         * forms/form_maths_panel.fd: new files.
6038         Split contents of form_maths.fd into 5 new files, one for each form.
6039
6040         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
6041         class FormMathsBitmap in FormMathsBitmap.[Ch].
6042
6043         * FormMathsPanel.[Ch]:
6044         * FormMathsBitmap.[Ch]:
6045         * FormMathsDeco.[Ch]:
6046         * FormMathsDelim.[Ch]:
6047         * FormMathsMatrix.[Ch]:
6048         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
6049         one for each popup. Rewrite so that all the new classes are derived from
6050         FormBaseBD. Clean up the logic in the process (I hope!).
6051
6052         * Makefile.am: added new fils, removed redundant ones.
6053
6054 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6055
6056         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
6057         (showInset): ditto
6058         (updateInset): ditto
6059
6060 2001-03-16  Juergen Vigna  <jug@sad.it>
6061
6062         * Dialogs.C (Dialogs): create minipage options dialog.
6063
6064         * forms/form_minipage.fd:
6065         * form_minipage.C:
6066         * form_minipage.h:
6067         * FormMinipage.C:
6068         * FormMinipage.h: new files for the minipage options dialog.
6069
6070 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6071
6072         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
6073         callback methods.
6074
6075         * forms/form_maths.fd: change C_FormBaseCancelCB to
6076         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
6077
6078 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
6079
6080         * FormMaths.C: quash warnings
6081
6082 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6083
6084         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
6085         compatibility.
6086
6087 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6088
6089         * Form_various.h: cleaned up #includes and forward declarations.
6090
6091         * Form_various.C: added "using SigC::slot" declaration.
6092
6093         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
6094
6095         * FormDocument.C (CheckChoiceClass): removed string tct as the
6096         compiler warned that it was defined but never used.
6097         removed USE_CLASS_COMBO.
6098
6099 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6100
6101         * Dialogs.C:
6102         * FormMaths.h:
6103         * FormMaths.C:
6104         * MathsSymbols.h:
6105         * MathsSymbols.C:
6106         * Makefile.am:
6107         * Toolbar_pimpl.C:
6108         * form_*.C:
6109         * forms/makefile:
6110         * forms/form_maths.fd:
6111         * forms/fdfixc.sed:
6112         * forms/fdfix.sh: add maths panel
6113
6114         * bmtable.h:
6115         * bmtable.c: moved from src/
6116
6117 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6118
6119         * FormParagraph.h: NO_PEXTRA
6120         * FormParagraph.C (input): NO_PEXTRA
6121
6122 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6123
6124         * several files: remove CXX_WORKING_NAMESPACES
6125
6126 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6127
6128         * Merging changes from BRANCH_MVC back into HEAD.
6129
6130 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
6131
6132         * Dialogs.C (c-tor): Changes associated with storing a vector of
6133         boost::shared_ptrs.
6134         Use MVC Bibitem popup.
6135
6136         * FormBase.h: add a new template class FormBase2, derived from FormBase
6137         to make life creating MVC popups even easier ;-)
6138
6139         * FormBibitem.[Ch]:
6140         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
6141         Proof that a simple popup should be easy to implement!
6142
6143         * FormCitation.[Ch]: now derived from FormBase2.
6144
6145         * FormToc.C: added using std::vector directive.
6146
6147 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
6148
6149         * FormSearch.C: Add missing #pragma
6150
6151 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
6152
6153         * FormCitation.C:
6154         * forms/form_citation.fd: added the ability to Search, both Simply and
6155         for Regular Expressions. Use the Search code in the controller() to do
6156         the actual searching.
6157
6158 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
6159
6160         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
6161         * forms/makefile: added form_credits.fd
6162
6163         * Dialogs.C: added FormCredits and removed ShowCredits.
6164
6165         * FormCredits.[Ch]:
6166         * forms/form_credits.fd:
6167         * forms/form_search.fd: ported to the MVC way.
6168
6169 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6170
6171         * xforms_helpers.h (formatted): now has default arguments for size and
6172         style.
6173
6174         * FormCitation.[Ch]: moved code out of this class and into
6175         ControlCitation and associated helper funcs.
6176
6177 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6178
6179         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
6180         ButtonController::valid() to check state of input. The buttons are
6181         now controlled correctly.
6182
6183         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
6184
6185 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6186
6187         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
6188
6189         * FormBase.[Ch]: rename title as title_.
6190
6191 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
6192
6193         * FormBase.C (c-tor): initialise variables in correct order.
6194
6195         * FormCitation.C: add #include <algorithm>
6196
6197 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
6198
6199         * xformsBC.[Ch]: Changes associated with the changes to
6200         controllers/ButtonController.[Ch]. Ie, the class is now derived from
6201         ButtonControllerBase and the ButtonPolicy is accessed through a method
6202         bp() rather than the instance bp_.
6203
6204         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
6205         rather use a pure virtual method bc() to access the controller
6206         instantiated by the daughter classes.
6207
6208         * F*.[Ch]: changes associated with the above.
6209
6210 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
6211
6212         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
6213
6214         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
6215
6216 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
6217
6218         * ButtonController.[Ch]: deleted. The class is split into two
6219         (with identical functionality), the code being found in
6220         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
6221
6222         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
6223         ButtonController class.
6224
6225         * FormBase.[Ch]: changes associated with the above split.
6226
6227         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
6228         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
6229         controlling all interaction to/from the LyX kernel.
6230
6231         * FormCitation.[Ch]:
6232         * forms/form_citation.fd: An xforms-specific implementation of the
6233         Citation dialog, controlled by the GUI-I ControlCitation.
6234
6235         * Dialogs.C: Use the controlled Citation dialog.
6236
6237 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6238
6239         * Makefile.am:
6240         * combox.h:
6241         * combox.C: moved from src/
6242
6243 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
6244
6245         * forms/fdfix.sh:
6246         * forms/form_filedialog.C.patch: I hate having to make these patches,
6247         but on reflection I think it's probably better than hacking fdfix.sh.
6248
6249 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6250
6251         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
6252
6253 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6254
6255         * FormGraphics.C: remove unnecessary hack
6256
6257 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6258
6259         * FormCitation.C (apply): Do not put space between multiple keys.
6260
6261 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
6262
6263         * Menubar_pimpl.C (add_toc): Remove debug message.
6264
6265 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6266
6267         * Makefile.am:
6268         * Dialogs.C:
6269         * FormExternal.C:
6270         * FormExternal.h:
6271         * form_external.C:
6272         * form_external.h:
6273         * xforms/forms/makefile:
6274         * forms/form_external.fd: add FormExternal
6275
6276 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6277
6278         * Dialogs.C: add destroySplash()
6279
6280         * form_splash.h:
6281         * form_splash.C:
6282         * forms/form_splash.fd:
6283         * FormSplash.h:
6284         * FormSplash.C: make independent of FormBase, tidy
6285
6286         * Menubar_pimpl.C: destroy splash on interaction
6287
6288 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6289
6290         * FormInclude.h:
6291         * FormInclude.C:
6292         * form_include.h:
6293         * form_include.C:
6294         * forms/form_include.fd: rework, clean up
6295
6296 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6297
6298         * FormToc.h: use Buffer::typedef
6299
6300         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
6301         * FormToc.C (build): ditto
6302         (updateToc): ditto
6303
6304 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6305
6306         * FormToc.C (build): implement for dynamic number of lists
6307         (updateToc): ditto
6308         * Menubar_pimpl.C (add_toc): ditto
6309
6310 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6311
6312         * added credits:
6313         * Dialogs.C:
6314         * Makefile.am:
6315         * FormCredits.[Ch]:
6316         * form_credits.[Ch]:
6317         * forms/form_credits.fd:
6318
6319 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6320
6321         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
6322         make ButtonList contain boost::shared_ptr<ItemInfo>
6323
6324         * Menubar_pimpl.C (~Pimpl): remove destructor
6325
6326 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6327
6328         * Makefile.am:
6329         * FileDialog.C:
6330         * FormFiledialog.C:
6331         * FormFiledialog.h:
6332         * form_filedialog.C:
6333         * form_filedialog.h:
6334         * FormGraphics.C:
6335         * FormInclude.C:
6336         * FormPreferences.C:
6337         * FormPrint.C:
6338         * xforms_helpers.C:
6339         * xforms_helpers.h:
6340         * forms/fdfix.sh:
6341         * forms/makefile:
6342         * form/form_filedialog.fd: add File Dialog
6343         * Toolbar_pimpl.h:
6344         * Toolbar_pimpl.C: move LayoutsCB to here
6345
6346 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6347
6348         * FormParagraph.C: changes because of ParagraphParameters.
6349
6350 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6351
6352         * FormSearch.C (Replace): remove default argument
6353         (Find): ditto
6354
6355 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6356
6357         * added find/replace dialog:
6358         * FormSearch.*: added
6359         * form_search.*: added
6360         * forms/form_search.fd: added
6361
6362 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6363
6364         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
6365
6366         * various: in a rush of delayed guilt, I've renamed all instances of
6367         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
6368         finally sprouted.
6369
6370         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
6371         activate/deactivate an FL_OBJECT.
6372
6373         * FormCitation.C:
6374         * FormDocument.C:
6375         * FormInclude.C:
6376         * FormParagraph.C:
6377         * FormPreamble.C:
6378         * FormPreferences.C:
6379         * FormRef.C:
6380         * FormTabular.C: used it.
6381
6382 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6383
6384         * FormPreferences.C: removed three unused using directives.
6385
6386 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6387
6388         * added find/replace dialog:
6389         * FormSearch.*: added
6390         * form_search.*: added
6391         * forms/form_search.fd: added
6392
6393 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
6394
6395         * FormRef.C: Fixed the behaviour of Goto-Ref.
6396
6397 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
6398
6399         * forms/makefile: added character and preamble dialogs
6400
6401 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6402
6403         * FormCharacter.C (FormCharacter): change order of deletion,
6404         change combo_language2 to combo_language2_
6405
6406 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6407
6408         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
6409
6410 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6411
6412         * Dialogs.C: added layoutcharacter
6413         * FormCharacter.C: added
6414         * FormCharacter.h: added
6415         * form_character.C: added
6416         * form_character.h: added
6417         * forms/form_character.fd: added
6418
6419 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6420
6421         * FormPreferences.C: Handle lyxrc.language_use_babel and
6422         lyxrc.language_global_options.
6423
6424 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
6425
6426         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
6427
6428 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6429
6430         * FormBase.C: no longer transient dialogs, XMapWindow()
6431           in attempt to de-iconify
6432
6433         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
6434
6435 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
6436
6437         * FormDocument.C (checkMarginValues): Activate "use geometry" button
6438         if using custom paper size/margin.
6439
6440 2001-02-21  Allan Rae  <rae@lyx.org>
6441
6442         * forms/form_preferences.fd: larger, bold font for outer tabfolder
6443
6444 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6445
6446         * src/frontends/xforms/Dialogs.C: added preamble
6447         * src/frontends/xforms/FormPreamble.C: added
6448         * src/frontends/xforms/FormPreamble.h: added
6449         * src/frontends/xforms/Makefile.am: added
6450         * src/frontends/xforms/form_preamble.C: added
6451         * src/frontends/xforms/form_preamble.h: added
6452         * src/frontends/xforms/form_preamble.fd: added
6453
6454 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6455
6456         * FormBase.h: moved noncopyable derivation to DialogBase.
6457
6458 2001-02-19  Juergen Vigna  <jug@sad.it>
6459
6460         * FormTabular.C (build): make all input field accepted only after
6461         a "RETURN".
6462
6463         * forms/form_tabular.fd: removed default "Return" on Close-Button.
6464
6465 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6466
6467         * FormError.C:
6468         * FormGraphics.C:
6469         * FormInset.C (showInset): change associated with name change
6470         inset::hide to inset::hideDialog.
6471
6472 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6473
6474         * FormCitation.C (build): altering "Text after" now activates the Ok,
6475         Apply buttons.
6476
6477 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6478
6479         * FormCitation.C: lots of white-space changes to make file consistent
6480         with LyX style.
6481         (input): use the FL_OBJECT * parameter to decide what to do, not the
6482         long parameter.
6483
6484         * FormCitation.h: removed most entries in enum.
6485
6486         * forms/form_citation.fd: change names of variables, consistent with
6487         Allan's naming scheme.
6488         Don't pass any particular arguments to the InputCB function.
6489         choice_style now triggers a callback and looks like other choices.
6490
6491 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6492
6493         * other: use compare instead of strcmp/strncmp
6494
6495 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
6496
6497         * ButtonController.[Ch]: changed trigger_change_ vector and associated
6498         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
6499         callback to InputCB() but don't trigger a change in the state of the
6500         Ok, Apply buttons are much rarer than those that do.
6501
6502         * FormCitation.C (build): associated change.
6503
6504 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6505
6506         * ButtonController.C: include algorithm
6507
6508 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
6509
6510         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
6511         new methods.
6512         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
6513         the vector of FL_OBJECT *s that can trigger a change in the button state
6514         is not empty, then a change of state will occur only if the FL_OBJECT *
6515         is present in this vector.
6516
6517         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
6518         the user to deactivate specific fields within restore().
6519         (InputCB): pass the FL_OBJECT * to bc_.valid().
6520
6521         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
6522         trigger a change of state in the Ok,Apply buttons.
6523         (update): bc_.readOnly() to the start of the method. Similar reasoning
6524         to that for FormBase::RestoreCB, above.
6525
6526 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
6527
6528         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
6529         IgnorantPolicy.
6530
6531         * forms/form_browser.fd:
6532         * forms/form_copyright.fd:
6533         * forms/form_error.fd:
6534         * forms/form_tabular.fd:
6535         * forms/form_toc.fd:
6536         Consistent shortcuts for Close button: Esc and Return only.
6537
6538         * forms/form_citation.fd:
6539         * forms/form_document.fd:
6540         * forms/form_index.fd:
6541         * forms/form_paragraph.fd:
6542         * forms/form_preferences.fd:
6543         * forms/form_print.fd:
6544         * forms/form_ref.fd:
6545         * forms/form_tabular_create.fd:
6546         * forms/form_url.fd:
6547         Consistent shortcut for Cancel button: Esc only.
6548
6549 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6550
6551         * Dialogs.C: new Splash. Include, Bibitem/tex
6552
6553         * FormBase.h: make show() virtual for Splash's benefit
6554
6555         * Makefile.am:
6556         * forms/makefile:
6557         * FormBibitem.C:
6558         * FormBibitem.h:
6559         * FormBibtex.C:
6560         * FormBibtex.h:
6561         * form_bibitem.C:
6562         * form_bibitem.h:
6563         * form_bibtex.C:
6564         * form_bibtex.h:
6565         * forms/form_bibitem.fd:
6566         * forms/form_bibtex.fd:
6567         * FormInclude.C:
6568         * FormInclude.h:
6569         * form_include.C:
6570         * form_include.h:
6571         * forms/form_include.fd:
6572         * FormSplash.C:
6573         * FormSplash.h:
6574         * form_splash.C:
6575         * form_splash.h:
6576         * forms/form_splash.fd: new forms
6577
6578 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6579
6580         * FormLog.C: handle Literate build log nicely
6581
6582 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6583
6584         * Menubar_pimpl.C: remove support for reference menuitem type.
6585
6586 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6587
6588         * Makefile.am:
6589         * Timeout_pimpl.h:
6590         * Timeout_pimpl.C: add Timeout implementation
6591
6592 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6593
6594         * form_browser.h:
6595         * form_browser.C:
6596         * forms/form_browser.fd:
6597         * forms/makefile:
6598         * FormBrowser.C:
6599         * FormBrowser.h: readonly browser form
6600
6601         * FormLog.C:
6602         * FormLog.h:
6603         * FormVCLog.C:
6604         * FormVCLog.h:
6605         * Dialogs.C: add Log and VCLog
6606
6607         * Makefile.am: add Log and VCLog, add updatesrc target
6608
6609 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6610
6611         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
6612
6613 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6614
6615         * FormPreferences.C (GetFrom): fix crash when there is no format
6616         defined.
6617         (GetTo): ditto.
6618
6619 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
6620
6621         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
6622         unsigned char correctly and so fix 2 bugs loading/changing colors.
6623
6624 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
6625
6626         * FormRef.C (update): Do not update dialog_->{ref,name,type}
6627         if inset_ == 0.
6628         Deactivate the type button when buffer is LinuxDoc/Docbook
6629         (build): Uncomment calls to addReadOnly().
6630         (updateBrowser) Do not disable the update button when there are no
6631         keys.
6632         (build, getType, getName): Use InsetRef::types.
6633
6634 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
6635
6636         * FormPrint.[Ch] (browse): new method to browse for file to print to.
6637
6638         * forms/form_print.fd: give the form a Browse button.
6639
6640 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6641
6642         * FormRef.C (input): Fix the behavior of goto reference button.