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