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