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