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