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