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