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