]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
Yet another tweak from J�rgen.
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * FormGraphics.C: Fix MAXDIGIT values for height and width.
4
5 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * forms/form_citation: a few tweaks of my own.
8
9 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10
11         * forms/form_citation: De-Monsterization (make it smaller).
12
13 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
14
15         * forms/form_graphics.fd:
16         * FormGraphics.C: a few tweaks of my own.
17
18 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
19
20         * forms/form_graphics.fd: Very small tweaks.
21
22 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
23
24         * forms/form_graphics.fd: Change the dialog to look similar as
25         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
26         added text_warning field..
27
28         * FormGraphics.[Ch]: Handle the Rearrangements.
29         Add input filters and warnings concerning invalid inputs.
30         Recognize the lyxrc-settings of display_graphics.
31
32 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
33
34         * FormMathsSpace.h (space_):
35         * FormMathsStyle.h (style_): change from a short to an int to fix
36         type conversion warnings.
37
38 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
39
40         * FormMathsSpace.[Ch]:
41         * forms/form_maths_space.fd:
42         Changed the "Space" subpanel of the math panel into one of
43         ordinary buttons rather than radio buttons. They are now
44         self-applying so OK and Apply could go.
45
46 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
47
48         * FormMathsStyle.[Ch]:
49         * forms/form_maths_style.fd:
50         Patched to use button arrays. Buttons are self-applying, saving
51         one keystroke and the OK and Apply buttons.
52
53 2002-01-27  Herbert Voss  <voss@lyx.org>
54
55         * FormGraphic.[Ch]: 
56         * form_graphic.[Ch]: 
57         * forms/form_graphic.fd: rewritten to support graphicx with
58         all options and to be sure that the old figinsets are correct
59         converted.
60         * xforms-helpers.h: added two choice const for the LyXLength
61         one with all and one only with length which have a unit.
62
63 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
64
65         * forms/form_minipage.fd: add text_warning field.
66
67         * FormMinipage.[Ch]: added input filters and warnings
68         (ButtonPolicy::SMInput FormMinipage::input)
69
70 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
71
72         * FormAboutlyx.[Ch]: Removed redundant form() method and
73         dialog_ variable. They replicate that in the parent FormDB.
74
75 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
76
77         * FormMathsDeco[hC]:
78         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
79         the Decorations sub-panel of mathed. See Lamport Table 3.11.
80
81         * FormMathsPanel.C:
82         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
83         "negated relations". Lower and broader.
84
85 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
86
87         * FormTabular.C (update): Remove redundant code.
88
89 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
90
91         * forms/form_tabular.fd: checkbox2radiobutton changes.
92
93 2002-01-20  Herbert Voss  <voss@perce.de>
94
95         * FormInclude.[C]: better control of unexistings files
96         when entered without the browser
97
98 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
99
100         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
101         is disabled
102
103         * combox.C (activate): 
104         (deactivate): change color of labels to reflect the state of the
105         combox
106
107 2002-01-16  Herbert Voss  <voss@lyx.org>
108
109         * FormExternal.C (build): activate  apply/ok-button when something
110         is entered in the filename-field
111
112 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
113
114         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
115         rather than 'string::size_type'
116
117 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
118
119         * FormMathPanel.[hC]:
120         * MathsSymbols.[hC]:
121         * form_math_panel.[hC]:
122         * form_math_panel.fd: Modified. Added five symbol sub-panels
123         to the math panel containing AMS math symbols: arrows, relations,
124         negated relation, operators and miscellaneous (also containing some
125         hebrew and corner symbols).
126
127 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
128
129         * FormMinipage.C (apply): change because MinipageParams::pageWidth
130         is now a real LyXLength
131
132 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
133
134         * FormDocument.C: enable line spacing input properly
135  
136 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
137
138         * forms/form_preferences.fd:
139         * form_preferences.h:
140         * form_preferences.C:
141         * FormPreferences.h:
142         * FormPreferences.C: use better variable name
143  
144 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
145
146         * forms/form_preferences.fd: change "Use Scalable Fonts"
147           to "Rescale bitmap fonts"
148  
149 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
150
151         * FormMathsPanel.C:
152         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
153         the button controller for IgnorantPolicy and PreferencesPolicy.
154
155 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
156
157         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
158
159 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
160
161         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
162         choice if the input field contains a LyXGlueLength.
163
164         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
165
166         * FormParagraph.C
167         * FormDocument.C
168         * FormTabular.C: Change input filter to allow inserting
169         gluelengths/lyxlength or numbers with unit choices.
170
171         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
172         which was more or less duplicated.
173
174         * FormGraphics.C: set default units, dependent on US/other paper.
175
176 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
177
178         * Dialogs.C: no longer need to #include the Controller classes, as this
179         is how done in GUI.h.
180
181         * xformsBC.C: #include ButtonController.tmpl, containing the
182         instatiation of the button controller.
183         
184 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
185
186         * FormThesaurus.C: fix a crash
187
188 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
189
190         * FormMathsDelim.C:
191         * form_maths_delim_C:
192         * form_maths_delim.h:
193         * form_maths_delin.fd:
194         Put three radio buttons on the delimiters pop-up. It works as follows:
195         
196                                 left mouse     middle mouse        right mouse
197         ----------------------------------------------------------------------
198         Left radio button   |       (               ()                   )
199         Middle radio button |       ()              ()                   )
200         Right radio button  |        )               )                   )
201         ----------------------------------------------------------------------
202
203         Where 
204
205         (       left-side delimiter selected
206         )       right-side delimiter selected
207         ()      "symmnetric pair" selected, of which the clicked delimiter is
208                 the left one. 
209                 So, if the middle radio button is activated ("()\nBoth")
210                 and you click on "[" with the default (left) mouse button, you
211                 get the delimiter pair "[]".
212                 A shortcut for this (if the leftmost radio button is on) is
213                 simply clicking the middle mouse button.
214
215         To create equal pairs, either have the middle radio button on and use
216         Mouse-left, or have the left radio button on and use Mouse-middle.
217
218         To create unequal pairs, you should have either the left or middle radio
219         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
220
221 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
222
223         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
224         unchanged:
225         Remove the clickline_ member variable and hide() method;
226         Use fl_set_browser_dblclick_callback;
227         Constify a few temporary variables;
228         Use xforms_helpers' wrappers functions returning string rather than
229         the raw xforms functions returning char const *.
230
231 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
232
233         * DropDown.C: include <cctype> for isprint()
234
235 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
236
237         * FormMinipage.C (apply, update): MinipageParams::width renamed
238         as MinipageParams::pageWidth.
239
240 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
241
242         * FormMathsBitmap.C:
243           FormMathsPanel.C:
244           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
245         added to math panel's 'misc' sub-panel.
246
247 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
248
249         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
250
251 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * FormPreferences.h: add a std:: to make_pair.
254
255 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
256
257         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
258         respectively.
259
260         * DropDown.C: place xforms callback functions in namespace anon.
261         Set browser callback on single not double click.
262         (select): return immediately of the vector is empty. Highlight the top
263         line. Position the browser above the minibuffer, not below it.
264         (peek): call key_pressed when a key press is detected.
265         (key_pressed): clean-up and emit the keypress signal.
266
267         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
268         If nothing is selected, return string().
269
270 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
271
272         * FormSpellchecker.C: disable resizing due to xforms bug
273  
274 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
275
276         * FormFiledialog.C (Reread): skip broken symlinks
277
278 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
279
280         * FormMathsMatrix.C (AlignFilter): use std::count and add some
281         comments.
282
283 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
284
285         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
286         in the switch.
287
288         * FormPreferences.C (Interface::input): 
289         (Language::input): 
290         (Paths::input): add shortcuts to file dialogs directory buttons
291         
292         * FormPreference.h (browse): add default empty parameters for
293         buttons descriptions.
294
295         * FormFiledialog.C (SetButton): allow for a shortcut in the name
296         of the button.
297
298 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
299
300         * FormThesaurus.C:
301         * FormThesaurus.h:
302         * form_thesaurus.h:
303         * form_thesaurus.C:
304         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
305  
306 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
307
308         * Toolbar_pimpl.C (setPixmap): simplify a bit
309
310 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
311
312         * Toolbar_pimpl.C (ToolbarCB): 
313         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
314         dispatch.
315
316 2002-01-12  Allan Rae  <rae@lyx.org>
317
318         * FormTabular.C (FormTabular): Fix Purify UMR.
319
320         * FormPreferences.C (build): "Conversion" is a better name. 
321
322 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
323
324         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
325         LyXFunc::dispatch.
326
327         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
328
329 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
330
331         * FormPreferences.C:
332         * forms/form_preferences.fd: change names and descriptions of popup
333         font variables to reflect their actual use.
334
335         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
336
337 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
338
339         * FormPreferences.C (input): allow empty values for document_path
340         and template_path.
341
342         * FormFiledialog.C (SetButton):
343         (FileDlgCB): do not disable directory buttons if they have an
344         empty path.
345         (SetDirectory): if the argument is an empty string, change to
346         cwd().
347
348 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
349
350         * forms/form_maths_style.fd:
351         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math 
352         size "styles" and font types.
353         * FormMathsPanel.[Ch]:
354         * MathsSymbols.C:
355         * forms/form_maths_panel.fd: Modified too.
356
357 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
358
359         * Menubar_pimpl.C (create_submenu): 
360         * Toolbar_pimpl.C (update): use FuncStatus.
361
362 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
363
364         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
365         for fl_get_browser_line that is guaranteed to return a valid string.
366
367 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
368
369         * FormSpellchecker.C: fix possible crash on clicking a suggestion
370
371 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
372
373         * forms/form_document.fd (bullets): fix small cosmetic problem after
374         John's radio2button change.
375
376 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
377
378         * FormDocument.C:
379         * forms/form_document.fd: change the labels and variable names of
380         left_margin, right_margin to inner_margin, outer_margin, in line
381         with bugzilla bug #157.
382
383         * FormFiledialog.C (Reread): used locally stored modtime variable
384         rather than make repeated calls to fileInfo.getModificationTime().
385
386         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
387         isOK() checks to the use of the FileInfo instance and removed those
388         FIXMEs.
389
390         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
391         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
392
393 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
394
395         * form_*:
396         * forms/form_*: change radio buttons to round3dbutton
397  
398 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
399
400         * FormFiledialog.C: add FIXME
401  
402         * xforms_helpers.C: fix use of FileInfo
403  
404 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
405
406         * FormTabular.h:
407         * FormTabular.C:
408         * form_tabular.h:
409         * form_tabular.C:
410         * forms/form_tabular.fd: ugly fix to get around
411           some of the UI problems (bug #110).
412  
413 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
414
415         * FormDocument.C: Recognize the default paper settings too
416         when setting the default length values (cm or inch).
417         * FormParagraph.C: do the same.
418
419 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
420
421         * FormFloat.C: changes to prevent here definitely being used
422         with wide figures.
423
424 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
425
426         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
427
428 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
429
430         * DropDown.C: always include <config.h> in sources.
431
432         * xforms_helpers.h: 
433         * FormFiledialog.h: 
434         * Timeout_pimpl.h: 
435         * DropDown.h: do not include <config.h> in headers
436
437 2001-12-20  Juergen Vigna  <jug@sad.it>
438
439         * FormTabular.C (update): final LT-h/f support modifications.
440
441 2001-12-19  Juergen Vigna  <jug@sad.it>
442
443         * FormTabular.C (update): change a bit the tabular layout and added
444         better longtable options handling.
445
446 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
447
448         * FormToc.C: using std::endl
449
450 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
451
452         * FormToc.C: fix crash when no entries, and
453           update types properly
454  
455 2001-12-11  Ben Stanley <bds02@uow.edu.au>
456
457         * Menubar_pimpl.C: Fixed a crashing bug when document has more
458         than 80 floats and using xforms 0.88
459
460 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
461
462         * xforms_helpers.C: include lyxlength.h here
463         * xforms_helpers.h: ... but not here
464
465         * FormTabular.C: use LyXLength instead of string wherever
466         necessary; whitespace changes.
467
468 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
469
470         * forms/form_preferences.fd: use the same name for font sizes
471         than the character dialog.
472
473 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
474
475         * forms/form_search.fd: Added label text to search buttons
476         (to make the shortcuts visible).
477
478 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
479
480         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
481
482 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
483
484         * FormFiledialog.C:
485         * xforms_helpers.C: change "while(" to "while ("
486
487 2001-12-05  Allan Rae  <rae@lyx.org>
488
489         * FormParagraph.C (apply): One other LyXText fix.
490
491 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
492
493        * FormParagraph.C (getCurrentParagraph): 
494         (apply):  get the right LyXText !
495  
496 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
497
498         * FormParagraph.C: disallow page breaks in insets
499  
500 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
501
502         * FormParagraph.C: allow signed space above/below, actually
503           use space below units
504
505 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
506
507         * FormToc.C: fixes to make floatlists work
508  
509 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
510
511         * Makefile.am:
512         * Alert_pimpl.C: Alert etc.
513
514         * xforms_helpers.h:
515         * xforms_helpers.C:
516         * forms/fdfix.sh: move idex etc. to here
517
518         * GUIRunTime.C: move getScreenDPI() to here
519  
520 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
521
522        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
523        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
524        to 100p (now German translation fits in).
525        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
526        form_preferences.fd, form_graphics.fd, form.include.fd,
527        form-external.fd:
528        Unified label "Browse..." and unified its width to 100p.
529
530 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
531
532        * forms/form_graphics.fd: fixed shortcut clash
533        * forms/form-external.fd: added shortcut for "Apply"
534
535 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
536
537         * FormFiledialog.C: don't reset path if new dir
538           doesn't exist.
539  
540 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
541
542        * forms/form_document.fd: Renamed "Save as Class Defaults"
543        to "Save as Document Defaults"
544        * FormDocument.C:
545        Removed the setEnabled-Definitions for the
546        "save_default"-Button since it causes nothing but trouble.
547        Changed the text of AskQuestion on saveParamsAsDefault.
548
549 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
550
551         * DropDown.C: fix crash, improve behaviour a bit
552  
553 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
554
555         * FormDocument.C (class_apply): 
556         (paper_apply): 
557         (language_apply): 
558         (options_apply): 
559         (bullets_apply): add a version of these methods taking a
560         BufferParams& parameters. The original versions are now wrappers
561         around these. 
562         (saveParamsAsDefault): new function, moved from old
563         LFUN_LAYOUT_SAVE_DEFAULT code.
564
565 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
566
567         * Makefile.am:
568         * DropDown.h:
569         * DropDown.C: drop-down completion
570  
571 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
572
573         * forms/form_graphics.fd: change clashing shortcut
574  
575 2001-10-24  Juergen Vigna  <jug@sad.it>
576
577         * FormTabular.C: changed calls for footer/headers of longtabulars.
578
579 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
580
581         * forms/form_tabular.fd: Add value choices
582         * FormTabular.C: Handle that choices
583
584         * FormDocument.C: fix small bug.
585
586 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
587
588         * FormGraphics.[Ch]: move some parameters out of the heaader file and
589         into namespace anon.
590
591         * FormPreferences.C:
592         * forms/form_preferences.fd: replaced button_colorspace with two
593         radio buttons, button_hsv and button_rgb.
594
595 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
596
597        * forms/form_document.fd:
598          Class: add a value choice for Default Skip.
599          Some rearrangements (minor tweaks).
600        * FormDocument.C: Handle that choice, minor tweaks.
601        * forms/form_paragraph.fd: Add value choices
602        * FormParagraph.C: Handle that choices.
603        * FormMinipage.C/FormGraphics.C: Small tweaks.
604
605 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
606
607         * FormDocument.C: fixed some bugs in the Paper tab.
608
609         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
610         specifying default unit for choice if input string is empty.
611
612 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
613
614         * FormDocument.C (input): one more tweak...
615
616 2001-10-10  Herbert Voss  <voss@perce.de>
617
618         * FormTexinfo.[Ch]: some changes to the code
619
620 2001-10-10  André Pönitz  <poenitz@htwm.de>
621         
622         * FormsMathMatrix.C: add missing space between v- and h-alignment
623         parameters
624
625 2001-10-09  Herbert Voss  <voss@perce.de>
626
627         * FormTexinfo.[Ch]:
628         * forms/form_texinfo.fd: new files. Display information about the
629         installed texfiles (cls,sty,bst).
630
631         * FormShowFile.[Ch]: new files. Display the contents of a file.
632
633         * Dialog.C:
634         * Makefile.am: modified appropriately.
635
636 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
637
638         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
639         Given input and choice widgets, create a string such as "1cm".
640         (updateWidgetsFromLengthString): new function.
641         Given a string such as "1cm", set the input and choice widgets.
642
643         * FormDocument.C:
644         * forms/form_document.fd: improve the GUI of the paper tab using these
645         new helper functions.
646
647 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
648
649         * FormDocument.C (build): support latin4
650
651 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
652
653         * FormDocument.C (build): support latin3
654
655 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
656
657         * forms/form_aboutlyx.fd: use flat boxes for tabs.
658
659 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
660
661         * forms/form_document.fd: rearrangement of the paper tab;
662         rename "use geometry" to "custom margins/sizes".
663
664         * FormDocument.C: add code to avoid the input of senseless data
665         in document -> paper.
666
667 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
668
669         * FormDocument.C: Disable choice "Special" if landscape
670         is chosen to prevent senseless values.
671
672 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
673
674         * forms/form_preferences.fd: small tweaks.
675
676 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
677
678         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
679         button to "Use Class Defaults" and moved it outside the tab.
680         Some more minor tweaking.
681
682         * FormDocument.C: handled this changes.
683
684 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
685
686         * Dialogs.C: remove splash dialog code.
687
688         * FormSplash.[Ch]:
689         * form_splash.[Ch]:
690         * forms/form_splash.fd: removed.
691
692         * Makefile.am:
693         * forms/makefile: remove splash dialog files.
694
695         * Menubar_pimpl.C (MenuCallback): no longer call
696         Dialogs::destroySplash.
697
698 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
699
700         * forms/form_preferences.fd: fix typo
701
702 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
703
704         * FormRef.C:
705         * forms/form_ref.fd: renamed the widgets in the standard style.
706
707         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
708         helper functions. Build a vector<string> from the contents of
709         an fl_choice and fl_browser respectively.
710
711         * FormCitation.C (fillChoice, updateBrowser):
712         * FormRef.C: use these new functions to only update the choices and
713         browsers when absolutely necessary.
714
715 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
716
717         * FormBase.C (InputCB):
718         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
719         "select choice < 1" problem.
720
721         * FormRef.C (input): undid Dekel's change in light of the above
722         generalisation.
723
724 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
725
726         * FormRef.C (input): Fix crash when using dialog with keyboard.
727
728 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
729
730         * forms/form_document.fd: small tweaks.
731
732 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
733
734         * forms/form_document.fd: Added checkbox "auto_reset", button
735         "reset_defaults" and button "save_defaults".
736
737         * Form_Document.[Ch]: Removed AskQuestion when changing class.
738         Implement the 2 buttons and the checkbox described above.
739
740         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
741         save the default value of that lyxrc)
742
743         * FormPreferences.C: Handle that button
744
745 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
746
747         * form_ref.fd: a little tweaking.
748
749         * FormSpellchecker.C (build): set the bounds to the slider, so it
750         updates during a spellchecking session.
751
752 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
753
754         * forms/form_preferences.fd: rearrangement and addition of new
755         Display Graphics radio buttons to Look & Feel->Misc
756         (By Jürgen Spitzmüller).
757
758         * FormPreferences.C: modify new lyxrc variable "display_graphics"
759         depending on the values of the Display Graphics radio buttons.
760
761         * FormGraphics.C: use this variable.
762
763 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
764
765         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
766         Hoorah! Happy Birthday to me!
767
768 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
769
770         * forms/form_ref.fd: Add buffer button.
771
772         * FormRef.C (update): Handle the buffer button.
773         (input): Ditto
774
775 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
776
777         * forms/form_graphics.fd: complete rewrite of the dialog
778         (Most work was done by Angus, though).
779
780 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
781
782         * combox.C (hide): execute the callback _after_ closing the
783         combox.
784
785 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
786
787         * FormDocument.C (c-tor): initialise some variables.
788
789         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
790         (Thereby removing a warning message when the dialog is built.)
791
792         * FormFloat.C (input): return SMI_VALID.
793
794 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
795
796         * FormDocument.C (input, options_update): add code to enable the
797         Author-Year/Numerical citation choice only if the natbib checkbox is
798         active.
799
800         * FormFloat.[Ch]: added new method input() to control the behaviour of
801         the buttons better.
802         * forms/form_float.fd: renamed Here as button_here_definitely.
803
804         * FormGraphics.C:
805         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
806         have them, so enabling the Ok, Apply buttons appropriately.
807
808 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
809
810         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
811         Label", added a labelframe).
812
813 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
814
815         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
816         (C_Toolbar_BubbleTimerCB): fix linking
817
818         * FormMathsBitmap.C (form): use get() to get the raw pointer.
819
820         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
821
822 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
823
824         * combox.C (C_Combox_input_cb): make it static
825         (C_Combox_combo_cb): make it static
826         (C_Combox_peek_event): make it static
827
828         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
829         (C_Toolbar_BubblePost): make it static
830         (C_Toolbar_ToolbarCB): make it static
831
832         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
833
834         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
835
836         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
837         gui libs
838
839 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
840
841         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
842         been used successfully in FormBase.
843         (show): call bc().refresh() after building the dialog to activate the
844         button controller.
845
846         * FormPreferences.C (build): remove hack to fix butoon controller as
847         the correct fix is in FormBaseDeprecated.
848
849         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
850
851         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
852         
853 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
854
855         * Toolbar_pimpl.C (setLayout): 
856         (layoutSelected): make them work even when gettext has been
857         translating the interface.
858
859 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
860
861         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
862         ("Apply" does not work without former user change in the dialog).
863
864         * FormPreferences.C (build): Fix bug: if you start LyX and open the
865         Preferences dialog, "Apply" is activated even though no change has been
866         made so far.
867
868 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
869
870         * FormBase.C (show): use controller_.IconifyWithMain() to control
871         the dialog's show policy
872
873         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
874
875         * FormPreferences.C:
876         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
877         check button to the Look & Feel->Misc tab and code to modify the lyxrc
878         variable dialogs_iconify_with_main appropriately.
879
880 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
881
882         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
883
884 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
885
886         * forms/form_character.fd: small cosmetics (aligned "Language:" right
887         as suggested in Michael's Buglist).
888
889 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
890
891         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
892         layouts
893         (layoutSelected): remove the numeric argument and use the text of
894         the combox entry instead.
895
896         * combox.C: lowercase a few remaining methods, rename select_text
897         to select
898         * several files: propagate these changes
899
900 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
901
902         * FormPreferences.C: add fl_set_input_return to input_paperoption.
903
904 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
905
906         * FormParagraph.C: fix default line spacing case
907  
908 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
909
910         * FormParagraph.C: disable space inputs when != Length
911
912 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
913
914         * FormPreferences.C:
915         * form_preferences.h:
916         * form_preferences.C:
917         * forms/form_preferences.fd: add view_dvi_paper_option
918  
919 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
920
921         * FormMathsPanel.h: sub dialogs must be Ignorant.
922  
923 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
924
925         * FormParagraph.C: fix to not allow 0 linespacing
926  
927 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
928
929         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
930
931         * FormParagraph.C (input): set fl_get_choice check for the linespacing
932         to 5 not 4. xforms arrays start at 1.
933
934 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
935
936         * FormParagraph.[Ch]:
937         * forms/form_paragraph.fd: clean up of dialog and of controlling
938         code.
939
940 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
941
942         * FormBase.C (C_CutandPastePH): new function that can be used as a
943         pre-handler to any xforms text input widget. Will trigger an event on
944         pasting into the widget using the middle mouse button.
945
946         * FormPreamble.C (build): use this pre-handler for the input widget.
947
948 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
949
950         * FormCitation.C:
951         * forms/form_citation.fd: a little tweaking to ensure that the
952         style choice remains centred within the frame if its contents change.
953
954         * FormBase.h: added an allow_resize_ member variable. If false
955         resizing the dialog is prohibitted.
956
957         * FormBase.[Ch]:
958         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
959
960         * FormAboutlyx.C:
961         * FormCharacter.C:
962         * FormThesaurus.C:
963         make use of this functionality to ensure that the dialog cannot be
964         resized.
965
966 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
967
968         * GUIRunTime.C: initApplication() should take a int & argc
969  
970 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
971
972         * FormCitation.h:
973         * FormCitation.C: tidy code a little
974  
975         * GUIRunTime.C: more informative error
976  
977 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * forms/form_preferences.fd: order the items "logically" so that
980         tabbing through the dialog makes sense. Close bug #404569.
981
982 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
983
984         * FormPreferences.C: Tentative fix of John's "no point in spell
985         command "None"" bug, #223255.
986
987 2001-08-23  Herbert Voss  <voss@perce.de>
988
989         * FormBibtex.C (input): normalize database list
990
991 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
992
993         * FormBibtex.C: make sure that any database is stored only once.
994
995 2001-08-22  Herbert Voss  <voss@perce.de>
996
997         * FormBibtex.C (input): fix for multiple databases
998
999 2001-08-21  Herbert Voss  <voss@perce.de>
1000
1001         * FormBibtex.C (input): extension handling for ".bst"
1002
1003 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1004
1005         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
1006         check button is pressed.
1007
1008 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1009
1010         * FormParagraph.C (general_apply): Handle default spacing.
1011         (general_update): Ditto.
1012
1013 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
1014
1015         * FormBibtex.C:
1016         * forms/form_bibtex.fd: get the browse buttons working as they should.
1017
1018 2001-08-20  Herbert Voss  <voss@perce.de>
1019
1020         * FormBibtex.C:
1021         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
1022         databases and styles. Added an option for "bibliography into toc"
1023
1024 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1025
1026         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
1027         cleanup.
1028
1029 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1030
1031         * combox.h: fix source doc
1032
1033         * form_math_matrix.C: 
1034         * forms/form_math_matrix.fd: new layout
1035  
1036 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1037
1038         * form_paragraph.h:
1039         * form_paragraph.C:
1040         * forms/form_paragraph.fd:
1041         * FormParagraph.C: support per-para linespacing
1042  
1043         * forms/form_float.fd:
1044         * form_float.C: fix shortcut typo
1045  
1046 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1047
1048         * forms/form_character.fd: small adjustment to the position of John's
1049         extra Language label.
1050
1051 2001-08-09  André Pönitz  <poenitz@htwm.de>
1052
1053         * FormMathsDelim.C: renamed some delimiter parameters.
1054
1055 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1056
1057         * FormCitation.C (build):
1058         * FormDocument.C (build):
1059         * FormMinipage.C (build):
1060         * FormParagraph.C (build):
1061         * FormRef.C (build): added stuff to read-only list in the
1062         button controller.
1063
1064         * FormCitation.C (update): disable citation style stuff when not using
1065         Natbib.
1066
1067 2001-08-06  Juergen Vigna  <jug@sad.it>
1068
1069         * forms/form_ert.fd: new file.
1070
1071         * form_ert.[Ch]: new files.
1072
1073         * FormERT.[Ch]: new files. Implementation of ERT dialog.
1074
1075 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1076
1077         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
1078
1079 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1080
1081         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
1082
1083 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1084
1085         * FormMathsPanel.C:
1086         * FormMathsPanel.h:
1087         * form_maths_panel.C:
1088         * form_maths_panel.h:
1089         * forms/form_maths_panel.fd: re-add dots bitmaps
1090          
1091         * FormRef.C: "Goto" -> "Go to"
1092
1093 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
1094
1095         * FormMathsBitmap.C: initialise form_
1096
1097 2001-07-29  Baruch Even  <baruch@lyx.org>
1098
1099         * src/forms/form_graphics.fd:
1100         * src/FormGraphics.C: Added support for the new horizontal scale factor.
1101
1102 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1103
1104         * forms/makefile (SRCS): add form_float.fd
1105
1106         * forms/form_float.fd: new file
1107
1108         * form_float.[Ch]: new files
1109
1110         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
1111         FormFloat.h, form_float.C and form_float.h
1112
1113         * FormFloat.[Ch]: new files
1114
1115         * Dialogs.C: init GUIFloat is well
1116
1117 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1118
1119         * FormToc.C (updateType): Fix problem with TOC that couldn't be
1120         updated because the type list was not updated.
1121
1122 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
1123
1124         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
1125         Version stuff in.
1126
1127         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
1128
1129         * FormGraphics.C (build): uncommented the fl_set_input_return call for
1130         input_rotate_angle. Set input filter on rotate_angle to make it accept
1131         only floating point numbers.
1132         (input): Browse now activates the Ok button approriately.
1133
1134 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1135
1136         * Dialogs.C:
1137         * Makefile.am:
1138         * FormThesaurus.h:
1139         * FormThesaurus.C:
1140         * form_thesaurus.h:
1141         * form_thesaurus.C:
1142         * forms/makefile:
1143         * forms/form_thesaurus.fd: add thesaurus
1144
1145 2001-07-26  Baruch Even  <baruch@lyx.org>
1146
1147         * FormGraphics.h:
1148         * FormGraphics.C: Removed hide method since it was interfering with the
1149         needed work, it cleared several vectors that were needed for proper
1150         functioning. Also changed rotateAngle to float.
1151
1152         * FormGraphics.C:
1153         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
1154         are inlined.
1155         
1156 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1157
1158         * FormInclude.C: add load file facility back
1159  
1160 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1161
1162         * FormCharacter.C: disable resizing as it doesn't work
1163
1164         * FormPreamble.C: allow to copy-paste from RO preamble by
1165           enabling editing.
1166
1167 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
1168
1169         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
1170
1171 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1172
1173         * FormCitation.[Ch]: changes associated with adding natbib support.
1174         New helper functions, string_width, fillChoice, updateStyle.
1175         (apply): set the citation command appropriately.
1176         (input): deal with the citation command choices.
1177         (update): parse the citation command and deal with it. Nuke the
1178         setSize stuff.
1179         (setSize): nuked!
1180
1181         * FormDocument.C (build): add options to use natbib.
1182
1183         * forms/form_citation.fd: add natbib support. Rearrange dialog to
1184         fit onto shorter screens.
1185
1186         * forms/form_document.fd: add natbib support.
1187
1188 2001-07-16  Juergen Vigna  <jug@sad.it>
1189
1190         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
1191
1192 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1193
1194         Consistent use of Lsstream.h:
1195         * FormAboutlyx.C (build):
1196         * FormVCLog.C (update): std::ostringstream -> ostringstream.
1197
1198         * FormMathsDelim.C (apply):
1199         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
1200
1201 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1202
1203         * implement 1 about lyx dialog instead of 3 separate ones
1204
1205         * FormCredits.[Ch]: removed
1206         * FormCopyright.[Ch]: removed
1207         * form_credits.[Ch]: removed
1208         * forms/form_credits.fd: removed
1209         * form_copyright.[Ch]: removed
1210         * forms/form_copyright.fd: removed
1211         * FormAboutlyx.[Ch]: added
1212         * form_aboutlyx.[Ch]: added
1213         * forms/form_aboutlyx.fd: added
1214         * Dialogs.C: add about lyx stuff
1215
1216 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1217
1218         * add spellchecker
1219
1220         * FormPreferences.[Ch]: rename spellchecker to spelloptions
1221         * form_preferences.[Ch]: idem
1222         * forms/form_preferences.fd: idem
1223         * FormSpellchecker.[Ch]: added
1224         * form_spellchecker.[Ch]: added
1225         * forms/form_spellchecker.fd: added
1226         * Dialogs.C: add spellchecker
1227
1228 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1229
1230         * FormFiledialog.C: (*it). -> it->
1231         * Toolbar_pimpl.C: ditto
1232         * RadioButtonGroup.C: ditto
1233         * FormPreferences.C: ditto
1234
1235 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1236
1237         * GUIRunTime.C (x11Display): 
1238         (x11Screen): 
1239         (x11Colormap): 
1240         (x11VisualDepth): new methods
1241
1242 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1243
1244         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
1245         directly. 
1246
1247         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
1248         because of this.
1249
1250         * GUIRunTime.C (createMainView): implement
1251
1252 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1253
1254         * FormCharacter.C:
1255         * form_character.C:
1256         * forms/form_character.fd: hide the widget underneath language
1257           combox hack.
1258
1259 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1260
1261         * FormPreferences.h:
1262         * FormPreferences.C: connect and operator
1263           showSpellcheckerPreferences signal
1264
1265         * FormPrint.C (input): modify to select radio_file
1266           when the user uses the filename input
1267  
1268 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1269
1270         * combox.C (remove): send debug output to Debug::GUI.
1271
1272 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1273
1274         * Menubar_pimpl.C (create_submenu): 
1275         * Toolbar_pimpl.C (update): update to use func_status
1276
1277 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
1278
1279         * FormPreferences.C (Path::feedback): remove bogus description of
1280         lyxpipe.
1281
1282 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1283
1284         * xformsBC.h: clean-up of included files.
1285
1286 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1287
1288         * FormDocument.C:
1289         * FormParagraph.C (c-tor): cosmetic name change of signal.
1290
1291         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
1292         signal. It's pretty crude at the moment! Mental note: would be more
1293         elegant if we passed a LyXParagraph & with both the signals rather than
1294         search through the Buffer.
1295
1296 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1297
1298         * *.[h]: added // -*- C++ -*-
1299         * *.[C]: removed // -*- C++ -*-
1300
1301         * FormCharacter.C (update): now uses contents of font_, stored
1302         permanently by the controller to update() the dialog.
1303
1304 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1305
1306         * FormInclude.C:
1307         * form_include.fd: (various places): Ok button is now activated when
1308         the filename is input from the keyboard.
1309
1310         * FormPreferences.C white-space change in various places.
1311         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
1312         that disabled addition of new converters.
1313
1314         * FormCharacter.C (input, update): new methods. Activate the Apply
1315         button when any of the input fileds are not IGNORE.
1316
1317 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1318
1319         * FormToc.C (input): change test slightly.
1320         (updateContents): clear list if empty and add no list msg.
1321
1322 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1323
1324         * FormParagraph.C (update, general_update): enabling the align buttons
1325         is now dependent on the AlignPossible entry in the Layout.
1326
1327 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1328
1329         * MathsSymbols.C: 
1330         * FormMathsMatrix.C: bring C functions into global namespace if
1331         necessary. 
1332
1333 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1334
1335         * MathsSymbols.C (pixmapFromBitmapData): add std::
1336
1337         * FormMathsMatrix.C (AlignFilter): add std::
1338
1339 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1340
1341         * FormDocument.C (build): add iso8859-15 support.
1342
1343 2001-05-08  Baruch Even  <baruch@lyx.org>
1344
1345         * Menubar_pimpl.C: Fixed compilation problem.
1346
1347 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1348
1349         * Menubar_pimpl.C (add_toc): use name and not type with float.
1350         (create_submenu): correct call of new object
1351         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
1352
1353 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1354
1355         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
1356
1357 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1358
1359         * Dialogs.C: included insetgraphicsParams.h
1360
1361         * FormMathsMatrix.C:
1362         * FormMathsBitmap.C: included LAssert.h
1363
1364 2001-04-24  Allan Rae  <rae@lyx.org>
1365
1366         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
1367
1368 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1369
1370         * xforms_helpers.C (formatted): do not use string::substr(1) on a
1371         string of length 1 !
1372
1373 2001-04-16  Allan Rae  <rae@lyx.org>
1374
1375         * xforms_helpers.C (formatted): 
1376         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
1377         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
1378
1379 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1380
1381         * FormTabularCreate.C: pass a pair of uints to the controller
1382
1383         * FormVCLog.C: the log appears as a stringstream now
1384
1385         * forms/form_external.fd: make params update state (from Angus)
1386
1387 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1388
1389         * Menubar_pimpl.C: include gettext.h
1390
1391 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1392
1393         * xforms_helpers.C (formatted): constify length
1394
1395         * FormTabular.C (update): small restructure, adjust for scoped_ptr
1396         (input): adjust for scoped_ptr
1397         (input): constify str
1398
1399 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1400
1401         * Dialogs.C: s/popup/dialog/
1402
1403         * Form*.C:
1404         * FormBase.h:
1405         * FormBase.C: s/ControlButton/ControlButtons/
1406         move bc().refresh() into base show() method
1407
1408         * Form*.C:
1409         * FormBaseDeprecated.C:
1410         s/UndoAll/restore/
1411
1412 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1413
1414         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
1415
1416         * FormToc.[Ch]:
1417         * forms/form_toc.fd: implemented controller-view split.
1418
1419         * Dialogs.C: associated changes.
1420
1421 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1422
1423         * FormCitation.C:
1424         * forms/form_citation.fd: Don't change the name of the button when
1425         toggling between regular expression and simple searches.
1426         Squashed bug when creating a new inset, the keys field contained
1427         one (empty) key. No more; thanks, Dekel.
1428
1429         * FormExternal.C: 
1430         * forms/form_external.fd: added Apply button.
1431
1432 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1433
1434         * FormBase.[Ch]:
1435         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
1436         ControlButton.
1437
1438         * FormExternal.[Ch]:
1439         * forms/form_external.fd: implemented controller-view split.
1440
1441         * Dialogs.C: associated changes.
1442
1443         * FormGraphics.[Ch]:
1444         * FormInclude.[Ch]:
1445         * FormPrint.[Ch]:
1446         moved the browsing functionality into the controller.
1447
1448         * xforms_helpers.[Ch]: moved browseFile to
1449         ../controllers/helper_funcs.[Ch]
1450
1451         * FormCitation.C
1452         * forms/form_citation.fd: added case sensitive search button.
1453
1454 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1455
1456         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
1457         Code moved into the generic template base class. Replaced
1458         setCancelCloseButton() with setButtonLabel().
1459
1460 2001-03-29  Juergen Vigna  <jug@sad.it>
1461
1462         * FormMinipage.C: removed widthp_ and all it's functions and changed
1463         to use new %-lengths of LyXLength.
1464
1465 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1466
1467         * FormGraphics.[Ch]:
1468         * forms/form_graphics.fd:
1469         * FormIndex.[Ch]:
1470         * forms/form_index.fd: implemented controller-view split.
1471
1472         * Dialogs.C: associated changes.
1473
1474         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
1475
1476         * FormCitation.C: changes associated with ControlCitation cleanup.
1477
1478         * FormMinipage.h: cleaned-up forward declarations.
1479
1480 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1481
1482         * FormMinipage.[Ch]:
1483         * forms/form_minipage.fd:
1484         * FormPrint.[Ch]:
1485         * forms/form_print.fd:
1486         * FormSplash.[Ch]: implemented controller-view split.
1487
1488         * Dialogs.C: associated changes.
1489
1490 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1491
1492         * FormPreamble.[Ch]:
1493         * forms/form_preamble.fd:
1494         * FormRef.[Ch]:
1495         * forms/form_ref.fd:
1496         * FormSearch.[Ch]:
1497         * forms/form_search.fd:
1498         * FormTabularCreate.[Ch]:
1499         * forms/form_tabular_create.fd: implemented controller-view split.
1500
1501         * Dialogs.C: associated changes.
1502
1503 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1504
1505         * FormError.[Ch]:
1506         * form_error.fd:
1507         * FormInclude.[Ch]:
1508         * form_include.fd:
1509         * FormUrl.[Ch]:
1510         * form_url.fd: implemented controller-view split.
1511
1512         * Dialogs.C: associated changes.
1513
1514         * FormBibitem.h:
1515         * FormBibtex.h:
1516         * FormCitation.h: moved methods from protected to private.
1517
1518 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1519
1520         * FormCredits.C (build): changes associated with
1521         ControlCredits::getCredits returning a stringstream not a vector<string>
1522
1523 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1524
1525         * FormCopyright.[Ch]:
1526         * forms/form_copyright.fd: implemented controller-view split.
1527
1528         * FormCredits.[Ch]:
1529         * forms/form_credits.fd: implemented controller-view split.
1530
1531         * Dialogs.C: associated changes.
1532
1533         * xforms_helpers.C (formatted): improved the function so that it now
1534         repects '\n' characters in the input string. Ie, the user can now
1535         specify line breaks explicitly.
1536
1537 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1538
1539         * FormCharacter.[Ch]:
1540         * forms/form_character.fd: implemented controller-view split.
1541
1542         * Dialogs.C: associated changes.
1543
1544         * FormBase.C (input): changed return to SMI_VALID.
1545
1546         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
1547         any surrounding whitespace.
1548
1549 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1550
1551         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
1552         SMI_NOOP.
1553         (FormBase2): split into two template classes, FormDB (DialogBase) and
1554         FormCB (ControllerBase) for greater flexibility.
1555
1556         * FormBibitem.[Ch]:
1557         * FormBibtex.[Ch]:
1558         * FormCitation.[Ch]: associated changes.
1559
1560         * FormBrowser.[Ch]:
1561         * FormLog.[Ch]:
1562         * FormVCLog.[Ch]:
1563         * forms/form_browser.fd: implemented controller-view split.
1564
1565         * Dialogs.C: associated changes.
1566
1567 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1568
1569         * FormBibtex.[Ch]:
1570         * forms/form_bibtex.fd: implemented controller-view split.
1571
1572         * Dialogs.C: associated changes.
1573
1574 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1575
1576         * FormBaseDeprecated.[Ch]: rename title as title_.
1577         
1578         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
1579         with limited functionality. It got lost in the MVC merge.
1580
1581         * FormBaseDeprecated.C:
1582         * FormBase.C (show): moved initialisation of minw_, minh_ here.
1583
1584         * FormBibitem.C (build):
1585         * FormBibtex.C (build):
1586         * FormBrowser.C (build):
1587         * FormCharacter.C (build):
1588         * FormCitation.C (build):
1589         * FormCopyright.C (build):
1590         * FormCredits.C (build):
1591         * FormDocument.C (build):
1592         * FormError.C (build):
1593         * FormExternal.C (build):
1594         * FormGraphics.C (build):
1595         * FormInclude.C (build):
1596         * FormIndex.C (build):
1597         * FormMinipage.C (build):
1598         * FormParagraph.C (build):
1599         * FormPreamble.C (build):
1600         * FormPreferences.C (build):
1601         * FormPrint.C (build):
1602         * FormRef.C (build):
1603         * FormSearch.C (build):
1604         * FormTabular.C (build):
1605         * FormTabularCreate.C (build):
1606         * FormToc.C (build):
1607         * FormUrl.C (build): removed initialisation of minw_, minh_.
1608         
1609         * The Maths Panel stuff no longer causes a crash on exit from LyX.
1610
1611         * FormMaths.[Ch]:
1612         * forms/form_maths.fd: removed.
1613
1614         * forms/form_maths_delim.fd:
1615         * forms/form_maths_deco.fd:
1616         * forms/form_maths_matrix.fd:
1617         * forms/form_maths_space.fd:
1618         * forms/form_maths_panel.fd: new files.
1619         Split contents of form_maths.fd into 5 new files, one for each form.
1620
1621         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
1622         class FormMathsBitmap in FormMathsBitmap.[Ch].
1623
1624         * FormMathsPanel.[Ch]:
1625         * FormMathsBitmap.[Ch]:
1626         * FormMathsDeco.[Ch]:
1627         * FormMathsDelim.[Ch]:
1628         * FormMathsMatrix.[Ch]:
1629         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
1630         one for each popup. Rewrite so that all the new classes are derived from
1631         FormBaseBD. Clean up the logic in the process (I hope!).
1632
1633         * Makefile.am: added new fils, removed redundant ones.
1634
1635 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1636
1637         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
1638         (showInset): ditto
1639         (updateInset): ditto
1640
1641 2001-03-16  Juergen Vigna  <jug@sad.it>
1642
1643         * Dialogs.C (Dialogs): create minipage options dialog.
1644
1645         * forms/form_minipage.fd: 
1646         * form_minipage.C: 
1647         * form_minipage.h: 
1648         * FormMinipage.C: 
1649         * FormMinipage.h: new files for the minipage options dialog.
1650
1651 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1652
1653         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
1654         callback methods.
1655
1656         * forms/form_maths.fd: change C_FormBaseCancelCB to
1657         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
1658
1659 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
1660
1661         * FormMaths.C: quash warnings
1662
1663 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1664
1665         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
1666         compatibility. 
1667
1668 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1669
1670         * Form_various.h: cleaned up #includes and forward declarations.
1671
1672         * Form_various.C: added "using SigC::slot" declaration.
1673
1674         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
1675
1676         * FormDocument.C (CheckChoiceClass): removed string tct as the
1677         compiler warned that it was defined but never used.
1678         removed USE_CLASS_COMBO.
1679
1680 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1681
1682         * Dialogs.C:
1683         * FormMaths.h:
1684         * FormMaths.C:
1685         * MathsSymbols.h:
1686         * MathsSymbols.C:
1687         * Makefile.am:
1688         * Toolbar_pimpl.C:
1689         * form_*.C:
1690         * forms/makefile:
1691         * forms/form_maths.fd:
1692         * forms/fdfixc.sed:
1693         * forms/fdfix.sh: add maths panel
1694
1695         * bmtable.h:
1696         * bmtable.c: moved from src/
1697
1698 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1699
1700         * FormParagraph.h: NO_PEXTRA
1701         * FormParagraph.C (input): NO_PEXTRA
1702
1703 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1704
1705         * several files: remove CXX_WORKING_NAMESPACES
1706
1707 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1708
1709         * Merging changes from BRANCH_MVC back into HEAD.
1710
1711 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1712
1713         * Dialogs.C (c-tor): Changes associated with storing a vector of
1714         boost::shared_ptrs.
1715         Use MVC Bibitem popup.
1716
1717         * FormBase.h: add a new template class FormBase2, derived from FormBase
1718         to make life creating MVC popups even easier ;-)
1719
1720         * FormBibitem.[Ch]:
1721         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
1722         Proof that a simple popup should be easy to implement!
1723
1724         * FormCitation.[Ch]: now derived from FormBase2.
1725
1726         * FormToc.C: added using std::vector directive.
1727
1728 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
1729
1730         * FormSearch.C: Add missing #pragma
1731
1732 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1733
1734         * FormCitation.C:
1735         * forms/form_citation.fd: added the ability to Search, both Simply and
1736         for Regular Expressions. Use the Search code in the controller() to do
1737         the actual searching.
1738
1739 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1740
1741         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
1742         * forms/makefile: added form_credits.fd
1743         
1744         * Dialogs.C: added FormCredits and removed ShowCredits.
1745         
1746         * FormCredits.[Ch]:
1747         * forms/form_credits.fd:
1748         * forms/form_search.fd: ported to the MVC way.
1749         
1750 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1751
1752         * xforms_helpers.h (formatted): now has default arguments for size and
1753         style.
1754
1755         * FormCitation.[Ch]: moved code out of this class and into
1756         ControlCitation and associated helper funcs.
1757         
1758 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1759
1760         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
1761         ButtonController::valid() to check state of input. The buttons are
1762         now controlled correctly.
1763
1764         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
1765
1766 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1767
1768         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
1769
1770         * FormBase.[Ch]: rename title as title_.
1771
1772 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1773
1774         * FormBase.C (c-tor): initialise variables in correct order.
1775
1776         * FormCitation.C: add #include <algorithm>
1777
1778 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1779
1780         * xformsBC.[Ch]: Changes associated with the changes to
1781         controllers/ButtonController.[Ch]. Ie, the class is now derived from
1782         ButtonControllerBase and the ButtonPolicy is accessed through a method
1783         bp() rather than the instance bp_.
1784
1785         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
1786         rather use a pure virtual method bc() to access the controller
1787         instantiated by the daughter classes.
1788
1789         * F*.[Ch]: changes associated with the above.
1790
1791 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1792
1793         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
1794
1795         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
1796
1797 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1798
1799         * ButtonController.[Ch]: deleted. The class is split into two
1800         (with identical functionality), the code being found in
1801         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
1802
1803         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
1804         ButtonController class.
1805
1806         * FormBase.[Ch]: changes associated with the above split.
1807
1808         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
1809         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
1810         controlling all interaction to/from the LyX kernel.
1811
1812         * FormCitation.[Ch]:
1813         * forms/form_citation.fd: An xforms-specific implementation of the
1814         Citation dialog, controlled by the GUI-I ControlCitation.
1815
1816         * Dialogs.C: Use the controlled Citation dialog.
1817
1818 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1819
1820         * Makefile.am:
1821         * combox.h:
1822         * combox.C: moved from src/
1823
1824 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1825
1826         * forms/fdfix.sh:
1827         * forms/form_filedialog.C.patch: I hate having to make these patches,
1828         but on reflection I think it's probably better than hacking fdfix.sh.
1829
1830 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1831
1832         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
1833
1834 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1835
1836         * FormGraphics.C: remove unnecessary hack
1837
1838 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1839
1840         * FormCitation.C (apply): Do not put space between multiple keys.
1841
1842 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
1843
1844         * Menubar_pimpl.C (add_toc): Remove debug message.
1845
1846 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1847
1848         * Makefile.am:
1849         * Dialogs.C:
1850         * FormExternal.C:
1851         * FormExternal.h:
1852         * form_external.C:
1853         * form_external.h:
1854         * xforms/forms/makefile:
1855         * forms/form_external.fd: add FormExternal
1856
1857 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1858
1859         * Dialogs.C: add destroySplash()
1860
1861         * form_splash.h:
1862         * form_splash.C:
1863         * forms/form_splash.fd:
1864         * FormSplash.h:
1865         * FormSplash.C: make independent of FormBase, tidy
1866         
1867         * Menubar_pimpl.C: destroy splash on interaction
1868
1869 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1870
1871         * FormInclude.h:
1872         * FormInclude.C:
1873         * form_include.h:
1874         * form_include.C:
1875         * forms/form_include.fd: rework, clean up
1876
1877 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1878
1879         * FormToc.h: use Buffer::typedef
1880
1881         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
1882         * FormToc.C (build): ditto
1883         (updateToc): ditto
1884
1885 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1886
1887         * FormToc.C (build): implement for dynamic number of lists
1888         (updateToc): ditto
1889         * Menubar_pimpl.C (add_toc): ditto
1890
1891 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1892
1893         * added credits:
1894         * Dialogs.C:
1895         * Makefile.am:
1896         * FormCredits.[Ch]:
1897         * form_credits.[Ch]:
1898         * forms/form_credits.fd:
1899
1900 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1901
1902         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
1903         make ButtonList contain boost::shared_ptr<ItemInfo>
1904
1905         * Menubar_pimpl.C (~Pimpl): remove destructor 
1906
1907 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1908
1909         * Makefile.am:
1910         * FileDialog.C:
1911         * FormFiledialog.C:
1912         * FormFiledialog.h:
1913         * form_filedialog.C:
1914         * form_filedialog.h:
1915         * FormGraphics.C:
1916         * FormInclude.C:
1917         * FormPreferences.C:
1918         * FormPrint.C:
1919         * xforms_helpers.C:
1920         * xforms_helpers.h:
1921         * forms/fdfix.sh:
1922         * forms/makefile:
1923         * form/form_filedialog.fd: add File Dialog
1924         * Toolbar_pimpl.h:
1925         * Toolbar_pimpl.C: move LayoutsCB to here
1926
1927 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1928
1929         * FormParagraph.C: changes because of ParagraphParameters.
1930
1931 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1932
1933         * FormSearch.C (Replace): remove default argument
1934         (Find): ditto
1935
1936 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1937
1938         * added find/replace dialog:
1939         * FormSearch.*: added
1940         * form_search.*: added
1941         * forms/form_search.fd: added
1942
1943 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1944
1945         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
1946
1947         * various: in a rush of delayed guilt, I've renamed all instances of
1948         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
1949         finally sprouted.
1950
1951         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
1952         activate/deactivate an FL_OBJECT.
1953
1954         * FormCitation.C:
1955         * FormDocument.C:
1956         * FormInclude.C:
1957         * FormParagraph.C:
1958         * FormPreamble.C:
1959         * FormPreferences.C:
1960         * FormRef.C:
1961         * FormTabular.C: used it.
1962
1963 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1964
1965         * FormPreferences.C: removed three unused using directives.
1966
1967 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1968
1969         * added find/replace dialog:
1970         * FormSearch.*: added
1971         * form_search.*: added
1972         * forms/form_search.fd: added
1973
1974 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
1975
1976         * FormRef.C: Fixed the behaviour of Goto-Ref.
1977
1978 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1979
1980         * forms/makefile: added character and preamble dialogs
1981
1982 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1983
1984         * FormCharacter.C (FormCharacter): change order of deletion,
1985         change combo_language2 to combo_language2_
1986
1987 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1988
1989         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
1990
1991 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1992
1993         * Dialogs.C: added layoutcharacter
1994         * FormCharacter.C: added
1995         * FormCharacter.h: added
1996         * form_character.C: added
1997         * form_character.h: added
1998         * forms/form_character.fd: added
1999                
2000 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2001  
2002         * FormPreferences.C: Handle lyxrc.language_use_babel and
2003         lyxrc.language_global_options.
2004
2005 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2006
2007         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
2008
2009 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2010
2011         * FormBase.C: no longer transient dialogs, XMapWindow()
2012           in attempt to de-iconify
2013
2014         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
2015
2016 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
2017
2018         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
2019         if using custom paper size/margin.
2020
2021 2001-02-21  Allan Rae  <rae@lyx.org>
2022
2023         * forms/form_preferences.fd: larger, bold font for outer tabfolder
2024
2025 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2026
2027         * src/frontends/xforms/Dialogs.C: added preamble
2028         * src/frontends/xforms/FormPreamble.C: added
2029         * src/frontends/xforms/FormPreamble.h: added
2030         * src/frontends/xforms/Makefile.am: added
2031         * src/frontends/xforms/form_preamble.C: added
2032         * src/frontends/xforms/form_preamble.h: added
2033         * src/frontends/xforms/form_preamble.fd: added
2034
2035 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2036
2037         * FormBase.h: moved noncopyable derivation to DialogBase.
2038
2039 2001-02-19  Juergen Vigna  <jug@sad.it>
2040
2041         * FormTabular.C (build): make all input field accepted only after
2042         a "RETURN".
2043
2044         * forms/form_tabular.fd: removed default "Return" on Close-Button.
2045
2046 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2047
2048         * FormError.C:
2049         * FormGraphics.C:
2050         * FormInset.C (showInset): change associated with name change
2051         inset::hide to inset::hideDialog.
2052
2053 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2054
2055         * FormCitation.C (build): altering "Text after" now activates the Ok,
2056         Apply buttons.
2057
2058 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2059
2060         * FormCitation.C: lots of white-space changes to make file consistent
2061         with LyX style.
2062         (input): use the FL_OBJECT * parameter to decide what to do, not the
2063         long parameter.
2064
2065         * FormCitation.h: removed most entries in enum.
2066
2067         * forms/form_citation.fd: change names of variables, consistent with
2068         Allan's naming scheme.
2069         Don't pass any particular arguments to the InputCB function.
2070         choice_style now triggers a callback and looks like other choices.
2071
2072 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2073
2074         * other: use compare instead of strcmp/strncmp
2075
2076 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
2077
2078         * ButtonController.[Ch]: changed trigger_change_ vector and associated
2079         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
2080         callback to InputCB() but don't trigger a change in the state of the
2081         Ok, Apply buttons are much rarer than those that do.
2082
2083         * FormCitation.C (build): associated change.
2084
2085 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2086
2087         * ButtonController.C: include algorithm
2088
2089 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2090
2091         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
2092         new methods.
2093         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
2094         the vector of FL_OBJECT *s that can trigger a change in the button state
2095         is not empty, then a change of state will occur only if the FL_OBJECT *
2096         is present in this vector.
2097
2098         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
2099         the user to deactivate specific fields within restore().
2100         (InputCB): pass the FL_OBJECT * to bc_.valid().
2101
2102         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
2103         trigger a change of state in the Ok,Apply buttons.
2104         (update): bc_.readOnly() to the start of the method. Similar reasoning
2105         to that for FormBase::RestoreCB, above.
2106
2107 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2108
2109         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
2110         IgnorantPolicy.
2111
2112         * forms/form_browser.fd:
2113         * forms/form_copyright.fd:
2114         * forms/form_error.fd:
2115         * forms/form_tabular.fd:
2116         * forms/form_toc.fd:
2117         Consistent shortcuts for Close button: Esc and Return only.
2118
2119         * forms/form_citation.fd:
2120         * forms/form_document.fd:
2121         * forms/form_index.fd:
2122         * forms/form_paragraph.fd:
2123         * forms/form_preferences.fd:
2124         * forms/form_print.fd:
2125         * forms/form_ref.fd:
2126         * forms/form_tabular_create.fd:
2127         * forms/form_url.fd:
2128         Consistent shortcut for Cancel button: Esc only.
2129
2130 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2131
2132         * Dialogs.C: new Splash. Include, Bibitem/tex
2133
2134         * FormBase.h: make show() virtual for Splash's benefit
2135
2136         * Makefile.am:
2137         * forms/makefile:
2138         * FormBibitem.C:
2139         * FormBibitem.h:
2140         * FormBibtex.C:
2141         * FormBibtex.h:
2142         * form_bibitem.C:
2143         * form_bibitem.h:
2144         * form_bibtex.C:
2145         * form_bibtex.h:
2146         * forms/form_bibitem.fd:
2147         * forms/form_bibtex.fd:
2148         * FormInclude.C:
2149         * FormInclude.h:
2150         * form_include.C:
2151         * form_include.h:
2152         * forms/form_include.fd:
2153         * FormSplash.C:
2154         * FormSplash.h:
2155         * form_splash.C:
2156         * form_splash.h:
2157         * forms/form_splash.fd: new forms
2158
2159 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2160
2161         * FormLog.C: handle Literate build log nicely
2162
2163 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2164
2165         * Menubar_pimpl.C: remove support for reference menuitem type.
2166
2167 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2168
2169         * Makefile.am:
2170         * Timeout_pimpl.h:
2171         * Timeout_pimpl.C: add Timeout implementation
2172
2173 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2174
2175         * form_browser.h:
2176         * form_browser.C:
2177         * forms/form_browser.fd:
2178         * forms/makefile:
2179         * FormBrowser.C:
2180         * FormBrowser.h: readonly browser form
2181
2182         * FormLog.C:
2183         * FormLog.h:
2184         * FormVCLog.C:
2185         * FormVCLog.h:
2186         * Dialogs.C: add Log and VCLog
2187
2188         * Makefile.am: add Log and VCLog, add updatesrc target
2189
2190 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2191
2192         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
2193
2194 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2195
2196         * FormPreferences.C (GetFrom): fix crash when there is no format
2197         defined. 
2198         (GetTo): ditto.
2199
2200 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
2201
2202         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
2203         unsigned char correctly and so fix 2 bugs loading/changing colors.
2204
2205 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2206
2207         * FormRef.C (update): Do not update dialog_->{ref,name,type}
2208         if inset_ == 0.
2209         Deactivate the type button when buffer is LinuxDoc/Docbook
2210         (build): Uncomment calls to addReadOnly().
2211         (updateBrowser) Do not disable the update button when there are no 
2212         keys.
2213         (build, getType, getName): Use InsetRef::types.
2214
2215 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
2216
2217         * FormPrint.[Ch] (browse): new method to browse for file to print to.
2218
2219         * forms/form_print.fd: give the form a Browse button.
2220
2221 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2222
2223         * FormRef.C (input): Fix the behavior of goto reference button.
2224