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