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