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