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