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