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