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