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