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