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