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