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