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