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