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