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