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