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