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