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