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