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