]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
fix crash with "save as"
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * FileDialog.C (save): actually return the result from
4         FileDialog::open 
5
6 2002-11-26  Jürgen Spitzmüller  <juergen.sp@t-online.de>
7
8         * FormTabular.C: correct lots of bugs in the setting/getting of
9         longtable options.
10
11 2002-11-25  Angus Leeming  <leeming@lyx.org>
12
13         * Dialogs_impl.h:
14         * Dialogs2.C: no need to include math sub dialog header files.
15         Use standard MCV implementation of main math panel dialog.
16
17         * FormBaseDeprecated.[Ch]:
18         * FeedbackController.[Ch]: removed.
19
20         * FormBase.[Ch]: Merge the contents of FeedbackController into here
21         also.
22         (FormCB): make the controller methods publicly accessible.
23
24         * forms/form_maths_deco.fd:
25         * forms/form_maths_delim.fd:
26         * forms/form_maths_matrix.fd:
27         * forms/form_maths_panel.fd:
28         * forms/form_maths_space.fd:
29         * forms/form_maths_style.fd: s/Deprecated//
30
31         * FormMathsBitmap.[Ch]:
32         * FormMathsDeco.[Ch]:
33         * FormMathsDelim.[Ch]:
34         * FormMathsMatrix.[Ch]:
35         * FormMathsPanel.[Ch]:
36         * FormMathsSpace.[Ch]:
37         * FormMathsStyle.[Ch]: implement a Controller-View split of the math
38         dialogs.
39
40 2002-11-22  Angus Leeming  <leeming@lyx.org>
41
42         The first step towards a math dialog controller...
43
44         * FormBaseDeprecated.h (hide): make public.
45
46         * FormMathsPanel.[Ch] (class FormMathsPanel):
47         (c-tor, build): no longer create the daughters in the c-tor. Wait
48         until build() is invoked to create and initialise them at the same time.
49         (dispatchFunc): now has an additional string argument, making it a
50         more general wrapper for LyXView::dispatch.
51         (mathDisplay, setActive): removed.
52         (daughters_): store the daughter dialogs in a map, using
53         the FL_OBJECT buttons to identify them.
54         (addDaughter, showDaughter): helper functions.
55
56         * FormMathsPanel.[Ch] (class FormMathsSub):
57         (connect, disconect): removed. No need for the daughters to tell the
58         parent that they're active; the parent knows already.
59         (isVisible): new method; wrapper for form()->visible.
60         no need to make FormMathsPanel a friend.
61
62         * FormMathsDelim.C (apply):
63         * FormMathsMatrix.C (apply):
64         use FormMathPanel::dispatchFunc() rather than LyXView::dispatch().
65
66 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
67
68         * FormGraphics.C (build): use boost::format
69
70         * FeedbackController.C (postMessage): use boost::format
71
72         * ColorHandler.C (getGCForeground): use boost::format
73
74 2002-11-21  Angus Leeming  <leeming@lyx.org>
75
76         * FormDocument.[Ch]:
77         * forms/form_document.fd: controller-view split of doc dialog.
78
79         * Dialogs_impl.h:
80         * Dialogs2.C: changes due to controller-view split of doc dialog.
81
82 2002-11-21  Angus Leeming  <leeming@lyx.org>
83
84         * forms/fdfix.sh: Don't use "if [ $? -ne 0 ]; then..."
85
86         * FormSpellchecker.C (updateState): new method, replacing Black Magic.
87         Should also resolve Darren Freeman's redraw of the status bar problem.
88
89 2002-11-20  Angus Leeming  <leeming@lyx.org>
90
91         * forms/fdfix.sh:
92         * forms/fdfixh.sed: strengthen the sed in the sed script and further
93         beautify the contents of the resultant .h file.
94
95 2002-11-20  Angus Leeming  <leeming@lyx.org>
96
97         * MathsCallbacks.h: removed.
98         * Makefile.am: remove MathsCallbacks.h.
99
100         * FormMathsPanel.C (FormMathsPanel): use vector(begin, end) c-tor
101         rather than our home-grown loops.
102
103         * FormMathsPanel.h:
104         * forms/fdfix.sh: no longer #include "MathsCallbacks.h".
105
106         * FormMathsPanel.C (input):
107         * forms/form_maths_panel.fd: don't pass/use MM_XYZ data.
108
109 2002-11-19  Angus Leeming  <leeming@lyx.org>
110
111         * FormInset.[Ch]: removed; no longer used after John's port of the
112         tabular dialog to MCV.
113
114         * Makefile.am (libxforms_la_SOURCES): remove FormInset.[Ch].
115
116         * FormBase.h (show):
117         * FormExternal.h (apply, build, update, input):
118         * FormSpellchecker.h (apply, build, update, partialUpdate):
119         propogate the virtual keyword.
120
121 2002-11-17  John Levon  <levon@movementarian.org>
122
123         * FileDialog.C: open/save name change
124
125 2002-11-15  John Levon  <levon@movementarian.org>
126
127         * Dialogs2.C:
128         * Dialogs_impl.h:
129         * FormPreferences.h:
130         * FormPreferences.C:
131         * FormTabular.h:
132         * FormTabular.C:
133         * forms/form_preferences.fd:
134         * forms/form_tabular.fd: port tabular and prefs to MVC
135
136         * FormBase.h: make hide() virtual for prefs
137
138 2002-11-08  Angus Leeming  <leeming@lyx.org>
139
140         * xforms_resize.[Ch]: sigh. Hack the "get scaling" part of
141         fl_adjust_form_size out of the xforms source and put it in here as
142         get_scaling_factor. Resizing and then unresizing to get this info
143         produces really nasty results...
144
145         I've put a request into the xforms list.
146
147 2002-11-08  Angus Leeming  <leeming@lyx.org>
148
149         * xforms_resize.[Ch]: replace scale_to_fit_tabs and scale_form with
150         get_scale_to_fit and scale_form_horizontally, respectively. The
151         functions are a total re-write, making use of the xforms library's
152         fl_adjust_form_size routine. We therefore get enormously simplified
153         code and consideration of /all/ button objects, not just those
154         tabs in tabfolders.
155
156         * FormBase.C (prepare_to_show):
157         * FormBaseDeprecated.C (prepare_to_show): use the renamed resize
158         functions to scale the dialog so that labels fit within buttons.
159
160         * FormBase.C (prepare_to_show): remove bc().refresh() call, as this
161         is done by the controller.
162
163 2002-11-07  Angus Leeming  <leeming@lyx.org>
164
165         * forms/fdfixh.sed: generate the d-tors in a clean way.
166         * forms/fdfixc.sed: Go from "fdui->form_xxx" to "fdui->form" in
167         a clean way.
168
169 2002-10-31  Herbert Voss  <voss@perce.de>
170
171         * FormGraphics.C (build, apply): get the rotate-list from the
172         controller
173
174 2002-11-04  Angus Leeming  <leeming@lyx.org>
175
176         * FormGraphics.C (build): Use frnt::getBBUnits().
177
178 2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
179
180         * FormSpellchecker.C (input): fix label of spellchecker progress bar.
181
182 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
183
184         * lyx_gui.C (hexname): STRCONV
185
186         * FormPreferences.C (X11hexname): STRCONV
187
188         * FormMathsMatrix.C (apply): STRCONV
189
190         * FormMathsDelim.C (apply): STRCONV
191
192         * lyx_gui.C (start): adjust signature
193         (start): exchange magic integers for defined values.
194
195 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
196
197         * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
198
199         * FormGraphics.C: use lyx::float_equal.
200
201 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
202
203         * FormParagraph.[Ch]:
204         * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
205         of the code to make it more transparent. Use RadioButtonGroup and
206         CheckedGlueLength for the same reason. Add tooltips.
207
208 2002-10-28  Angus Leeming  <leeming@lyx.org>
209
210         * FeedbackController.C (PrehandlerCB): show tooltips for browser
211         widgets, working-around an xforms bug.
212
213         * FormBibtex.C (build):
214         * FormCitation.C (build):
215         * FormForks.C (build):
216         * FormSpellchecker.C (build):
217         * FormTexinfo.C (build):
218         set the prehandler for the browser widgets so that we can have tooltips.
219
220 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
221
222         * xfont_loader.C (getFontinfo): Cleanup.
223
224 2002-10-26  John Levon  <levon@movementarian.org>
225
226         * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
227
228 2002-10-26  John Levon  <levon@movementarian.org>
229
230         * FormTexinfo.C: using vector
231
232 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
233
234         * xfont_loader.C (getFontinfo): Add xfonts to the font path if
235         necessary.
236
237 2002-10-25  Angus Leeming  <leeming@lyx.org>
238
239         * FormSpellchecker.C (input): fix crash when progress == 0.
240
241 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
242
243         * forms/form_print.fd:
244         * FormPrint.[Ch]: clean-up, reflecting discussion on the list.
245
246         * forms/form_spellchecker.fd:
247         * FormSpellchecker.[Ch]: add tooltips; general clean-up.
248          add word count to dialog and improve progress status;
249          implement single Start/Stop button;
250
251         * FormTabular.C (build): rearrange lines tab by tab.
252         Use getString not fl_get_inout.
253
254         * FormTexinfo.C: replace View-button by catching double click in
255         browser; allow viewing of files, irrespective of full path.
256
257         * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity.
258         * FormWrap.[Ch]: simplification through the use of RadioButtonGroup
259         and CheckedGlueLength. Add tooltips.
260
261 2002-10-24  Angus Leeming  <leeming@lyx.org>
262
263         * FormRef.C (updateBrowser): invoke updateHighlight
264         (updateHighlight): don't select a browser item if there is no
265         reference selected.
266         (apply, input): use getString not fl_get_input.
267
268 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
269
270         * FormExternal.C (apply):
271         (input): fix an off-by-one index (causing a crash)
272
273 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
274
275         * FormGraphics.C: use checkedWidgets to ensure that the lengths and
276         glue lengths are valid. Improve code documentation and layout.
277         InsetGraphicsParams::scale is now a float; modify dialog to suit.
278
279         * FormLog.C (update): more descriptive title and warning messages.
280
281         * FormMathsPanel.C (c-tor): allow dialog to be resized.
282
283         * FormPreamble.C (build): rearrange.
284         (apply): use getString, not fl_get_input.
285
286         * FormSearch.C (build): add tooltips.
287         (input): use getString, not fl_get_input.
288
289         * FormShowFile.C: more descriptive title.
290
291         * forms/form_browser.fd:
292         * forms/form_preamble.fd: reshape.
293
294         * forms/form_graphics.fd: reshape. Remove text_warning widget.
295
296         * forms/form_maths_panel.fd:
297         * forms/form_ref.fd:
298         * forms/form_search.fd: reshape. Fix gravity.
299
300 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
301
302         * FormFloat.C (input): fix the radio buttongroup behaviour.
303
304         * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
305         when adding object to the group.
306
307         * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
308         group.
309
310         * FormDocument.C: remove redundant header files.
311
312 2002-10-24  Angus Leeming  <leeming@lyx.org>
313
314         * Dialogs_impl.h: set the policy of the BibtexDialog to
315         NoRepeatedApplyReadOnlyPolicy.
316
317 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
318
319         * forms/form_float.fd: prettify and implement gravity/resize policy
320         correctly.
321
322         * FormFloat.C: add tooltips, lots of comments and check the
323         input more carefully.
324
325 2002-10-23  Angus Leeming  <leeming@lyx.org>
326
327         * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
328         the input is invalid.
329
330 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
331
332         * FormBibtex.C: remove two redundant header files.
333
334         * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
335
336         * FormDocument.C: disable resizing of the dialog.
337         Remove redundant counter's bounds/step/precision (is set in
338         form_document.fd).
339
340         * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
341         button controller and the checkedGlueLength class to check the validity
342         of any LyXGlueLengths.
343
344         * forms/form_document.fd: prettify.
345
346 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
347
348         * forms/form_bibtex.fd:
349         * forms/form_citation.fd: less bulky with proper gravity/resize policy
350          and many other GUI layout improvements.
351
352         * FormBibtex.C: remove choose button, select directly instead;
353         add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
354
355         * FormCitation.C: (trivial) rearrange lines; remove redundant check
356         button settings (do that in form_citation.fd instead).
357
358 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
359
360         * FeedbackController.C: use the NORMAL rather than the SMALL sized font
361         to display messages in the message_widget.
362
363         * FormGraphics.h: remove un-needed #include.
364
365         * FormPrint.C (build): minimal change due to change in
366         RadioButtonGroup's semantics.
367
368         * RadioButtonGroup.[Ch]: something of a clean-up.
369         (explicit c-tor): removed.
370         (reset): removed.
371         (set): new method, accepting an FL_OBJECT *.
372
373         * xforms_helpers.[Ch] (setEnabled): change lcol setting from
374         FL_BLACK to FL_LCOL.
375         (getString) use line=0 instead of line=-1 as default case;
376
377 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
378
379         * forms/form_aboutlyx.fd: implement the text widgets as browsers
380
381         * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
382
383 2002-10-22  Angus Leeming  <leeming@lyx.org>
384
385         * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
386         order once again.
387         Add checkedwidgets.[Ch].
388
389         * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
390         CheckedGlueLength.
391
392         * xforms_helpers.[Ch] (isActive): new helper function.
393
394 2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
395
396         * xfont_loader.C (doLoad): typo
397
398 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
399
400         * FormVCLog.C (update): modify, use ostringstream
401
402         * FormPreamble.C (apply): modify
403
404         * FormLog.C (update): modify
405
406         * FormAboutlyx.C (build): use ostringstream, modify
407
408 2002-10-21  Angus Leeming  <leeming@lyx.org>
409
410         * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
411         warning.
412
413 2002-10-21  Garst Reese <reese@isn.net>
414
415         * xformsImage.C (getWidth): work-around xforms bug enabling the display
416         of the edges of an image.
417
418 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
419
420         * Tooltips.C (init): pass the /formatted/ string to xforms...
421
422 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
423
424         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
425         function keysym().
426
427         * FormDocument.C (class_apply): setMessage change
428         (apply): ditto
429
430 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
431
432         * Menubar_pimpl.C (create_submenu): do not create a "More..."
433         submenu just for one entry
434
435 2002-10-15  Angus Leeming  <leeming@lyx.org>
436
437         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
438         dispatch on LFUN_MOUSE_MOTION.
439
440 2002-10-15  Angus Leeming  <leeming@lyx.org>
441
442         * FormCitation.C (updateBrowser): deselect the highlighted item when
443         updating the browser.
444
445 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
446
447         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
448
449 2002-10-08  Angus Leeming  <leeming@lyx.org>
450
451         * FeedbackController.C (PrehandlerCB):
452         * combox.C (show): use fl_get_winorigin in preference to
453         fl_get_wingeometry.
454
455 2002-10-14  Angus Leeming  <leeming@lyx.org>
456
457         * Tooltips.h (set) make it private:
458         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
459
460         * FormBase.C (show):
461         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
462
463 2002-10-14  André Pönitz <poenitz@gmx.net>
464
465         * FormDocument.C: somebody else's fix for a hard lockup
466
467 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
468
469         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
470         Lahaye
471
472 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
473
474         * FormRef.C (update): Always list the labels of the current buffer.
475
476 2002-10-07  Angus Leeming  <leeming@lyx.org>
477
478         * FormBase.C (hide):
479         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
480         #ifdef required xforms version.
481
482 2002-10-04  Angus Leeming  <leeming@lyx.org>
483
484         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
485
486         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
487         bare minimum.
488
489         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
490         no longer necessary and are scrapped.
491         (show): use the same, minimal fix as in PrehandlerCB to ensure that
492         the form's x,y coords are up to date. In truth, this fix should be
493         redundant, but not all "enter" events are caught by the prehandler.
494
495         * FormDocument.C (build):
496         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
497         combox c-tor.
498
499 2002-10-03  Angus Leeming  <leeming@lyx.org>
500
501         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
502         folder->y coords of a tabfolder when the mouse enters the folder.
503         This works around an xforms bug that manifests itslf as tooltips
504         appearing in their original position after the dialog has been
505         moved aside.
506
507         * FormAboutlyx.C (build):
508         * FormDocument.C (build):
509         * FormGraphics.C (build):
510         * FormPreferences.C (build):
511         * FormTabular.C (build): set the prehandler for tabfolders.
512
513         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
514         to ensure that the tabfolder prehandler is called.
515
516 2002-10-03  Angus Leeming  <leeming@lyx.org>
517
518         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
519         decimal not a hexadecimal.
520
521         * FormBase.C (hide):
522         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
523         with the dialog.
524
525 2002-09-30  Angus Leeming  <leeming@lyx.org>
526
527         * FormBase.[Ch]:
528         * FormBaseDeprecated.[Ch]:
529         (icon_pixmap_, icon_mask_) new member variables.
530         (prepare_to_show) new method, containing initialisation code invoked
531         the first time show() is called.
532         (d-tor) destroy icon_pixmap_, if it exists.
533         (show) ensure that the icon pixmap is generated only once.
534
535         * XFormsView.[Ch]:
536         (icon_pixmap_, icon_mask_) new member variables.
537         (d-tor) destroy icon_pixmap_, if it exists.
538         (create_form_form_main) assign the generated pixmap to the new
539         icon_pixmap_ member variable.
540
541 2002-09-26  Angus Leeming  <leeming@lyx.org>
542
543         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
544
545 2002-09-25  Angus Leeming  <leeming@lyx.org>
546
547         * Dialogs2.C:
548         * Dialogs_impl.h:
549         * FormWrap.h:
550         * LyXKeySymFactory.C:
551         * LyXScreenFactory.C:
552         * Menubar_pimpl.[Ch]:
553         * Toolbar_pimpl.[Ch]:
554         * WorkAreaFactory.C:
555         * lyx_gui.C: doxygen fixes.
556
557 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
558
559         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
560         The possible placements are default/outer/left/right.
561
562 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
563
564         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
565
566 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
567
568         * forms/form_maths_space.fd
569         * FormMathSpaces: remove access to internal macros \lyx*space
570
571 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
572
573         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
574         combox, make sure the corresponding shortcut is shown in
575         minibuffer
576
577 2002-09-16  John Levon  <levon@movementarian.org>
578
579         * forms/form_character.fd: Escape to cancel
580
581 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
582
583         * forms/form_graphics.fd:
584         * forms/form_print.fd: minor polishing of layout
585
586 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
587
588         * FormGraphics.C: improve tooltips text
589
590         * forms/form_graphics.fd: cosmetic change in file tab
591
592 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
593
594         * FormTexinfo.C:
595         * forms/form_filedialog.fd:
596         * forms/form_texinfo.fd: less bulky xforms dialogs.
597
598 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
599
600         * FormPrint.[Ch]:
601         * forms/form_print.fd: new xforms print dialog layout
602
603 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
604
605         * FormGraphics.C: use "Default" as first item in Origin of rotation
606
607         * forms/form_graphics.fd: improved layout
608
609 2002-09-11  Angus Leeming  <leeming@lyx.org>
610
611         * FormInclude.C (update): remove lyxerr call.
612
613 2002-09-09  John Levon  <levon@movementarian.org>
614
615         * FormInclude.C:
616         * forms/form_include.fd: reorder, remove noload
617
618 2002-09-09  John Levon  <levon@movementarian.org>
619
620         * FormMathDeco.C: move latex_deco into ControlMath
621
622 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
623
624         * FormBase.C:
625         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
626         set minimized title (without "LyX: ") and its icon.
627
628         * FormSpellchecker.C:
629         * FormSearch.C:
630         * FormThesaurus.C: remove "LyX: " from dialog window title.
631
632         * FormRef.[Ch]: add proper switch for "Go to" button.
633
634         * FormBibitem.C:
635         * forms/form_bibitem.fd:
636         * FormCitation.C:
637         * forms/form_citation.fd:
638         * FormRef.C:
639         * forms/form_ref.fd:
640         * FormSpellchecker.[Ch]:
641         * forms/form_spellchecker.fd:
642         * forms/form_toc.fd:
643         * forms/form_url.fd: less bulky dialogs; use proper gravity and
644         resize policy; add few tooltips.
645
646 2002-09-06  Alain Castera  <castera@in2p3.fr>
647
648         * FormTabular.C: leave the horizontal alignment buttons alive
649           on fixed width columns
650
651 2002-09-05  Angus Leeming  <leeming@lyx.org>
652
653         * all files: modify the headers as discussed on the list.
654
655 2002-08-30  John Levon  <levon@movementarian.org>
656
657         * MathsCallbacks.h:
658         * forms/fdfix.sh: fix build from last change
659
660 2002-08-30  John Levon  <levon@movementarian.org>
661
662         * MathsSymbols.h:
663         * MathsSymbols.C:
664         * FormMathsPanel.h:
665         * FormMathsPanel.C: remove MathsSymbols to controllers/
666
667 2002-08-29  John Levon  <levon@movementarian.org>
668
669         * MathsSymbols.h:
670         * MathsSymbols.C:
671         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
672
673 2002-08-29  John Levon  <levon@movementarian.org>
674
675         * MathsSymbols.C: implement splitting for AMS. nrel
676           is broken
677
678 2002-08-29  John Levon  <levon@movementarian.org>
679
680         * MathsSymbols.C: fix two crash bugs
681
682 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
683
684         * forms/form_graphics.fd:
685         * FormGraphics.C: re-implement the use of text_warning box.
686
687         * forms/form_preferences.fd:
688         * FormPreferences.C: use displayTranslator, change display mode
689         from four radio buttons into one choice button.
690
691         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
692
693 2002-08-24  John Levon  <levon@movementarian.org>
694
695         * xformsImage.C: fix build, add FIXME for Rob
696
697 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
698
699         * FormGraphics.[Ch]:
700         * forms/form_graphics.fd: Implement new graphics dialog
701
702         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
703         instead of "mono|gray|no".
704
705 2002-08-22  John Levon  <levon@movementarian.org>
706
707         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
708
709 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
710
711         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
712         for support/smart_ptr.h, change use of smart ptr to boost version
713
714         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
715         is a smart_ptr)
716         (build): use nifty 3rd arg of smart_ptr
717         (addBitmap): ditto
718
719 2002-08-20  John Levon  <levon@movementarian.org>
720
721         * lyx_gui.C: estimate default DPI
722
723 2002-08-16  Angus Leeming  <leeming@lyx.org>
724
725         * Dialogs.C:
726         * Dialogs2.C:
727         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
728
729         * Dialogs3.C: removed.
730
731 2002-08-16  Angus Leeming  <leeming@lyx.org>
732
733         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
734         time, old boy.
735
736 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
737
738         * FormRef.C (update): Synchronise the buffer choice and the list of
739         labels if the dialog is re-opened.
740
741 2002-08-15  Angus Leeming  <leeming@lyx.org>
742
743         * Dialogs.C:
744         * Dialogs2.C:
745         * Dialogs3.C:
746         * Dialogs_impl.h: the brave new world of Dialog creation.
747
748         * FormBaseDeprecated.C:
749         * FormFiledialog.C:
750         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
751
752         * guiapi.C: discard.
753
754         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
755         remove guiapi.C.
756
757 2002-08-15  Angus Leeming  <leeming@lyx.org>
758
759         * lots: changed my email address to leeming@lyx.org.
760
761         * FormBaseDeprecated.[Ch]: return it to private derivation from
762         boost::noncopyable.
763
764         * FormBaseDeprecated.[Ch]:
765         * FormDocument.[Ch]:
766         * FormInset.[Ch]:
767         * FormMaths*.[Ch]:
768         * FormPreferences.[Ch]:
769         * FormTabular.[Ch]:
770         pass and store references to LyXView and Dialogs, not pointers.
771
772         * FormInset.[Ch]: remove class FormCommand.
773
774 2002-08-14  Angus Leeming  <leeming@lyx.org>
775
776         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
777
778         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
779
780 2002-08-14  Angus Leeming  <leeming@lyx.org>
781
782         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
783         derives directly from boost::noncopyable.
784         (show): made public.
785
786         * FeedbackController.h: rearrange #includes.
787
788         * FormDocument.C:
789         * FormMathsDeco.C:
790         * FormMathsDelim.C:
791         * FormMathsMatrix.C:
792         * FormMathsPanel.C:
793         * FormTabular.C: remove #include "Dialogs.h"
794
795         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
796
797         * FormPreferences.C: rearrange #includes.
798
799         * FormTabular.h (showInset, updateInset): make public.
800
801         * FormDocument.C (build): enable the bmtable to find the right file!
802
803         * guiapi.C (gui_ShowInfo): removed.
804
805 2002-08-13  André Poenitz  <poenitz@gmx.net>
806
807         * Toolbar_pimpl.C: small cleanup
808
809 2002-08-13  Angus Leeming  <leeming@lyx.org>
810
811         * FileDialog.C:
812         * FormMathsDelim.C:
813         * FormMathsMatrix.C:
814         * FormMathsPanel.C:
815         * FormPreferences.C:
816         * Menubar_pimpl.C:
817         * Toolbar_pimpl.C:
818         * XFormsView.C:
819         * lyx_gui.C:
820         changes due to the changed LyXView interface that now returns references
821         to member variables not pointers.
822
823 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
824
825         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
826         entries.
827
828 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
829
830         * FormDocument.C (saveParamsAsDefault): use proper constructment
831
832 2002-08-12  Angus Leeming  <leeming@lyx.org>
833
834         * FormCitation.C:
835         * FromRef.C: change due to change of ControlConnections method name,
836         isReadonly() -> bufferIsReadonly().
837
838         * FormIndex.C:
839         * FormPrint.C: no longer #include "frontends/LyXView.h".
840
841 2002-08-12  Angus Leeming  <leeming@lyx.org>
842
843         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
844         the Dialogs::toggleTooltips signal.
845
846         * FormAboutlyx.[Ch]:
847         * FormBibitem.[Ch]:
848         * FormBibtex.[Ch]:
849         * FormBrowser.[Ch]:
850         * FormCharacter.[Ch]:
851         * FormCitation.[Ch]:
852         * FormERT.[Ch]:
853         * FormError.[Ch]:
854         * FormExternal.[Ch]:
855         * FormFloat.[Ch]:
856         * FormForks.[Ch]:
857         * FormGraphics.[Ch]:
858         * FormInclude.[Ch]:
859         * FormIndex.[Ch]:
860         * FormLog.[Ch]:
861         * FormMinipage.[Ch]:
862         * FormParagraph.[Ch]:
863         * FormPreamble.[Ch]:
864         * FormPrint.[Ch]:
865         * FormRef.[Ch]:
866         * FormSearch.[Ch]:
867         * FormSendto.[Ch]:
868         * FormShowFile.[Ch]:
869         * FormSpellchecker.[Ch]:
870         * FormTabularCreate.[Ch]:
871         * FormTexinfo.[Ch]:
872         * FormThesaurus.[Ch]:
873         * FormToc.[Ch]:
874         * FormURL.[Ch]:
875         * FormVCLog.[Ch]:
876         No longer pass Controller or Dialogs to the c-tor.
877         No longer forward-declare Dialogs.
878
879         * FormBase.[Ch]: derives from ViewBase directly.
880         No longer passed ControlButtons & or Dialogs &.
881         (bc): new method, enabling the daughter classes to access the
882         ButtonController.
883         (C_FormBaseApplyCB):
884         (C_FormBaseOKCB):
885         (C_FormBaseCancelCB):
886         (C_FormBaseRestoreCB):
887         (C_WMHideCB): changes due to a change in the ViewBase class.
888
889         * Toolbar_pimpl.[Ch] (c-tor):
890         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
891
892         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
893
894         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
895         Dialogs & to the Toolbar.
896
897         * guiapi.C: access the controller methods by explicit invocation of the
898         controller.
899
900 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
901
902         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
903         (class_apply): ditto
904
905 2002-08-08  John Levon  <levon@movementarian.org>
906
907         * Menubar_pimpl.C:
908         * Toolbar_pimpl.C: lyxaction cleanup
909
910 2002-08-08  John Levon  <levon@movementarian.org>
911
912         * forms/form_thesaurus.fd: allow Esc to close dialog
913
914 2002-08-02  Angus Leeming  <leeming@lyx.org>
915
916         * FormInclude.C:
917         * forms/form_include.fd: added a check_preview button and controlling
918         logic. The user can now choose to preview a \input-ed file.
919
920 2002-08-02  Angus Leeming  <leeming@lyx.org>
921
922         * FormTabular.C (input):
923         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
924         returning a boost::shared_ptr.
925
926 2002-08-01  John Levon  <levon@movementarian.org>
927
928         * FormDocument.C: writeFile() change
929
930 2002-08-01  John Levon  <levon@movementarian.org>
931
932         * FormPreferences.h:
933         * FormPreferences.C:
934         * guiapi.C:
935         * forms/form_spellchecker.fd: remove options from spellchecker
936
937 2002-07-30  John Levon  <levon@movementarian.org>
938
939         * lyx_gui.C: implement remove_read_callback()
940
941 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
942
943         * XWorkArea.C (work_area_handler): change type of
944         scrollbar_value_old to double
945
946 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
947
948         * several files: strip,frontStrip -> trim,ltrim,rtrim
949
950 2002-07-25  John Levon  <levon@movementarian.org>
951
952         * lyx_gui.C:
953         * XWorkArea.C: using dec
954
955 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
956
957         * FormFloat.C: Fixed and better GUI-logic
958
959 2002-07-25  André Pönitz <poenitz@gmx.net>
960
961         * lyx_gui.C:
962         * XWorkArea.C: add 'dec' to switch back to decimal output
963
964 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
965
966         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
967         (create_submenu): add parameter ``all_disabled'' which will be
968         false only if the menu contains at least one working item. Disable
969         submenus who have all_disabled true. What I could not do, though
970         is disable menubar items when all the menu is disabled (because I
971         know about it only when I try to open this menu)
972
973 2002-07-25  Herbert Voss  <voss@perce.de>
974
975         * FormBibtex.C (update): clear browser first
976
977 2002-07-25  Juergen Vigna  <jug@sad.it>
978
979         * XWorkArea.C (work_area_handler): set y_old and x_old to some
980         values in the MOUSE or DRAG even.
981
982 2002-07-25  John Levon  <levon@movementarian.org>
983
984         * forms/form_float.fd: "Span columns"
985
986 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
987
988         * FormFloat.C:
989         * forms/form_float.fd: Implement default placement checkbox;
990         some minor tweaks
991
992 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
993
994         * Menubar_pimpl.C (create_submenu): add the code for splitting too
995         long menus here. Remove call to add_toc.
996
997         * Menubar_pimpl.C (add_toc):
998         (add_toc2): remove. This code is now in MenuBackend; now, all the
999         frontend has to do is to support the item kinds Command, Submenu
1000         and Separator. The rest is done transparently.
1001
1002 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1003
1004         * FormFloat.C:
1005         * forms/form_float.fd: Implement Wide Float toggle and !-option;
1006         disable h and b with wide floats
1007
1008 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1009
1010         * Menubar_pimpl.C (create_submenu): updates due to changes in
1011         menubackend.
1012
1013 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1014
1015         * XMiniBuffer.h: add connection objects, and use them
1016         * XMiniBuffer.C (XMiniBuffer): here and
1017         (dd_init): here
1018
1019         * XFormsView.h: add connection objects, use them
1020         * XFormsView.C (XFormsView): here
1021
1022 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1023
1024         * XFormsView.C: don't call toolbar_->set()
1025
1026         * Toolbar_pimpl.h:
1027         * Toolbar_pimpl.C: rationalise code, remove half-working
1028           update stuff into simple add()
1029
1030 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1031
1032         * lyx_gui.C: add lyx_gui::exit()
1033
1034 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1035
1036         * Toolbar_pimpl.h:
1037         * Toolbar_pimpl.C: remove ->push()
1038
1039 2002-07-22  Herbert Voss  <voss@lyx.org>
1040
1041         * FormGraphics.C: add tooltips, changesize_type to size_kind.
1042         some rearrangements to the code
1043
1044 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1045
1046         * FormToc.C: std:: fix
1047
1048 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1049
1050         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
1051
1052         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
1053         and "commandtags.h"
1054
1055         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
1056
1057         * FormSendto.C:
1058         * FormParagraph.C:
1059         * FormMinipage.C:
1060         * FormGraphics.C:
1061         * FormForks.C:
1062         * FormCitation.C:
1063         * DropDown.C: update to use new getString and getVector
1064
1065         * xforms_helpers.[Ch]: replace getVectorFromChoice and
1066         getVectorFromBrowser by getVector; replace getStringFromInput,
1067         getStringFromBrowser and getSelectedStringFromBrowser with
1068         getString, which works with input, choice and browser objects
1069
1070         * Menubar_pimpl.C:
1071         * FormToc.C: update to use new toc.[Ch]
1072
1073 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1074
1075         * XFormsView.C: move autosave timer to LyXView.C
1076
1077 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1078
1079         * Menubar_pimpl.[Ch]: remove support for multiple menubars
1080
1081 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1082
1083         * XMiniBuffer.h:
1084         * XMiniBuffer.C: cleanup, make start/end history work as before
1085
1086 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1087
1088         * FormMathsDelim.C:
1089         * FormMathsMatrix.C: fix dispatch calls nicely
1090
1091 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1092
1093         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
1094         open
1095
1096         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
1097
1098 2002-04-28  Herbert Voss  <voss@perce.de>
1099
1100         * FormGraphics.C:
1101         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
1102
1103 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1104
1105         * DropDown.h:
1106         * DropDown.C: remove unneeded LyXView *
1107
1108         * XFormsView.h:
1109         * XFormsView.C: changes for minibuffer rework
1110
1111         * XMiniBuffer.h:
1112         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
1113           old code to here
1114
1115         * lyx_gui.C: add FIXME
1116
1117 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1118
1119         * FormMathsDelim.C:
1120         * FormMathsMatrix.C: fix dispatch calls
1121
1122 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
1123
1124         * Menubar_pimpl.C:
1125         * Toolbar_pimpl.C:
1126         * lyx_gui.C:
1127         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
1128
1129         * xfont_loader.C: remove call to messagePush(),Pop()
1130
1131 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
1132
1133         * FormFiledialog.C: Add missing #include
1134
1135 2002-07-17  Angus Leeming  <leeming@lyx.org>
1136
1137         * xformsImage.C (init_graphics): disable direct loading of PostScript
1138         files. It's more effort than it's worth.
1139
1140 2002-07-17  André Pönitz <poenitz@gmx.net>
1141
1142         * FormPreferences.C: add help for $$s feature, lots of stupid "code
1143          beautifying"
1144
1145 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1146
1147         * FormPreferences.C:
1148         * forms/form_preferences.fd: remove 2nd exit confirmation
1149
1150 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1151
1152         * XFormsView.h:
1153         * XFormsView.C: hook up view_state_changed
1154
1155 2002-07-16  Angus Leeming  <leeming@lyx.org>
1156
1157         * XPainter.C: add some #ifdef ugliness to enable the home grown image
1158         loader to work too.
1159
1160 2002-07-16  André Pönitz <poenitz@gmx.net>
1161
1162         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
1163
1164 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
1165
1166         * xformsImage.h:
1167         * xformsImage.C: add isDrawable()
1168
1169         * XPainter.C: use static cast to xformsImage
1170
1171 2002-07-14  Angus Leeming  <leeming@lyx.org>
1172
1173         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
1174
1175 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1176
1177         * lyx_gui.C: add set_read_callback()
1178
1179 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1180
1181         * lyx_gui.C: move init_graphics() into setup
1182
1183 2002-07-12  Angus Leeming  <leeming@lyx.org>
1184
1185         * xformsImage.C (width): apply fudge irrespective of library version.
1186
1187 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1188
1189         * Toolbar_pimpl.h:
1190         * Toolbar_pimpl.C: remove unused (de)activate()
1191
1192 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1193
1194         * lyx_gui.C: implement update_fonts(), font_available()
1195
1196 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1197
1198         * lyx_gui.C: add update_color()
1199
1200 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
1201
1202         * FormPreferences.C:
1203         * forms/form_preferences.fd: remove file->new asks for name
1204
1205 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
1206
1207         * XWorkArea.h:
1208         * XWorkArea.C: do a copy area on redraw when no geometry change
1209
1210 2002-07-11  Herbert Voss  <voss@perce.de>
1211
1212         * FormGraphics.C (input): test also the height for %-value, when
1213         importing the latex-value into the lyx-view
1214
1215 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
1216
1217         * XMiniBuffer.C (peek_event):
1218         * combox.C (peek_event):
1219         * DropDown.C (peek): support keypad keys
1220
1221 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
1222
1223         * xscreen.C: add const
1224
1225 2002-07-09  Angus Leeming  <leeming@lyx.org>
1226
1227         * xformsImage.C (scale): use boost::tie.
1228         (width): fudge to fix bug in image width for xforms <= 0.89.6.
1229
1230 2002-07-08  Angus Leeming  <leeming@lyx.org>
1231
1232         * forms/fdfix.sh: whitespace.
1233
1234 2002-07-05  Angus Leeming  <leeming@lyx.org>
1235
1236         * lyx_gui.C (hexname): new function.
1237
1238 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1239
1240         * lyx_gui.C (init_graphics): boost::function assign, not
1241         boost::signal connect.
1242
1243         * combox.C (Combox): what remove does is now done implicitly from
1244         XFormsView destructor.
1245
1246         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
1247
1248         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
1249
1250         * XFormsView.C (XFormsView): hide and free form_
1251         (getForm): raw pointer return
1252         (create_form_form_main): raw pointer set
1253
1254         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
1255         implicitly from XFormsView destructor.
1256
1257 2002-07-04  André Pönitz <poenitz@gmx.net>
1258
1259         * FormInset.[Ch]: reduce #include depencies
1260
1261         * guiapi.C: suppress compiler warning
1262
1263 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1264
1265         * FormInclude.C: Comment out unneeded and wrong update mechanism
1266         (related to bug #459)
1267         *forms/form_include.fd: define missing callbacks (bug #459)
1268
1269 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
1270
1271         * FormDocument.C (build): add pt154 encoding
1272
1273 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1274
1275         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
1276
1277 2002-07-01  Angus Leeming  <leeming@lyx.org>
1278
1279         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
1280
1281 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
1282
1283         * forms/fdfix.sh: fix compilation failure on WinXP.
1284
1285 2002-06-28  Angus Leeming  <leeming@lyx.org>
1286
1287         * XPainter.[Ch]: changes associated with the name change
1288         grfx::GImage -> grfx::Image.
1289
1290         * xformsGImage.[Ch]: deleted.
1291         * xformsImage.[Ch]: new files, reflecting changed class name.
1292
1293         * Makefile.am:
1294         * lyx_gui.C: associated changes.
1295
1296 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1297
1298         * FormPreferences.C
1299         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
1300
1301 2002-06-26  Angus Leeming  <leeming@lyx.org>
1302
1303         * xformsGImage.C (load, setPixmap): changes aassociated with moving
1304         grfx::DisplayType out of grfx::GParams.
1305
1306 2002-06-25  Angus Leeming  <leeming@lyx.org>
1307
1308         * FormPreferences.C (LnFmisc::apply): Comment out the call to
1309         grfx::GCache::changeDisplay. The method no longer exists now that the
1310         pixmap generation part of the graphics loader has been moved into
1311         InsetGraphics.
1312
1313 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1314
1315         * Toolbar_pimpl.C: layout as layout
1316
1317 2002-06-21  Angus Leeming  <leeming@lyx.org>
1318
1319         * xscreen.C: add a using std::endl directive.
1320
1321 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1322
1323         * FormPreferences.h:
1324         * FormPreferences.C:
1325         * forms/form_preferences.fd: remove show_banner, display_shortcuts
1326
1327 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1328
1329         * XWorkArea.h:
1330         * XWorkArea.C: remove splash, should be handled in
1331           LyXScreen::greyOut()
1332
1333 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1334
1335         * forms/form_texinfo.fd: "Update List" not "Rescan"
1336
1337 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1338
1339         * guiapi.C: createIndex() changed
1340
1341 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1342
1343         * FormBibtex.C: use new lyx::eliminate_duplicates
1344
1345 2002-06-20 Herbert Voss  <voss@perce.de>
1346
1347         * FormBibtex.C:
1348         * forms/form_bibtex.fd: give better support for choosing the
1349         bibstyle (new browserfield with the available bibstyles).
1350         move some code of ControlTexinfo into a helper
1351         file support/tex-helpers to use some of the functions
1352
1353 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1354
1355         * XWorkArea.h:
1356         * XWorkArea.C: remove unused code, name change
1357
1358 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1359
1360         * XLyXKeySym.h:
1361         * XLyXKeySym.C: whitespace
1362
1363 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1364
1365         * XWorkArea.h: remove focus stuff, greyOut()
1366
1367 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1368
1369         * XWorkArea.C: remove focus/unfocus events
1370
1371 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1372
1373         * XWorkArea.h: remove unused methods
1374
1375 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
1376
1377         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
1378           Cleaner, smaller.
1379
1380 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1381
1382         * XWorkArea.h: remove unused width()
1383
1384 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1385
1386         * guiapi.C: fix compile with libAiksaurus
1387
1388 2002-06-17  Herbert Voss  <voss@perce.de>
1389
1390         * forms/.cvsignore: ignore the *.lo files
1391
1392 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1393
1394         * FormSearch.h:
1395         * FormSearch.C: focus and select search string on open (bug #77)
1396
1397 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1398
1399         * changes to let the function setup happen in frontends
1400
1401         * guiapi.C: new file
1402
1403 2002-06-16    <alstrup@diku.dk>
1404
1405         * xscreen.C (draw): After drawing, we wait for X with XSync..
1406
1407         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
1408
1409         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
1410
1411         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
1412
1413         * WorkAreaFactory.C: New file for GUII WorkArea.
1414
1415         * LyXScreenFactory.C: WorkArea GUIIized.
1416
1417 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
1418
1419         * LyXKeySymFactory.C: Added XForms implementation.
1420
1421         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
1422         stuff.
1423
1424         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
1425
1426 2002-06-14  Lyx Development team  <lyx@electronia>
1427
1428         * LyXScreenFactory.C: Implementation for XForms.
1429
1430         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
1431         called XScreen (surprise!).
1432
1433 2002-06-14  Angus Leeming  <leeming@lyx.org>
1434
1435         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
1436
1437         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
1438         if not, exit gracefully.
1439         Test whether the newly generated .h file is different from the existing
1440         one and if not discard it to prevent unnecessary recompilation in the
1441         xforms directory.
1442
1443 2002-06-14  Angus Leeming  <leeming@lyx.org>
1444
1445         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
1446         "this", ro we'll get a crash following FormBaseDeprecated's
1447         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
1448
1449         This is the only form in which all the folders are not built in the
1450         parent class direct, so this is the only one that should suffer from
1451         this bug.
1452
1453 2002-06-12  Angus Leeming  <leeming@lyx.org>
1454
1455         * form_*.[Ch]: removed from the repository.
1456         * forms/Makefile.am:
1457         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
1458
1459         * forms/form_*.fd: use a consistent naming convention for the fdesign
1460         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
1461         struct FD_aboutlyx;
1462         struct FD_aboutlyx_version;
1463         struct FD_aboutlyx_credits;
1464         struct FD_aboutlyx_license;
1465
1466         * forms/fdfix[ch].sed: no longer write the build routines for the
1467         fdesign generated FD_xyz structs as member methods of the controlling
1468         FormXyz class. It's unnecessary and needs patch files in addition to
1469         the sed magic to work properly. Thus, the structs above are now
1470         generated by routines
1471         FD_aboutlyx * build_aboutlyx(void *);
1472         FD_aboutlyx_version * build_aboutlyx_version(void *);
1473         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
1474         FD_aboutlyx_license * build_aboutlyx_license(void *);
1475
1476         * forms/README: document all the above.
1477
1478         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
1479
1480         * forms_gettext.[Ch]: new files containing only the scex, idex functions
1481         stored previously in xforms_helpers.[Ch].
1482
1483         * xforms_helpers.[Ch]: removed scex, idex functions.
1484
1485         * Most other files: minor changes associated with the above.
1486
1487 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1488
1489         * XWorkArea.h:
1490         * XWorkArea.C: move scrolling logic into here
1491
1492         * ColorHandler.h:
1493         * ColorHandler.C:
1494         * XPainter.h:
1495         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
1496         s/Painter/XPainter/
1497
1498 2002-06-12  Angus Leeming  <leeming@lyx.org>
1499
1500         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
1501
1502 2002-06-12  Angus Leeming  <leeming@lyx.org>
1503
1504         * FormParagraph.C: include ParagraphParameters.h now that
1505         ParagraphParameters is forward declared in ControlParagraph.h.
1506
1507 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
1508
1509         * FormMathsDelim.C: fix delimiter pre-display rendering
1510           mess-up bug (354)
1511
1512 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1513
1514         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
1515
1516 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1517
1518         * XFormsView.h:
1519         * XFormsView.C: move init() back to LyXView
1520
1521 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1522
1523         * GUIRunTime.C: remove in favour of ...
1524
1525         * Makefile.am:
1526         * lyx_gui.C: ... GUI startup namespace
1527
1528         * XFormsView.h:
1529         * XFormsView.C: change show() prototype
1530
1531         * XPainter.C:
1532         * xfont_loader.C: don't use GUIRunTime any more
1533
1534 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1535
1536         * ColorHandler.C:
1537         * FontInfo.h:
1538         * FormBase.C:
1539         * FormBaseDeprecated.C:
1540         * MathsSymbols.C:
1541         * Menubar_pimpl.C: minor cleanups
1542
1543 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1544
1545         * xformsGImage.C:
1546         * FontInfo.h:
1547         * FontInfo.C: some cleanup
1548
1549         * XWorkArea.C:
1550         * XFormsView.h:
1551         * XFormsView.C: some minor cleanup, use of
1552           scoped_ptr
1553
1554         * xfont_loader.h:
1555         * xfont_loader.C: rename
1556
1557 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1558
1559         * XWorkArea.h:
1560         * XWorkArea.C: use workHeight(), remove enter/leaveView
1561
1562 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1563
1564         * XWorkArea.h:
1565         * XWorkArea.C: remove belowMouse() and active()
1566
1567 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1568
1569         * xfont_metrics.h:
1570         * xfont_metrics.C:
1571         * XPainter.C: X-specific metrics stuff moved into xforms/ only
1572
1573 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1574
1575         * FormParagraph.[Ch]: moved to mvc
1576         * form_paragraph.[Ch]: idem
1577         * forms/form_paragraph.fd: idem
1578         * Dialogs.C: idem
1579
1580 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1581
1582         * GUIRunTime.C (initialiseGraphics): condition the choice of
1583         loader on USE_XFORMS_IMAGE_LOADER
1584
1585         * xformsGImage.C (init_graphics): do not initialize jpeg support
1586         if not available
1587
1588 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1589
1590         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
1591
1592 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1593
1594         * FormMathsPanel.C: do not include ButtonController.tmpl
1595         * FormPreferences.C: ditto
1596         * xformsBC.C: ditto
1597
1598         * FormBase.h (controller): remove ViewBase:: prefix
1599
1600 2002-06-07  Angus Leeming  <leeming@lyx.org>
1601
1602         Fixes needed to compile with Compaq cxx 6.5.
1603         * ColorHandler.C:
1604         * DropDown.C:
1605         * FormThesaurus.C:
1606         all c-library variables have been moved into namespace std.
1607         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1608
1609         * XFormsView.C: add a using std::abs directive.
1610
1611         * FormBase.h (FormCB::controller): I have had to prefix base class
1612         methods with Base:: Wierd!
1613
1614 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
1615
1616         * xformsGImage.h: an xforms build fix
1617
1618 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
1619
1620         * Tooltips.C: fix some sigc++ -> boost errors.
1621
1622 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
1623
1624         * GUIRunTime.C:
1625         * XFormsView.C:
1626         * XWorkArea.C:
1627         * xforms_resize.C:
1628         * xformsGImage.h: fixes for xforms 1.0 version
1629           checking
1630
1631 2002-05-10  Herbert Voss  <voss@perce.de>
1632
1633         * FormInclude.C (input, update): disable load-button when
1634         "use verbatim" is enabled
1635
1636 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1637
1638         * FileDialog.C (FileDialog): fix () bug when using new
1639         * xformsGImage.C (newImage): ditto
1640         * Toolbar_pimpl.C (Pimpl): ditto
1641         * xfont_loader.C (getFontinfo): ditto
1642
1643 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1644
1645         * switch from SigC signals to boost::signals.
1646
1647         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
1648
1649 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1650
1651         * FormDocument.C (input): set preamble too when saving default
1652         template.
1653
1654 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1655
1656         * Makefile.am:
1657         * XWorkArea.h:
1658         * XWorkArea.C: moved here
1659
1660 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1661
1662         * ColorHandler.h:
1663         * ColorHandler.C:
1664         * FontInfo.h:
1665         * FontInfo.C: moved here
1666
1667         * xfont_loader.h:
1668         * xfont_loader.C: moved here
1669
1670         * Makefile.am:
1671         * xfont_metrics.C: changes from above
1672
1673 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1674
1675         * Makefile.am:
1676         * XPainter.C:
1677         * xfont_metrics.h:
1678         * xfont_metrics.C: moved font metrics code
1679
1680 2002-05-24  Juergen Vigna  <jug@sad.it>
1681
1682         * FormMathsBitmap.C: include local includes first (selfcontainment)
1683         * FormMathsBitmap.h: include LString.h first.
1684
1685 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1686
1687         * XFormsView.C:
1688         * lyxlookup.h:
1689         * lyxlookup.C:
1690         * Makefile.am: move here
1691
1692 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1693
1694         * DropDown.h:
1695         * FileDialog.C:
1696         * FormBaseDeprecated.C:
1697         * FormDocument.C:
1698         * FormIndex.C:
1699         * FormInset.C:
1700         * FormMathsBitmap.C:
1701         * FormMathsDelim.C:
1702         * FormMathsMatrix.C:
1703         * FormMathsPanel.C:
1704         * FormParagraph.C:
1705         * FormPreferences.C:
1706         * FormPrint.C:
1707         * FormTabular.C:
1708         * Makefile.am:
1709         * XFormsView.h:
1710         * XFormsView.C: LyXView is now in frontends/,
1711         XFormsView moved to here
1712
1713 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1714
1715         * Makefile.am:
1716         * XPainter.h:
1717         * XPainter.C: move Painter here
1718
1719 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1720
1721         * Menubar_pimpl.C: add scoped_ptr.hpp
1722
1723         * FormPrint.h: remove smart_ptr.hpp
1724
1725         * FormBase.h: use more specific smart_ptr header
1726         * FormCharacter.h: ditto
1727         * FormMathsStyle.h: ditto
1728         * FormAboutlyx.h: ditto
1729         * Menubar_pimpl.h: ditto
1730         * FormTabular.h: ditto
1731         * FormPreferences.h: ditto
1732         * FormParagraph.h: ditto
1733         * FormMathsSpace.h: ditto
1734         * FormMathsPanel.h: ditto
1735         * FormMathsMatrix.h: ditto
1736         * FormMathsDelim.h: ditto
1737         * FormMathsDeco.h: ditto
1738         * FormGraphics.h: ditto
1739         * FormDocument.h: ditto
1740
1741 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1742
1743         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
1744           (bug 406) (from Angus)
1745
1746 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1747
1748         * FormDocument.C (language_apply): Fix language changing.
1749
1750 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1751
1752         * Tooltips.C: enable tooltips by default.
1753
1754 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1755
1756         * xforms_resize.h: improve the doc++ comments.
1757
1758         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
1759         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
1760         providing this info "somehow".
1761         Constify a few variables.
1762         whitespace changes.
1763
1764 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
1765
1766         * FormBase.C (show):
1767         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
1768         is widened sufficiently to display wholely the tabs of any
1769         tabbed-folders. This is more than just cosmetic as it will prevent
1770         crashes when selecting a partly displayed tab. (The problem occurs
1771         with a "long" locale like German and xforms < 0.9999.)
1772
1773         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
1774         by how much a dialog should be scaled to show its tabs fully (should
1775         it have a tabfolder).
1776
1777 2002-05-08  Garst Reese  <reese@isn.net>
1778
1779         * FormMathsDeco.C: fix offset to normal size decos.
1780
1781 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
1782
1783         * xformsGImage.C (rotate): work-around xforms bug when rotating by
1784         270 degs.
1785
1786 2002-05-02  Herbert Voss  <voss@perce.de>
1787
1788         * FormBibtex.C (apply): a change from a style to an empty one
1789         (which is valid) wasn't saved
1790
1791 2002-05-02  Herbert Voss  <voss@perce.de>
1792
1793         * FormGraphics.C (input): do not read bb new when it was changed
1794
1795 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
1796
1797         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
1798         * FormParagraph.C: "Other" -> "Custom"
1799         * FormPreferences.C: "USletter" -> "US letter" etc.
1800         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
1801         * forms/form_preferences.fd: style consistency
1802
1803 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1804
1805         * FormCharacter.C:
1806         * FormDocument.C:
1807         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
1808
1809         * xforms_helpers.h (findPos): new template.
1810
1811         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
1812         for the rotation origins.
1813
1814         * FormGraphics.C: internationalise the rotation origin strings in the
1815         choice using the same approach as used for the language names in the
1816         Character, Document, Preferences dialogs.
1817
1818 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1819
1820         * FormCharacter.C:
1821         * FormDocument.C:
1822         * FormPreferences.C: use the bool flag to getLanguageData as
1823         appropriate. No longer translate the strings as this is done in
1824         getLanguageData.
1825
1826 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
1827
1828         * FormBibtex.C:
1829         * FormCitation.C: fix two typos
1830
1831 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
1832
1833         * FormCharacter.h:
1834         * FormDocument.h:
1835         * FormPreferences.h: store a vector<string> lang_ of language
1836         identifiers.
1837
1838         * FormCharacter.C: changes associated with frnt::getLanguageData
1839         returning a vector<LanguagePair> rather than a vector<string>.
1840
1841         * FormDocument.C:
1842         * FormPreferences.C: internationalise the languages on display, similar
1843         to the changes in FormCharacter.C.
1844
1845 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
1846
1847         * FormMathsPanel.C: translate Close
1848         * FormGraphics.C: a little more translation
1849
1850 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1851
1852         * FormCitation.C (apply, input): ensure that the choice is always valid.
1853
1854         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
1855         identifier when performing one of the substitutions. "shortcut" can
1856         reasonably appear in the label.
1857
1858 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
1859
1860         * Makefile.am: fix typo "shoul go to" -> "should go to".
1861
1862         * forms/form_preferences.fd: Modify naming for Converter flags
1863         ("Extra flags") and remove a couple of shortcut-clashes.
1864
1865         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
1866
1867 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1868
1869         * FormBibtex.C: Do not use a blank after the comma for multiple
1870         bib-files (which is not read in correctly).
1871
1872 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1873
1874         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
1875         disable the choice.
1876
1877 2002-04-19  Juergen Vigna  <jug@sad.it>
1878
1879         * FormParagraph.C (changedParagraph): don't check for p == par_ as
1880         we don't set par_ on a changedParagraph call so we don't resete the
1881         buttons and message when we return to the original paragraph!
1882
1883 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
1884
1885         * forms/cvsignore: add Makefile.
1886
1887 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1888
1889         * forms/Makefile.am: make it a dummy make file + extra dist
1890
1891 2002-04-14  Herbert Voss  <voss@perce.de>
1892
1893         * FormCharacter.C
1894         * FormExternal.C: adding #include "support/lstrings.h"
1895         for the getStringFromVector and vice versa
1896
1897 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
1898
1899         * FormParagraph.C (changedParagraph): ensure that the warning message
1900         is removed if the underlying paragraph will accept our changes.
1901
1902 2002-04-09  Herbert Voss  <voss@perce.de>
1903
1904         * FormGraphics.C: allow rotate-values like 270.1
1905         * xformsGImage.C (rotate): get the right rotate-angle from
1906         GraphicParams
1907
1908 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1909
1910         * xformsGImage.C (clip): no need to check if the width, height are > 0
1911         because the BoundingBox would be empty() in this weren't the case.
1912
1913 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1914
1915         * FormDocument.[Ch]: Add a new method UpdateClassParams
1916         which is used in CheckChoiceClass to update the fontsizes
1917         and other necessary stuff (pagestyle) on class change
1918         (hopefully finally fix bug #306)
1919
1920 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1921
1922         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
1923         (updatesrc): delete wrong version
1924
1925 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1926
1927         * forms/.cvsignore: add Makefile.in
1928
1929         * forms/Makefile.am: make distcheck work, new file
1930
1931         * Makefile.am: make distcheck work
1932
1933 2002-04-05  Herbert Voss  <voss@perce.de>
1934
1935         * FormGraphics.C: use correct unit bp (big point - PostScript point)
1936         for the bounding box values
1937
1938 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
1939
1940         * FormGraphics.C (updateBB, input): Don't set the path of the file
1941         passed to readBB. Let the controller do that because it knows about
1942         the buffer (and therefore the path) whereas the view has no idea.
1943
1944 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
1945
1946         * xformsGImage.C (clip): ensure that the clipped image has sensible
1947         dimensions.
1948
1949 2002-04-04  Herbert Voss  <voss@lyx.org>
1950
1951         * FormGraphics.C (updateBB):  new method to read the BBox when reading
1952         a new file or changing an existing one.
1953
1954 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1955
1956         * FormCharacter.C (findPos): add a missing typename
1957
1958 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1959
1960         * FeedbackController.C:
1961         * FormBibtex.C:
1962         * FormCitation.C:
1963         * FormForks.C:
1964         * FormMathsBitmap.C:
1965         * FormPreferences.C:
1966         * FormSendto.C:
1967         * FormTexinfo.C:
1968         * Tooltips.C:
1969         * xforms_helpers.C: use _() correctly rather than N_().
1970
1971 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1972
1973         * FormDocument.C (CheckChoiceClass): update the necessary class
1974         settings on class change (fix bug #306)
1975
1976 2002-03-27  Herbert Voss  <voss@lyx.org>
1977
1978         * xforms_helpers.h:
1979         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
1980         and text%
1981
1982 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1983
1984         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
1985         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
1986         The MathsSymbols are now xforms-independent.
1987
1988         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
1989
1990 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1991
1992         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
1993
1994         * FormGraphics.C (input): don't disallow the input of a file that's
1995         not there.
1996
1997 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1998
1999         * FormParagraph.C (changedParagraph): whitespace.
2000
2001         * xforms_helpers.C: rearrange #includes.
2002
2003         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
2004
2005         * FormPrint.C: changes associated with changes to RadioButtonGroup.
2006
2007         * FormGraphics.C:
2008         * forms/form_graphics.fd: rename some of the widgets.
2009
2010 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2011
2012         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
2013         file can't be found.
2014
2015         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
2016         only if the underlying paragraph will accept changes.
2017
2018         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
2019
2020         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
2021         set the choice to a unit that isn't present in the choice!
2022         Also remove #if 0 sections of code.
2023
2024 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2025
2026         * several files: ws cleanup
2027
2028 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2029
2030         * lots: whitespace changes.
2031
2032 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2033
2034         * FormParagraph.C: a little more factorisation.
2035
2036 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2037
2038         * xforms_helpers.C (setCursorColor):
2039         * Tooltips.C (set): remove XC_question_arrow code.
2040
2041         * FeedbackController.[Ch] (clearMessage): new method.
2042
2043         * FeedbackController.C (postMessage): the warning message is now
2044         displayed in red!
2045
2046         * FormParagraph.C: define some helper functions to minimise the amount
2047         of repeated code.
2048
2049         * FormDocument.C:
2050         * FormGraphics.C:
2051         * FormMinipage.C:
2052         * FormTabular.C: use the FeedbackController to post the warning
2053         messages.
2054
2055 2002-03-19  André Pönitz <poenitz@gmx.net>
2056
2057         * FormParagraph.C: whitespace changes
2058
2059 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2060
2061         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
2062         longer call fl_set_object_helper as this routine respects line breaks
2063         only if the dialog is visible.
2064         (getTooltip): renamed as get.
2065         (toggleTooltips): renamed as set and made public.
2066
2067         * FormBase.C (show):
2068         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
2069
2070         * FormBibtex.C (build):
2071         * FormCitation.C (build):
2072         * FormForks.C (build):
2073         * FormSendto.C (build):
2074         * FormTexinfo.C (build):
2075         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
2076
2077         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
2078
2079 2002-03-18  Juergen Vigna  <jug@sad.it>
2080
2081         * FormTabular.C (update): deactivate left/right border settings for
2082         multicolumns if not an outer cell or no parent multicolumn cell.
2083
2084 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
2085
2086         * GUIRunTime.C: add spaces to error messages
2087
2088 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
2089
2090         * FormBase.C (show):
2091         * FormBaseDeprecated.C (show): set the initial state of the cursor.
2092
2093         * FormPreferences.C (Colors::apply()): use the helper function
2094         setCursorColor.
2095
2096         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
2097         Can only set the cursor if the dialog is visible.
2098
2099         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
2100         color of all cursors used by LyX.
2101         (XformsColor::read): use it.
2102
2103 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2104
2105         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
2106         housekeeping changes.
2107         1. Ensure that all radio buttons are wrapped up within a group.
2108         2. Rename all button_cancel as button_close.
2109         3. Ensure that all objects follow the naming scheme outlined in
2110            forms/README
2111
2112         class             | prefix
2113         ------------------+-------
2114         FL_BROWSER        | browser
2115         FL_BUTTON         | button
2116         FL_PIXMAPBUTTON   | button
2117         FL_CHECKBUTTON    | check
2118         FL_CHOICE         | choice
2119         FL_COUNTER        | counter
2120         FL_DIAL           | dial
2121         FL_INPUT          | input
2122         FL_FRAME          | frame
2123         FL_LABELFRAME     | frame
2124         FL_ROUND3DBUTTON,
2125         RADIO_BUTTON      | radio
2126         FL_SLIDER         | slider
2127         FL_VALSLIDER      | slider
2128         FL_TABFOLDER      | tabfolder
2129         FL_TEXT           | text
2130
2131         The only exceptions to this are objects that are to be converted
2132         in the sed scripts. At the moment this applies only to bmtable:
2133
2134         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
2135
2136 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2137
2138         * doxygen fixes.
2139
2140 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2141
2142         * FeedbackController.C: improve a comment.
2143
2144         * FormFiledialog.C: whitespace change.
2145
2146         * FormBibitem.C (build):
2147         * FormBibtex.C (build):
2148         * FormCitation.C (build):
2149         * FormDocument.C (build):
2150         * FormExternal.C (build):
2151         * FormGraphics.C (build):
2152         * FormInclude.C (build):
2153         * FormIndex.C (build):
2154         * FormMathsMatrix.C (build):
2155         * FormMinipage.C (build):
2156         * FormParagraph.C (build):
2157         * FormPrint.C (build):
2158         * FormRef.C (build):
2159         * FormSendto.C (build):
2160         * FormSpellchecker.C (build):
2161         * FormTabular.C (build):
2162         * FormThesaurus.C (build):
2163         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
2164         Means that pasting with the middle mouse button will activate the
2165         Ok, Apply buttons.
2166
2167         * FeedbackController.C (MessageCB): fix crash by removing
2168         Assert(message_widget_) and returning silently in this case.
2169         Can happen quite justifiably.
2170
2171         * Most files: consistent comments at the top of the file, usable by
2172         sourcedoc.
2173
2174 2002-03-09  Herbert Voss  <voss@lyx.org>
2175
2176         * FormGraphics.C: test if file exists, simplify an if command
2177
2178 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
2179
2180         * FormToc.C: make goto not reset the dialog
2181
2182 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
2183
2184         * FeedbackController.[Ch]: new files, providing a standard interface to
2185         the feedback and warning messages. Created by stripping code out of
2186         FormBase.
2187
2188         * FormBase.[Ch]: strip out all the feedback code and simplify yet
2189         further the tooltips code.
2190
2191         * FormBase.[Ch]:
2192         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
2193         Derive both classes from FeedbackController so daughter classes each
2194         have a common interface for same.
2195
2196         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
2197         Tooltips wrapper class.
2198
2199         * Tooltips.[Ch]: work out how to update tooltips when using
2200         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
2201         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
2202         and when the dialog has some tooltips.
2203
2204         * FormPreferences.[Ch]: strip out all the feedback code and use
2205         the FeedbackController.
2206
2207         * xforms_helpers.C: save the color of the gui pointer.
2208
2209         * FormBibtex.[Ch]:
2210         * forms/form_bibtex.fd:
2211         * FormCitation.[Ch]:
2212         * forms/form_citation.fd:
2213         * FormForks.[Ch]:
2214         * forms/form_forks.fd:
2215         * FormSendto.[Ch]:
2216         * forms/form_sendto.fd:
2217         * FormTexinfo.[Ch]:
2218         * forms/form_texinfo.fd: remove "Help" button and rejig for much
2219         simplified tooltips code.
2220
2221         * Makefile.am: add FeedbackController.[Ch].
2222
2223 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2224
2225         * FormGraphics.C: Tiny stylistic correction.
2226
2227 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2228
2229         * FormGraphics.C:
2230                 - Make radiobuttons change too when using Latex size in
2231                   lyxview and vice versa.
2232                 - Fix a typo where the value for height (lyxview) was
2233                   taken from width (size).
2234                 - Remove *%-values from lyxview.
2235                 - Add an Alert when using "Get Latex size" and that contains
2236                   *%-values.
2237         * FormTabular.C: Remove obsolete comment.
2238
2239 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
2240
2241         * FormMathsDeco.C: add leftrightarrows to the bitmap.
2242
2243         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
2244
2245 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2246
2247         * xformsGImage.C (statusCB, errorCB): close the file streams once the
2248         image is loaded or if an error occurs.
2249         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
2250         it permanently (and does not make a copy!).
2251
2252 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2253
2254         * xformsGImage.[Ch]: new files. An image loader based on xforms library
2255         routines.
2256
2257         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
2258         your version of the xforms libraries is up to the task.
2259
2260         * Makefile.am: compile the xforms image loader if so configured.
2261
2262 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
2263
2264         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
2265
2266         * Dialogs.C:
2267         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
2268
2269 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
2270
2271         * FormDocument.C (build): add a std:: qualifier to remove_if.
2272
2273 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2274
2275         * Toolbar_pimpl.[Ch]: layout as string
2276
2277         * FormParagraph.C: layout as string
2278
2279         * FormDocument.C (build): use remove_if and contains_functor
2280         layout as string
2281
2282 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
2283
2284         * FormMathsBitmap.[Ch]:
2285         * FormMathsPanel.C: Give window titles to bit map sub-panels.
2286
2287 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2288
2289         * Dialogs.C (initialiseGraphics): a new static method.
2290         Remove Allan's venerable description as I think it's past its sell-by
2291         date.
2292
2293 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
2294
2295         * FormBase.C:
2296         * FormBaseDeprecated.C:
2297         * FormFiledialog.C: possible fix to the Bad Window problems that some
2298         people have been experiencing.
2299
2300 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2301
2302         * FormForks.C (input_button_all): resolve comparison between signed
2303         and unsigned.
2304
2305 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2306
2307         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
2308         submenus in menubar.
2309
2310 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2311
2312         * FormForks.[Ch]:
2313         * forms/form_forks.fd: new files. A view for the Forked Child
2314         processes dialog, enabling the user to see what forked processes
2315         are running, and, if he so desires, to kill them.
2316
2317         * Dialogs.C: add the class Forked Child dialog.
2318
2319         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
2320
2321         * forms/makefile: add form_forks.fd.
2322
2323         * FormPreferences.C (LnFmisc::apply): rather ugly: call
2324         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
2325
2326 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2327
2328         * forms/form_graphics.fd: Enlarge Restore button.
2329         * FormGraphics.C: Set filter to bounding box input fields.
2330
2331 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2332
2333         * Makefile.am: simpler obj. file compiling
2334
2335 2002-02-20  Juergen Vigna  <jug@sad.it>
2336
2337         * FormTabular.C (input): don't call the autoapply on exit input calls
2338         if we don't really have a change!
2339
2340 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2341
2342         * FormBase.h (FormCB): tiny bugfix.
2343
2344         * xforms_helpers.h: remove incorrect comment.
2345
2346 2002-02-18  Herbert Voss  <voss@lyx.org>
2347
2348         * FormGraphics.C: same units for LyX and Latex view, cosmetics
2349
2350 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2351
2352         * Timeout_pimpl.[Ch] (running): new method.
2353
2354 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2355
2356         * FormParagraph.C:
2357         * FormTabular.C: added a using std::remove_if directive.
2358
2359 2002-02-14  Herbert Voss  <voss@lyx.org>
2360
2361         * xforms_helpers.h: fix bug with "?%" units
2362
2363 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2364         * forms/form_graphics.fd:
2365         * form_graphics.C: minor layout changes, such as stretching all
2366         tab-windows to equal sizes and better keyboard-shortcuts.
2367
2368 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2369         * forms/form_graphics.fd:
2370         * form_graphics.C: minor layout changes, such as stretching all
2371         tab-windows to equal sizes and better keyboard-shortcuts.
2372
2373 2002-02-12  Herbert Voss  <voss@lyx.org>
2374
2375         * forms/form_graphics.fd:
2376         * form_graphics.[Ch]: small changes to the layout, mentioned
2377         by Rob
2378
2379         * FormGraphics.C: fix bug with use of updateWidget... when
2380         no unit is given.
2381
2382 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
2383
2384         * FormMinipage.C: return SMI_VALID on other form changes
2385
2386 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2387
2388         * FormParagraph.C (update): [VSpace:] Delete the special method
2389         for gluelengths...
2390         * xforms_helpers.C: ...and move it here.
2391         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
2392         and updateWidgetsFromLength.
2393
2394 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
2395
2396         * forms/form_external.fd:
2397         * form_external.C: change color2 of a few buttons into the
2398         proper grey color.
2399
2400 2002-02-08  Herbert Voss  <voss@lyx.org>
2401
2402         * forms/form_graphics.fd:
2403         * FormGraphics.C:
2404         * form_graphics.[Ch]: Adding buttons for unzip-Option,
2405         getValues from LyX/LaTeXfolder
2406
2407 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
2408
2409         * forms/form_graphics.fd:
2410         * FormGraphics.C:
2411         * form_graphics.[Ch]: simplify the bounding box folder
2412         of the Graphic GUI
2413
2414 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2415
2416         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
2417         where one could not have both toggleon and disabled.
2418
2419 2002-02-08  Herbert Voss  <voss@lyx.org>
2420
2421         * xforms_helpers.h: change unit "%" to t%
2422
2423         * FormGraphics.C: fiy bug when BB is read from file and the
2424         unit is always "pt"
2425
2426 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
2427
2428         * FormMathsDeco.C: \underleftarrow and \underrightarrow
2429
2430 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2431
2432         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
2433
2434         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
2435         clean interface. Means that FormBase, FormBaseDeprecated and
2436         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
2437
2438         * FormBase.C: add a Tooltips instance and interface with it.
2439         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
2440         setTooltipLevel(ob).
2441         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
2442
2443         * FormBibtex.[Ch]:
2444         * FormCitation.[Ch]:
2445         * FormTexinfo.[Ch]:
2446         * Makefile.am: altered appropriately.
2447
2448 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2449
2450         * forms/form_texinfo.fd:
2451         * forms/form_bibtex.fd:
2452         * forms/form_citation.fd: delete text_info field again, add help choice
2453
2454         * FormBibtex.[Ch]:
2455         * FormCitation.[Ch]:
2456         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
2457
2458 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2459
2460         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
2461         a new method setTooltipLevel(). In turn this determines which of the
2462         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
2463         called from getTooltip.
2464         No need for a "message" widget at the bottom of every dialog, therefore.
2465         If retained, this "message" widget can be used to display "warnings",
2466         pure and simple.
2467
2468         * FormBibtex.[Ch]:
2469         * FormCitation.[Ch]:
2470         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
2471         to lose the "message" widget and to gain a "tooltip level" choice.
2472
2473 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2474
2475         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
2476         Cancel buttons' positions consistent with the other dialogs.
2477
2478 2002-02-05  Herbert Voss  <voss@lyx.org>
2479
2480         * forms/form_graphics.fd: Noew the same view of the
2481         buttons as in preferences (LyXView). Make some things clear
2482         with better names.
2483         * FormGraphic.C: cosmetic changes to the layout. Delete
2484         the help button
2485
2486 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2487
2488         * forms/form.texinfo.fd: delete help button, add text_info
2489         * forms/form.citation.fd,form.bibtex.fd: add text_info
2490         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
2491         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
2492         no tooltips in Bibtex).
2493
2494 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2495
2496         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
2497         working with both xforms 0.88 and 0.89. Use by invoking
2498         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
2499         derived class to provide the required string.
2500
2501 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2502
2503         * FormBase.[Ch]: make it really easy to set up and use a prehandler
2504         for feedback messages and to invoke an input event on paste from
2505         the middle mouse button. The derived class needs invoke only
2506         setPrehandler(ob) and for the feedback to override the virtual methods
2507         feedback(ob) and clear_feedback(). If the message posted is a warning
2508         rather than mere feedback, first setWarningPosted(true) to ensure
2509         that the message remains visible.
2510
2511         * FormBaseDeprecated.C: a physical rearrangement of the file,
2512         nothing more.
2513
2514         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
2515
2516 2002-02-04  Herbert Voss  <voss@lyx.org>
2517
2518         * forms/form_graphics.fd: small changes to the layout
2519         * FormGraphic.C: Apply-button, keepaspectratio enabling
2520         depends to case of LaTeXView. Other small changes and
2521         fixes. Add LyXView scale.
2522
2523 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2524
2525         * FormGraphics.C (c-tor): prevent resizing of the dialog.
2526
2527 2002-02-03  Herbert Voss  <voss@lyx.org>
2528
2529         * xforms_helpers.C: fix bug with unit "%" in
2530         updateWidgetsFromLengthString(...)
2531
2532 2002-02-02  Herbert Voss  <voss@lyx.org>
2533
2534         * FormGraphic.C: fix bug with filename, rearrange the code,
2535         delete choice "referencePoint" which is only possible for
2536         rotatebox
2537         * forms/form_graphics.fd: position options in a logical way,
2538         add folder and scale for LyXView
2539
2540 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2541
2542         * FormGraphics.C (apply, update): respect the new DEFAULT state of
2543         InsetGraphicsParams::DisplayType.
2544
2545 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
2546
2547         * forms/form_graphics.fd: tweeks.
2548
2549 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2550
2551         * FormGraphics.C: Fix MAXDIGIT values for height and width.
2552
2553 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2554
2555         * forms/form_citation: a few tweaks of my own.
2556
2557 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2558
2559         * forms/form_citation: De-Monsterization (make it smaller).
2560
2561 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2562
2563         * forms/form_graphics.fd:
2564         * FormGraphics.C: a few tweaks of my own.
2565
2566 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2567
2568         * forms/form_graphics.fd: Very small tweaks.
2569
2570 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2571
2572         * forms/form_graphics.fd: Change the dialog to look similar as
2573         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
2574         added text_warning field..
2575
2576         * FormGraphics.[Ch]: Handle the Rearrangements.
2577         Add input filters and warnings concerning invalid inputs.
2578         Recognize the lyxrc-settings of display_graphics.
2579
2580 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
2581
2582         * FormMathsSpace.h (space_):
2583         * FormMathsStyle.h (style_): change from a short to an int to fix
2584         type conversion warnings.
2585
2586 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2587
2588         * FormMathsSpace.[Ch]:
2589         * forms/form_maths_space.fd:
2590         Changed the "Space" subpanel of the math panel into one of
2591         ordinary buttons rather than radio buttons. They are now
2592         self-applying so OK and Apply could go.
2593
2594 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2595
2596         * FormMathsStyle.[Ch]:
2597         * forms/form_maths_style.fd:
2598         Patched to use button arrays. Buttons are self-applying, saving
2599         one keystroke and the OK and Apply buttons.
2600
2601 2002-01-27  Herbert Voss  <voss@lyx.org>
2602
2603         * FormGraphic.[Ch]:
2604         * form_graphic.[Ch]:
2605         * forms/form_graphic.fd: rewritten to support graphicx with
2606         all options and to be sure that the old figinsets are correct
2607         converted.
2608         * xforms-helpers.h: added two choice const for the LyXLength
2609         one with all and one only with length which have a unit.
2610
2611 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2612
2613         * forms/form_minipage.fd: add text_warning field.
2614
2615         * FormMinipage.[Ch]: added input filters and warnings
2616         (ButtonPolicy::SMInput FormMinipage::input)
2617
2618 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
2619
2620         * FormAboutlyx.[Ch]: Removed redundant form() method and
2621         dialog_ variable. They replicate that in the parent FormDB.
2622
2623 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2624
2625         * FormMathsDeco[hC]:
2626         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
2627         the Decorations sub-panel of mathed. See Lamport Table 3.11.
2628
2629         * FormMathsPanel.C:
2630         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
2631         "negated relations". Lower and broader.
2632
2633 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2634
2635         * FormTabular.C (update): Remove redundant code.
2636
2637 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2638
2639         * forms/form_tabular.fd: checkbox2radiobutton changes.
2640
2641 2002-01-20  Herbert Voss  <voss@perce.de>
2642
2643         * FormInclude.[C]: better control of unexistings files
2644         when entered without the browser
2645
2646 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2647
2648         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
2649         is disabled
2650
2651         * combox.C (activate):
2652         (deactivate): change color of labels to reflect the state of the
2653         combox
2654
2655 2002-01-16  Herbert Voss  <voss@lyx.org>
2656
2657         * FormExternal.C (build): activate  apply/ok-button when something
2658         is entered in the filename-field
2659
2660 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2661
2662         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
2663         rather than 'string::size_type'
2664
2665 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
2666
2667         * FormMathPanel.[hC]:
2668         * MathsSymbols.[hC]:
2669         * form_math_panel.[hC]:
2670         * form_math_panel.fd: Modified. Added five symbol sub-panels
2671         to the math panel containing AMS math symbols: arrows, relations,
2672         negated relation, operators and miscellaneous (also containing some
2673         hebrew and corner symbols).
2674
2675 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2676
2677         * FormMinipage.C (apply): change because MinipageParams::pageWidth
2678         is now a real LyXLength
2679
2680 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2681
2682         * FormDocument.C: enable line spacing input properly
2683
2684 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2685
2686         * forms/form_preferences.fd:
2687         * form_preferences.h:
2688         * form_preferences.C:
2689         * FormPreferences.h:
2690         * FormPreferences.C: use better variable name
2691
2692 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2693
2694         * forms/form_preferences.fd: change "Use Scalable Fonts"
2695           to "Rescale bitmap fonts"
2696
2697 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2698
2699         * FormMathsPanel.C:
2700         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
2701         the button controller for IgnorantPolicy and PreferencesPolicy.
2702
2703 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2704
2705         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
2706
2707 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2708
2709         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
2710         choice if the input field contains a LyXGlueLength.
2711
2712         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
2713
2714         * FormParagraph.C
2715         * FormDocument.C
2716         * FormTabular.C: Change input filter to allow inserting
2717         gluelengths/lyxlength or numbers with unit choices.
2718
2719         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
2720         which was more or less duplicated.
2721
2722         * FormGraphics.C: set default units, dependent on US/other paper.
2723
2724 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2725
2726         * Dialogs.C: no longer need to #include the Controller classes, as this
2727         is how done in GUI.h.
2728
2729         * xformsBC.C: #include ButtonController.tmpl, containing the
2730         instatiation of the button controller.
2731
2732 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
2733
2734         * FormThesaurus.C: fix a crash
2735
2736 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
2737
2738         * FormMathsDelim.C:
2739         * form_maths_delim_C:
2740         * form_maths_delim.h:
2741         * form_maths_delin.fd:
2742         Put three radio buttons on the delimiters pop-up. It works as follows:
2743
2744                                 left mouse     middle mouse        right mouse
2745         ----------------------------------------------------------------------
2746         Left radio button   |       (               ()                   )
2747         Middle radio button |       ()              ()                   )
2748         Right radio button  |        )               )                   )
2749         ----------------------------------------------------------------------
2750
2751         Where
2752
2753         (       left-side delimiter selected
2754         )       right-side delimiter selected
2755         ()      "symmnetric pair" selected, of which the clicked delimiter is
2756                 the left one.
2757                 So, if the middle radio button is activated ("()\nBoth")
2758                 and you click on "[" with the default (left) mouse button, you
2759                 get the delimiter pair "[]".
2760                 A shortcut for this (if the leftmost radio button is on) is
2761                 simply clicking the middle mouse button.
2762
2763         To create equal pairs, either have the middle radio button on and use
2764         Mouse-left, or have the left radio button on and use Mouse-middle.
2765
2766         To create unequal pairs, you should have either the left or middle radio
2767         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
2768
2769 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2770
2771         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
2772         unchanged:
2773         Remove the clickline_ member variable and hide() method;
2774         Use fl_set_browser_dblclick_callback;
2775         Constify a few temporary variables;
2776         Use xforms_helpers' wrappers functions returning string rather than
2777         the raw xforms functions returning char const *.
2778
2779 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2780
2781         * DropDown.C: include <cctype> for isprint()
2782
2783 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2784
2785         * FormMinipage.C (apply, update): MinipageParams::width renamed
2786         as MinipageParams::pageWidth.
2787
2788 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
2789
2790         * FormMathsBitmap.C:
2791           FormMathsPanel.C:
2792           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
2793         added to math panel's 'misc' sub-panel.
2794
2795 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2796
2797         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
2798
2799 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2800
2801         * FormPreferences.h: add a std:: to make_pair.
2802
2803 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2804
2805         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
2806         respectively.
2807
2808         * DropDown.C: place xforms callback functions in namespace anon.
2809         Set browser callback on single not double click.
2810         (select): return immediately of the vector is empty. Highlight the top
2811         line. Position the browser above the minibuffer, not below it.
2812         (peek): call key_pressed when a key press is detected.
2813         (key_pressed): clean-up and emit the keypress signal.
2814
2815         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
2816         If nothing is selected, return string().
2817
2818 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
2819
2820         * FormSpellchecker.C: disable resizing due to xforms bug
2821
2822 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2823
2824         * FormFiledialog.C (Reread): skip broken symlinks
2825
2826 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2827
2828         * FormMathsMatrix.C (AlignFilter): use std::count and add some
2829         comments.
2830
2831 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2832
2833         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
2834         in the switch.
2835
2836         * FormPreferences.C (Interface::input):
2837         (Language::input):
2838         (Paths::input): add shortcuts to file dialogs directory buttons
2839
2840         * FormPreference.h (browse): add default empty parameters for
2841         buttons descriptions.
2842
2843         * FormFiledialog.C (SetButton): allow for a shortcut in the name
2844         of the button.
2845
2846 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2847
2848         * FormThesaurus.C:
2849         * FormThesaurus.h:
2850         * form_thesaurus.h:
2851         * form_thesaurus.C:
2852         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
2853
2854 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2855
2856         * Toolbar_pimpl.C (setPixmap): simplify a bit
2857
2858 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2859
2860         * Toolbar_pimpl.C (ToolbarCB):
2861         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
2862         dispatch.
2863
2864 2002-01-12  Allan Rae  <rae@lyx.org>
2865
2866         * FormTabular.C (FormTabular): Fix Purify UMR.
2867
2868         * FormPreferences.C (build): "Conversion" is a better name.
2869
2870 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2871
2872         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
2873         LyXFunc::dispatch.
2874
2875         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
2876
2877 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2878
2879         * FormPreferences.C:
2880         * forms/form_preferences.fd: change names and descriptions of popup
2881         font variables to reflect their actual use.
2882
2883         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
2884
2885 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2886
2887         * FormPreferences.C (input): allow empty values for document_path
2888         and template_path.
2889
2890         * FormFiledialog.C (SetButton):
2891         (FileDlgCB): do not disable directory buttons if they have an
2892         empty path.
2893         (SetDirectory): if the argument is an empty string, change to
2894         cwd().
2895
2896 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
2897
2898         * forms/form_maths_style.fd:
2899         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
2900         size "styles" and font types.
2901         * FormMathsPanel.[Ch]:
2902         * MathsSymbols.C:
2903         * forms/form_maths_panel.fd: Modified too.
2904
2905 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2906
2907         * Menubar_pimpl.C (create_submenu):
2908         * Toolbar_pimpl.C (update): use FuncStatus.
2909
2910 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2911
2912         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
2913         for fl_get_browser_line that is guaranteed to return a valid string.
2914
2915 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
2916
2917         * FormSpellchecker.C: fix possible crash on clicking a suggestion
2918
2919 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2920
2921         * forms/form_document.fd (bullets): fix small cosmetic problem after
2922         John's radio2button change.
2923
2924 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2925
2926         * FormDocument.C:
2927         * forms/form_document.fd: change the labels and variable names of
2928         left_margin, right_margin to inner_margin, outer_margin, in line
2929         with bugzilla bug #157.
2930
2931         * FormFiledialog.C (Reread): used locally stored modtime variable
2932         rather than make repeated calls to fileInfo.getModificationTime().
2933
2934         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
2935         isOK() checks to the use of the FileInfo instance and removed those
2936         FIXMEs.
2937
2938         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
2939         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2940
2941 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2942
2943         * form_*:
2944         * forms/form_*: change radio buttons to round3dbutton
2945
2946 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2947
2948         * FormFiledialog.C: add FIXME
2949
2950         * xforms_helpers.C: fix use of FileInfo
2951
2952 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2953
2954         * FormTabular.h:
2955         * FormTabular.C:
2956         * form_tabular.h:
2957         * form_tabular.C:
2958         * forms/form_tabular.fd: ugly fix to get around
2959           some of the UI problems (bug #110).
2960
2961 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2962
2963         * FormDocument.C: Recognize the default paper settings too
2964         when setting the default length values (cm or inch).
2965         * FormParagraph.C: do the same.
2966
2967 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2968
2969         * FormFloat.C: changes to prevent here definitely being used
2970         with wide figures.
2971
2972 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
2973
2974         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
2975
2976 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2977
2978         * DropDown.C: always include <config.h> in sources.
2979
2980         * xforms_helpers.h:
2981         * FormFiledialog.h:
2982         * Timeout_pimpl.h:
2983         * DropDown.h: do not include <config.h> in headers
2984
2985 2001-12-20  Juergen Vigna  <jug@sad.it>
2986
2987         * FormTabular.C (update): final LT-h/f support modifications.
2988
2989 2001-12-19  Juergen Vigna  <jug@sad.it>
2990
2991         * FormTabular.C (update): change a bit the tabular layout and added
2992         better longtable options handling.
2993
2994 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2995
2996         * FormToc.C: using std::endl
2997
2998 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2999
3000         * FormToc.C: fix crash when no entries, and
3001           update types properly
3002
3003 2001-12-11  Ben Stanley <bds02@uow.edu.au>
3004
3005         * Menubar_pimpl.C: Fixed a crashing bug when document has more
3006         than 80 floats and using xforms 0.88
3007
3008 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3009
3010         * xforms_helpers.C: include lyxlength.h here
3011         * xforms_helpers.h: ... but not here
3012
3013         * FormTabular.C: use LyXLength instead of string wherever
3014         necessary; whitespace changes.
3015
3016 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3017
3018         * forms/form_preferences.fd: use the same name for font sizes
3019         than the character dialog.
3020
3021 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3022
3023         * forms/form_search.fd: Added label text to search buttons
3024         (to make the shortcuts visible).
3025
3026 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3027
3028         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
3029
3030 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3031
3032         * FormFiledialog.C:
3033         * xforms_helpers.C: change "while(" to "while ("
3034
3035 2001-12-05  Allan Rae  <rae@lyx.org>
3036
3037         * FormParagraph.C (apply): One other LyXText fix.
3038
3039 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3040
3041        * FormParagraph.C (getCurrentParagraph):
3042         (apply):  get the right LyXText !
3043
3044 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
3045
3046         * FormParagraph.C: disallow page breaks in insets
3047
3048 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3049
3050         * FormParagraph.C: allow signed space above/below, actually
3051           use space below units
3052
3053 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3054
3055         * FormToc.C: fixes to make floatlists work
3056
3057 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3058
3059         * Makefile.am:
3060         * Alert_pimpl.C: Alert etc.
3061
3062         * xforms_helpers.h:
3063         * xforms_helpers.C:
3064         * forms/fdfix.sh: move idex etc. to here
3065
3066         * GUIRunTime.C: move getScreenDPI() to here
3067
3068 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3069
3070        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
3071        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
3072        to 100p (now German translation fits in).
3073        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
3074        form_preferences.fd, form_graphics.fd, form.include.fd,
3075        form-external.fd:
3076        Unified label "Browse..." and unified its width to 100p.
3077
3078 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3079
3080        * forms/form_graphics.fd: fixed shortcut clash
3081        * forms/form-external.fd: added shortcut for "Apply"
3082
3083 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3084
3085         * FormFiledialog.C: don't reset path if new dir
3086           doesn't exist.
3087
3088 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3089
3090        * forms/form_document.fd: Renamed "Save as Class Defaults"
3091        to "Save as Document Defaults"
3092        * FormDocument.C:
3093        Removed the setEnabled-Definitions for the
3094        "save_default"-Button since it causes nothing but trouble.
3095        Changed the text of AskQuestion on saveParamsAsDefault.
3096
3097 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3098
3099         * DropDown.C: fix crash, improve behaviour a bit
3100
3101 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3102
3103         * FormDocument.C (class_apply):
3104         (paper_apply):
3105         (language_apply):
3106         (options_apply):
3107         (bullets_apply): add a version of these methods taking a
3108         BufferParams& parameters. The original versions are now wrappers
3109         around these.
3110         (saveParamsAsDefault): new function, moved from old
3111         LFUN_LAYOUT_SAVE_DEFAULT code.
3112
3113 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3114
3115         * Makefile.am:
3116         * DropDown.h:
3117         * DropDown.C: drop-down completion
3118
3119 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3120
3121         * forms/form_graphics.fd: change clashing shortcut
3122
3123 2001-10-24  Juergen Vigna  <jug@sad.it>
3124
3125         * FormTabular.C: changed calls for footer/headers of longtabulars.
3126
3127 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3128
3129         * forms/form_tabular.fd: Add value choices
3130         * FormTabular.C: Handle that choices
3131
3132         * FormDocument.C: fix small bug.
3133
3134 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
3135
3136         * FormGraphics.[Ch]: move some parameters out of the heaader file and
3137         into namespace anon.
3138
3139         * FormPreferences.C:
3140         * forms/form_preferences.fd: replaced button_colorspace with two
3141         radio buttons, button_hsv and button_rgb.
3142
3143 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3144
3145        * forms/form_document.fd:
3146          Class: add a value choice for Default Skip.
3147          Some rearrangements (minor tweaks).
3148        * FormDocument.C: Handle that choice, minor tweaks.
3149        * forms/form_paragraph.fd: Add value choices
3150        * FormParagraph.C: Handle that choices.
3151        * FormMinipage.C/FormGraphics.C: Small tweaks.
3152
3153 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
3154
3155         * FormDocument.C: fixed some bugs in the Paper tab.
3156
3157         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
3158         specifying default unit for choice if input string is empty.
3159
3160 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
3161
3162         * FormDocument.C (input): one more tweak...
3163
3164 2001-10-10  Herbert Voss  <voss@perce.de>
3165
3166         * FormTexinfo.[Ch]: some changes to the code
3167
3168 2001-10-10  André Pönitz  <poenitz@htwm.de>
3169
3170         * FormsMathMatrix.C: add missing space between v- and h-alignment
3171         parameters
3172
3173 2001-10-09  Herbert Voss  <voss@perce.de>
3174
3175         * FormTexinfo.[Ch]:
3176         * forms/form_texinfo.fd: new files. Display information about the
3177         installed texfiles (cls,sty,bst).
3178
3179         * FormShowFile.[Ch]: new files. Display the contents of a file.
3180
3181         * Dialog.C:
3182         * Makefile.am: modified appropriately.
3183
3184 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
3185
3186         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
3187         Given input and choice widgets, create a string such as "1cm".
3188         (updateWidgetsFromLengthString): new function.
3189         Given a string such as "1cm", set the input and choice widgets.
3190
3191         * FormDocument.C:
3192         * forms/form_document.fd: improve the GUI of the paper tab using these
3193         new helper functions.
3194
3195 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3196
3197         * FormDocument.C (build): support latin4
3198
3199 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3200
3201         * FormDocument.C (build): support latin3
3202
3203 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3204
3205         * forms/form_aboutlyx.fd: use flat boxes for tabs.
3206
3207 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3208
3209         * forms/form_document.fd: rearrangement of the paper tab;
3210         rename "use geometry" to "custom margins/sizes".
3211
3212         * FormDocument.C: add code to avoid the input of senseless data
3213         in document -> paper.
3214
3215 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3216
3217         * FormDocument.C: Disable choice "Special" if landscape
3218         is chosen to prevent senseless values.
3219
3220 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3221
3222         * forms/form_preferences.fd: small tweaks.
3223
3224 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3225
3226         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
3227         button to "Use Class Defaults" and moved it outside the tab.
3228         Some more minor tweaking.
3229
3230         * FormDocument.C: handled this changes.
3231
3232 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3233
3234         * Dialogs.C: remove splash dialog code.
3235
3236         * FormSplash.[Ch]:
3237         * form_splash.[Ch]:
3238         * forms/form_splash.fd: removed.
3239
3240         * Makefile.am:
3241         * forms/makefile: remove splash dialog files.
3242
3243         * Menubar_pimpl.C (MenuCallback): no longer call
3244         Dialogs::destroySplash.
3245
3246 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3247
3248         * forms/form_preferences.fd: fix typo
3249
3250 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3251
3252         * FormRef.C:
3253         * forms/form_ref.fd: renamed the widgets in the standard style.
3254
3255         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
3256         helper functions. Build a vector<string> from the contents of
3257         an fl_choice and fl_browser respectively.
3258
3259         * FormCitation.C (fillChoice, updateBrowser):
3260         * FormRef.C: use these new functions to only update the choices and
3261         browsers when absolutely necessary.
3262
3263 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3264
3265         * FormBase.C (InputCB):
3266         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
3267         "select choice < 1" problem.
3268
3269         * FormRef.C (input): undid Dekel's change in light of the above
3270         generalisation.
3271
3272 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
3273
3274         * FormRef.C (input): Fix crash when using dialog with keyboard.
3275
3276 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3277
3278         * forms/form_document.fd: small tweaks.
3279
3280 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3281
3282         * forms/form_document.fd: Added checkbox "auto_reset", button
3283         "reset_defaults" and button "save_defaults".
3284
3285         * Form_Document.[Ch]: Removed AskQuestion when changing class.
3286         Implement the 2 buttons and the checkbox described above.
3287
3288         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
3289         save the default value of that lyxrc)
3290
3291         * FormPreferences.C: Handle that button
3292
3293 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3294
3295         * form_ref.fd: a little tweaking.
3296
3297         * FormSpellchecker.C (build): set the bounds to the slider, so it
3298         updates during a spellchecking session.
3299
3300 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
3301
3302         * forms/form_preferences.fd: rearrangement and addition of new
3303         Display Graphics radio buttons to Look & Feel->Misc
3304         (By Jürgen Spitzmüller).
3305
3306         * FormPreferences.C: modify new lyxrc variable "display_graphics"
3307         depending on the values of the Display Graphics radio buttons.
3308
3309         * FormGraphics.C: use this variable.
3310
3311 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3312
3313         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
3314         Hoorah! Happy Birthday to me!
3315
3316 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
3317
3318         * forms/form_ref.fd: Add buffer button.
3319
3320         * FormRef.C (update): Handle the buffer button.
3321         (input): Ditto
3322
3323 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3324
3325         * forms/form_graphics.fd: complete rewrite of the dialog
3326         (Most work was done by Angus, though).
3327
3328 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3329
3330         * combox.C (hide): execute the callback _after_ closing the
3331         combox.
3332
3333 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
3334
3335         * FormDocument.C (c-tor): initialise some variables.
3336
3337         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
3338         (Thereby removing a warning message when the dialog is built.)
3339
3340         * FormFloat.C (input): return SMI_VALID.
3341
3342 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
3343
3344         * FormDocument.C (input, options_update): add code to enable the
3345         Author-Year/Numerical citation choice only if the natbib checkbox is
3346         active.
3347
3348         * FormFloat.[Ch]: added new method input() to control the behaviour of
3349         the buttons better.
3350         * forms/form_float.fd: renamed Here as button_here_definitely.
3351
3352         * FormGraphics.C:
3353         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
3354         have them, so enabling the Ok, Apply buttons appropriately.
3355
3356 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3357
3358         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
3359         Label", added a labelframe).
3360
3361 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3362
3363         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
3364         (C_Toolbar_BubbleTimerCB): fix linking
3365
3366         * FormMathsBitmap.C (form): use get() to get the raw pointer.
3367
3368         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
3369
3370 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3371
3372         * combox.C (C_Combox_input_cb): make it static
3373         (C_Combox_combo_cb): make it static
3374         (C_Combox_peek_event): make it static
3375
3376         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
3377         (C_Toolbar_BubblePost): make it static
3378         (C_Toolbar_ToolbarCB): make it static
3379
3380         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
3381
3382         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
3383
3384         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
3385         gui libs
3386
3387 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3388
3389         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
3390         been used successfully in FormBase.
3391         (show): call bc().refresh() after building the dialog to activate the
3392         button controller.
3393
3394         * FormPreferences.C (build): remove hack to fix butoon controller as
3395         the correct fix is in FormBaseDeprecated.
3396
3397         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
3398
3399         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
3400
3401 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3402
3403         * Toolbar_pimpl.C (setLayout):
3404         (layoutSelected): make them work even when gettext has been
3405         translating the interface.
3406
3407 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3408
3409         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
3410         ("Apply" does not work without former user change in the dialog).
3411
3412         * FormPreferences.C (build): Fix bug: if you start LyX and open the
3413         Preferences dialog, "Apply" is activated even though no change has been
3414         made so far.
3415
3416 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3417
3418         * FormBase.C (show): use controller_.IconifyWithMain() to control
3419         the dialog's show policy
3420
3421         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
3422
3423         * FormPreferences.C:
3424         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
3425         check button to the Look & Feel->Misc tab and code to modify the lyxrc
3426         variable dialogs_iconify_with_main appropriately.
3427
3428 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3429
3430         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
3431
3432 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3433
3434         * forms/form_character.fd: small cosmetics (aligned "Language:" right
3435         as suggested in Michael's Buglist).
3436
3437 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3438
3439         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
3440         layouts
3441         (layoutSelected): remove the numeric argument and use the text of
3442         the combox entry instead.
3443
3444         * combox.C: lowercase a few remaining methods, rename select_text
3445         to select
3446         * several files: propagate these changes
3447
3448 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
3449
3450         * FormPreferences.C: add fl_set_input_return to input_paperoption.
3451
3452 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3453
3454         * FormParagraph.C: fix default line spacing case
3455
3456 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3457
3458         * FormParagraph.C: disable space inputs when != Length
3459
3460 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3461
3462         * FormPreferences.C:
3463         * form_preferences.h:
3464         * form_preferences.C:
3465         * forms/form_preferences.fd: add view_dvi_paper_option
3466
3467 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3468
3469         * FormMathsPanel.h: sub dialogs must be Ignorant.
3470
3471 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3472
3473         * FormParagraph.C: fix to not allow 0 linespacing
3474
3475 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3476
3477         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
3478
3479         * FormParagraph.C (input): set fl_get_choice check for the linespacing
3480         to 5 not 4. xforms arrays start at 1.
3481
3482 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3483
3484         * FormParagraph.[Ch]:
3485         * forms/form_paragraph.fd: clean up of dialog and of controlling
3486         code.
3487
3488 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3489
3490         * FormBase.C (C_CutandPastePH): new function that can be used as a
3491         pre-handler to any xforms text input widget. Will trigger an event on
3492         pasting into the widget using the middle mouse button.
3493
3494         * FormPreamble.C (build): use this pre-handler for the input widget.
3495
3496 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
3497
3498         * FormCitation.C:
3499         * forms/form_citation.fd: a little tweaking to ensure that the
3500         style choice remains centred within the frame if its contents change.
3501
3502         * FormBase.h: added an allow_resize_ member variable. If false
3503         resizing the dialog is prohibitted.
3504
3505         * FormBase.[Ch]:
3506         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
3507
3508         * FormAboutlyx.C:
3509         * FormCharacter.C:
3510         * FormThesaurus.C:
3511         make use of this functionality to ensure that the dialog cannot be
3512         resized.
3513
3514 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
3515
3516         * GUIRunTime.C: initApplication() should take a int & argc
3517
3518 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
3519
3520         * FormCitation.h:
3521         * FormCitation.C: tidy code a little
3522
3523         * GUIRunTime.C: more informative error
3524
3525 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3526
3527         * forms/form_preferences.fd: order the items "logically" so that
3528         tabbing through the dialog makes sense. Close bug #404569.
3529
3530 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3531
3532         * FormPreferences.C: Tentative fix of John's "no point in spell
3533         command "None"" bug, #223255.
3534
3535 2001-08-23  Herbert Voss  <voss@perce.de>
3536
3537         * FormBibtex.C (input): normalize database list
3538
3539 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3540
3541         * FormBibtex.C: make sure that any database is stored only once.
3542
3543 2001-08-22  Herbert Voss  <voss@perce.de>
3544
3545         * FormBibtex.C (input): fix for multiple databases
3546
3547 2001-08-21  Herbert Voss  <voss@perce.de>
3548
3549         * FormBibtex.C (input): extension handling for ".bst"
3550
3551 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3552
3553         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
3554         check button is pressed.
3555
3556 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3557
3558         * FormParagraph.C (general_apply): Handle default spacing.
3559         (general_update): Ditto.
3560
3561 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
3562
3563         * FormBibtex.C:
3564         * forms/form_bibtex.fd: get the browse buttons working as they should.
3565
3566 2001-08-20  Herbert Voss  <voss@perce.de>
3567
3568         * FormBibtex.C:
3569         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
3570         databases and styles. Added an option for "bibliography into toc"
3571
3572 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3573
3574         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
3575         cleanup.
3576
3577 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3578
3579         * combox.h: fix source doc
3580
3581         * form_math_matrix.C:
3582         * forms/form_math_matrix.fd: new layout
3583
3584 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3585
3586         * form_paragraph.h:
3587         * form_paragraph.C:
3588         * forms/form_paragraph.fd:
3589         * FormParagraph.C: support per-para linespacing
3590
3591         * forms/form_float.fd:
3592         * form_float.C: fix shortcut typo
3593
3594 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
3595
3596         * forms/form_character.fd: small adjustment to the position of John's
3597         extra Language label.
3598
3599 2001-08-09  André Pönitz  <poenitz@htwm.de>
3600
3601         * FormMathsDelim.C: renamed some delimiter parameters.
3602
3603 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
3604
3605         * FormCitation.C (build):
3606         * FormDocument.C (build):
3607         * FormMinipage.C (build):
3608         * FormParagraph.C (build):
3609         * FormRef.C (build): added stuff to read-only list in the
3610         button controller.
3611
3612         * FormCitation.C (update): disable citation style stuff when not using
3613         Natbib.
3614
3615 2001-08-06  Juergen Vigna  <jug@sad.it>
3616
3617         * forms/form_ert.fd: new file.
3618
3619         * form_ert.[Ch]: new files.
3620
3621         * FormERT.[Ch]: new files. Implementation of ERT dialog.
3622
3623 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3624
3625         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
3626
3627 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
3628
3629         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
3630
3631 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3632
3633         * FormMathsPanel.C:
3634         * FormMathsPanel.h:
3635         * form_maths_panel.C:
3636         * form_maths_panel.h:
3637         * forms/form_maths_panel.fd: re-add dots bitmaps
3638
3639         * FormRef.C: "Goto" -> "Go to"
3640
3641 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
3642
3643         * FormMathsBitmap.C: initialise form_
3644
3645 2001-07-29  Baruch Even  <baruch@lyx.org>
3646
3647         * src/forms/form_graphics.fd:
3648         * src/FormGraphics.C: Added support for the new horizontal scale factor.
3649
3650 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3651
3652         * forms/makefile (SRCS): add form_float.fd
3653
3654         * forms/form_float.fd: new file
3655
3656         * form_float.[Ch]: new files
3657
3658         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
3659         FormFloat.h, form_float.C and form_float.h
3660
3661         * FormFloat.[Ch]: new files
3662
3663         * Dialogs.C: init GUIFloat is well
3664
3665 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3666
3667         * FormToc.C (updateType): Fix problem with TOC that couldn't be
3668         updated because the type list was not updated.
3669
3670 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
3671
3672         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
3673         Version stuff in.
3674
3675         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
3676
3677         * FormGraphics.C (build): uncommented the fl_set_input_return call for
3678         input_rotate_angle. Set input filter on rotate_angle to make it accept
3679         only floating point numbers.
3680         (input): Browse now activates the Ok button approriately.
3681
3682 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3683
3684         * Dialogs.C:
3685         * Makefile.am:
3686         * FormThesaurus.h:
3687         * FormThesaurus.C:
3688         * form_thesaurus.h:
3689         * form_thesaurus.C:
3690         * forms/makefile:
3691         * forms/form_thesaurus.fd: add thesaurus
3692
3693 2001-07-26  Baruch Even  <baruch@lyx.org>
3694
3695         * FormGraphics.h:
3696         * FormGraphics.C: Removed hide method since it was interfering with the
3697         needed work, it cleared several vectors that were needed for proper
3698         functioning. Also changed rotateAngle to float.
3699
3700         * FormGraphics.C:
3701         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
3702         are inlined.
3703
3704 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3705
3706         * FormInclude.C: add load file facility back
3707
3708 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3709
3710         * FormCharacter.C: disable resizing as it doesn't work
3711
3712         * FormPreamble.C: allow to copy-paste from RO preamble by
3713           enabling editing.
3714
3715 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
3716
3717         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
3718
3719 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3720
3721         * FormCitation.[Ch]: changes associated with adding natbib support.
3722         New helper functions, string_width, fillChoice, updateStyle.
3723         (apply): set the citation command appropriately.
3724         (input): deal with the citation command choices.
3725         (update): parse the citation command and deal with it. Nuke the
3726         setSize stuff.
3727         (setSize): nuked!
3728
3729         * FormDocument.C (build): add options to use natbib.
3730
3731         * forms/form_citation.fd: add natbib support. Rearrange dialog to
3732         fit onto shorter screens.
3733
3734         * forms/form_document.fd: add natbib support.
3735
3736 2001-07-16  Juergen Vigna  <jug@sad.it>
3737
3738         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
3739
3740 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3741
3742         Consistent use of Lsstream.h:
3743         * FormAboutlyx.C (build):
3744         * FormVCLog.C (update): std::ostringstream -> ostringstream.
3745
3746         * FormMathsDelim.C (apply):
3747         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
3748
3749 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3750
3751         * implement 1 about lyx dialog instead of 3 separate ones
3752
3753         * FormCredits.[Ch]: removed
3754         * FormCopyright.[Ch]: removed
3755         * form_credits.[Ch]: removed
3756         * forms/form_credits.fd: removed
3757         * form_copyright.[Ch]: removed
3758         * forms/form_copyright.fd: removed
3759         * FormAboutlyx.[Ch]: added
3760         * form_aboutlyx.[Ch]: added
3761         * forms/form_aboutlyx.fd: added
3762         * Dialogs.C: add about lyx stuff
3763
3764 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3765
3766         * add spellchecker
3767
3768         * FormPreferences.[Ch]: rename spellchecker to spelloptions
3769         * form_preferences.[Ch]: idem
3770         * forms/form_preferences.fd: idem
3771         * FormSpellchecker.[Ch]: added
3772         * form_spellchecker.[Ch]: added
3773         * forms/form_spellchecker.fd: added
3774         * Dialogs.C: add spellchecker
3775
3776 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3777
3778         * FormFiledialog.C: (*it). -> it->
3779         * Toolbar_pimpl.C: ditto
3780         * RadioButtonGroup.C: ditto
3781         * FormPreferences.C: ditto
3782
3783 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3784
3785         * GUIRunTime.C (x11Display):
3786         (x11Screen):
3787         (x11Colormap):
3788         (x11VisualDepth): new methods
3789
3790 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3791
3792         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
3793         directly.
3794
3795         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
3796         because of this.
3797
3798         * GUIRunTime.C (createMainView): implement
3799
3800 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
3801
3802         * FormCharacter.C:
3803         * form_character.C:
3804         * forms/form_character.fd: hide the widget underneath language
3805           combox hack.
3806
3807 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
3808
3809         * FormPreferences.h:
3810         * FormPreferences.C: connect and operator
3811           showSpellcheckerPreferences signal
3812
3813         * FormPrint.C (input): modify to select radio_file
3814           when the user uses the filename input
3815
3816 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3817
3818         * combox.C (remove): send debug output to Debug::GUI.
3819
3820 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3821
3822         * Menubar_pimpl.C (create_submenu):
3823         * Toolbar_pimpl.C (update): update to use func_status
3824
3825 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
3826
3827         * FormPreferences.C (Path::feedback): remove bogus description of
3828         lyxpipe.
3829
3830 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
3831
3832         * xformsBC.h: clean-up of included files.
3833
3834 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
3835
3836         * FormDocument.C:
3837         * FormParagraph.C (c-tor): cosmetic name change of signal.
3838
3839         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
3840         signal. It's pretty crude at the moment! Mental note: would be more
3841         elegant if we passed a LyXParagraph & with both the signals rather than
3842         search through the Buffer.
3843
3844 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
3845
3846         * *.[h]: added // -*- C++ -*-
3847         * *.[C]: removed // -*- C++ -*-
3848
3849         * FormCharacter.C (update): now uses contents of font_, stored
3850         permanently by the controller to update() the dialog.
3851
3852 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
3853
3854         * FormInclude.C:
3855         * form_include.fd: (various places): Ok button is now activated when
3856         the filename is input from the keyboard.
3857
3858         * FormPreferences.C white-space change in various places.
3859         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
3860         that disabled addition of new converters.
3861
3862         * FormCharacter.C (input, update): new methods. Activate the Apply
3863         button when any of the input fileds are not IGNORE.
3864
3865 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3866
3867         * FormToc.C (input): change test slightly.
3868         (updateContents): clear list if empty and add no list msg.
3869
3870 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
3871
3872         * FormParagraph.C (update, general_update): enabling the align buttons
3873         is now dependent on the AlignPossible entry in the Layout.
3874
3875 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3876
3877         * MathsSymbols.C:
3878         * FormMathsMatrix.C: bring C functions into global namespace if
3879         necessary.
3880
3881 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3882
3883         * MathsSymbols.C (pixmapFromBitmapData): add std::
3884
3885         * FormMathsMatrix.C (AlignFilter): add std::
3886
3887 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
3888
3889         * FormDocument.C (build): add iso8859-15 support.
3890
3891 2001-05-08  Baruch Even  <baruch@lyx.org>
3892
3893         * Menubar_pimpl.C: Fixed compilation problem.
3894
3895 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3896
3897         * Menubar_pimpl.C (add_toc): use name and not type with float.
3898         (create_submenu): correct call of new object
3899         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
3900
3901 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3902
3903         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
3904
3905 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
3906
3907         * Dialogs.C: included insetgraphicsParams.h
3908
3909         * FormMathsMatrix.C:
3910         * FormMathsBitmap.C: included LAssert.h
3911
3912 2001-04-24  Allan Rae  <rae@lyx.org>
3913
3914         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
3915
3916 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3917
3918         * xforms_helpers.C (formatted): do not use string::substr(1) on a
3919         string of length 1 !
3920
3921 2001-04-16  Allan Rae  <rae@lyx.org>
3922
3923         * xforms_helpers.C (formatted):
3924         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
3925         as an unrecognised preprocessor directive.  So ensure they're wrapped.
3926
3927 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
3928
3929         * FormTabularCreate.C: pass a pair of uints to the controller
3930
3931         * FormVCLog.C: the log appears as a stringstream now
3932
3933         * forms/form_external.fd: make params update state (from Angus)
3934
3935 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3936
3937         * Menubar_pimpl.C: include gettext.h
3938
3939 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3940
3941         * xforms_helpers.C (formatted): constify length
3942
3943         * FormTabular.C (update): small restructure, adjust for scoped_ptr
3944         (input): adjust for scoped_ptr
3945         (input): constify str
3946
3947 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
3948
3949         * Dialogs.C: s/popup/dialog/
3950
3951         * Form*.C:
3952         * FormBase.h:
3953         * FormBase.C: s/ControlButton/ControlButtons/
3954         move bc().refresh() into base show() method
3955
3956         * Form*.C:
3957         * FormBaseDeprecated.C:
3958         s/UndoAll/restore/
3959
3960 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3961
3962         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
3963
3964         * FormToc.[Ch]:
3965         * forms/form_toc.fd: implemented controller-view split.
3966
3967         * Dialogs.C: associated changes.
3968
3969 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3970
3971         * FormCitation.C:
3972         * forms/form_citation.fd: Don't change the name of the button when
3973         toggling between regular expression and simple searches.
3974         Squashed bug when creating a new inset, the keys field contained
3975         one (empty) key. No more; thanks, Dekel.
3976
3977         * FormExternal.C:
3978         * forms/form_external.fd: added Apply button.
3979
3980 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3981
3982         * FormBase.[Ch]:
3983         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
3984         ControlButton.
3985
3986         * FormExternal.[Ch]:
3987         * forms/form_external.fd: implemented controller-view split.
3988
3989         * Dialogs.C: associated changes.
3990
3991         * FormGraphics.[Ch]:
3992         * FormInclude.[Ch]:
3993         * FormPrint.[Ch]:
3994         moved the browsing functionality into the controller.
3995
3996         * xforms_helpers.[Ch]: moved browseFile to
3997         ../controllers/helper_funcs.[Ch]
3998
3999         * FormCitation.C
4000         * forms/form_citation.fd: added case sensitive search button.
4001
4002 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
4003
4004         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
4005         Code moved into the generic template base class. Replaced
4006         setCancelCloseButton() with setButtonLabel().
4007
4008 2001-03-29  Juergen Vigna  <jug@sad.it>
4009
4010         * FormMinipage.C: removed widthp_ and all it's functions and changed
4011         to use new %-lengths of LyXLength.
4012
4013 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4014
4015         * FormGraphics.[Ch]:
4016         * forms/form_graphics.fd:
4017         * FormIndex.[Ch]:
4018         * forms/form_index.fd: implemented controller-view split.
4019
4020         * Dialogs.C: associated changes.
4021
4022         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
4023
4024         * FormCitation.C: changes associated with ControlCitation cleanup.
4025
4026         * FormMinipage.h: cleaned-up forward declarations.
4027
4028 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4029
4030         * FormMinipage.[Ch]:
4031         * forms/form_minipage.fd:
4032         * FormPrint.[Ch]:
4033         * forms/form_print.fd:
4034         * FormSplash.[Ch]: implemented controller-view split.
4035
4036         * Dialogs.C: associated changes.
4037
4038 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4039
4040         * FormPreamble.[Ch]:
4041         * forms/form_preamble.fd:
4042         * FormRef.[Ch]:
4043         * forms/form_ref.fd:
4044         * FormSearch.[Ch]:
4045         * forms/form_search.fd:
4046         * FormTabularCreate.[Ch]:
4047         * forms/form_tabular_create.fd: implemented controller-view split.
4048
4049         * Dialogs.C: associated changes.
4050
4051 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4052
4053         * FormError.[Ch]:
4054         * form_error.fd:
4055         * FormInclude.[Ch]:
4056         * form_include.fd:
4057         * FormUrl.[Ch]:
4058         * form_url.fd: implemented controller-view split.
4059
4060         * Dialogs.C: associated changes.
4061
4062         * FormBibitem.h:
4063         * FormBibtex.h:
4064         * FormCitation.h: moved methods from protected to private.
4065
4066 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4067
4068         * FormCredits.C (build): changes associated with
4069         ControlCredits::getCredits returning a stringstream not a vector<string>
4070
4071 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4072
4073         * FormCopyright.[Ch]:
4074         * forms/form_copyright.fd: implemented controller-view split.
4075
4076         * FormCredits.[Ch]:
4077         * forms/form_credits.fd: implemented controller-view split.
4078
4079         * Dialogs.C: associated changes.
4080
4081         * xforms_helpers.C (formatted): improved the function so that it now
4082         repects '\n' characters in the input string. Ie, the user can now
4083         specify line breaks explicitly.
4084
4085 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
4086
4087         * FormCharacter.[Ch]:
4088         * forms/form_character.fd: implemented controller-view split.
4089
4090         * Dialogs.C: associated changes.
4091
4092         * FormBase.C (input): changed return to SMI_VALID.
4093
4094         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
4095         any surrounding whitespace.
4096
4097 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4098
4099         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
4100         SMI_NOOP.
4101         (FormBase2): split into two template classes, FormDB (DialogBase) and
4102         FormCB (ControllerBase) for greater flexibility.
4103
4104         * FormBibitem.[Ch]:
4105         * FormBibtex.[Ch]:
4106         * FormCitation.[Ch]: associated changes.
4107
4108         * FormBrowser.[Ch]:
4109         * FormLog.[Ch]:
4110         * FormVCLog.[Ch]:
4111         * forms/form_browser.fd: implemented controller-view split.
4112
4113         * Dialogs.C: associated changes.
4114
4115 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
4116
4117         * FormBibtex.[Ch]:
4118         * forms/form_bibtex.fd: implemented controller-view split.
4119
4120         * Dialogs.C: associated changes.
4121
4122 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
4123
4124         * FormBaseDeprecated.[Ch]: rename title as title_.
4125
4126         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
4127         with limited functionality. It got lost in the MVC merge.
4128
4129         * FormBaseDeprecated.C:
4130         * FormBase.C (show): moved initialisation of minw_, minh_ here.
4131
4132         * FormBibitem.C (build):
4133         * FormBibtex.C (build):
4134         * FormBrowser.C (build):
4135         * FormCharacter.C (build):
4136         * FormCitation.C (build):
4137         * FormCopyright.C (build):
4138         * FormCredits.C (build):
4139         * FormDocument.C (build):
4140         * FormError.C (build):
4141         * FormExternal.C (build):
4142         * FormGraphics.C (build):
4143         * FormInclude.C (build):
4144         * FormIndex.C (build):
4145         * FormMinipage.C (build):
4146         * FormParagraph.C (build):
4147         * FormPreamble.C (build):
4148         * FormPreferences.C (build):
4149         * FormPrint.C (build):
4150         * FormRef.C (build):
4151         * FormSearch.C (build):
4152         * FormTabular.C (build):
4153         * FormTabularCreate.C (build):
4154         * FormToc.C (build):
4155         * FormUrl.C (build): removed initialisation of minw_, minh_.
4156
4157         * The Maths Panel stuff no longer causes a crash on exit from LyX.
4158
4159         * FormMaths.[Ch]:
4160         * forms/form_maths.fd: removed.
4161
4162         * forms/form_maths_delim.fd:
4163         * forms/form_maths_deco.fd:
4164         * forms/form_maths_matrix.fd:
4165         * forms/form_maths_space.fd:
4166         * forms/form_maths_panel.fd: new files.
4167         Split contents of form_maths.fd into 5 new files, one for each form.
4168
4169         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
4170         class FormMathsBitmap in FormMathsBitmap.[Ch].
4171
4172         * FormMathsPanel.[Ch]:
4173         * FormMathsBitmap.[Ch]:
4174         * FormMathsDeco.[Ch]:
4175         * FormMathsDelim.[Ch]:
4176         * FormMathsMatrix.[Ch]:
4177         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
4178         one for each popup. Rewrite so that all the new classes are derived from
4179         FormBaseBD. Clean up the logic in the process (I hope!).
4180
4181         * Makefile.am: added new fils, removed redundant ones.
4182
4183 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4184
4185         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
4186         (showInset): ditto
4187         (updateInset): ditto
4188
4189 2001-03-16  Juergen Vigna  <jug@sad.it>
4190
4191         * Dialogs.C (Dialogs): create minipage options dialog.
4192
4193         * forms/form_minipage.fd:
4194         * form_minipage.C:
4195         * form_minipage.h:
4196         * FormMinipage.C:
4197         * FormMinipage.h: new files for the minipage options dialog.
4198
4199 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
4200
4201         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
4202         callback methods.
4203
4204         * forms/form_maths.fd: change C_FormBaseCancelCB to
4205         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
4206
4207 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
4208
4209         * FormMaths.C: quash warnings
4210
4211 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4212
4213         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
4214         compatibility.
4215
4216 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
4217
4218         * Form_various.h: cleaned up #includes and forward declarations.
4219
4220         * Form_various.C: added "using SigC::slot" declaration.
4221
4222         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
4223
4224         * FormDocument.C (CheckChoiceClass): removed string tct as the
4225         compiler warned that it was defined but never used.
4226         removed USE_CLASS_COMBO.
4227
4228 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
4229
4230         * Dialogs.C:
4231         * FormMaths.h:
4232         * FormMaths.C:
4233         * MathsSymbols.h:
4234         * MathsSymbols.C:
4235         * Makefile.am:
4236         * Toolbar_pimpl.C:
4237         * form_*.C:
4238         * forms/makefile:
4239         * forms/form_maths.fd:
4240         * forms/fdfixc.sed:
4241         * forms/fdfix.sh: add maths panel
4242
4243         * bmtable.h:
4244         * bmtable.c: moved from src/
4245
4246 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4247
4248         * FormParagraph.h: NO_PEXTRA
4249         * FormParagraph.C (input): NO_PEXTRA
4250
4251 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4252
4253         * several files: remove CXX_WORKING_NAMESPACES
4254
4255 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4256
4257         * Merging changes from BRANCH_MVC back into HEAD.
4258
4259 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4260
4261         * Dialogs.C (c-tor): Changes associated with storing a vector of
4262         boost::shared_ptrs.
4263         Use MVC Bibitem popup.
4264
4265         * FormBase.h: add a new template class FormBase2, derived from FormBase
4266         to make life creating MVC popups even easier ;-)
4267
4268         * FormBibitem.[Ch]:
4269         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
4270         Proof that a simple popup should be easy to implement!
4271
4272         * FormCitation.[Ch]: now derived from FormBase2.
4273
4274         * FormToc.C: added using std::vector directive.
4275
4276 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
4277
4278         * FormSearch.C: Add missing #pragma
4279
4280 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4281
4282         * FormCitation.C:
4283         * forms/form_citation.fd: added the ability to Search, both Simply and
4284         for Regular Expressions. Use the Search code in the controller() to do
4285         the actual searching.
4286
4287 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
4288
4289         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
4290         * forms/makefile: added form_credits.fd
4291
4292         * Dialogs.C: added FormCredits and removed ShowCredits.
4293
4294         * FormCredits.[Ch]:
4295         * forms/form_credits.fd:
4296         * forms/form_search.fd: ported to the MVC way.
4297
4298 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4299
4300         * xforms_helpers.h (formatted): now has default arguments for size and
4301         style.
4302
4303         * FormCitation.[Ch]: moved code out of this class and into
4304         ControlCitation and associated helper funcs.
4305
4306 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4307
4308         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
4309         ButtonController::valid() to check state of input. The buttons are
4310         now controlled correctly.
4311
4312         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
4313
4314 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4315
4316         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
4317
4318         * FormBase.[Ch]: rename title as title_.
4319
4320 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
4321
4322         * FormBase.C (c-tor): initialise variables in correct order.
4323
4324         * FormCitation.C: add #include <algorithm>
4325
4326 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
4327
4328         * xformsBC.[Ch]: Changes associated with the changes to
4329         controllers/ButtonController.[Ch]. Ie, the class is now derived from
4330         ButtonControllerBase and the ButtonPolicy is accessed through a method
4331         bp() rather than the instance bp_.
4332
4333         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
4334         rather use a pure virtual method bc() to access the controller
4335         instantiated by the daughter classes.
4336
4337         * F*.[Ch]: changes associated with the above.
4338
4339 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
4340
4341         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
4342
4343         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
4344
4345 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
4346
4347         * ButtonController.[Ch]: deleted. The class is split into two
4348         (with identical functionality), the code being found in
4349         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
4350
4351         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
4352         ButtonController class.
4353
4354         * FormBase.[Ch]: changes associated with the above split.
4355
4356         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
4357         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
4358         controlling all interaction to/from the LyX kernel.
4359
4360         * FormCitation.[Ch]:
4361         * forms/form_citation.fd: An xforms-specific implementation of the
4362         Citation dialog, controlled by the GUI-I ControlCitation.
4363
4364         * Dialogs.C: Use the controlled Citation dialog.
4365
4366 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
4367
4368         * Makefile.am:
4369         * combox.h:
4370         * combox.C: moved from src/
4371
4372 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4373
4374         * forms/fdfix.sh:
4375         * forms/form_filedialog.C.patch: I hate having to make these patches,
4376         but on reflection I think it's probably better than hacking fdfix.sh.
4377
4378 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4379
4380         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
4381
4382 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
4383
4384         * FormGraphics.C: remove unnecessary hack
4385
4386 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4387
4388         * FormCitation.C (apply): Do not put space between multiple keys.
4389
4390 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
4391
4392         * Menubar_pimpl.C (add_toc): Remove debug message.
4393
4394 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4395
4396         * Makefile.am:
4397         * Dialogs.C:
4398         * FormExternal.C:
4399         * FormExternal.h:
4400         * form_external.C:
4401         * form_external.h:
4402         * xforms/forms/makefile:
4403         * forms/form_external.fd: add FormExternal
4404
4405 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4406
4407         * Dialogs.C: add destroySplash()
4408
4409         * form_splash.h:
4410         * form_splash.C:
4411         * forms/form_splash.fd:
4412         * FormSplash.h:
4413         * FormSplash.C: make independent of FormBase, tidy
4414
4415         * Menubar_pimpl.C: destroy splash on interaction
4416
4417 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4418
4419         * FormInclude.h:
4420         * FormInclude.C:
4421         * form_include.h:
4422         * form_include.C:
4423         * forms/form_include.fd: rework, clean up
4424
4425 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4426
4427         * FormToc.h: use Buffer::typedef
4428
4429         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
4430         * FormToc.C (build): ditto
4431         (updateToc): ditto
4432
4433 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4434
4435         * FormToc.C (build): implement for dynamic number of lists
4436         (updateToc): ditto
4437         * Menubar_pimpl.C (add_toc): ditto
4438
4439 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
4440
4441         * added credits:
4442         * Dialogs.C:
4443         * Makefile.am:
4444         * FormCredits.[Ch]:
4445         * form_credits.[Ch]:
4446         * forms/form_credits.fd:
4447
4448 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4449
4450         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
4451         make ButtonList contain boost::shared_ptr<ItemInfo>
4452
4453         * Menubar_pimpl.C (~Pimpl): remove destructor
4454
4455 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4456
4457         * Makefile.am:
4458         * FileDialog.C:
4459         * FormFiledialog.C:
4460         * FormFiledialog.h:
4461         * form_filedialog.C:
4462         * form_filedialog.h:
4463         * FormGraphics.C:
4464         * FormInclude.C:
4465         * FormPreferences.C:
4466         * FormPrint.C:
4467         * xforms_helpers.C:
4468         * xforms_helpers.h:
4469         * forms/fdfix.sh:
4470         * forms/makefile:
4471         * form/form_filedialog.fd: add File Dialog
4472         * Toolbar_pimpl.h:
4473         * Toolbar_pimpl.C: move LayoutsCB to here
4474
4475 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4476
4477         * FormParagraph.C: changes because of ParagraphParameters.
4478
4479 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4480
4481         * FormSearch.C (Replace): remove default argument
4482         (Find): ditto
4483
4484 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4485
4486         * added find/replace dialog:
4487         * FormSearch.*: added
4488         * form_search.*: added
4489         * forms/form_search.fd: added
4490
4491 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4492
4493         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
4494
4495         * various: in a rush of delayed guilt, I've renamed all instances of
4496         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
4497         finally sprouted.
4498
4499         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
4500         activate/deactivate an FL_OBJECT.
4501
4502         * FormCitation.C:
4503         * FormDocument.C:
4504         * FormInclude.C:
4505         * FormParagraph.C:
4506         * FormPreamble.C:
4507         * FormPreferences.C:
4508         * FormRef.C:
4509         * FormTabular.C: used it.
4510
4511 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4512
4513         * FormPreferences.C: removed three unused using directives.
4514
4515 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4516
4517         * added find/replace dialog:
4518         * FormSearch.*: added
4519         * form_search.*: added
4520         * forms/form_search.fd: added
4521
4522 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
4523
4524         * FormRef.C: Fixed the behaviour of Goto-Ref.
4525
4526 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
4527
4528         * forms/makefile: added character and preamble dialogs
4529
4530 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4531
4532         * FormCharacter.C (FormCharacter): change order of deletion,
4533         change combo_language2 to combo_language2_
4534
4535 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
4536
4537         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
4538
4539 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
4540
4541         * Dialogs.C: added layoutcharacter
4542         * FormCharacter.C: added
4543         * FormCharacter.h: added
4544         * form_character.C: added
4545         * form_character.h: added
4546         * forms/form_character.fd: added
4547
4548 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
4549
4550         * FormPreferences.C: Handle lyxrc.language_use_babel and
4551         lyxrc.language_global_options.
4552
4553 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
4554
4555         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
4556
4557 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
4558
4559         * FormBase.C: no longer transient dialogs, XMapWindow()
4560           in attempt to de-iconify
4561
4562         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
4563
4564 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
4565
4566         * FormDocument.C (checkMarginValues): Activate "use geometry" button
4567         if using custom paper size/margin.
4568
4569 2001-02-21  Allan Rae  <rae@lyx.org>
4570
4571         * forms/form_preferences.fd: larger, bold font for outer tabfolder
4572
4573 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
4574
4575         * src/frontends/xforms/Dialogs.C: added preamble
4576         * src/frontends/xforms/FormPreamble.C: added
4577         * src/frontends/xforms/FormPreamble.h: added
4578         * src/frontends/xforms/Makefile.am: added
4579         * src/frontends/xforms/form_preamble.C: added
4580         * src/frontends/xforms/form_preamble.h: added
4581         * src/frontends/xforms/form_preamble.fd: added
4582
4583 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4584
4585         * FormBase.h: moved noncopyable derivation to DialogBase.
4586
4587 2001-02-19  Juergen Vigna  <jug@sad.it>
4588
4589         * FormTabular.C (build): make all input field accepted only after
4590         a "RETURN".
4591
4592         * forms/form_tabular.fd: removed default "Return" on Close-Button.
4593
4594 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4595
4596         * FormError.C:
4597         * FormGraphics.C:
4598         * FormInset.C (showInset): change associated with name change
4599         inset::hide to inset::hideDialog.
4600
4601 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4602
4603         * FormCitation.C (build): altering "Text after" now activates the Ok,
4604         Apply buttons.
4605
4606 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
4607
4608         * FormCitation.C: lots of white-space changes to make file consistent
4609         with LyX style.
4610         (input): use the FL_OBJECT * parameter to decide what to do, not the
4611         long parameter.
4612
4613         * FormCitation.h: removed most entries in enum.
4614
4615         * forms/form_citation.fd: change names of variables, consistent with
4616         Allan's naming scheme.
4617         Don't pass any particular arguments to the InputCB function.
4618         choice_style now triggers a callback and looks like other choices.
4619
4620 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4621
4622         * other: use compare instead of strcmp/strncmp
4623
4624 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
4625
4626         * ButtonController.[Ch]: changed trigger_change_ vector and associated
4627         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
4628         callback to InputCB() but don't trigger a change in the state of the
4629         Ok, Apply buttons are much rarer than those that do.
4630
4631         * FormCitation.C (build): associated change.
4632
4633 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4634
4635         * ButtonController.C: include algorithm
4636
4637 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4638
4639         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
4640         new methods.
4641         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
4642         the vector of FL_OBJECT *s that can trigger a change in the button state
4643         is not empty, then a change of state will occur only if the FL_OBJECT *
4644         is present in this vector.
4645
4646         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
4647         the user to deactivate specific fields within restore().
4648         (InputCB): pass the FL_OBJECT * to bc_.valid().
4649
4650         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
4651         trigger a change of state in the Ok,Apply buttons.
4652         (update): bc_.readOnly() to the start of the method. Similar reasoning
4653         to that for FormBase::RestoreCB, above.
4654
4655 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4656
4657         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
4658         IgnorantPolicy.
4659
4660         * forms/form_browser.fd:
4661         * forms/form_copyright.fd:
4662         * forms/form_error.fd:
4663         * forms/form_tabular.fd:
4664         * forms/form_toc.fd:
4665         Consistent shortcuts for Close button: Esc and Return only.
4666
4667         * forms/form_citation.fd:
4668         * forms/form_document.fd:
4669         * forms/form_index.fd:
4670         * forms/form_paragraph.fd:
4671         * forms/form_preferences.fd:
4672         * forms/form_print.fd:
4673         * forms/form_ref.fd:
4674         * forms/form_tabular_create.fd:
4675         * forms/form_url.fd:
4676         Consistent shortcut for Cancel button: Esc only.
4677
4678 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
4679
4680         * Dialogs.C: new Splash. Include, Bibitem/tex
4681
4682         * FormBase.h: make show() virtual for Splash's benefit
4683
4684         * Makefile.am:
4685         * forms/makefile:
4686         * FormBibitem.C:
4687         * FormBibitem.h:
4688         * FormBibtex.C:
4689         * FormBibtex.h:
4690         * form_bibitem.C:
4691         * form_bibitem.h:
4692         * form_bibtex.C:
4693         * form_bibtex.h:
4694         * forms/form_bibitem.fd:
4695         * forms/form_bibtex.fd:
4696         * FormInclude.C:
4697         * FormInclude.h:
4698         * form_include.C:
4699         * form_include.h:
4700         * forms/form_include.fd:
4701         * FormSplash.C:
4702         * FormSplash.h:
4703         * form_splash.C:
4704         * form_splash.h:
4705         * forms/form_splash.fd: new forms
4706
4707 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
4708
4709         * FormLog.C: handle Literate build log nicely
4710
4711 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4712
4713         * Menubar_pimpl.C: remove support for reference menuitem type.
4714
4715 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
4716
4717         * Makefile.am:
4718         * Timeout_pimpl.h:
4719         * Timeout_pimpl.C: add Timeout implementation
4720
4721 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
4722
4723         * form_browser.h:
4724         * form_browser.C:
4725         * forms/form_browser.fd:
4726         * forms/makefile:
4727         * FormBrowser.C:
4728         * FormBrowser.h: readonly browser form
4729
4730         * FormLog.C:
4731         * FormLog.h:
4732         * FormVCLog.C:
4733         * FormVCLog.h:
4734         * Dialogs.C: add Log and VCLog
4735
4736         * Makefile.am: add Log and VCLog, add updatesrc target
4737
4738 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4739
4740         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
4741
4742 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4743
4744         * FormPreferences.C (GetFrom): fix crash when there is no format
4745         defined.
4746         (GetTo): ditto.
4747
4748 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
4749
4750         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
4751         unsigned char correctly and so fix 2 bugs loading/changing colors.
4752
4753 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
4754
4755         * FormRef.C (update): Do not update dialog_->{ref,name,type}
4756         if inset_ == 0.
4757         Deactivate the type button when buffer is LinuxDoc/Docbook
4758         (build): Uncomment calls to addReadOnly().
4759         (updateBrowser) Do not disable the update button when there are no
4760         keys.
4761         (build, getType, getName): Use InsetRef::types.
4762
4763 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
4764
4765         * FormPrint.[Ch] (browse): new method to browse for file to print to.
4766
4767         * forms/form_print.fd: give the form a Browse button.
4768
4769 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
4770
4771         * FormRef.C (input): Fix the behavior of goto reference button.