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