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