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