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