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