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