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