]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
f53667e729199d8c237ba167a80abf1580262e42
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
2
3         * FeedbackController.C: use the NORMAL rather than the SMALL sized font
4         to display messages in the message_widget.
5
6         * FormGraphics.h: remove un-needed #include.
7
8         * FormPrint.C (build): minimal change due to change in
9         RadioButtonGroup's semantics.
10
11         * RadioButtonGroup.[Ch]: something of a clean-up.
12         (reset): removed.
13         (set): new method, accepting an FL_OBJECT *.
14
15         * xforms_helpers.[Ch] (setEnabled): change lcol setting from
16         FL_BLACK to FL_LCOL.
17         (getString) use line=0 instead of line=-1 as default case;
18
19 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
20
21         * forms/form_aboutlyx.fd: implement the text widgets as browsers
22
23         * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
24
25 2002-10-22  Angus Leeming  <leeming@lyx.org>
26
27         * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
28         order once again.
29         Add checkedwidgets.[Ch].
30
31         * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
32         CheckedGlueLength.
33
34         * xforms_helpers.[Ch] (isActive): new helper function.
35
36 2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
37
38         * xfont_loader.C (doLoad): typo
39
40 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
41
42         * FormVCLog.C (update): modify, use ostringstream
43
44         * FormPreamble.C (apply): modify
45
46         * FormLog.C (update): modify
47
48         * FormAboutlyx.C (build): use ostringstream, modify
49
50 2002-10-21  Angus Leeming  <leeming@lyx.org>
51
52         * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
53         warning.
54
55 2002-10-21  Garst Reese <reese@isn.net>
56
57         * xformsImage.C (getWidth): work-around xforms bug enabling the display
58         of the edges of an image.
59
60 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
61
62         * Tooltips.C (init): pass the /formatted/ string to xforms...
63
64 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
65
66         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
67         function keysym().
68
69         * FormDocument.C (class_apply): setMessage change
70         (apply): ditto
71
72 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
73
74         * Menubar_pimpl.C (create_submenu): do not create a "More..."
75         submenu just for one entry
76
77 2002-10-15  Angus Leeming  <leeming@lyx.org>
78
79         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
80         dispatch on LFUN_MOUSE_MOTION.
81
82 2002-10-15  Angus Leeming  <leeming@lyx.org>
83
84         * FormCitation.C (updateBrowser): deselect the highlighted item when
85         updating the browser.
86
87 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
88
89         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
90
91 2002-10-08  Angus Leeming  <leeming@lyx.org>
92
93         * FeedbackController.C (PrehandlerCB):
94         * combox.C (show): use fl_get_winorigin in preference to
95         fl_get_wingeometry.
96
97 2002-10-14  Angus Leeming  <leeming@lyx.org>
98
99         * Tooltips.h (set) make it private:
100         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
101
102         * FormBase.C (show):
103         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
104
105 2002-10-14  André Pönitz <poenitz@gmx.net>
106
107         * FormDocument.C: somebody else's fix for a hard lockup
108
109 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
110
111         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
112         Lahaye
113
114 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
115
116         * FormRef.C (update): Always list the labels of the current buffer.
117
118 2002-10-07  Angus Leeming  <leeming@lyx.org>
119
120         * FormBase.C (hide):
121         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
122         #ifdef required xforms version.
123
124 2002-10-04  Angus Leeming  <leeming@lyx.org>
125
126         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
127
128         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
129         bare minimum.
130
131         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
132         no longer necessary and are scrapped.
133         (show): use the same, minimal fix as in PrehandlerCB to ensure that
134         the form's x,y coords are up to date. In truth, this fix should be
135         redundant, but not all "enter" events are caught by the prehandler.
136
137         * FormDocument.C (build):
138         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
139         combox c-tor.
140
141 2002-10-03  Angus Leeming  <leeming@lyx.org>
142
143         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
144         folder->y coords of a tabfolder when the mouse enters the folder.
145         This works around an xforms bug that manifests itslf as tooltips
146         appearing in their original position after the dialog has been
147         moved aside.
148
149         * FormAboutlyx.C (build):
150         * FormDocument.C (build):
151         * FormGraphics.C (build):
152         * FormPreferences.C (build):
153         * FormTabular.C (build): set the prehandler for tabfolders.
154
155         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
156         to ensure that the tabfolder prehandler is called.
157
158 2002-10-03  Angus Leeming  <leeming@lyx.org>
159
160         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
161         decimal not a hexadecimal.
162
163         * FormBase.C (hide):
164         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
165         with the dialog.
166
167 2002-09-30  Angus Leeming  <leeming@lyx.org>
168
169         * FormBase.[Ch]:
170         * FormBaseDeprecated.[Ch]:
171         (icon_pixmap_, icon_mask_) new member variables.
172         (prepare_to_show) new method, containing initialisation code invoked
173         the first time show() is called.
174         (d-tor) destroy icon_pixmap_, if it exists.
175         (show) ensure that the icon pixmap is generated only once.
176
177         * XFormsView.[Ch]:
178         (icon_pixmap_, icon_mask_) new member variables.
179         (d-tor) destroy icon_pixmap_, if it exists.
180         (create_form_form_main) assign the generated pixmap to the new
181         icon_pixmap_ member variable.
182
183 2002-09-26  Angus Leeming  <leeming@lyx.org>
184
185         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
186
187 2002-09-25  Angus Leeming  <leeming@lyx.org>
188
189         * Dialogs2.C:
190         * Dialogs_impl.h:
191         * FormWrap.h:
192         * LyXKeySymFactory.C:
193         * LyXScreenFactory.C:
194         * Menubar_pimpl.[Ch]:
195         * Toolbar_pimpl.[Ch]:
196         * WorkAreaFactory.C:
197         * lyx_gui.C: doxygen fixes.
198
199 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
200
201         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
202         The possible placements are default/outer/left/right.
203
204 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
205
206         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
207
208 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
209
210         * forms/form_maths_space.fd
211         * FormMathSpaces: remove access to internal macros \lyx*space
212
213 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
214
215         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
216         combox, make sure the corresponding shortcut is shown in
217         minibuffer
218
219 2002-09-16  John Levon  <levon@movementarian.org>
220
221         * forms/form_character.fd: Escape to cancel
222
223 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
224
225         * forms/form_graphics.fd:
226         * forms/form_print.fd: minor polishing of layout
227
228 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
229
230         * FormGraphics.C: improve tooltips text
231
232         * forms/form_graphics.fd: cosmetic change in file tab
233
234 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
235
236         * FormTexinfo.C:
237         * forms/form_filedialog.fd:
238         * forms/form_texinfo.fd: less bulky xforms dialogs.
239
240 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
241
242         * FormPrint.[Ch]:
243         * forms/form_print.fd: new xforms print dialog layout
244
245 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
246
247         * FormGraphics.C: use "Default" as first item in Origin of rotation
248
249         * forms/form_graphics.fd: improved layout
250
251 2002-09-11  Angus Leeming  <leeming@lyx.org>
252
253         * FormInclude.C (update): remove lyxerr call.
254
255 2002-09-09  John Levon  <levon@movementarian.org>
256
257         * FormInclude.C:
258         * forms/form_include.fd: reorder, remove noload
259
260 2002-09-09  John Levon  <levon@movementarian.org>
261
262         * FormMathDeco.C: move latex_deco into ControlMath
263
264 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
265
266         * FormBase.C:
267         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
268         set minimized title (without "LyX: ") and its icon.
269
270         * FormSpellchecker.C:
271         * FormSearch.C:
272         * FormThesaurus.C: remove "LyX: " from dialog window title.
273
274         * FormRef.[Ch]: add proper switch for "Go to" button.
275
276         * FormBibitem.C:
277         * forms/form_bibitem.fd:
278         * FormCitation.C:
279         * forms/form_citation.fd:
280         * FormRef.C:
281         * forms/form_ref.fd:
282         * FormSpellchecker.[Ch]:
283         * forms/form_spellchecker.fd:
284         * forms/form_toc.fd:
285         * forms/form_url.fd: less bulky dialogs; use proper gravity and
286         resize policy; add few tooltips.
287
288 2002-09-06  Alain Castera  <castera@in2p3.fr>
289
290         * FormTabular.C: leave the horizontal alignment buttons alive
291           on fixed width columns
292
293 2002-09-05  Angus Leeming  <leeming@lyx.org>
294
295         * all files: modify the headers as discussed on the list.
296
297 2002-08-30  John Levon  <levon@movementarian.org>
298
299         * MathsCallbacks.h:
300         * forms/fdfix.sh: fix build from last change
301
302 2002-08-30  John Levon  <levon@movementarian.org>
303
304         * MathsSymbols.h:
305         * MathsSymbols.C:
306         * FormMathsPanel.h:
307         * FormMathsPanel.C: remove MathsSymbols to controllers/
308
309 2002-08-29  John Levon  <levon@movementarian.org>
310
311         * MathsSymbols.h:
312         * MathsSymbols.C:
313         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
314
315 2002-08-29  John Levon  <levon@movementarian.org>
316
317         * MathsSymbols.C: implement splitting for AMS. nrel
318           is broken
319
320 2002-08-29  John Levon  <levon@movementarian.org>
321
322         * MathsSymbols.C: fix two crash bugs
323
324 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
325
326         * forms/form_graphics.fd:
327         * FormGraphics.C: re-implement the use of text_warning box.
328
329         * forms/form_preferences.fd:
330         * FormPreferences.C: use displayTranslator, change display mode
331         from four radio buttons into one choice button.
332
333         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
334
335 2002-08-24  John Levon  <levon@movementarian.org>
336
337         * xformsImage.C: fix build, add FIXME for Rob
338
339 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
340
341         * FormGraphics.[Ch]:
342         * forms/form_graphics.fd: Implement new graphics dialog
343
344         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
345         instead of "mono|gray|no".
346
347 2002-08-22  John Levon  <levon@movementarian.org>
348
349         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
350
351 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
352
353         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
354         for support/smart_ptr.h, change use of smart ptr to boost version
355
356         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
357         is a smart_ptr)
358         (build): use nifty 3rd arg of smart_ptr
359         (addBitmap): ditto
360
361 2002-08-20  John Levon  <levon@movementarian.org>
362
363         * lyx_gui.C: estimate default DPI
364
365 2002-08-16  Angus Leeming  <leeming@lyx.org>
366
367         * Dialogs.C:
368         * Dialogs2.C:
369         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
370
371         * Dialogs3.C: removed.
372
373 2002-08-16  Angus Leeming  <leeming@lyx.org>
374
375         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
376         time, old boy.
377
378 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
379
380         * FormRef.C (update): Synchronise the buffer choice and the list of
381         labels if the dialog is re-opened.
382
383 2002-08-15  Angus Leeming  <leeming@lyx.org>
384
385         * Dialogs.C:
386         * Dialogs2.C:
387         * Dialogs3.C:
388         * Dialogs_impl.h: the brave new world of Dialog creation.
389
390         * FormBaseDeprecated.C:
391         * FormFiledialog.C:
392         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
393
394         * guiapi.C: discard.
395
396         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
397         remove guiapi.C.
398
399 2002-08-15  Angus Leeming  <leeming@lyx.org>
400
401         * lots: changed my email address to leeming@lyx.org.
402
403         * FormBaseDeprecated.[Ch]: return it to private derivation from
404         boost::noncopyable.
405
406         * FormBaseDeprecated.[Ch]:
407         * FormDocument.[Ch]:
408         * FormInset.[Ch]:
409         * FormMaths*.[Ch]:
410         * FormPreferences.[Ch]:
411         * FormTabular.[Ch]:
412         pass and store references to LyXView and Dialogs, not pointers.
413
414         * FormInset.[Ch]: remove class FormCommand.
415
416 2002-08-14  Angus Leeming  <leeming@lyx.org>
417
418         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
419
420         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
421
422 2002-08-14  Angus Leeming  <leeming@lyx.org>
423
424         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
425         derives directly from boost::noncopyable.
426         (show): made public.
427
428         * FeedbackController.h: rearrange #includes.
429
430         * FormDocument.C:
431         * FormMathsDeco.C:
432         * FormMathsDelim.C:
433         * FormMathsMatrix.C:
434         * FormMathsPanel.C:
435         * FormTabular.C: remove #include "Dialogs.h"
436
437         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
438
439         * FormPreferences.C: rearrange #includes.
440
441         * FormTabular.h (showInset, updateInset): make public.
442
443         * FormDocument.C (build): enable the bmtable to find the right file!
444
445         * guiapi.C (gui_ShowInfo): removed.
446
447 2002-08-13  André Poenitz  <poenitz@gmx.net>
448
449         * Toolbar_pimpl.C: small cleanup
450
451 2002-08-13  Angus Leeming  <leeming@lyx.org>
452
453         * FileDialog.C:
454         * FormMathsDelim.C:
455         * FormMathsMatrix.C:
456         * FormMathsPanel.C:
457         * FormPreferences.C:
458         * Menubar_pimpl.C:
459         * Toolbar_pimpl.C:
460         * XFormsView.C:
461         * lyx_gui.C:
462         changes due to the changed LyXView interface that now returns references
463         to member variables not pointers.
464
465 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
466
467         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
468         entries.
469
470 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
471
472         * FormDocument.C (saveParamsAsDefault): use proper constructment
473
474 2002-08-12  Angus Leeming  <leeming@lyx.org>
475
476         * FormCitation.C:
477         * FromRef.C: change due to change of ControlConnections method name,
478         isReadonly() -> bufferIsReadonly().
479
480         * FormIndex.C:
481         * FormPrint.C: no longer #include "frontends/LyXView.h".
482
483 2002-08-12  Angus Leeming  <leeming@lyx.org>
484
485         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
486         the Dialogs::toggleTooltips signal.
487
488         * FormAboutlyx.[Ch]:
489         * FormBibitem.[Ch]:
490         * FormBibtex.[Ch]:
491         * FormBrowser.[Ch]:
492         * FormCharacter.[Ch]:
493         * FormCitation.[Ch]:
494         * FormERT.[Ch]:
495         * FormError.[Ch]:
496         * FormExternal.[Ch]:
497         * FormFloat.[Ch]:
498         * FormForks.[Ch]:
499         * FormGraphics.[Ch]:
500         * FormInclude.[Ch]:
501         * FormIndex.[Ch]:
502         * FormLog.[Ch]:
503         * FormMinipage.[Ch]:
504         * FormParagraph.[Ch]:
505         * FormPreamble.[Ch]:
506         * FormPrint.[Ch]:
507         * FormRef.[Ch]:
508         * FormSearch.[Ch]:
509         * FormSendto.[Ch]:
510         * FormShowFile.[Ch]:
511         * FormSpellchecker.[Ch]:
512         * FormTabularCreate.[Ch]:
513         * FormTexinfo.[Ch]:
514         * FormThesaurus.[Ch]:
515         * FormToc.[Ch]:
516         * FormURL.[Ch]:
517         * FormVCLog.[Ch]:
518         No longer pass Controller or Dialogs to the c-tor.
519         No longer forward-declare Dialogs.
520
521         * FormBase.[Ch]: derives from ViewBase directly.
522         No longer passed ControlButtons & or Dialogs &.
523         (bc): new method, enabling the daughter classes to access the
524         ButtonController.
525         (C_FormBaseApplyCB):
526         (C_FormBaseOKCB):
527         (C_FormBaseCancelCB):
528         (C_FormBaseRestoreCB):
529         (C_WMHideCB): changes due to a change in the ViewBase class.
530
531         * Toolbar_pimpl.[Ch] (c-tor):
532         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
533
534         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
535
536         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
537         Dialogs & to the Toolbar.
538
539         * guiapi.C: access the controller methods by explicit invocation of the
540         controller.
541
542 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
543
544         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
545         (class_apply): ditto
546
547 2002-08-08  John Levon  <levon@movementarian.org>
548
549         * Menubar_pimpl.C:
550         * Toolbar_pimpl.C: lyxaction cleanup
551
552 2002-08-08  John Levon  <levon@movementarian.org>
553
554         * forms/form_thesaurus.fd: allow Esc to close dialog
555
556 2002-08-02  Angus Leeming  <leeming@lyx.org>
557
558         * FormInclude.C:
559         * forms/form_include.fd: added a check_preview button and controlling
560         logic. The user can now choose to preview a \input-ed file.
561
562 2002-08-02  Angus Leeming  <leeming@lyx.org>
563
564         * FormTabular.C (input):
565         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
566         returning a boost::shared_ptr.
567
568 2002-08-01  John Levon  <levon@movementarian.org>
569
570         * FormDocument.C: writeFile() change
571
572 2002-08-01  John Levon  <levon@movementarian.org>
573
574         * FormPreferences.h:
575         * FormPreferences.C:
576         * guiapi.C:
577         * forms/form_spellchecker.fd: remove options from spellchecker
578
579 2002-07-30  John Levon  <levon@movementarian.org>
580
581         * lyx_gui.C: implement remove_read_callback()
582
583 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
584
585         * XWorkArea.C (work_area_handler): change type of
586         scrollbar_value_old to double
587
588 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
589
590         * several files: strip,frontStrip -> trim,ltrim,rtrim
591
592 2002-07-25  John Levon  <levon@movementarian.org>
593
594         * lyx_gui.C:
595         * XWorkArea.C: using dec
596
597 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
598
599         * FormFloat.C: Fixed and better GUI-logic
600
601 2002-07-25  André Pönitz <poenitz@gmx.net>
602
603         * lyx_gui.C:
604         * XWorkArea.C: add 'dec' to switch back to decimal output
605
606 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
607
608         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
609         (create_submenu): add parameter ``all_disabled'' which will be
610         false only if the menu contains at least one working item. Disable
611         submenus who have all_disabled true. What I could not do, though
612         is disable menubar items when all the menu is disabled (because I
613         know about it only when I try to open this menu)
614
615 2002-07-25  Herbert Voss  <voss@perce.de>
616
617         * FormBibtex.C (update): clear browser first
618
619 2002-07-25  Juergen Vigna  <jug@sad.it>
620
621         * XWorkArea.C (work_area_handler): set y_old and x_old to some
622         values in the MOUSE or DRAG even.
623
624 2002-07-25  John Levon  <levon@movementarian.org>
625
626         * forms/form_float.fd: "Span columns"
627
628 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
629
630         * FormFloat.C:
631         * forms/form_float.fd: Implement default placement checkbox;
632         some minor tweaks
633
634 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
635
636         * Menubar_pimpl.C (create_submenu): add the code for splitting too
637         long menus here. Remove call to add_toc.
638
639         * Menubar_pimpl.C (add_toc):
640         (add_toc2): remove. This code is now in MenuBackend; now, all the
641         frontend has to do is to support the item kinds Command, Submenu
642         and Separator. The rest is done transparently.
643
644 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
645
646         * FormFloat.C:
647         * forms/form_float.fd: Implement Wide Float toggle and !-option;
648         disable h and b with wide floats
649
650 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
651
652         * Menubar_pimpl.C (create_submenu): updates due to changes in
653         menubackend.
654
655 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
656
657         * XMiniBuffer.h: add connection objects, and use them
658         * XMiniBuffer.C (XMiniBuffer): here and
659         (dd_init): here
660
661         * XFormsView.h: add connection objects, use them
662         * XFormsView.C (XFormsView): here
663
664 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
665
666         * XFormsView.C: don't call toolbar_->set()
667
668         * Toolbar_pimpl.h:
669         * Toolbar_pimpl.C: rationalise code, remove half-working
670           update stuff into simple add()
671
672 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
673
674         * lyx_gui.C: add lyx_gui::exit()
675
676 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
677
678         * Toolbar_pimpl.h:
679         * Toolbar_pimpl.C: remove ->push()
680
681 2002-07-22  Herbert Voss  <voss@lyx.org>
682
683         * FormGraphics.C: add tooltips, changesize_type to size_kind.
684         some rearrangements to the code
685
686 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
687
688         * FormToc.C: std:: fix
689
690 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
691
692         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
693
694         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
695         and "commandtags.h"
696
697         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
698
699         * FormSendto.C:
700         * FormParagraph.C:
701         * FormMinipage.C:
702         * FormGraphics.C:
703         * FormForks.C:
704         * FormCitation.C:
705         * DropDown.C: update to use new getString and getVector
706
707         * xforms_helpers.[Ch]: replace getVectorFromChoice and
708         getVectorFromBrowser by getVector; replace getStringFromInput,
709         getStringFromBrowser and getSelectedStringFromBrowser with
710         getString, which works with input, choice and browser objects
711
712         * Menubar_pimpl.C:
713         * FormToc.C: update to use new toc.[Ch]
714
715 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
716
717         * XFormsView.C: move autosave timer to LyXView.C
718
719 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
720
721         * Menubar_pimpl.[Ch]: remove support for multiple menubars
722
723 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
724
725         * XMiniBuffer.h:
726         * XMiniBuffer.C: cleanup, make start/end history work as before
727
728 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
729
730         * FormMathsDelim.C:
731         * FormMathsMatrix.C: fix dispatch calls nicely
732
733 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
734
735         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
736         open
737
738         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
739
740 2002-04-28  Herbert Voss  <voss@perce.de>
741
742         * FormGraphics.C:
743         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
744
745 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
746
747         * DropDown.h:
748         * DropDown.C: remove unneeded LyXView *
749
750         * XFormsView.h:
751         * XFormsView.C: changes for minibuffer rework
752
753         * XMiniBuffer.h:
754         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
755           old code to here
756
757         * lyx_gui.C: add FIXME
758
759 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
760
761         * FormMathsDelim.C:
762         * FormMathsMatrix.C: fix dispatch calls
763
764 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
765
766         * Menubar_pimpl.C:
767         * Toolbar_pimpl.C:
768         * lyx_gui.C:
769         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
770
771         * xfont_loader.C: remove call to messagePush(),Pop()
772
773 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
774
775         * FormFiledialog.C: Add missing #include
776
777 2002-07-17  Angus Leeming  <leeming@lyx.org>
778
779         * xformsImage.C (init_graphics): disable direct loading of PostScript
780         files. It's more effort than it's worth.
781
782 2002-07-17  André Pönitz <poenitz@gmx.net>
783
784         * FormPreferences.C: add help for $$s feature, lots of stupid "code
785          beautifying"
786
787 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
788
789         * FormPreferences.C:
790         * forms/form_preferences.fd: remove 2nd exit confirmation
791
792 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
793
794         * XFormsView.h:
795         * XFormsView.C: hook up view_state_changed
796
797 2002-07-16  Angus Leeming  <leeming@lyx.org>
798
799         * XPainter.C: add some #ifdef ugliness to enable the home grown image
800         loader to work too.
801
802 2002-07-16  André Pönitz <poenitz@gmx.net>
803
804         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
805
806 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
807
808         * xformsImage.h:
809         * xformsImage.C: add isDrawable()
810
811         * XPainter.C: use static cast to xformsImage
812
813 2002-07-14  Angus Leeming  <leeming@lyx.org>
814
815         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
816
817 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
818
819         * lyx_gui.C: add set_read_callback()
820
821 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
822
823         * lyx_gui.C: move init_graphics() into setup
824
825 2002-07-12  Angus Leeming  <leeming@lyx.org>
826
827         * xformsImage.C (width): apply fudge irrespective of library version.
828
829 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
830
831         * Toolbar_pimpl.h:
832         * Toolbar_pimpl.C: remove unused (de)activate()
833
834 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
835
836         * lyx_gui.C: implement update_fonts(), font_available()
837
838 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
839
840         * lyx_gui.C: add update_color()
841
842 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
843
844         * FormPreferences.C:
845         * forms/form_preferences.fd: remove file->new asks for name
846
847 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
848
849         * XWorkArea.h:
850         * XWorkArea.C: do a copy area on redraw when no geometry change
851
852 2002-07-11  Herbert Voss  <voss@perce.de>
853
854         * FormGraphics.C (input): test also the height for %-value, when
855         importing the latex-value into the lyx-view
856
857 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
858
859         * XMiniBuffer.C (peek_event):
860         * combox.C (peek_event):
861         * DropDown.C (peek): support keypad keys
862
863 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
864
865         * xscreen.C: add const
866
867 2002-07-09  Angus Leeming  <leeming@lyx.org>
868
869         * xformsImage.C (scale): use boost::tie.
870         (width): fudge to fix bug in image width for xforms <= 0.89.6.
871
872 2002-07-08  Angus Leeming  <leeming@lyx.org>
873
874         * forms/fdfix.sh: whitespace.
875
876 2002-07-05  Angus Leeming  <leeming@lyx.org>
877
878         * lyx_gui.C (hexname): new function.
879
880 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
881
882         * lyx_gui.C (init_graphics): boost::function assign, not
883         boost::signal connect.
884
885         * combox.C (Combox): what remove does is now done implicitly from
886         XFormsView destructor.
887
888         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
889
890         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
891
892         * XFormsView.C (XFormsView): hide and free form_
893         (getForm): raw pointer return
894         (create_form_form_main): raw pointer set
895
896         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
897         implicitly from XFormsView destructor.
898
899 2002-07-04  André Pönitz <poenitz@gmx.net>
900
901         * FormInset.[Ch]: reduce #include depencies
902
903         * guiapi.C: suppress compiler warning
904
905 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
906
907         * FormInclude.C: Comment out unneeded and wrong update mechanism
908         (related to bug #459)
909         *forms/form_include.fd: define missing callbacks (bug #459)
910
911 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
912
913         * FormDocument.C (build): add pt154 encoding
914
915 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
916
917         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
918
919 2002-07-01  Angus Leeming  <leeming@lyx.org>
920
921         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
922
923 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
924
925         * forms/fdfix.sh: fix compilation failure on WinXP.
926
927 2002-06-28  Angus Leeming  <leeming@lyx.org>
928
929         * XPainter.[Ch]: changes associated with the name change
930         grfx::GImage -> grfx::Image.
931
932         * xformsGImage.[Ch]: deleted.
933         * xformsImage.[Ch]: new files, reflecting changed class name.
934
935         * Makefile.am:
936         * lyx_gui.C: associated changes.
937
938 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
939
940         * FormPreferences.C
941         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
942
943 2002-06-26  Angus Leeming  <leeming@lyx.org>
944
945         * xformsGImage.C (load, setPixmap): changes aassociated with moving
946         grfx::DisplayType out of grfx::GParams.
947
948 2002-06-25  Angus Leeming  <leeming@lyx.org>
949
950         * FormPreferences.C (LnFmisc::apply): Comment out the call to
951         grfx::GCache::changeDisplay. The method no longer exists now that the
952         pixmap generation part of the graphics loader has been moved into
953         InsetGraphics.
954
955 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
956
957         * Toolbar_pimpl.C: layout as layout
958
959 2002-06-21  Angus Leeming  <leeming@lyx.org>
960
961         * xscreen.C: add a using std::endl directive.
962
963 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
964
965         * FormPreferences.h:
966         * FormPreferences.C:
967         * forms/form_preferences.fd: remove show_banner, display_shortcuts
968
969 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
970
971         * XWorkArea.h:
972         * XWorkArea.C: remove splash, should be handled in
973           LyXScreen::greyOut()
974
975 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
976
977         * forms/form_texinfo.fd: "Update List" not "Rescan"
978
979 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
980
981         * guiapi.C: createIndex() changed
982
983 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
984
985         * FormBibtex.C: use new lyx::eliminate_duplicates
986
987 2002-06-20 Herbert Voss  <voss@perce.de>
988
989         * FormBibtex.C:
990         * forms/form_bibtex.fd: give better support for choosing the
991         bibstyle (new browserfield with the available bibstyles).
992         move some code of ControlTexinfo into a helper
993         file support/tex-helpers to use some of the functions
994
995 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
996
997         * XWorkArea.h:
998         * XWorkArea.C: remove unused code, name change
999
1000 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1001
1002         * XLyXKeySym.h:
1003         * XLyXKeySym.C: whitespace
1004
1005 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1006
1007         * XWorkArea.h: remove focus stuff, greyOut()
1008
1009 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1010
1011         * XWorkArea.C: remove focus/unfocus events
1012
1013 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1014
1015         * XWorkArea.h: remove unused methods
1016
1017 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
1018
1019         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
1020           Cleaner, smaller.
1021
1022 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1023
1024         * XWorkArea.h: remove unused width()
1025
1026 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1027
1028         * guiapi.C: fix compile with libAiksaurus
1029
1030 2002-06-17  Herbert Voss  <voss@perce.de>
1031
1032         * forms/.cvsignore: ignore the *.lo files
1033
1034 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1035
1036         * FormSearch.h:
1037         * FormSearch.C: focus and select search string on open (bug #77)
1038
1039 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1040
1041         * changes to let the function setup happen in frontends
1042
1043         * guiapi.C: new file
1044
1045 2002-06-16    <alstrup@diku.dk>
1046
1047         * xscreen.C (draw): After drawing, we wait for X with XSync..
1048
1049         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
1050
1051         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
1052
1053         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
1054
1055         * WorkAreaFactory.C: New file for GUII WorkArea.
1056
1057         * LyXScreenFactory.C: WorkArea GUIIized.
1058
1059 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
1060
1061         * LyXKeySymFactory.C: Added XForms implementation.
1062
1063         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
1064         stuff.
1065
1066         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
1067
1068 2002-06-14  Lyx Development team  <lyx@electronia>
1069
1070         * LyXScreenFactory.C: Implementation for XForms.
1071
1072         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
1073         called XScreen (surprise!).
1074
1075 2002-06-14  Angus Leeming  <leeming@lyx.org>
1076
1077         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
1078
1079         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
1080         if not, exit gracefully.
1081         Test whether the newly generated .h file is different from the existing
1082         one and if not discard it to prevent unnecessary recompilation in the
1083         xforms directory.
1084
1085 2002-06-14  Angus Leeming  <leeming@lyx.org>
1086
1087         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
1088         "this", ro we'll get a crash following FormBaseDeprecated's
1089         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
1090
1091         This is the only form in which all the folders are not built in the
1092         parent class direct, so this is the only one that should suffer from
1093         this bug.
1094
1095 2002-06-12  Angus Leeming  <leeming@lyx.org>
1096
1097         * form_*.[Ch]: removed from the repository.
1098         * forms/Makefile.am:
1099         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
1100
1101         * forms/form_*.fd: use a consistent naming convention for the fdesign
1102         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
1103         struct FD_aboutlyx;
1104         struct FD_aboutlyx_version;
1105         struct FD_aboutlyx_credits;
1106         struct FD_aboutlyx_license;
1107
1108         * forms/fdfix[ch].sed: no longer write the build routines for the
1109         fdesign generated FD_xyz structs as member methods of the controlling
1110         FormXyz class. It's unnecessary and needs patch files in addition to
1111         the sed magic to work properly. Thus, the structs above are now
1112         generated by routines
1113         FD_aboutlyx * build_aboutlyx(void *);
1114         FD_aboutlyx_version * build_aboutlyx_version(void *);
1115         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
1116         FD_aboutlyx_license * build_aboutlyx_license(void *);
1117
1118         * forms/README: document all the above.
1119
1120         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
1121
1122         * forms_gettext.[Ch]: new files containing only the scex, idex functions
1123         stored previously in xforms_helpers.[Ch].
1124
1125         * xforms_helpers.[Ch]: removed scex, idex functions.
1126
1127         * Most other files: minor changes associated with the above.
1128
1129 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1130
1131         * XWorkArea.h:
1132         * XWorkArea.C: move scrolling logic into here
1133
1134         * ColorHandler.h:
1135         * ColorHandler.C:
1136         * XPainter.h:
1137         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
1138         s/Painter/XPainter/
1139
1140 2002-06-12  Angus Leeming  <leeming@lyx.org>
1141
1142         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
1143
1144 2002-06-12  Angus Leeming  <leeming@lyx.org>
1145
1146         * FormParagraph.C: include ParagraphParameters.h now that
1147         ParagraphParameters is forward declared in ControlParagraph.h.
1148
1149 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
1150
1151         * FormMathsDelim.C: fix delimiter pre-display rendering
1152           mess-up bug (354)
1153
1154 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1155
1156         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
1157
1158 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1159
1160         * XFormsView.h:
1161         * XFormsView.C: move init() back to LyXView
1162
1163 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1164
1165         * GUIRunTime.C: remove in favour of ...
1166
1167         * Makefile.am:
1168         * lyx_gui.C: ... GUI startup namespace
1169
1170         * XFormsView.h:
1171         * XFormsView.C: change show() prototype
1172
1173         * XPainter.C:
1174         * xfont_loader.C: don't use GUIRunTime any more
1175
1176 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1177
1178         * ColorHandler.C:
1179         * FontInfo.h:
1180         * FormBase.C:
1181         * FormBaseDeprecated.C:
1182         * MathsSymbols.C:
1183         * Menubar_pimpl.C: minor cleanups
1184
1185 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1186
1187         * xformsGImage.C:
1188         * FontInfo.h:
1189         * FontInfo.C: some cleanup
1190
1191         * XWorkArea.C:
1192         * XFormsView.h:
1193         * XFormsView.C: some minor cleanup, use of
1194           scoped_ptr
1195
1196         * xfont_loader.h:
1197         * xfont_loader.C: rename
1198
1199 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1200
1201         * XWorkArea.h:
1202         * XWorkArea.C: use workHeight(), remove enter/leaveView
1203
1204 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1205
1206         * XWorkArea.h:
1207         * XWorkArea.C: remove belowMouse() and active()
1208
1209 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1210
1211         * xfont_metrics.h:
1212         * xfont_metrics.C:
1213         * XPainter.C: X-specific metrics stuff moved into xforms/ only
1214
1215 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1216
1217         * FormParagraph.[Ch]: moved to mvc
1218         * form_paragraph.[Ch]: idem
1219         * forms/form_paragraph.fd: idem
1220         * Dialogs.C: idem
1221
1222 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1223
1224         * GUIRunTime.C (initialiseGraphics): condition the choice of
1225         loader on USE_XFORMS_IMAGE_LOADER
1226
1227         * xformsGImage.C (init_graphics): do not initialize jpeg support
1228         if not available
1229
1230 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1231
1232         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
1233
1234 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1235
1236         * FormMathsPanel.C: do not include ButtonController.tmpl
1237         * FormPreferences.C: ditto
1238         * xformsBC.C: ditto
1239
1240         * FormBase.h (controller): remove ViewBase:: prefix
1241
1242 2002-06-07  Angus Leeming  <leeming@lyx.org>
1243
1244         Fixes needed to compile with Compaq cxx 6.5.
1245         * ColorHandler.C:
1246         * DropDown.C:
1247         * FormThesaurus.C:
1248         all c-library variables have been moved into namespace std.
1249         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1250
1251         * XFormsView.C: add a using std::abs directive.
1252
1253         * FormBase.h (FormCB::controller): I have had to prefix base class
1254         methods with Base:: Wierd!
1255
1256 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
1257
1258         * xformsGImage.h: an xforms build fix
1259
1260 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
1261
1262         * Tooltips.C: fix some sigc++ -> boost errors.
1263
1264 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
1265
1266         * GUIRunTime.C:
1267         * XFormsView.C:
1268         * XWorkArea.C:
1269         * xforms_resize.C:
1270         * xformsGImage.h: fixes for xforms 1.0 version
1271           checking
1272
1273 2002-05-10  Herbert Voss  <voss@perce.de>
1274
1275         * FormInclude.C (input, update): disable load-button when
1276         "use verbatim" is enabled
1277
1278 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1279
1280         * FileDialog.C (FileDialog): fix () bug when using new
1281         * xformsGImage.C (newImage): ditto
1282         * Toolbar_pimpl.C (Pimpl): ditto
1283         * xfont_loader.C (getFontinfo): ditto
1284
1285 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1286
1287         * switch from SigC signals to boost::signals.
1288
1289         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
1290
1291 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1292
1293         * FormDocument.C (input): set preamble too when saving default
1294         template.
1295
1296 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1297
1298         * Makefile.am:
1299         * XWorkArea.h:
1300         * XWorkArea.C: moved here
1301
1302 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1303
1304         * ColorHandler.h:
1305         * ColorHandler.C:
1306         * FontInfo.h:
1307         * FontInfo.C: moved here
1308
1309         * xfont_loader.h:
1310         * xfont_loader.C: moved here
1311
1312         * Makefile.am:
1313         * xfont_metrics.C: changes from above
1314
1315 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1316
1317         * Makefile.am:
1318         * XPainter.C:
1319         * xfont_metrics.h:
1320         * xfont_metrics.C: moved font metrics code
1321
1322 2002-05-24  Juergen Vigna  <jug@sad.it>
1323
1324         * FormMathsBitmap.C: include local includes first (selfcontainment)
1325         * FormMathsBitmap.h: include LString.h first.
1326
1327 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1328
1329         * XFormsView.C:
1330         * lyxlookup.h:
1331         * lyxlookup.C:
1332         * Makefile.am: move here
1333
1334 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1335
1336         * DropDown.h:
1337         * FileDialog.C:
1338         * FormBaseDeprecated.C:
1339         * FormDocument.C:
1340         * FormIndex.C:
1341         * FormInset.C:
1342         * FormMathsBitmap.C:
1343         * FormMathsDelim.C:
1344         * FormMathsMatrix.C:
1345         * FormMathsPanel.C:
1346         * FormParagraph.C:
1347         * FormPreferences.C:
1348         * FormPrint.C:
1349         * FormTabular.C:
1350         * Makefile.am:
1351         * XFormsView.h:
1352         * XFormsView.C: LyXView is now in frontends/,
1353         XFormsView moved to here
1354
1355 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1356
1357         * Makefile.am:
1358         * XPainter.h:
1359         * XPainter.C: move Painter here
1360
1361 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1362
1363         * Menubar_pimpl.C: add scoped_ptr.hpp
1364
1365         * FormPrint.h: remove smart_ptr.hpp
1366
1367         * FormBase.h: use more specific smart_ptr header
1368         * FormCharacter.h: ditto
1369         * FormMathsStyle.h: ditto
1370         * FormAboutlyx.h: ditto
1371         * Menubar_pimpl.h: ditto
1372         * FormTabular.h: ditto
1373         * FormPreferences.h: ditto
1374         * FormParagraph.h: ditto
1375         * FormMathsSpace.h: ditto
1376         * FormMathsPanel.h: ditto
1377         * FormMathsMatrix.h: ditto
1378         * FormMathsDelim.h: ditto
1379         * FormMathsDeco.h: ditto
1380         * FormGraphics.h: ditto
1381         * FormDocument.h: ditto
1382
1383 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1384
1385         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
1386           (bug 406) (from Angus)
1387
1388 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1389
1390         * FormDocument.C (language_apply): Fix language changing.
1391
1392 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1393
1394         * Tooltips.C: enable tooltips by default.
1395
1396 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1397
1398         * xforms_resize.h: improve the doc++ comments.
1399
1400         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
1401         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
1402         providing this info "somehow".
1403         Constify a few variables.
1404         whitespace changes.
1405
1406 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
1407
1408         * FormBase.C (show):
1409         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
1410         is widened sufficiently to display wholely the tabs of any
1411         tabbed-folders. This is more than just cosmetic as it will prevent
1412         crashes when selecting a partly displayed tab. (The problem occurs
1413         with a "long" locale like German and xforms < 0.9999.)
1414
1415         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
1416         by how much a dialog should be scaled to show its tabs fully (should
1417         it have a tabfolder).
1418
1419 2002-05-08  Garst Reese  <reese@isn.net>
1420
1421         * FormMathsDeco.C: fix offset to normal size decos.
1422
1423 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
1424
1425         * xformsGImage.C (rotate): work-around xforms bug when rotating by
1426         270 degs.
1427
1428 2002-05-02  Herbert Voss  <voss@perce.de>
1429
1430         * FormBibtex.C (apply): a change from a style to an empty one
1431         (which is valid) wasn't saved
1432
1433 2002-05-02  Herbert Voss  <voss@perce.de>
1434
1435         * FormGraphics.C (input): do not read bb new when it was changed
1436
1437 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
1438
1439         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
1440         * FormParagraph.C: "Other" -> "Custom"
1441         * FormPreferences.C: "USletter" -> "US letter" etc.
1442         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
1443         * forms/form_preferences.fd: style consistency
1444
1445 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1446
1447         * FormCharacter.C:
1448         * FormDocument.C:
1449         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
1450
1451         * xforms_helpers.h (findPos): new template.
1452
1453         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
1454         for the rotation origins.
1455
1456         * FormGraphics.C: internationalise the rotation origin strings in the
1457         choice using the same approach as used for the language names in the
1458         Character, Document, Preferences dialogs.
1459
1460 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1461
1462         * FormCharacter.C:
1463         * FormDocument.C:
1464         * FormPreferences.C: use the bool flag to getLanguageData as
1465         appropriate. No longer translate the strings as this is done in
1466         getLanguageData.
1467
1468 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
1469
1470         * FormBibtex.C:
1471         * FormCitation.C: fix two typos
1472
1473 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
1474
1475         * FormCharacter.h:
1476         * FormDocument.h:
1477         * FormPreferences.h: store a vector<string> lang_ of language
1478         identifiers.
1479
1480         * FormCharacter.C: changes associated with frnt::getLanguageData
1481         returning a vector<LanguagePair> rather than a vector<string>.
1482
1483         * FormDocument.C:
1484         * FormPreferences.C: internationalise the languages on display, similar
1485         to the changes in FormCharacter.C.
1486
1487 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
1488
1489         * FormMathsPanel.C: translate Close
1490         * FormGraphics.C: a little more translation
1491
1492 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1493
1494         * FormCitation.C (apply, input): ensure that the choice is always valid.
1495
1496         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
1497         identifier when performing one of the substitutions. "shortcut" can
1498         reasonably appear in the label.
1499
1500 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
1501
1502         * Makefile.am: fix typo "shoul go to" -> "should go to".
1503
1504         * forms/form_preferences.fd: Modify naming for Converter flags
1505         ("Extra flags") and remove a couple of shortcut-clashes.
1506
1507         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
1508
1509 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1510
1511         * FormBibtex.C: Do not use a blank after the comma for multiple
1512         bib-files (which is not read in correctly).
1513
1514 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1515
1516         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
1517         disable the choice.
1518
1519 2002-04-19  Juergen Vigna  <jug@sad.it>
1520
1521         * FormParagraph.C (changedParagraph): don't check for p == par_ as
1522         we don't set par_ on a changedParagraph call so we don't resete the
1523         buttons and message when we return to the original paragraph!
1524
1525 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
1526
1527         * forms/cvsignore: add Makefile.
1528
1529 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1530
1531         * forms/Makefile.am: make it a dummy make file + extra dist
1532
1533 2002-04-14  Herbert Voss  <voss@perce.de>
1534
1535         * FormCharacter.C
1536         * FormExternal.C: adding #include "support/lstrings.h"
1537         for the getStringFromVector and vice versa
1538
1539 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
1540
1541         * FormParagraph.C (changedParagraph): ensure that the warning message
1542         is removed if the underlying paragraph will accept our changes.
1543
1544 2002-04-09  Herbert Voss  <voss@perce.de>
1545
1546         * FormGraphics.C: allow rotate-values like 270.1
1547         * xformsGImage.C (rotate): get the right rotate-angle from
1548         GraphicParams
1549
1550 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1551
1552         * xformsGImage.C (clip): no need to check if the width, height are > 0
1553         because the BoundingBox would be empty() in this weren't the case.
1554
1555 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1556
1557         * FormDocument.[Ch]: Add a new method UpdateClassParams
1558         which is used in CheckChoiceClass to update the fontsizes
1559         and other necessary stuff (pagestyle) on class change
1560         (hopefully finally fix bug #306)
1561
1562 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1563
1564         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
1565         (updatesrc): delete wrong version
1566
1567 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1568
1569         * forms/.cvsignore: add Makefile.in
1570
1571         * forms/Makefile.am: make distcheck work, new file
1572
1573         * Makefile.am: make distcheck work
1574
1575 2002-04-05  Herbert Voss  <voss@perce.de>
1576
1577         * FormGraphics.C: use correct unit bp (big point - PostScript point)
1578         for the bounding box values
1579
1580 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
1581
1582         * FormGraphics.C (updateBB, input): Don't set the path of the file
1583         passed to readBB. Let the controller do that because it knows about
1584         the buffer (and therefore the path) whereas the view has no idea.
1585
1586 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
1587
1588         * xformsGImage.C (clip): ensure that the clipped image has sensible
1589         dimensions.
1590
1591 2002-04-04  Herbert Voss  <voss@lyx.org>
1592
1593         * FormGraphics.C (updateBB):  new method to read the BBox when reading
1594         a new file or changing an existing one.
1595
1596 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1597
1598         * FormCharacter.C (findPos): add a missing typename
1599
1600 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1601
1602         * FeedbackController.C:
1603         * FormBibtex.C:
1604         * FormCitation.C:
1605         * FormForks.C:
1606         * FormMathsBitmap.C:
1607         * FormPreferences.C:
1608         * FormSendto.C:
1609         * FormTexinfo.C:
1610         * Tooltips.C:
1611         * xforms_helpers.C: use _() correctly rather than N_().
1612
1613 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1614
1615         * FormDocument.C (CheckChoiceClass): update the necessary class
1616         settings on class change (fix bug #306)
1617
1618 2002-03-27  Herbert Voss  <voss@lyx.org>
1619
1620         * xforms_helpers.h:
1621         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
1622         and text%
1623
1624 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1625
1626         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
1627         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
1628         The MathsSymbols are now xforms-independent.
1629
1630         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
1631
1632 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1633
1634         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
1635
1636         * FormGraphics.C (input): don't disallow the input of a file that's
1637         not there.
1638
1639 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1640
1641         * FormParagraph.C (changedParagraph): whitespace.
1642
1643         * xforms_helpers.C: rearrange #includes.
1644
1645         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
1646
1647         * FormPrint.C: changes associated with changes to RadioButtonGroup.
1648
1649         * FormGraphics.C:
1650         * forms/form_graphics.fd: rename some of the widgets.
1651
1652 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1653
1654         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
1655         file can't be found.
1656
1657         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
1658         only if the underlying paragraph will accept changes.
1659
1660         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
1661
1662         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
1663         set the choice to a unit that isn't present in the choice!
1664         Also remove #if 0 sections of code.
1665
1666 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1667
1668         * several files: ws cleanup
1669
1670 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1671
1672         * lots: whitespace changes.
1673
1674 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1675
1676         * FormParagraph.C: a little more factorisation.
1677
1678 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1679
1680         * xforms_helpers.C (setCursorColor):
1681         * Tooltips.C (set): remove XC_question_arrow code.
1682
1683         * FeedbackController.[Ch] (clearMessage): new method.
1684
1685         * FeedbackController.C (postMessage): the warning message is now
1686         displayed in red!
1687
1688         * FormParagraph.C: define some helper functions to minimise the amount
1689         of repeated code.
1690
1691         * FormDocument.C:
1692         * FormGraphics.C:
1693         * FormMinipage.C:
1694         * FormTabular.C: use the FeedbackController to post the warning
1695         messages.
1696
1697 2002-03-19  André Pönitz <poenitz@gmx.net>
1698
1699         * FormParagraph.C: whitespace changes
1700
1701 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1702
1703         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
1704         longer call fl_set_object_helper as this routine respects line breaks
1705         only if the dialog is visible.
1706         (getTooltip): renamed as get.
1707         (toggleTooltips): renamed as set and made public.
1708
1709         * FormBase.C (show):
1710         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
1711
1712         * FormBibtex.C (build):
1713         * FormCitation.C (build):
1714         * FormForks.C (build):
1715         * FormSendto.C (build):
1716         * FormTexinfo.C (build):
1717         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
1718
1719         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
1720
1721 2002-03-18  Juergen Vigna  <jug@sad.it>
1722
1723         * FormTabular.C (update): deactivate left/right border settings for
1724         multicolumns if not an outer cell or no parent multicolumn cell.
1725
1726 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
1727
1728         * GUIRunTime.C: add spaces to error messages
1729
1730 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1731
1732         * FormBase.C (show):
1733         * FormBaseDeprecated.C (show): set the initial state of the cursor.
1734
1735         * FormPreferences.C (Colors::apply()): use the helper function
1736         setCursorColor.
1737
1738         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
1739         Can only set the cursor if the dialog is visible.
1740
1741         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
1742         color of all cursors used by LyX.
1743         (XformsColor::read): use it.
1744
1745 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1746
1747         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
1748         housekeeping changes.
1749         1. Ensure that all radio buttons are wrapped up within a group.
1750         2. Rename all button_cancel as button_close.
1751         3. Ensure that all objects follow the naming scheme outlined in
1752            forms/README
1753
1754         class             | prefix
1755         ------------------+-------
1756         FL_BROWSER        | browser
1757         FL_BUTTON         | button
1758         FL_PIXMAPBUTTON   | button
1759         FL_CHECKBUTTON    | check
1760         FL_CHOICE         | choice
1761         FL_COUNTER        | counter
1762         FL_DIAL           | dial
1763         FL_INPUT          | input
1764         FL_FRAME          | frame
1765         FL_LABELFRAME     | frame
1766         FL_ROUND3DBUTTON,
1767         RADIO_BUTTON      | radio
1768         FL_SLIDER         | slider
1769         FL_VALSLIDER      | slider
1770         FL_TABFOLDER      | tabfolder
1771         FL_TEXT           | text
1772
1773         The only exceptions to this are objects that are to be converted
1774         in the sed scripts. At the moment this applies only to bmtable:
1775
1776         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
1777
1778 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1779
1780         * doxygen fixes.
1781
1782 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1783
1784         * FeedbackController.C: improve a comment.
1785
1786         * FormFiledialog.C: whitespace change.
1787
1788         * FormBibitem.C (build):
1789         * FormBibtex.C (build):
1790         * FormCitation.C (build):
1791         * FormDocument.C (build):
1792         * FormExternal.C (build):
1793         * FormGraphics.C (build):
1794         * FormInclude.C (build):
1795         * FormIndex.C (build):
1796         * FormMathsMatrix.C (build):
1797         * FormMinipage.C (build):
1798         * FormParagraph.C (build):
1799         * FormPrint.C (build):
1800         * FormRef.C (build):
1801         * FormSendto.C (build):
1802         * FormSpellchecker.C (build):
1803         * FormTabular.C (build):
1804         * FormThesaurus.C (build):
1805         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
1806         Means that pasting with the middle mouse button will activate the
1807         Ok, Apply buttons.
1808
1809         * FeedbackController.C (MessageCB): fix crash by removing
1810         Assert(message_widget_) and returning silently in this case.
1811         Can happen quite justifiably.
1812
1813         * Most files: consistent comments at the top of the file, usable by
1814         sourcedoc.
1815
1816 2002-03-09  Herbert Voss  <voss@lyx.org>
1817
1818         * FormGraphics.C: test if file exists, simplify an if command
1819
1820 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
1821
1822         * FormToc.C: make goto not reset the dialog
1823
1824 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1825
1826         * FeedbackController.[Ch]: new files, providing a standard interface to
1827         the feedback and warning messages. Created by stripping code out of
1828         FormBase.
1829
1830         * FormBase.[Ch]: strip out all the feedback code and simplify yet
1831         further the tooltips code.
1832
1833         * FormBase.[Ch]:
1834         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
1835         Derive both classes from FeedbackController so daughter classes each
1836         have a common interface for same.
1837
1838         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
1839         Tooltips wrapper class.
1840
1841         * Tooltips.[Ch]: work out how to update tooltips when using
1842         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
1843         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
1844         and when the dialog has some tooltips.
1845
1846         * FormPreferences.[Ch]: strip out all the feedback code and use
1847         the FeedbackController.
1848
1849         * xforms_helpers.C: save the color of the gui pointer.
1850
1851         * FormBibtex.[Ch]:
1852         * forms/form_bibtex.fd:
1853         * FormCitation.[Ch]:
1854         * forms/form_citation.fd:
1855         * FormForks.[Ch]:
1856         * forms/form_forks.fd:
1857         * FormSendto.[Ch]:
1858         * forms/form_sendto.fd:
1859         * FormTexinfo.[Ch]:
1860         * forms/form_texinfo.fd: remove "Help" button and rejig for much
1861         simplified tooltips code.
1862
1863         * Makefile.am: add FeedbackController.[Ch].
1864
1865 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1866
1867         * FormGraphics.C: Tiny stylistic correction.
1868
1869 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1870
1871         * FormGraphics.C:
1872                 - Make radiobuttons change too when using Latex size in
1873                   lyxview and vice versa.
1874                 - Fix a typo where the value for height (lyxview) was
1875                   taken from width (size).
1876                 - Remove *%-values from lyxview.
1877                 - Add an Alert when using "Get Latex size" and that contains
1878                   *%-values.
1879         * FormTabular.C: Remove obsolete comment.
1880
1881 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
1882
1883         * FormMathsDeco.C: add leftrightarrows to the bitmap.
1884
1885         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
1886
1887 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1888
1889         * xformsGImage.C (statusCB, errorCB): close the file streams once the
1890         image is loaded or if an error occurs.
1891         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
1892         it permanently (and does not make a copy!).
1893
1894 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1895
1896         * xformsGImage.[Ch]: new files. An image loader based on xforms library
1897         routines.
1898
1899         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1900         your version of the xforms libraries is up to the task.
1901
1902         * Makefile.am: compile the xforms image loader if so configured.
1903
1904 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1905
1906         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1907
1908         * Dialogs.C:
1909         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1910
1911 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1912
1913         * FormDocument.C (build): add a std:: qualifier to remove_if.
1914
1915 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1916
1917         * Toolbar_pimpl.[Ch]: layout as string
1918
1919         * FormParagraph.C: layout as string
1920
1921         * FormDocument.C (build): use remove_if and contains_functor
1922         layout as string
1923
1924 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
1925
1926         * FormMathsBitmap.[Ch]:
1927         * FormMathsPanel.C: Give window titles to bit map sub-panels.
1928
1929 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1930
1931         * Dialogs.C (initialiseGraphics): a new static method.
1932         Remove Allan's venerable description as I think it's past its sell-by
1933         date.
1934
1935 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
1936
1937         * FormBase.C:
1938         * FormBaseDeprecated.C:
1939         * FormFiledialog.C: possible fix to the Bad Window problems that some
1940         people have been experiencing.
1941
1942 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1943
1944         * FormForks.C (input_button_all): resolve comparison between signed
1945         and unsigned.
1946
1947 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1948
1949         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
1950         submenus in menubar.
1951
1952 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1953
1954         * FormForks.[Ch]:
1955         * forms/form_forks.fd: new files. A view for the Forked Child
1956         processes dialog, enabling the user to see what forked processes
1957         are running, and, if he so desires, to kill them.
1958
1959         * Dialogs.C: add the class Forked Child dialog.
1960
1961         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
1962
1963         * forms/makefile: add form_forks.fd.
1964
1965         * FormPreferences.C (LnFmisc::apply): rather ugly: call
1966         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
1967
1968 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1969
1970         * forms/form_graphics.fd: Enlarge Restore button.
1971         * FormGraphics.C: Set filter to bounding box input fields.
1972
1973 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1974
1975         * Makefile.am: simpler obj. file compiling
1976
1977 2002-02-20  Juergen Vigna  <jug@sad.it>
1978
1979         * FormTabular.C (input): don't call the autoapply on exit input calls
1980         if we don't really have a change!
1981
1982 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1983
1984         * FormBase.h (FormCB): tiny bugfix.
1985
1986         * xforms_helpers.h: remove incorrect comment.
1987
1988 2002-02-18  Herbert Voss  <voss@lyx.org>
1989
1990         * FormGraphics.C: same units for LyX and Latex view, cosmetics
1991
1992 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1993
1994         * Timeout_pimpl.[Ch] (running): new method.
1995
1996 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1997
1998         * FormParagraph.C:
1999         * FormTabular.C: added a using std::remove_if directive.
2000
2001 2002-02-14  Herbert Voss  <voss@lyx.org>
2002
2003         * xforms_helpers.h: fix bug with "?%" units
2004
2005 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2006         * forms/form_graphics.fd:
2007         * form_graphics.C: minor layout changes, such as stretching all
2008         tab-windows to equal sizes and better keyboard-shortcuts.
2009
2010 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2011         * forms/form_graphics.fd:
2012         * form_graphics.C: minor layout changes, such as stretching all
2013         tab-windows to equal sizes and better keyboard-shortcuts.
2014
2015 2002-02-12  Herbert Voss  <voss@lyx.org>
2016
2017         * forms/form_graphics.fd:
2018         * form_graphics.[Ch]: small changes to the layout, mentioned
2019         by Rob
2020
2021         * FormGraphics.C: fix bug with use of updateWidget... when
2022         no unit is given.
2023
2024 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
2025
2026         * FormMinipage.C: return SMI_VALID on other form changes
2027
2028 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2029
2030         * FormParagraph.C (update): [VSpace:] Delete the special method
2031         for gluelengths...
2032         * xforms_helpers.C: ...and move it here.
2033         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
2034         and updateWidgetsFromLength.
2035
2036 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
2037
2038         * forms/form_external.fd:
2039         * form_external.C: change color2 of a few buttons into the
2040         proper grey color.
2041
2042 2002-02-08  Herbert Voss  <voss@lyx.org>
2043
2044         * forms/form_graphics.fd:
2045         * FormGraphics.C:
2046         * form_graphics.[Ch]: Adding buttons for unzip-Option,
2047         getValues from LyX/LaTeXfolder
2048
2049 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
2050
2051         * forms/form_graphics.fd:
2052         * FormGraphics.C:
2053         * form_graphics.[Ch]: simplify the bounding box folder
2054         of the Graphic GUI
2055
2056 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2057
2058         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
2059         where one could not have both toggleon and disabled.
2060
2061 2002-02-08  Herbert Voss  <voss@lyx.org>
2062
2063         * xforms_helpers.h: change unit "%" to t%
2064
2065         * FormGraphics.C: fiy bug when BB is read from file and the
2066         unit is always "pt"
2067
2068 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
2069
2070         * FormMathsDeco.C: \underleftarrow and \underrightarrow
2071
2072 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2073
2074         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
2075
2076         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
2077         clean interface. Means that FormBase, FormBaseDeprecated and
2078         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
2079
2080         * FormBase.C: add a Tooltips instance and interface with it.
2081         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
2082         setTooltipLevel(ob).
2083         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
2084
2085         * FormBibtex.[Ch]:
2086         * FormCitation.[Ch]:
2087         * FormTexinfo.[Ch]:
2088         * Makefile.am: altered appropriately.
2089
2090 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2091
2092         * forms/form_texinfo.fd:
2093         * forms/form_bibtex.fd:
2094         * forms/form_citation.fd: delete text_info field again, add help choice
2095
2096         * FormBibtex.[Ch]:
2097         * FormCitation.[Ch]:
2098         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
2099
2100 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2101
2102         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
2103         a new method setTooltipLevel(). In turn this determines which of the
2104         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
2105         called from getTooltip.
2106         No need for a "message" widget at the bottom of every dialog, therefore.
2107         If retained, this "message" widget can be used to display "warnings",
2108         pure and simple.
2109
2110         * FormBibtex.[Ch]:
2111         * FormCitation.[Ch]:
2112         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
2113         to lose the "message" widget and to gain a "tooltip level" choice.
2114
2115 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2116
2117         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
2118         Cancel buttons' positions consistent with the other dialogs.
2119
2120 2002-02-05  Herbert Voss  <voss@lyx.org>
2121
2122         * forms/form_graphics.fd: Noew the same view of the
2123         buttons as in preferences (LyXView). Make some things clear
2124         with better names.
2125         * FormGraphic.C: cosmetic changes to the layout. Delete
2126         the help button
2127
2128 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2129
2130         * forms/form.texinfo.fd: delete help button, add text_info
2131         * forms/form.citation.fd,form.bibtex.fd: add text_info
2132         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
2133         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
2134         no tooltips in Bibtex).
2135
2136 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2137
2138         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
2139         working with both xforms 0.88 and 0.89. Use by invoking
2140         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
2141         derived class to provide the required string.
2142
2143 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2144
2145         * FormBase.[Ch]: make it really easy to set up and use a prehandler
2146         for feedback messages and to invoke an input event on paste from
2147         the middle mouse button. The derived class needs invoke only
2148         setPrehandler(ob) and for the feedback to override the virtual methods
2149         feedback(ob) and clear_feedback(). If the message posted is a warning
2150         rather than mere feedback, first setWarningPosted(true) to ensure
2151         that the message remains visible.
2152
2153         * FormBaseDeprecated.C: a physical rearrangement of the file,
2154         nothing more.
2155
2156         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
2157
2158 2002-02-04  Herbert Voss  <voss@lyx.org>
2159
2160         * forms/form_graphics.fd: small changes to the layout
2161         * FormGraphic.C: Apply-button, keepaspectratio enabling
2162         depends to case of LaTeXView. Other small changes and
2163         fixes. Add LyXView scale.
2164
2165 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2166
2167         * FormGraphics.C (c-tor): prevent resizing of the dialog.
2168
2169 2002-02-03  Herbert Voss  <voss@lyx.org>
2170
2171         * xforms_helpers.C: fix bug with unit "%" in
2172         updateWidgetsFromLengthString(...)
2173
2174 2002-02-02  Herbert Voss  <voss@lyx.org>
2175
2176         * FormGraphic.C: fix bug with filename, rearrange the code,
2177         delete choice "referencePoint" which is only possible for
2178         rotatebox
2179         * forms/form_graphics.fd: position options in a logical way,
2180         add folder and scale for LyXView
2181
2182 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2183
2184         * FormGraphics.C (apply, update): respect the new DEFAULT state of
2185         InsetGraphicsParams::DisplayType.
2186
2187 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
2188
2189         * forms/form_graphics.fd: tweeks.
2190
2191 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2192
2193         * FormGraphics.C: Fix MAXDIGIT values for height and width.
2194
2195 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2196
2197         * forms/form_citation: a few tweaks of my own.
2198
2199 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2200
2201         * forms/form_citation: De-Monsterization (make it smaller).
2202
2203 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2204
2205         * forms/form_graphics.fd:
2206         * FormGraphics.C: a few tweaks of my own.
2207
2208 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2209
2210         * forms/form_graphics.fd: Very small tweaks.
2211
2212 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2213
2214         * forms/form_graphics.fd: Change the dialog to look similar as
2215         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
2216         added text_warning field..
2217
2218         * FormGraphics.[Ch]: Handle the Rearrangements.
2219         Add input filters and warnings concerning invalid inputs.
2220         Recognize the lyxrc-settings of display_graphics.
2221
2222 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
2223
2224         * FormMathsSpace.h (space_):
2225         * FormMathsStyle.h (style_): change from a short to an int to fix
2226         type conversion warnings.
2227
2228 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2229
2230         * FormMathsSpace.[Ch]:
2231         * forms/form_maths_space.fd:
2232         Changed the "Space" subpanel of the math panel into one of
2233         ordinary buttons rather than radio buttons. They are now
2234         self-applying so OK and Apply could go.
2235
2236 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2237
2238         * FormMathsStyle.[Ch]:
2239         * forms/form_maths_style.fd:
2240         Patched to use button arrays. Buttons are self-applying, saving
2241         one keystroke and the OK and Apply buttons.
2242
2243 2002-01-27  Herbert Voss  <voss@lyx.org>
2244
2245         * FormGraphic.[Ch]:
2246         * form_graphic.[Ch]:
2247         * forms/form_graphic.fd: rewritten to support graphicx with
2248         all options and to be sure that the old figinsets are correct
2249         converted.
2250         * xforms-helpers.h: added two choice const for the LyXLength
2251         one with all and one only with length which have a unit.
2252
2253 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2254
2255         * forms/form_minipage.fd: add text_warning field.
2256
2257         * FormMinipage.[Ch]: added input filters and warnings
2258         (ButtonPolicy::SMInput FormMinipage::input)
2259
2260 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
2261
2262         * FormAboutlyx.[Ch]: Removed redundant form() method and
2263         dialog_ variable. They replicate that in the parent FormDB.
2264
2265 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2266
2267         * FormMathsDeco[hC]:
2268         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
2269         the Decorations sub-panel of mathed. See Lamport Table 3.11.
2270
2271         * FormMathsPanel.C:
2272         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
2273         "negated relations". Lower and broader.
2274
2275 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2276
2277         * FormTabular.C (update): Remove redundant code.
2278
2279 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2280
2281         * forms/form_tabular.fd: checkbox2radiobutton changes.
2282
2283 2002-01-20  Herbert Voss  <voss@perce.de>
2284
2285         * FormInclude.[C]: better control of unexistings files
2286         when entered without the browser
2287
2288 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2289
2290         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
2291         is disabled
2292
2293         * combox.C (activate):
2294         (deactivate): change color of labels to reflect the state of the
2295         combox
2296
2297 2002-01-16  Herbert Voss  <voss@lyx.org>
2298
2299         * FormExternal.C (build): activate  apply/ok-button when something
2300         is entered in the filename-field
2301
2302 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2303
2304         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
2305         rather than 'string::size_type'
2306
2307 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
2308
2309         * FormMathPanel.[hC]:
2310         * MathsSymbols.[hC]:
2311         * form_math_panel.[hC]:
2312         * form_math_panel.fd: Modified. Added five symbol sub-panels
2313         to the math panel containing AMS math symbols: arrows, relations,
2314         negated relation, operators and miscellaneous (also containing some
2315         hebrew and corner symbols).
2316
2317 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2318
2319         * FormMinipage.C (apply): change because MinipageParams::pageWidth
2320         is now a real LyXLength
2321
2322 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2323
2324         * FormDocument.C: enable line spacing input properly
2325
2326 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2327
2328         * forms/form_preferences.fd:
2329         * form_preferences.h:
2330         * form_preferences.C:
2331         * FormPreferences.h:
2332         * FormPreferences.C: use better variable name
2333
2334 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2335
2336         * forms/form_preferences.fd: change "Use Scalable Fonts"
2337           to "Rescale bitmap fonts"
2338
2339 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2340
2341         * FormMathsPanel.C:
2342         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
2343         the button controller for IgnorantPolicy and PreferencesPolicy.
2344
2345 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2346
2347         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
2348
2349 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2350
2351         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
2352         choice if the input field contains a LyXGlueLength.
2353
2354         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
2355
2356         * FormParagraph.C
2357         * FormDocument.C
2358         * FormTabular.C: Change input filter to allow inserting
2359         gluelengths/lyxlength or numbers with unit choices.
2360
2361         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
2362         which was more or less duplicated.
2363
2364         * FormGraphics.C: set default units, dependent on US/other paper.
2365
2366 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2367
2368         * Dialogs.C: no longer need to #include the Controller classes, as this
2369         is how done in GUI.h.
2370
2371         * xformsBC.C: #include ButtonController.tmpl, containing the
2372         instatiation of the button controller.
2373
2374 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
2375
2376         * FormThesaurus.C: fix a crash
2377
2378 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
2379
2380         * FormMathsDelim.C:
2381         * form_maths_delim_C:
2382         * form_maths_delim.h:
2383         * form_maths_delin.fd:
2384         Put three radio buttons on the delimiters pop-up. It works as follows:
2385
2386                                 left mouse     middle mouse        right mouse
2387         ----------------------------------------------------------------------
2388         Left radio button   |       (               ()                   )
2389         Middle radio button |       ()              ()                   )
2390         Right radio button  |        )               )                   )
2391         ----------------------------------------------------------------------
2392
2393         Where
2394
2395         (       left-side delimiter selected
2396         )       right-side delimiter selected
2397         ()      "symmnetric pair" selected, of which the clicked delimiter is
2398                 the left one.
2399                 So, if the middle radio button is activated ("()\nBoth")
2400                 and you click on "[" with the default (left) mouse button, you
2401                 get the delimiter pair "[]".
2402                 A shortcut for this (if the leftmost radio button is on) is
2403                 simply clicking the middle mouse button.
2404
2405         To create equal pairs, either have the middle radio button on and use
2406         Mouse-left, or have the left radio button on and use Mouse-middle.
2407
2408         To create unequal pairs, you should have either the left or middle radio
2409         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
2410
2411 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2412
2413         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
2414         unchanged:
2415         Remove the clickline_ member variable and hide() method;
2416         Use fl_set_browser_dblclick_callback;
2417         Constify a few temporary variables;
2418         Use xforms_helpers' wrappers functions returning string rather than
2419         the raw xforms functions returning char const *.
2420
2421 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2422
2423         * DropDown.C: include <cctype> for isprint()
2424
2425 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2426
2427         * FormMinipage.C (apply, update): MinipageParams::width renamed
2428         as MinipageParams::pageWidth.
2429
2430 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
2431
2432         * FormMathsBitmap.C:
2433           FormMathsPanel.C:
2434           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
2435         added to math panel's 'misc' sub-panel.
2436
2437 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2438
2439         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
2440
2441 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2442
2443         * FormPreferences.h: add a std:: to make_pair.
2444
2445 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2446
2447         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
2448         respectively.
2449
2450         * DropDown.C: place xforms callback functions in namespace anon.
2451         Set browser callback on single not double click.
2452         (select): return immediately of the vector is empty. Highlight the top
2453         line. Position the browser above the minibuffer, not below it.
2454         (peek): call key_pressed when a key press is detected.
2455         (key_pressed): clean-up and emit the keypress signal.
2456
2457         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
2458         If nothing is selected, return string().
2459
2460 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
2461
2462         * FormSpellchecker.C: disable resizing due to xforms bug
2463
2464 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2465
2466         * FormFiledialog.C (Reread): skip broken symlinks
2467
2468 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2469
2470         * FormMathsMatrix.C (AlignFilter): use std::count and add some
2471         comments.
2472
2473 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2474
2475         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
2476         in the switch.
2477
2478         * FormPreferences.C (Interface::input):
2479         (Language::input):
2480         (Paths::input): add shortcuts to file dialogs directory buttons
2481
2482         * FormPreference.h (browse): add default empty parameters for
2483         buttons descriptions.
2484
2485         * FormFiledialog.C (SetButton): allow for a shortcut in the name
2486         of the button.
2487
2488 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2489
2490         * FormThesaurus.C:
2491         * FormThesaurus.h:
2492         * form_thesaurus.h:
2493         * form_thesaurus.C:
2494         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
2495
2496 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2497
2498         * Toolbar_pimpl.C (setPixmap): simplify a bit
2499
2500 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2501
2502         * Toolbar_pimpl.C (ToolbarCB):
2503         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
2504         dispatch.
2505
2506 2002-01-12  Allan Rae  <rae@lyx.org>
2507
2508         * FormTabular.C (FormTabular): Fix Purify UMR.
2509
2510         * FormPreferences.C (build): "Conversion" is a better name.
2511
2512 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2513
2514         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
2515         LyXFunc::dispatch.
2516
2517         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
2518
2519 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2520
2521         * FormPreferences.C:
2522         * forms/form_preferences.fd: change names and descriptions of popup
2523         font variables to reflect their actual use.
2524
2525         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
2526
2527 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2528
2529         * FormPreferences.C (input): allow empty values for document_path
2530         and template_path.
2531
2532         * FormFiledialog.C (SetButton):
2533         (FileDlgCB): do not disable directory buttons if they have an
2534         empty path.
2535         (SetDirectory): if the argument is an empty string, change to
2536         cwd().
2537
2538 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
2539
2540         * forms/form_maths_style.fd:
2541         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
2542         size "styles" and font types.
2543         * FormMathsPanel.[Ch]:
2544         * MathsSymbols.C:
2545         * forms/form_maths_panel.fd: Modified too.
2546
2547 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2548
2549         * Menubar_pimpl.C (create_submenu):
2550         * Toolbar_pimpl.C (update): use FuncStatus.
2551
2552 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2553
2554         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
2555         for fl_get_browser_line that is guaranteed to return a valid string.
2556
2557 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
2558
2559         * FormSpellchecker.C: fix possible crash on clicking a suggestion
2560
2561 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2562
2563         * forms/form_document.fd (bullets): fix small cosmetic problem after
2564         John's radio2button change.
2565
2566 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2567
2568         * FormDocument.C:
2569         * forms/form_document.fd: change the labels and variable names of
2570         left_margin, right_margin to inner_margin, outer_margin, in line
2571         with bugzilla bug #157.
2572
2573         * FormFiledialog.C (Reread): used locally stored modtime variable
2574         rather than make repeated calls to fileInfo.getModificationTime().
2575
2576         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
2577         isOK() checks to the use of the FileInfo instance and removed those
2578         FIXMEs.
2579
2580         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
2581         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2582
2583 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2584
2585         * form_*:
2586         * forms/form_*: change radio buttons to round3dbutton
2587
2588 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2589
2590         * FormFiledialog.C: add FIXME
2591
2592         * xforms_helpers.C: fix use of FileInfo
2593
2594 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2595
2596         * FormTabular.h:
2597         * FormTabular.C:
2598         * form_tabular.h:
2599         * form_tabular.C:
2600         * forms/form_tabular.fd: ugly fix to get around
2601           some of the UI problems (bug #110).
2602
2603 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2604
2605         * FormDocument.C: Recognize the default paper settings too
2606         when setting the default length values (cm or inch).
2607         * FormParagraph.C: do the same.
2608
2609 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2610
2611         * FormFloat.C: changes to prevent here definitely being used
2612         with wide figures.
2613
2614 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
2615
2616         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
2617
2618 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2619
2620         * DropDown.C: always include <config.h> in sources.
2621
2622         * xforms_helpers.h:
2623         * FormFiledialog.h:
2624         * Timeout_pimpl.h:
2625         * DropDown.h: do not include <config.h> in headers
2626
2627 2001-12-20  Juergen Vigna  <jug@sad.it>
2628
2629         * FormTabular.C (update): final LT-h/f support modifications.
2630
2631 2001-12-19  Juergen Vigna  <jug@sad.it>
2632
2633         * FormTabular.C (update): change a bit the tabular layout and added
2634         better longtable options handling.
2635
2636 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2637
2638         * FormToc.C: using std::endl
2639
2640 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2641
2642         * FormToc.C: fix crash when no entries, and
2643           update types properly
2644
2645 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2646
2647         * Menubar_pimpl.C: Fixed a crashing bug when document has more
2648         than 80 floats and using xforms 0.88
2649
2650 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2651
2652         * xforms_helpers.C: include lyxlength.h here
2653         * xforms_helpers.h: ... but not here
2654
2655         * FormTabular.C: use LyXLength instead of string wherever
2656         necessary; whitespace changes.
2657
2658 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2659
2660         * forms/form_preferences.fd: use the same name for font sizes
2661         than the character dialog.
2662
2663 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2664
2665         * forms/form_search.fd: Added label text to search buttons
2666         (to make the shortcuts visible).
2667
2668 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2669
2670         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
2671
2672 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2673
2674         * FormFiledialog.C:
2675         * xforms_helpers.C: change "while(" to "while ("
2676
2677 2001-12-05  Allan Rae  <rae@lyx.org>
2678
2679         * FormParagraph.C (apply): One other LyXText fix.
2680
2681 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2682
2683        * FormParagraph.C (getCurrentParagraph):
2684         (apply):  get the right LyXText !
2685
2686 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
2687
2688         * FormParagraph.C: disallow page breaks in insets
2689
2690 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2691
2692         * FormParagraph.C: allow signed space above/below, actually
2693           use space below units
2694
2695 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2696
2697         * FormToc.C: fixes to make floatlists work
2698
2699 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2700
2701         * Makefile.am:
2702         * Alert_pimpl.C: Alert etc.
2703
2704         * xforms_helpers.h:
2705         * xforms_helpers.C:
2706         * forms/fdfix.sh: move idex etc. to here
2707
2708         * GUIRunTime.C: move getScreenDPI() to here
2709
2710 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2711
2712        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
2713        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
2714        to 100p (now German translation fits in).
2715        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
2716        form_preferences.fd, form_graphics.fd, form.include.fd,
2717        form-external.fd:
2718        Unified label "Browse..." and unified its width to 100p.
2719
2720 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2721
2722        * forms/form_graphics.fd: fixed shortcut clash
2723        * forms/form-external.fd: added shortcut for "Apply"
2724
2725 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2726
2727         * FormFiledialog.C: don't reset path if new dir
2728           doesn't exist.
2729
2730 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2731
2732        * forms/form_document.fd: Renamed "Save as Class Defaults"
2733        to "Save as Document Defaults"
2734        * FormDocument.C:
2735        Removed the setEnabled-Definitions for the
2736        "save_default"-Button since it causes nothing but trouble.
2737        Changed the text of AskQuestion on saveParamsAsDefault.
2738
2739 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2740
2741         * DropDown.C: fix crash, improve behaviour a bit
2742
2743 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2744
2745         * FormDocument.C (class_apply):
2746         (paper_apply):
2747         (language_apply):
2748         (options_apply):
2749         (bullets_apply): add a version of these methods taking a
2750         BufferParams& parameters. The original versions are now wrappers
2751         around these.
2752         (saveParamsAsDefault): new function, moved from old
2753         LFUN_LAYOUT_SAVE_DEFAULT code.
2754
2755 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2756
2757         * Makefile.am:
2758         * DropDown.h:
2759         * DropDown.C: drop-down completion
2760
2761 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2762
2763         * forms/form_graphics.fd: change clashing shortcut
2764
2765 2001-10-24  Juergen Vigna  <jug@sad.it>
2766
2767         * FormTabular.C: changed calls for footer/headers of longtabulars.
2768
2769 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2770
2771         * forms/form_tabular.fd: Add value choices
2772         * FormTabular.C: Handle that choices
2773
2774         * FormDocument.C: fix small bug.
2775
2776 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
2777
2778         * FormGraphics.[Ch]: move some parameters out of the heaader file and
2779         into namespace anon.
2780
2781         * FormPreferences.C:
2782         * forms/form_preferences.fd: replaced button_colorspace with two
2783         radio buttons, button_hsv and button_rgb.
2784
2785 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2786
2787        * forms/form_document.fd:
2788          Class: add a value choice for Default Skip.
2789          Some rearrangements (minor tweaks).
2790        * FormDocument.C: Handle that choice, minor tweaks.
2791        * forms/form_paragraph.fd: Add value choices
2792        * FormParagraph.C: Handle that choices.
2793        * FormMinipage.C/FormGraphics.C: Small tweaks.
2794
2795 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2796
2797         * FormDocument.C: fixed some bugs in the Paper tab.
2798
2799         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
2800         specifying default unit for choice if input string is empty.
2801
2802 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
2803
2804         * FormDocument.C (input): one more tweak...
2805
2806 2001-10-10  Herbert Voss  <voss@perce.de>
2807
2808         * FormTexinfo.[Ch]: some changes to the code
2809
2810 2001-10-10  André Pönitz  <poenitz@htwm.de>
2811
2812         * FormsMathMatrix.C: add missing space between v- and h-alignment
2813         parameters
2814
2815 2001-10-09  Herbert Voss  <voss@perce.de>
2816
2817         * FormTexinfo.[Ch]:
2818         * forms/form_texinfo.fd: new files. Display information about the
2819         installed texfiles (cls,sty,bst).
2820
2821         * FormShowFile.[Ch]: new files. Display the contents of a file.
2822
2823         * Dialog.C:
2824         * Makefile.am: modified appropriately.
2825
2826 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
2827
2828         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
2829         Given input and choice widgets, create a string such as "1cm".
2830         (updateWidgetsFromLengthString): new function.
2831         Given a string such as "1cm", set the input and choice widgets.
2832
2833         * FormDocument.C:
2834         * forms/form_document.fd: improve the GUI of the paper tab using these
2835         new helper functions.
2836
2837 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2838
2839         * FormDocument.C (build): support latin4
2840
2841 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2842
2843         * FormDocument.C (build): support latin3
2844
2845 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2846
2847         * forms/form_aboutlyx.fd: use flat boxes for tabs.
2848
2849 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2850
2851         * forms/form_document.fd: rearrangement of the paper tab;
2852         rename "use geometry" to "custom margins/sizes".
2853
2854         * FormDocument.C: add code to avoid the input of senseless data
2855         in document -> paper.
2856
2857 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2858
2859         * FormDocument.C: Disable choice "Special" if landscape
2860         is chosen to prevent senseless values.
2861
2862 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2863
2864         * forms/form_preferences.fd: small tweaks.
2865
2866 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2867
2868         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
2869         button to "Use Class Defaults" and moved it outside the tab.
2870         Some more minor tweaking.
2871
2872         * FormDocument.C: handled this changes.
2873
2874 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2875
2876         * Dialogs.C: remove splash dialog code.
2877
2878         * FormSplash.[Ch]:
2879         * form_splash.[Ch]:
2880         * forms/form_splash.fd: removed.
2881
2882         * Makefile.am:
2883         * forms/makefile: remove splash dialog files.
2884
2885         * Menubar_pimpl.C (MenuCallback): no longer call
2886         Dialogs::destroySplash.
2887
2888 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2889
2890         * forms/form_preferences.fd: fix typo
2891
2892 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2893
2894         * FormRef.C:
2895         * forms/form_ref.fd: renamed the widgets in the standard style.
2896
2897         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
2898         helper functions. Build a vector<string> from the contents of
2899         an fl_choice and fl_browser respectively.
2900
2901         * FormCitation.C (fillChoice, updateBrowser):
2902         * FormRef.C: use these new functions to only update the choices and
2903         browsers when absolutely necessary.
2904
2905 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2906
2907         * FormBase.C (InputCB):
2908         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
2909         "select choice < 1" problem.
2910
2911         * FormRef.C (input): undid Dekel's change in light of the above
2912         generalisation.
2913
2914 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
2915
2916         * FormRef.C (input): Fix crash when using dialog with keyboard.
2917
2918 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2919
2920         * forms/form_document.fd: small tweaks.
2921
2922 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2923
2924         * forms/form_document.fd: Added checkbox "auto_reset", button
2925         "reset_defaults" and button "save_defaults".
2926
2927         * Form_Document.[Ch]: Removed AskQuestion when changing class.
2928         Implement the 2 buttons and the checkbox described above.
2929
2930         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
2931         save the default value of that lyxrc)
2932
2933         * FormPreferences.C: Handle that button
2934
2935 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2936
2937         * form_ref.fd: a little tweaking.
2938
2939         * FormSpellchecker.C (build): set the bounds to the slider, so it
2940         updates during a spellchecking session.
2941
2942 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
2943
2944         * forms/form_preferences.fd: rearrangement and addition of new
2945         Display Graphics radio buttons to Look & Feel->Misc
2946         (By Jürgen Spitzmüller).
2947
2948         * FormPreferences.C: modify new lyxrc variable "display_graphics"
2949         depending on the values of the Display Graphics radio buttons.
2950
2951         * FormGraphics.C: use this variable.
2952
2953 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
2954
2955         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
2956         Hoorah! Happy Birthday to me!
2957
2958 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2959
2960         * forms/form_ref.fd: Add buffer button.
2961
2962         * FormRef.C (update): Handle the buffer button.
2963         (input): Ditto
2964
2965 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2966
2967         * forms/form_graphics.fd: complete rewrite of the dialog
2968         (Most work was done by Angus, though).
2969
2970 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2971
2972         * combox.C (hide): execute the callback _after_ closing the
2973         combox.
2974
2975 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2976
2977         * FormDocument.C (c-tor): initialise some variables.
2978
2979         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
2980         (Thereby removing a warning message when the dialog is built.)
2981
2982         * FormFloat.C (input): return SMI_VALID.
2983
2984 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2985
2986         * FormDocument.C (input, options_update): add code to enable the
2987         Author-Year/Numerical citation choice only if the natbib checkbox is
2988         active.
2989
2990         * FormFloat.[Ch]: added new method input() to control the behaviour of
2991         the buttons better.
2992         * forms/form_float.fd: renamed Here as button_here_definitely.
2993
2994         * FormGraphics.C:
2995         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
2996         have them, so enabling the Ok, Apply buttons appropriately.
2997
2998 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2999
3000         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
3001         Label", added a labelframe).
3002
3003 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3004
3005         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
3006         (C_Toolbar_BubbleTimerCB): fix linking
3007
3008         * FormMathsBitmap.C (form): use get() to get the raw pointer.
3009
3010         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
3011
3012 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3013
3014         * combox.C (C_Combox_input_cb): make it static
3015         (C_Combox_combo_cb): make it static
3016         (C_Combox_peek_event): make it static
3017
3018         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
3019         (C_Toolbar_BubblePost): make it static
3020         (C_Toolbar_ToolbarCB): make it static
3021
3022         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
3023
3024         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
3025
3026         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
3027         gui libs
3028
3029 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3030
3031         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
3032         been used successfully in FormBase.
3033         (show): call bc().refresh() after building the dialog to activate the
3034         button controller.
3035
3036         * FormPreferences.C (build): remove hack to fix butoon controller as
3037         the correct fix is in FormBaseDeprecated.
3038
3039         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
3040
3041         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
3042
3043 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3044
3045         * Toolbar_pimpl.C (setLayout):
3046         (layoutSelected): make them work even when gettext has been
3047         translating the interface.
3048
3049 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3050
3051         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
3052         ("Apply" does not work without former user change in the dialog).
3053
3054         * FormPreferences.C (build): Fix bug: if you start LyX and open the
3055         Preferences dialog, "Apply" is activated even though no change has been
3056         made so far.
3057
3058 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3059
3060         * FormBase.C (show): use controller_.IconifyWithMain() to control
3061         the dialog's show policy
3062
3063         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
3064
3065         * FormPreferences.C:
3066         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
3067         check button to the Look & Feel->Misc tab and code to modify the lyxrc
3068         variable dialogs_iconify_with_main appropriately.
3069
3070 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3071
3072         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
3073
3074 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3075
3076         * forms/form_character.fd: small cosmetics (aligned "Language:" right
3077         as suggested in Michael's Buglist).
3078
3079 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3080
3081         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
3082         layouts
3083         (layoutSelected): remove the numeric argument and use the text of
3084         the combox entry instead.
3085
3086         * combox.C: lowercase a few remaining methods, rename select_text
3087         to select
3088         * several files: propagate these changes
3089
3090 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
3091
3092         * FormPreferences.C: add fl_set_input_return to input_paperoption.
3093
3094 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3095
3096         * FormParagraph.C: fix default line spacing case
3097
3098 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3099
3100         * FormParagraph.C: disable space inputs when != Length
3101
3102 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3103
3104         * FormPreferences.C:
3105         * form_preferences.h:
3106         * form_preferences.C:
3107         * forms/form_preferences.fd: add view_dvi_paper_option
3108
3109 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3110
3111         * FormMathsPanel.h: sub dialogs must be Ignorant.
3112
3113 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3114
3115         * FormParagraph.C: fix to not allow 0 linespacing
3116
3117 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3118
3119         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
3120
3121         * FormParagraph.C (input): set fl_get_choice check for the linespacing
3122         to 5 not 4. xforms arrays start at 1.
3123
3124 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3125
3126         * FormParagraph.[Ch]:
3127         * forms/form_paragraph.fd: clean up of dialog and of controlling
3128         code.
3129
3130 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3131
3132         * FormBase.C (C_CutandPastePH): new function that can be used as a
3133         pre-handler to any xforms text input widget. Will trigger an event on
3134         pasting into the widget using the middle mouse button.
3135
3136         * FormPreamble.C (build): use this pre-handler for the input widget.
3137
3138 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
3139
3140         * FormCitation.C:
3141         * forms/form_citation.fd: a little tweaking to ensure that the
3142         style choice remains centred within the frame if its contents change.
3143
3144         * FormBase.h: added an allow_resize_ member variable. If false
3145         resizing the dialog is prohibitted.
3146
3147         * FormBase.[Ch]:
3148         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
3149
3150         * FormAboutlyx.C:
3151         * FormCharacter.C:
3152         * FormThesaurus.C:
3153         make use of this functionality to ensure that the dialog cannot be
3154         resized.
3155
3156 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
3157
3158         * GUIRunTime.C: initApplication() should take a int & argc
3159
3160 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
3161
3162         * FormCitation.h:
3163         * FormCitation.C: tidy code a little
3164
3165         * GUIRunTime.C: more informative error
3166
3167 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3168
3169         * forms/form_preferences.fd: order the items "logically" so that
3170         tabbing through the dialog makes sense. Close bug #404569.
3171
3172 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3173
3174         * FormPreferences.C: Tentative fix of John's "no point in spell
3175         command "None"" bug, #223255.
3176
3177 2001-08-23  Herbert Voss  <voss@perce.de>
3178
3179         * FormBibtex.C (input): normalize database list
3180
3181 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3182
3183         * FormBibtex.C: make sure that any database is stored only once.
3184
3185 2001-08-22  Herbert Voss  <voss@perce.de>
3186
3187         * FormBibtex.C (input): fix for multiple databases
3188
3189 2001-08-21  Herbert Voss  <voss@perce.de>
3190
3191         * FormBibtex.C (input): extension handling for ".bst"
3192
3193 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3194
3195         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
3196         check button is pressed.
3197
3198 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3199
3200         * FormParagraph.C (general_apply): Handle default spacing.
3201         (general_update): Ditto.
3202
3203 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
3204
3205         * FormBibtex.C:
3206         * forms/form_bibtex.fd: get the browse buttons working as they should.
3207
3208 2001-08-20  Herbert Voss  <voss@perce.de>
3209
3210         * FormBibtex.C:
3211         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
3212         databases and styles. Added an option for "bibliography into toc"
3213
3214 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3215
3216         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
3217         cleanup.
3218
3219 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3220
3221         * combox.h: fix source doc
3222
3223         * form_math_matrix.C:
3224         * forms/form_math_matrix.fd: new layout
3225
3226 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3227
3228         * form_paragraph.h:
3229         * form_paragraph.C:
3230         * forms/form_paragraph.fd:
3231         * FormParagraph.C: support per-para linespacing
3232
3233         * forms/form_float.fd:
3234         * form_float.C: fix shortcut typo
3235
3236 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
3237
3238         * forms/form_character.fd: small adjustment to the position of John's
3239         extra Language label.
3240
3241 2001-08-09  André Pönitz  <poenitz@htwm.de>
3242
3243         * FormMathsDelim.C: renamed some delimiter parameters.
3244
3245 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
3246
3247         * FormCitation.C (build):
3248         * FormDocument.C (build):
3249         * FormMinipage.C (build):
3250         * FormParagraph.C (build):
3251         * FormRef.C (build): added stuff to read-only list in the
3252         button controller.
3253
3254         * FormCitation.C (update): disable citation style stuff when not using
3255         Natbib.
3256
3257 2001-08-06  Juergen Vigna  <jug@sad.it>
3258
3259         * forms/form_ert.fd: new file.
3260
3261         * form_ert.[Ch]: new files.
3262
3263         * FormERT.[Ch]: new files. Implementation of ERT dialog.
3264
3265 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3266
3267         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
3268
3269 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
3270
3271         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
3272
3273 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3274
3275         * FormMathsPanel.C:
3276         * FormMathsPanel.h:
3277         * form_maths_panel.C:
3278         * form_maths_panel.h:
3279         * forms/form_maths_panel.fd: re-add dots bitmaps
3280
3281         * FormRef.C: "Goto" -> "Go to"
3282
3283 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
3284
3285         * FormMathsBitmap.C: initialise form_
3286
3287 2001-07-29  Baruch Even  <baruch@lyx.org>
3288
3289         * src/forms/form_graphics.fd:
3290         * src/FormGraphics.C: Added support for the new horizontal scale factor.
3291
3292 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3293
3294         * forms/makefile (SRCS): add form_float.fd
3295
3296         * forms/form_float.fd: new file
3297
3298         * form_float.[Ch]: new files
3299
3300         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
3301         FormFloat.h, form_float.C and form_float.h
3302
3303         * FormFloat.[Ch]: new files
3304
3305         * Dialogs.C: init GUIFloat is well
3306
3307 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3308
3309         * FormToc.C (updateType): Fix problem with TOC that couldn't be
3310         updated because the type list was not updated.
3311
3312 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
3313
3314         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
3315         Version stuff in.
3316
3317         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
3318
3319         * FormGraphics.C (build): uncommented the fl_set_input_return call for
3320         input_rotate_angle. Set input filter on rotate_angle to make it accept
3321         only floating point numbers.
3322         (input): Browse now activates the Ok button approriately.
3323
3324 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3325
3326         * Dialogs.C:
3327         * Makefile.am:
3328         * FormThesaurus.h:
3329         * FormThesaurus.C:
3330         * form_thesaurus.h:
3331         * form_thesaurus.C:
3332         * forms/makefile:
3333         * forms/form_thesaurus.fd: add thesaurus
3334
3335 2001-07-26  Baruch Even  <baruch@lyx.org>
3336
3337         * FormGraphics.h:
3338         * FormGraphics.C: Removed hide method since it was interfering with the
3339         needed work, it cleared several vectors that were needed for proper
3340         functioning. Also changed rotateAngle to float.
3341
3342         * FormGraphics.C:
3343         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
3344         are inlined.
3345
3346 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3347
3348         * FormInclude.C: add load file facility back
3349
3350 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3351
3352         * FormCharacter.C: disable resizing as it doesn't work
3353
3354         * FormPreamble.C: allow to copy-paste from RO preamble by
3355           enabling editing.
3356
3357 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
3358
3359         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
3360
3361 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3362
3363         * FormCitation.[Ch]: changes associated with adding natbib support.
3364         New helper functions, string_width, fillChoice, updateStyle.
3365         (apply): set the citation command appropriately.
3366         (input): deal with the citation command choices.
3367         (update): parse the citation command and deal with it. Nuke the
3368         setSize stuff.
3369         (setSize): nuked!
3370
3371         * FormDocument.C (build): add options to use natbib.
3372
3373         * forms/form_citation.fd: add natbib support. Rearrange dialog to
3374         fit onto shorter screens.
3375
3376         * forms/form_document.fd: add natbib support.
3377
3378 2001-07-16  Juergen Vigna  <jug@sad.it>
3379
3380         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
3381
3382 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3383
3384         Consistent use of Lsstream.h:
3385         * FormAboutlyx.C (build):
3386         * FormVCLog.C (update): std::ostringstream -> ostringstream.
3387
3388         * FormMathsDelim.C (apply):
3389         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
3390
3391 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3392
3393         * implement 1 about lyx dialog instead of 3 separate ones
3394
3395         * FormCredits.[Ch]: removed
3396         * FormCopyright.[Ch]: removed
3397         * form_credits.[Ch]: removed
3398         * forms/form_credits.fd: removed
3399         * form_copyright.[Ch]: removed
3400         * forms/form_copyright.fd: removed
3401         * FormAboutlyx.[Ch]: added
3402         * form_aboutlyx.[Ch]: added
3403         * forms/form_aboutlyx.fd: added
3404         * Dialogs.C: add about lyx stuff
3405
3406 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3407
3408         * add spellchecker
3409
3410         * FormPreferences.[Ch]: rename spellchecker to spelloptions
3411         * form_preferences.[Ch]: idem
3412         * forms/form_preferences.fd: idem
3413         * FormSpellchecker.[Ch]: added
3414         * form_spellchecker.[Ch]: added
3415         * forms/form_spellchecker.fd: added
3416         * Dialogs.C: add spellchecker
3417
3418 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3419
3420         * FormFiledialog.C: (*it). -> it->
3421         * Toolbar_pimpl.C: ditto
3422         * RadioButtonGroup.C: ditto
3423         * FormPreferences.C: ditto
3424
3425 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3426
3427         * GUIRunTime.C (x11Display):
3428         (x11Screen):
3429         (x11Colormap):
3430         (x11VisualDepth): new methods
3431
3432 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3433
3434         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
3435         directly.
3436
3437         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
3438         because of this.
3439
3440         * GUIRunTime.C (createMainView): implement
3441
3442 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
3443
3444         * FormCharacter.C:
3445         * form_character.C:
3446         * forms/form_character.fd: hide the widget underneath language
3447           combox hack.
3448
3449 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
3450
3451         * FormPreferences.h:
3452         * FormPreferences.C: connect and operator
3453           showSpellcheckerPreferences signal
3454
3455         * FormPrint.C (input): modify to select radio_file
3456           when the user uses the filename input
3457
3458 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3459
3460         * combox.C (remove): send debug output to Debug::GUI.
3461
3462 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3463
3464         * Menubar_pimpl.C (create_submenu):
3465         * Toolbar_pimpl.C (update): update to use func_status
3466
3467 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
3468
3469         * FormPreferences.C (Path::feedback): remove bogus description of
3470         lyxpipe.
3471
3472 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
3473
3474         * xformsBC.h: clean-up of included files.
3475
3476 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
3477
3478         * FormDocument.C:
3479         * FormParagraph.C (c-tor): cosmetic name change of signal.
3480
3481         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
3482         signal. It's pretty crude at the moment! Mental note: would be more
3483         elegant if we passed a LyXParagraph & with both the signals rather than
3484         search through the Buffer.
3485
3486 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
3487
3488         * *.[h]: added // -*- C++ -*-
3489         * *.[C]: removed // -*- C++ -*-
3490
3491         * FormCharacter.C (update): now uses contents of font_, stored
3492         permanently by the controller to update() the dialog.
3493
3494 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
3495
3496         * FormInclude.C:
3497         * form_include.fd: (various places): Ok button is now activated when
3498         the filename is input from the keyboard.
3499
3500         * FormPreferences.C white-space change in various places.
3501         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
3502         that disabled addition of new converters.
3503
3504         * FormCharacter.C (input, update): new methods. Activate the Apply
3505         button when any of the input fileds are not IGNORE.
3506
3507 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3508
3509         * FormToc.C (input): change test slightly.
3510         (updateContents): clear list if empty and add no list msg.
3511
3512 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
3513
3514         * FormParagraph.C (update, general_update): enabling the align buttons
3515         is now dependent on the AlignPossible entry in the Layout.
3516
3517 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3518
3519         * MathsSymbols.C:
3520         * FormMathsMatrix.C: bring C functions into global namespace if
3521         necessary.
3522
3523 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3524
3525         * MathsSymbols.C (pixmapFromBitmapData): add std::
3526
3527         * FormMathsMatrix.C (AlignFilter): add std::
3528
3529 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
3530
3531         * FormDocument.C (build): add iso8859-15 support.
3532
3533 2001-05-08  Baruch Even  <baruch@lyx.org>
3534
3535         * Menubar_pimpl.C: Fixed compilation problem.
3536
3537 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3538
3539         * Menubar_pimpl.C (add_toc): use name and not type with float.
3540         (create_submenu): correct call of new object
3541         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
3542
3543 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3544
3545         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
3546
3547 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
3548
3549         * Dialogs.C: included insetgraphicsParams.h
3550
3551         * FormMathsMatrix.C:
3552         * FormMathsBitmap.C: included LAssert.h
3553
3554 2001-04-24  Allan Rae  <rae@lyx.org>
3555
3556         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
3557
3558 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3559
3560         * xforms_helpers.C (formatted): do not use string::substr(1) on a
3561         string of length 1 !
3562
3563 2001-04-16  Allan Rae  <rae@lyx.org>
3564
3565         * xforms_helpers.C (formatted):
3566         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
3567         as an unrecognised preprocessor directive.  So ensure they're wrapped.
3568
3569 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
3570
3571         * FormTabularCreate.C: pass a pair of uints to the controller
3572
3573         * FormVCLog.C: the log appears as a stringstream now
3574
3575         * forms/form_external.fd: make params update state (from Angus)
3576
3577 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3578
3579         * Menubar_pimpl.C: include gettext.h
3580
3581 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3582
3583         * xforms_helpers.C (formatted): constify length
3584
3585         * FormTabular.C (update): small restructure, adjust for scoped_ptr
3586         (input): adjust for scoped_ptr
3587         (input): constify str
3588
3589 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
3590
3591         * Dialogs.C: s/popup/dialog/
3592
3593         * Form*.C:
3594         * FormBase.h:
3595         * FormBase.C: s/ControlButton/ControlButtons/
3596         move bc().refresh() into base show() method
3597
3598         * Form*.C:
3599         * FormBaseDeprecated.C:
3600         s/UndoAll/restore/
3601
3602 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3603
3604         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
3605
3606         * FormToc.[Ch]:
3607         * forms/form_toc.fd: implemented controller-view split.
3608
3609         * Dialogs.C: associated changes.
3610
3611 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3612
3613         * FormCitation.C:
3614         * forms/form_citation.fd: Don't change the name of the button when
3615         toggling between regular expression and simple searches.
3616         Squashed bug when creating a new inset, the keys field contained
3617         one (empty) key. No more; thanks, Dekel.
3618
3619         * FormExternal.C:
3620         * forms/form_external.fd: added Apply button.
3621
3622 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3623
3624         * FormBase.[Ch]:
3625         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
3626         ControlButton.
3627
3628         * FormExternal.[Ch]:
3629         * forms/form_external.fd: implemented controller-view split.
3630
3631         * Dialogs.C: associated changes.
3632
3633         * FormGraphics.[Ch]:
3634         * FormInclude.[Ch]:
3635         * FormPrint.[Ch]:
3636         moved the browsing functionality into the controller.
3637
3638         * xforms_helpers.[Ch]: moved browseFile to
3639         ../controllers/helper_funcs.[Ch]
3640
3641         * FormCitation.C
3642         * forms/form_citation.fd: added case sensitive search button.
3643
3644 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
3645
3646         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
3647         Code moved into the generic template base class. Replaced
3648         setCancelCloseButton() with setButtonLabel().
3649
3650 2001-03-29  Juergen Vigna  <jug@sad.it>
3651
3652         * FormMinipage.C: removed widthp_ and all it's functions and changed
3653         to use new %-lengths of LyXLength.
3654
3655 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3656
3657         * FormGraphics.[Ch]:
3658         * forms/form_graphics.fd:
3659         * FormIndex.[Ch]:
3660         * forms/form_index.fd: implemented controller-view split.
3661
3662         * Dialogs.C: associated changes.
3663
3664         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
3665
3666         * FormCitation.C: changes associated with ControlCitation cleanup.
3667
3668         * FormMinipage.h: cleaned-up forward declarations.
3669
3670 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3671
3672         * FormMinipage.[Ch]:
3673         * forms/form_minipage.fd:
3674         * FormPrint.[Ch]:
3675         * forms/form_print.fd:
3676         * FormSplash.[Ch]: implemented controller-view split.
3677
3678         * Dialogs.C: associated changes.
3679
3680 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3681
3682         * FormPreamble.[Ch]:
3683         * forms/form_preamble.fd:
3684         * FormRef.[Ch]:
3685         * forms/form_ref.fd:
3686         * FormSearch.[Ch]:
3687         * forms/form_search.fd:
3688         * FormTabularCreate.[Ch]:
3689         * forms/form_tabular_create.fd: implemented controller-view split.
3690
3691         * Dialogs.C: associated changes.
3692
3693 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3694
3695         * FormError.[Ch]:
3696         * form_error.fd:
3697         * FormInclude.[Ch]:
3698         * form_include.fd:
3699         * FormUrl.[Ch]:
3700         * form_url.fd: implemented controller-view split.
3701
3702         * Dialogs.C: associated changes.
3703
3704         * FormBibitem.h:
3705         * FormBibtex.h:
3706         * FormCitation.h: moved methods from protected to private.
3707
3708 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3709
3710         * FormCredits.C (build): changes associated with
3711         ControlCredits::getCredits returning a stringstream not a vector<string>
3712
3713 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3714
3715         * FormCopyright.[Ch]:
3716         * forms/form_copyright.fd: implemented controller-view split.
3717
3718         * FormCredits.[Ch]:
3719         * forms/form_credits.fd: implemented controller-view split.
3720
3721         * Dialogs.C: associated changes.
3722
3723         * xforms_helpers.C (formatted): improved the function so that it now
3724         repects '\n' characters in the input string. Ie, the user can now
3725         specify line breaks explicitly.
3726
3727 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3728
3729         * FormCharacter.[Ch]:
3730         * forms/form_character.fd: implemented controller-view split.
3731
3732         * Dialogs.C: associated changes.
3733
3734         * FormBase.C (input): changed return to SMI_VALID.
3735
3736         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
3737         any surrounding whitespace.
3738
3739 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3740
3741         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
3742         SMI_NOOP.
3743         (FormBase2): split into two template classes, FormDB (DialogBase) and
3744         FormCB (ControllerBase) for greater flexibility.
3745
3746         * FormBibitem.[Ch]:
3747         * FormBibtex.[Ch]:
3748         * FormCitation.[Ch]: associated changes.
3749
3750         * FormBrowser.[Ch]:
3751         * FormLog.[Ch]:
3752         * FormVCLog.[Ch]:
3753         * forms/form_browser.fd: implemented controller-view split.
3754
3755         * Dialogs.C: associated changes.
3756
3757 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3758
3759         * FormBibtex.[Ch]:
3760         * forms/form_bibtex.fd: implemented controller-view split.
3761
3762         * Dialogs.C: associated changes.
3763
3764 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3765
3766         * FormBaseDeprecated.[Ch]: rename title as title_.
3767
3768         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
3769         with limited functionality. It got lost in the MVC merge.
3770
3771         * FormBaseDeprecated.C:
3772         * FormBase.C (show): moved initialisation of minw_, minh_ here.
3773
3774         * FormBibitem.C (build):
3775         * FormBibtex.C (build):
3776         * FormBrowser.C (build):
3777         * FormCharacter.C (build):
3778         * FormCitation.C (build):
3779         * FormCopyright.C (build):
3780         * FormCredits.C (build):
3781         * FormDocument.C (build):
3782         * FormError.C (build):
3783         * FormExternal.C (build):
3784         * FormGraphics.C (build):
3785         * FormInclude.C (build):
3786         * FormIndex.C (build):
3787         * FormMinipage.C (build):
3788         * FormParagraph.C (build):
3789         * FormPreamble.C (build):
3790         * FormPreferences.C (build):
3791         * FormPrint.C (build):
3792         * FormRef.C (build):
3793         * FormSearch.C (build):
3794         * FormTabular.C (build):
3795         * FormTabularCreate.C (build):
3796         * FormToc.C (build):
3797         * FormUrl.C (build): removed initialisation of minw_, minh_.
3798
3799         * The Maths Panel stuff no longer causes a crash on exit from LyX.
3800
3801         * FormMaths.[Ch]:
3802         * forms/form_maths.fd: removed.
3803
3804         * forms/form_maths_delim.fd:
3805         * forms/form_maths_deco.fd:
3806         * forms/form_maths_matrix.fd:
3807         * forms/form_maths_space.fd:
3808         * forms/form_maths_panel.fd: new files.
3809         Split contents of form_maths.fd into 5 new files, one for each form.
3810
3811         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
3812         class FormMathsBitmap in FormMathsBitmap.[Ch].
3813
3814         * FormMathsPanel.[Ch]:
3815         * FormMathsBitmap.[Ch]:
3816         * FormMathsDeco.[Ch]:
3817         * FormMathsDelim.[Ch]:
3818         * FormMathsMatrix.[Ch]:
3819         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
3820         one for each popup. Rewrite so that all the new classes are derived from
3821         FormBaseBD. Clean up the logic in the process (I hope!).
3822
3823         * Makefile.am: added new fils, removed redundant ones.
3824
3825 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3826
3827         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
3828         (showInset): ditto
3829         (updateInset): ditto
3830
3831 2001-03-16  Juergen Vigna  <jug@sad.it>
3832
3833         * Dialogs.C (Dialogs): create minipage options dialog.
3834
3835         * forms/form_minipage.fd:
3836         * form_minipage.C:
3837         * form_minipage.h:
3838         * FormMinipage.C:
3839         * FormMinipage.h: new files for the minipage options dialog.
3840
3841 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3842
3843         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
3844         callback methods.
3845
3846         * forms/form_maths.fd: change C_FormBaseCancelCB to
3847         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
3848
3849 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
3850
3851         * FormMaths.C: quash warnings
3852
3853 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3854
3855         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
3856         compatibility.
3857
3858 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3859
3860         * Form_various.h: cleaned up #includes and forward declarations.
3861
3862         * Form_various.C: added "using SigC::slot" declaration.
3863
3864         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
3865
3866         * FormDocument.C (CheckChoiceClass): removed string tct as the
3867         compiler warned that it was defined but never used.
3868         removed USE_CLASS_COMBO.
3869
3870 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3871
3872         * Dialogs.C:
3873         * FormMaths.h:
3874         * FormMaths.C:
3875         * MathsSymbols.h:
3876         * MathsSymbols.C:
3877         * Makefile.am:
3878         * Toolbar_pimpl.C:
3879         * form_*.C:
3880         * forms/makefile:
3881         * forms/form_maths.fd:
3882         * forms/fdfixc.sed:
3883         * forms/fdfix.sh: add maths panel
3884
3885         * bmtable.h:
3886         * bmtable.c: moved from src/
3887
3888 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3889
3890         * FormParagraph.h: NO_PEXTRA
3891         * FormParagraph.C (input): NO_PEXTRA
3892
3893 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3894
3895         * several files: remove CXX_WORKING_NAMESPACES
3896
3897 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3898
3899         * Merging changes from BRANCH_MVC back into HEAD.
3900
3901 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3902
3903         * Dialogs.C (c-tor): Changes associated with storing a vector of
3904         boost::shared_ptrs.
3905         Use MVC Bibitem popup.
3906
3907         * FormBase.h: add a new template class FormBase2, derived from FormBase
3908         to make life creating MVC popups even easier ;-)
3909
3910         * FormBibitem.[Ch]:
3911         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
3912         Proof that a simple popup should be easy to implement!
3913
3914         * FormCitation.[Ch]: now derived from FormBase2.
3915
3916         * FormToc.C: added using std::vector directive.
3917
3918 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
3919
3920         * FormSearch.C: Add missing #pragma
3921
3922 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3923
3924         * FormCitation.C:
3925         * forms/form_citation.fd: added the ability to Search, both Simply and
3926         for Regular Expressions. Use the Search code in the controller() to do
3927         the actual searching.
3928
3929 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
3930
3931         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
3932         * forms/makefile: added form_credits.fd
3933
3934         * Dialogs.C: added FormCredits and removed ShowCredits.
3935
3936         * FormCredits.[Ch]:
3937         * forms/form_credits.fd:
3938         * forms/form_search.fd: ported to the MVC way.
3939
3940 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3941
3942         * xforms_helpers.h (formatted): now has default arguments for size and
3943         style.
3944
3945         * FormCitation.[Ch]: moved code out of this class and into
3946         ControlCitation and associated helper funcs.
3947
3948 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3949
3950         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
3951         ButtonController::valid() to check state of input. The buttons are
3952         now controlled correctly.
3953
3954         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
3955
3956 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3957
3958         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
3959
3960         * FormBase.[Ch]: rename title as title_.
3961
3962 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3963
3964         * FormBase.C (c-tor): initialise variables in correct order.
3965
3966         * FormCitation.C: add #include <algorithm>
3967
3968 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3969
3970         * xformsBC.[Ch]: Changes associated with the changes to
3971         controllers/ButtonController.[Ch]. Ie, the class is now derived from
3972         ButtonControllerBase and the ButtonPolicy is accessed through a method
3973         bp() rather than the instance bp_.
3974
3975         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
3976         rather use a pure virtual method bc() to access the controller
3977         instantiated by the daughter classes.
3978
3979         * F*.[Ch]: changes associated with the above.
3980
3981 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
3982
3983         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
3984
3985         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
3986
3987 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3988
3989         * ButtonController.[Ch]: deleted. The class is split into two
3990         (with identical functionality), the code being found in
3991         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
3992
3993         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
3994         ButtonController class.
3995
3996         * FormBase.[Ch]: changes associated with the above split.
3997
3998         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
3999         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
4000         controlling all interaction to/from the LyX kernel.
4001
4002         * FormCitation.[Ch]:
4003         * forms/form_citation.fd: An xforms-specific implementation of the
4004         Citation dialog, controlled by the GUI-I ControlCitation.
4005
4006         * Dialogs.C: Use the controlled Citation dialog.
4007
4008 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
4009
4010         * Makefile.am:
4011         * combox.h:
4012         * combox.C: moved from src/
4013
4014 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4015
4016         * forms/fdfix.sh:
4017         * forms/form_filedialog.C.patch: I hate having to make these patches,
4018         but on reflection I think it's probably better than hacking fdfix.sh.
4019
4020 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4021
4022         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
4023
4024 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
4025
4026         * FormGraphics.C: remove unnecessary hack
4027
4028 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4029
4030         * FormCitation.C (apply): Do not put space between multiple keys.
4031
4032 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
4033
4034         * Menubar_pimpl.C (add_toc): Remove debug message.
4035
4036 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4037
4038         * Makefile.am:
4039         * Dialogs.C:
4040         * FormExternal.C:
4041         * FormExternal.h:
4042         * form_external.C:
4043         * form_external.h:
4044         * xforms/forms/makefile:
4045         * forms/form_external.fd: add FormExternal
4046
4047 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4048
4049         * Dialogs.C: add destroySplash()
4050
4051         * form_splash.h:
4052         * form_splash.C:
4053         * forms/form_splash.fd:
4054         * FormSplash.h:
4055         * FormSplash.C: make independent of FormBase, tidy
4056
4057         * Menubar_pimpl.C: destroy splash on interaction
4058
4059 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4060
4061         * FormInclude.h:
4062         * FormInclude.C:
4063         * form_include.h:
4064         * form_include.C:
4065         * forms/form_include.fd: rework, clean up
4066
4067 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4068
4069         * FormToc.h: use Buffer::typedef
4070
4071         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
4072         * FormToc.C (build): ditto
4073         (updateToc): ditto
4074
4075 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4076
4077         * FormToc.C (build): implement for dynamic number of lists
4078         (updateToc): ditto
4079         * Menubar_pimpl.C (add_toc): ditto
4080
4081 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
4082
4083         * added credits:
4084         * Dialogs.C:
4085         * Makefile.am:
4086         * FormCredits.[Ch]:
4087         * form_credits.[Ch]:
4088         * forms/form_credits.fd:
4089
4090 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4091
4092         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
4093         make ButtonList contain boost::shared_ptr<ItemInfo>
4094
4095         * Menubar_pimpl.C (~Pimpl): remove destructor
4096
4097 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4098
4099         * Makefile.am:
4100         * FileDialog.C:
4101         * FormFiledialog.C:
4102         * FormFiledialog.h:
4103         * form_filedialog.C:
4104         * form_filedialog.h:
4105         * FormGraphics.C:
4106         * FormInclude.C:
4107         * FormPreferences.C:
4108         * FormPrint.C:
4109         * xforms_helpers.C:
4110         * xforms_helpers.h:
4111         * forms/fdfix.sh:
4112         * forms/makefile:
4113         * form/form_filedialog.fd: add File Dialog
4114         * Toolbar_pimpl.h:
4115         * Toolbar_pimpl.C: move LayoutsCB to here
4116
4117 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4118
4119         * FormParagraph.C: changes because of ParagraphParameters.
4120
4121 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4122
4123         * FormSearch.C (Replace): remove default argument
4124         (Find): ditto
4125
4126 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4127
4128         * added find/replace dialog:
4129         * FormSearch.*: added
4130         * form_search.*: added
4131         * forms/form_search.fd: added
4132
4133 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4134
4135         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
4136
4137         * various: in a rush of delayed guilt, I've renamed all instances of
4138         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
4139         finally sprouted.
4140
4141         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
4142         activate/deactivate an FL_OBJECT.
4143
4144         * FormCitation.C:
4145         * FormDocument.C:
4146         * FormInclude.C:
4147         * FormParagraph.C:
4148         * FormPreamble.C:
4149         * FormPreferences.C:
4150         * FormRef.C:
4151         * FormTabular.C: used it.
4152
4153 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4154
4155         * FormPreferences.C: removed three unused using directives.
4156
4157 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4158
4159         * added find/replace dialog:
4160         * FormSearch.*: added
4161         * form_search.*: added
4162         * forms/form_search.fd: added
4163
4164 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
4165
4166         * FormRef.C: Fixed the behaviour of Goto-Ref.
4167
4168 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
4169
4170         * forms/makefile: added character and preamble dialogs
4171
4172 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4173
4174         * FormCharacter.C (FormCharacter): change order of deletion,
4175         change combo_language2 to combo_language2_
4176
4177 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
4178
4179         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
4180
4181 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
4182
4183         * Dialogs.C: added layoutcharacter
4184         * FormCharacter.C: added
4185         * FormCharacter.h: added
4186         * form_character.C: added
4187         * form_character.h: added
4188         * forms/form_character.fd: added
4189
4190 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
4191
4192         * FormPreferences.C: Handle lyxrc.language_use_babel and
4193         lyxrc.language_global_options.
4194
4195 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
4196
4197         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
4198
4199 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
4200
4201         * FormBase.C: no longer transient dialogs, XMapWindow()
4202           in attempt to de-iconify
4203
4204         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
4205
4206 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
4207
4208         * FormDocument.C (checkMarginValues): Activate "use geometry" button
4209         if using custom paper size/margin.
4210
4211 2001-02-21  Allan Rae  <rae@lyx.org>
4212
4213         * forms/form_preferences.fd: larger, bold font for outer tabfolder
4214
4215 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
4216
4217         * src/frontends/xforms/Dialogs.C: added preamble
4218         * src/frontends/xforms/FormPreamble.C: added
4219         * src/frontends/xforms/FormPreamble.h: added
4220         * src/frontends/xforms/Makefile.am: added
4221         * src/frontends/xforms/form_preamble.C: added
4222         * src/frontends/xforms/form_preamble.h: added
4223         * src/frontends/xforms/form_preamble.fd: added
4224
4225 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4226
4227         * FormBase.h: moved noncopyable derivation to DialogBase.
4228
4229 2001-02-19  Juergen Vigna  <jug@sad.it>
4230
4231         * FormTabular.C (build): make all input field accepted only after
4232         a "RETURN".
4233
4234         * forms/form_tabular.fd: removed default "Return" on Close-Button.
4235
4236 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4237
4238         * FormError.C:
4239         * FormGraphics.C:
4240         * FormInset.C (showInset): change associated with name change
4241         inset::hide to inset::hideDialog.
4242
4243 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4244
4245         * FormCitation.C (build): altering "Text after" now activates the Ok,
4246         Apply buttons.
4247
4248 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
4249
4250         * FormCitation.C: lots of white-space changes to make file consistent
4251         with LyX style.
4252         (input): use the FL_OBJECT * parameter to decide what to do, not the
4253         long parameter.
4254
4255         * FormCitation.h: removed most entries in enum.
4256
4257         * forms/form_citation.fd: change names of variables, consistent with
4258         Allan's naming scheme.
4259         Don't pass any particular arguments to the InputCB function.
4260         choice_style now triggers a callback and looks like other choices.
4261
4262 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4263
4264         * other: use compare instead of strcmp/strncmp
4265
4266 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
4267
4268         * ButtonController.[Ch]: changed trigger_change_ vector and associated
4269         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
4270         callback to InputCB() but don't trigger a change in the state of the
4271         Ok, Apply buttons are much rarer than those that do.
4272
4273         * FormCitation.C (build): associated change.
4274
4275 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4276
4277         * ButtonController.C: include algorithm
4278
4279 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4280
4281         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
4282         new methods.
4283         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
4284         the vector of FL_OBJECT *s that can trigger a change in the button state
4285         is not empty, then a change of state will occur only if the FL_OBJECT *
4286         is present in this vector.
4287
4288         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
4289         the user to deactivate specific fields within restore().
4290         (InputCB): pass the FL_OBJECT * to bc_.valid().
4291
4292         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
4293         trigger a change of state in the Ok,Apply buttons.
4294         (update): bc_.readOnly() to the start of the method. Similar reasoning
4295         to that for FormBase::RestoreCB, above.
4296
4297 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4298
4299         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
4300         IgnorantPolicy.
4301
4302         * forms/form_browser.fd:
4303         * forms/form_copyright.fd:
4304         * forms/form_error.fd:
4305         * forms/form_tabular.fd:
4306         * forms/form_toc.fd:
4307         Consistent shortcuts for Close button: Esc and Return only.
4308
4309         * forms/form_citation.fd:
4310         * forms/form_document.fd:
4311         * forms/form_index.fd:
4312         * forms/form_paragraph.fd:
4313         * forms/form_preferences.fd:
4314         * forms/form_print.fd:
4315         * forms/form_ref.fd:
4316         * forms/form_tabular_create.fd:
4317         * forms/form_url.fd:
4318         Consistent shortcut for Cancel button: Esc only.
4319
4320 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
4321
4322         * Dialogs.C: new Splash. Include, Bibitem/tex
4323
4324         * FormBase.h: make show() virtual for Splash's benefit
4325
4326         * Makefile.am:
4327         * forms/makefile:
4328         * FormBibitem.C:
4329         * FormBibitem.h:
4330         * FormBibtex.C:
4331         * FormBibtex.h:
4332         * form_bibitem.C:
4333         * form_bibitem.h:
4334         * form_bibtex.C:
4335         * form_bibtex.h:
4336         * forms/form_bibitem.fd:
4337         * forms/form_bibtex.fd:
4338         * FormInclude.C:
4339         * FormInclude.h:
4340         * form_include.C:
4341         * form_include.h:
4342         * forms/form_include.fd:
4343         * FormSplash.C:
4344         * FormSplash.h:
4345         * form_splash.C:
4346         * form_splash.h:
4347         * forms/form_splash.fd: new forms
4348
4349 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
4350
4351         * FormLog.C: handle Literate build log nicely
4352
4353 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4354
4355         * Menubar_pimpl.C: remove support for reference menuitem type.
4356
4357 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
4358
4359         * Makefile.am:
4360         * Timeout_pimpl.h:
4361         * Timeout_pimpl.C: add Timeout implementation
4362
4363 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
4364
4365         * form_browser.h:
4366         * form_browser.C:
4367         * forms/form_browser.fd:
4368         * forms/makefile:
4369         * FormBrowser.C:
4370         * FormBrowser.h: readonly browser form
4371
4372         * FormLog.C:
4373         * FormLog.h:
4374         * FormVCLog.C:
4375         * FormVCLog.h:
4376         * Dialogs.C: add Log and VCLog
4377
4378         * Makefile.am: add Log and VCLog, add updatesrc target
4379
4380 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4381
4382         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
4383
4384 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4385
4386         * FormPreferences.C (GetFrom): fix crash when there is no format
4387         defined.
4388         (GetTo): ditto.
4389
4390 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
4391
4392         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
4393         unsigned char correctly and so fix 2 bugs loading/changing colors.
4394
4395 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
4396
4397         * FormRef.C (update): Do not update dialog_->{ref,name,type}
4398         if inset_ == 0.
4399         Deactivate the type button when buffer is LinuxDoc/Docbook
4400         (build): Uncomment calls to addReadOnly().
4401         (updateBrowser) Do not disable the update button when there are no
4402         keys.
4403         (build, getType, getName): Use InsetRef::types.
4404
4405 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
4406
4407         * FormPrint.[Ch] (browse): new method to browse for file to print to.
4408
4409         * forms/form_print.fd: give the form a Browse button.
4410
4411 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
4412
4413         * FormRef.C (input): Fix the behavior of goto reference button.