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