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