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