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