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