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