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