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