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