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