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