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