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