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