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