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