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