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