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