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