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