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