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