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