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