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