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