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