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