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