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