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