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