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