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