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