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