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