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