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