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