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