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