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