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