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