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