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