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