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