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