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