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