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