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