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