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