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