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