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