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