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