]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
d7a35da6ae278010dbf43c7e0e6d5f0673fb3b05
[lyx.git] / src / frontends / xforms / ChangeLog
1 2004-04-29  Angus Leeming  <leeming@lyx.org>
2
3         * FormGraphics.C (apply): don't get caught in a loop when mapping
4         the angle into -360 -> 360 degrees.
5
6 2004-04-28  Angus Leeming  <leeming@lyx.org>
7
8         * LayoutEngine.C (updateMetrics): respect the visible() flag when
9         positioning the widgets.
10
11         * XFormsToolbar.[Ch]: rewrite code to derive from a single Toolbar or
12         LayoutBox. Leads to multiple, dynamically visible toolbars in the
13         xforms frontend.
14
15         * XFormsView.[Ch]: small changes due to changed Toolbar API.
16
17 2004-04-28  Angus Leeming  <leeming@lyx.org>
18
19         * LayoutEngine.[Ch]: a layout engine for xforms, drawing heavily
20         on GTK+ code for inspiration.
21
22         * Makefile.am: add new files.
23
24         * WorkAreaFactory.C (create): no longer pass x,y data to XWorkArea.
25
26         * XFormsMenubar.[Ch]:
27         * XFormsToolbar.[Ch]:
28         * XFormsView.[Ch]:
29         * XMiniBuffer.[Ch]:
30         * XWorkArea.[Ch]: adjustments to use the new layout engine.
31
32 2004-04-28  Angus Leeming  <leeming@lyx.org>
33
34         * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
35
36         * XWorkArea.[Ch] (c-tor): now receives a LyXView &.
37
38 2004-04-28  Angus Leeming  <leeming@lyx.org>
39
40         * combox.c (combox_handle): reset the x,y data for the sub-objects
41         on receipt of an FL_DRAWLABEL event. Ensures that all is Ok
42         after the combox has been re-positioned with fl_set_object_position.
43
44 2004-04-19  Angus Leeming  <leeming@lyx.org>
45
46         * FormPreferences.C:
47         * forms/form_preferences.fd: changes due to changes to LyXRC::preview.
48
49 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
50
51         * FormPreferences.C, forms/form_preferences.fd: add editor to format
52         * FormGraphics.C, forms/form_graphics.fd: add Edit button
53
54 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
55
56         * XPainter.[Ch]: adjust to changes in Painter.h
57
58 2004-04-05  Angus Leeming  <leeming@lyx.org>
59
60         * Dialogs.C (build): set the preferences dialog button policy to
61         PreferencesPolicy.
62
63 2004-05-04  Angus Leeming  <leeming@lyx.org>
64
65         * FormExternal.C (build):
66         * FormGraphics.C (build): use buildChoiceLengthString rather than
67         choice_Length_All.
68
69         * xforms_helpers.[Ch]: remove choice_Length_WithUnit (unused).
70         Replace choice_Length_All with buildChoiceLengthString,
71         which builds the string dynamically from lengthcommon.h's
72         unit_name_gui.
73
74 2004-03-31  Angus Leeming  <leeming@lyx.org>
75
76         * Dialogs2.C:
77         * FormBase.[Ch]: removed.
78
79         * Makefile.am: adjusted to suit.
80
81 2004-03-31  Angus Leeming  <leeming@lyx.org>
82
83         * forms/form_search.fd: s/C_FormBase/C_FormDialogView_/ and thereby
84         fix a crash when invoking the dialog's callback functions.
85
86 2004-03-31  Angus Leeming  <leeming@lyx.org>
87
88         * Dialogs.C (build): added preamble dialog.
89         * Dialogs2.C (showPreamble): removed.
90
91         * FormPreamble.[Ch]:
92         * forms/form_preamble.fd: converted to the Dialog-based scheme.
93
94 2004-03-31  Angus Leeming  <leeming@lyx.org>
95
96         * Dialogs.C (build): added spellchecker dialog.
97         * Dialogs2.C (showSpellchecker): removed.
98
99         * FormSpellchecker.[Ch]:
100         * forms/form_spellchecker.fd: converted to the Dialog-based scheme.
101
102 2004-03-31  Angus Leeming  <leeming@lyx.org>
103
104         * Dialogs.C (build): added preferences dialog.
105         * Dialogs2.C (showPreferences): removed.
106
107         * FormPreferences.[Ch]:
108         * forms/form_preferences.fd: converted to the Dialog-based scheme.
109
110 2004-03-31  Angus Leeming  <leeming@lyx.org>
111
112         * FormPreferences.[Ch]: changes due to the changed ControlPrefs
113         interface.
114
115 2004-03-30  Angus Leeming  <leeming@lyx.org>
116
117         * Dialogs.C (build): added document dialog.
118         * Dialogs2.C (showDocument): removed.
119
120         * FormDocument.[Ch]:
121         * fomrs/form_document.fd: converted to the Dialog-based scheme.
122
123 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
124
125         * FormBibtex.C:
126         * FormDocument.[Ch]:
127         * forms/form_bibtex.fd: bibtopic support.
128         * forms/form_document.fd: radio default/natbib/jurabib.
129
130         * FormPreferences.C:
131         * forms/form_preferences.fd: customize bibtex call.
132
133         * FormFloat.C:
134         * forms/form_float.fd:
135         add support for sidewaysfloats
136         fix enabling of placement values (bug 1016)
137
138 2004-03-28  Angus Leeming  <leeming@lyx.org>
139
140         * Dialogs.C (build): added print dialog.
141         * Dialogs2.C (showPrint): removed.
142
143         * FormPrint.[Ch]:
144         * forms/form_print.fd: converted to the Dialog-based scheme.
145
146 2004-03-27  Angus Leeming  <leeming@lyx.org>
147
148         * Dialogs.C (build): added sendto, dialog.
149         * Dialogs2.C (showSendto): removed.
150
151         * FormSendto.[Ch]:
152         * forms/form_sendto.fd: converted to the Dialog-based scheme.
153
154 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
155
156         * XLyXKeySym.C (print): new method; print a keysym using
157         kb_keymap::printKeySym.
158
159 2004-03-17  Angus Leeming  <leeming@lyx.org>
160
161         * Dialogs2.C, FormForks.[Ch], Makefile.am:
162         * forms/Makefile.am, forms/form_forks.fd:
163         remove mention of the forks dialog.
164
165 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
166
167         * FormCitation.C:
168         * FormDocument.C:
169         * forms/form_document.fd: support jurabib.
170
171 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
172
173         * FormCitation.C: Support second \cite option.
174
175 2004-03-05  Martin Vermeer  <martin.vermeer@hut.fi>
176
177         * FormDocument.C: fix user interface to branch activation
178
179 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
180
181         * FormPreferences.C, forms/form_preferences.fd: remove use_tempdir
182
183 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
184
185         * FormDocument.C:
186         * forms/form_document.fd: get rid of the single/double
187         quote toggle (accessible via lfuns now).
188
189 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
190
191         * FormFloat.C (update): "c" -> 'c' in calls to contains
192
193         * FormDocument.C (build): use boost::bind instead of bind2nd, use
194         contains<char> instead of contains_functor
195         * FormParagraph.C (build): ditto
196         * FormTabular.C (build): ditto
197         * FormVSpace.C (build): ditto
198
199 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
200
201         * RadioButtonGroup.C (is_set_button): inherit from
202         std::unary_function
203
204 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
205
206         * XFormsToolbar.C: add using statement for std::distance
207
208         * XFormsMenubar.C: add using statement for std::distance
209
210 2004-01-25  Angus Leeming  <leeming@lyx.org>
211
212         * Dialog.C (build): add the "findreplace" dialog.
213         * Dialogs2.C (showSearch): removed.
214
215         * FormSearch.[Ch]: derive from FormDialogView rather than from FormBase.
216
217 2004-01-08  Angus Leeming  <leeming@lyx.org>
218
219         * FileDialog.C (open, save):
220         * FormFileDialog:
221         the file filter mask is now passed as a FileFilterList rather than
222         as a string.
223
224         * QExternalDialog.C (browseClicked):
225         * QGraphicsDialog.C (browse_clicked):
226         * QInclude.C (browse):
227         changes doe to the name change controller().Browse() to
228         controller().browse().
229
230 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
231
232         * FormForks.C: make FindPID adaptable and constify operator()
233
234         * FormFiledialog.C: make comp_direntry adaptable
235
236 2004-01-05  Angus Leeming  <leeming@lyx.org>
237
238         * FormFiledialog.C (glob2regex, globMatch): removed.
239         (Reread): use lyx::support::expand_globs instead.
240
241 2004-01-02  Angus Leeming  <leeming@lyx.org>
242
243         * forms/fdfix.sh: no need to assume that the fdfix files are in
244         the same directory as the .fd files. Rather assume that all fdfix
245         files are in the same directory as each other.
246
247 2004-01-02  Angus Leeming  <leeming@lyx.org>
248
249         * combox.h: correct a couple of spelling mistakes in the comments.
250
251 2004-01-02  Angus Leeming  <leeming@lyx.org>
252
253         * FormFiledialog.C (globMatch): prevent crash when using an invalid
254         glob.
255         (getRegex): renamed as glob2regex.
256
257         * FileDialog.C (open): remove the block of old code that splits the
258         filter into a description and a glob using '|' as the delimiter.
259
260 2003-12-28  Angus Leeming  <leeming@lyx.org>
261
262         * xforms_helpers.C (read, write): output a diagnostic message if
263         we fail to open preferences.xform for read/write.
264
265 2003-12-15  Angus Leeming  <leeming@lyx.org>
266
267         * Color.h (NamedColor): store both the LyX and the GUI name.
268
269         * FormPreferences.h: Remove unused structs SortColorsByName,
270         SortColorsByColor. Remove unused #include "xforms_helpers.h".
271
272         * Dialogs2.C: add #include "xforms_helpers.h".
273
274         * FormPreferences.C: when manipulating the colors of the GUI use the
275         LyX name, rather than the translated GUI name, to identify the
276         associated LColor::color.
277
278 2003-12-14  Angus Leeming  <leeming@lyx.org>
279
280         * FormBranch.C: use the List interface to BranchList, simplifying the
281         code.
282
283         * FormDocument.C: overhaul the branch code, using the List
284         interface to BranchList and factoring repeated blocks into two
285         new helper functions.
286
287         * lyx_gui.C (update_color): ensure the GC is up to date.
288
289 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
290
291         * FormMinipage.[Ch]:
292         * forms/form_minipage.fd: remove from repository.
293         * Dialogs.C:
294         * Makefile.am:
295         * forms/Makefile.am: remove minipage.
296
297 2003-12-10  Angus Leeming  <leeming@lyx.org>
298
299         * FormExternal.C, forms/form_external.fd: add a 'draft' check box
300         and use it to fill InsetExternalParams::draft.
301
302 2003-12-10  Angus Leeming  <leeming@lyx.org>
303
304         * FormNote.C: changes due to the change of type of InsetNoteParams::type
305         from string to an enum.
306
307         * FormNote.[Ch]:
308         * forms/form_note.fd: re-work so that it has a similar appearance to
309         that of the Qt frontend.
310
311 2003-12-05  Angus Leeming  <leeming@lyx.org>
312
313         * FormVCLog.[Ch]: removed.
314
315         * Makefile.am: remove all mention of these files.
316
317 2003-12-05  Angus Leeming  <leeming@lyx.org>
318
319         * FormLog.C: much simplified, thanks to the more powerful interface
320         of ControlLog.
321
322         * Dialogs.C: no need anymore to build a separate VCLog dialog.
323
324 2003-12-05  Angus Leeming  <leeming@lyx.org>
325
326         * forms/form_external.fd: try and mimic Jürgen's changes to
327         ui/QExternalDialogBase.ui.
328
329 2003-12-05  Angus Leeming  <leeming@lyx.org>
330
331         * FormExternal.[Ch]:
332         * forms/form_external.fd: a total overhaul. In addition, the
333         dialog can now manipulate the transform data (rotate, scale, crop).
334
335 2003-12-05  Angus Leeming  <leeming@lyx.org>
336
337         * FormVSpace.C (apply): remove unnecessary test on form().
338         (input): correct spelling.
339
340         * xforms_helpers.C (updateWidgetsFromLengthString): add some asserts.
341
342 2003-12-04  Angus Leeming  <leeming@lyx.org>
343
344         * checkwidgets.[Ch]: add 'xforms/' to the file header so that
345         doxygen remains happy in the future.
346
347 2003-12-03  Angus Leeming  <leeming@lyx.org>
348
349         * forms/Makefile.am: use 'standard' make syntax rather than gnu-isms.
350
351 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
352
353         * forms/form_box.fd: fix parbox/minipage radio button behaviour
354
355 2003-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
356
357         * Makefile.am (stamp-xpm): remove stray 'if'
358
359 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
360
361         * FormVSpace.C: remove VSPACE::NONE.
362
363 2003-11-29  Angus Leeming  <leeming@lyx.org>
364
365         * Makefile.am (stamp-forms, stamp-xpm): don't use "if test return
366         status; then... fi" but rather use the return status direct.
367
368 2003-11-29  Angus Leeming  <leeming@lyx.org>
369
370         * FormVSpace.C
371         * forms/form_vspace.fd: follow Jürgen Spitzmüller's lead in QVSpace
372         and add a 'keep' option.
373
374 2003-11-28  Michael Schmitt  <michael.schmitt@teststep.org>
375
376         * src/frontends/xforms/forms/form_box.fd:
377         * src/frontends/xforms/FormMinipage.C:
378         * src/frontends/xforms/FormDocument.C:
379         * src/frontends/xforms/FormBox.C: fix capitalization in
380         messages; harmonize messages of different dialogs
381
382 2003-11-28  Angus Leeming  <leeming@lyx.org>
383
384         * FormVSpace (build): fill the 'choice_space' widget. Enable the other
385         two widgets when it is set to 'Length.
386
387 2003-11-28  André Pönitz  <poenitz@gmx.net>
388
389         * FormsVSpace.[Ch]: new file
390         * forms/form_vspace.fd: new file
391
392 2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
393
394         * forms/form_maths_panel.fd (label): replace label "Greek" by
395         "abg" for alpha beta gamma.
396
397         * forms/form_tabular.fd (label):
398         * FormDocument.C (build): remove use of latin1 in
399         some translatable strings. This confuses gettext.
400
401 2003-11-20  Angus Leeming  <leeming@lyx.org>
402
403         * ColorHandler.C (ctor):
404         * FormNote.C (build, update): squash warnings about comparison of
405         signed, unsigned.
406
407 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
408
409         * FormSearch.C: adjust to spellcheck changes
410
411 2003-10-27  André Pönitz  <poenitz@gmx.net>
412
413         * FormParagraph.C:
414         * forms/form_paragraph.fd: remove [line|pagebreak]_[above|below]
415
416 2003-10-24  Martin Vermeer  <martin.vermeer@hut.fi>
417
418         * FormMathsDelimiters.C: fixed borkage of this panel
419
420 2003-10-22  Angus Leeming  <leeming@lyx.org>
421
422         * FormExternal.C:
423         * ui/QExternalDialogBase.ui: enable the user to choose to 'preview' the
424         external file.
425
426 2003-10-14  Angus Leeming  <leeming@lyx.org>
427
428         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
429         (LyX_XErrHandler): LyX::emergencyCleanup is no longer a static function.
430         Access through LyX::cref().emergencyCleanup().
431
432 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
433
434         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
435         remove_datasocket_callback, remove_serversocket_callback):
436         functions to inform the core when the socket has changed state.
437
438 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
439
440         * lyx_gui.C (start): adjust for dispatch change
441
442 2003-10-07  Angus Leeming  <leeming@lyx.org>
443
444         * FormExternal.[Ch]:
445         * forms/form_external.fd: allow the user to alter the extradata
446         field of InsetExternal::Params.
447
448 2003-10-07  Angus Leeming  <leeming@lyx.org>
449
450         * FormExternal.C: InsetExternal::Params -> InsetExternalParams.
451
452 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
453
454         * Dialogs.C:
455         * FormBox.C:
456         * FormBox.h:
457         * Makefile.am:
458         * forms/Makefile.am:
459         * forms/form_box.fd: The Box patch. Fancybox support, minipage,
460         parbox
461
462 2003-10-01  Angus Leeming  <leeming@lyx.org>
463
464         * FormExternal.C (updateComboChange): changes due to the
465         introduction of namespace lyx::external.
466
467 2003-09-29  Angus Leeming  <leeming@lyx.org>
468
469         * FormGraphics.C: remove incorrect comment.
470         * forms/form_graphics.fd: prettify a little.
471
472 2003-09-26  Angus Leeming  <leeming@lyx.org>
473
474         * FormFiledialog.C (regexMatch): renamed as globMatch.
475
476 2003-09-25  Angus Leeming  <leeming@lyx.org>
477
478         * FormFiledialog.C (regexMatch): moved here from lstrings.[Ch] because
479         this is the only place using this 'massaged' regex.
480
481 2003-09-25  Angus Leeming  <leeming@lyx.org>
482
483         * FormExternal.C (update, apply): InsetExternal::Params::
484         templatename now has accessor functions.
485
486 2003-09-24  Martin Vermeer  <martin.vermeer@hut.fi>
487
488         * FormNote.C: generalize loop end/vector size
489
490 2003-09-23  Angus Leeming  <leeming@lyx.org>
491
492         * FormExternal.C (updateComboChange): use formatted to ensure that the
493         help text fits in the browser.
494
495 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
496
497         * XFormsToolbar.C: adjust
498
499         * XFormsMenubar.C (create_submenu): change to update a cache of
500         FuncRequest for the MenuItems.
501         (MenuCallback): adjust
502
503         * lyx_gui.C (parse_init): fix new bug
504
505         * XFormsToolbar.C (XFormsToolbar): fix new bug
506
507         * LyXKeySymFactory.C (create): fix new bug
508
509         * FormDialogView.C (FormDialogView): fix new bug
510
511         * FormBase.C (FormBase): fix new bug
512
513         * FileDialog.C (FileDialog): fix new bug
514
515 2003-09-19  Angus Leeming  <leeming@lyx.org>
516
517         * FormInclude.C: changes dues to the changed storage in InsetInclude,
518         from an InsetInclude::params to an InsetCommandParams.
519
520 2003-09-18  Angus Leeming  <leeming@lyx.org>
521
522         * FormInclude.C (apply): No need to set InsetInclude::Params::flag;
523         the variable has been removed. Instead, set the command name directly.
524
525 2003-09-18  Angus Leeming  <leeming@lyx.org>
526
527         * Color.C:
528         * Color.h:
529         * ColorHandler.C:
530         * ColorHandler.h:
531         * FormCharacter.h:
532         * XPainter.C:
533         * XPainter.h:
534         * lyx_gui.C: rename EnumLColor as LColor_color.
535
536 2003-09-16  Angus Leeming  <leeming@lyx.org>
537
538         * xformsImage.[Ch]: separate interface from implementation. Make all the virtual
539         functions private.
540
541 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
542
543         * lyx_gui.C: use namespace alias for lyx::support::os
544
545 2003-09-16  Angus Leeming  <leeming@lyx.org>
546
547         * FormDocument.C: add #include "LColor.h".
548
549 2003-09-16  Angus Leeming  <leeming@lyx.org>
550
551         * FormCharacter.C, FormPreferences.C, lyx_gui.C, xfont_loader.C:
552         add #include "LColor.h".
553
554 2003-09-15  Angus Leeming  <leeming@lyx.org>
555
556         * Color.C:
557         * ColorHandler.C:
558         * XPainter.C:
559         * xformsImage.C
560         * xscreen.C: add #include "LColor.h".
561
562         * Color.h: remove #include "LColor.h".
563
564         * Color.[Ch] (getRGBColor):
565         * ColorHandler.[Ch] (colorPixel, getGCForeground, getGCLinepars, updateColor):
566         pass EnumLColor args, rather than LColor::color ones.
567
568         * FormCharacter.h: store vector<EnumLColor> color_.
569
570         * XPainter.[Ch] (point, line, lines, rectangle, fillPolygon):
571
572         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
573         than LColor::color ones.
574
575         * xformsImage.C:
576
577 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
578
579         * Color.C
580         * FormMathsDelim.C
581         * FormMathsMatrix.C
582         * lyx_gui.C: remove usage of STRCONV
583
584 2003-09-15  Angus Leeming  <leeming@lyx.org>
585
586         * xforms_helpers.C:
587         * RadioButtonGroup.C: add #include <boost/assert.hpp>.
588
589 2003-09-15  Angus Leeming  <leeming@lyx.org>
590
591         * forms/fdfix[ch].sed, tmp_str,sed: POSIX-compliant sed.
592
593 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
594
595         * several files: change Assert to BOOST_ASSERT
596
597 2003-09-08  Angus Leeming  <leeming@lyx.org>
598
599         * FormFiledialog.C (UserCache::add, GroupCache::add): convert
600         uid_t, gid_t to int to avoid compiler complaining about call to
601         overloaded tostr being ambiguous.
602
603 2003-09-08  Angus Leeming  <leeming@lyx.org>
604
605         * Alert_pimpl.C:
606         * FileDialog.C:
607         * FormBibtex.C:
608         * FormCharacter.C:
609         * FormCitation.C:
610         * FormDocument.C:
611         * FormMathsDelim.C:
612         * FormNote.C:
613         * FormPreferences.C:
614         * FormSpellchecker.C:
615         * FormToc.C:
616         * RadioButtonGroup.C:
617         * XFormsMenubar.C:
618         * XMiniBuffer.C:
619         * XPainter.C:
620         * xforms_helpers.C:
621         * xscreen.C: remove redundant using directives.
622
623 2003-09-07  Angus Leeming  <leeming@lyx.org>
624
625         * FormAboutlyx.h: remove #include <boost/scoped_ptr.hpp>.
626         * FormBase.h: remove #include "support/std_string.h".
627         * FormCharacter.h: remove #include "lyxfont.h", "LColor.h", "character.h".
628         * FormDialogView.h: remove #include "support/std_string.h",
629         <boost/scoped_ptr.hpp>.
630         * FormMathsBitmap.h: remove <boost/shared_ptr.hpp>.
631         * FormPreferences.h: remove #include "Color.h", <utility>.
632         * Tooltips.h: remove #include <boost/utility.hpp>.
633         * XFormsMenubar.h: remove #include <map>.
634         * xfont_loader.h: remove #include "support/std_string.h".
635         * xfont_metrics.h: remove #include "support/std_string.h", "font_metrics.h"
636
637 2003-09-06  Angus Leeming  <leeming@lyx.org>
638
639         * FormParagraph.C: add Spacing.h and vspace.h includes.
640
641 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
642
643         * Color.C:
644         * ColorHandler.C:
645         * FontInfo.C:
646         * xfont_loader.C: re-add missing system headers, needed for 2.95.2.
647
648 2003-09-05  Angus Leeming  <leeming@lyx.org>
649
650         * combox.h:
651         * freebrowser.h:
652         ensure that the header file can be compiled stand-alone.
653
654         * *.C: strip out redundant #includes. (180 in total.)
655         Reorder remaining #includes in consistent fashion.
656
657 2003-09-04  Angus Leeming  <leeming@lyx.org>
658
659         * Alert_pimpl.C:  move #include "debug.h" out of the header file.
660
661 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
662
663         * FormDocument.C: fix crash on doc settings for non-branched doc
664
665 2003-08-28  Angus Leeming  <leeming@lyx.org>
666
667         * RadioButtonGroup.[Ch] (unset, setEnabled): new functions extending
668         the class' functionality.
669
670 2003-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
671
672         * FormShowFile.C (build): Remove redundant "LyX:" string from title.
673
674 2003-08-21  Martin Vermeer  <martin.vermeer@hut.fi>
675
676         * FormNote.C: cosmetic fix.
677
678 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
679
680         * FormDocument.C: make the layout file's "Other" class option
681         appear on the document panel as "Extra Options".
682
683 2003-08-14  Michael Schmitt  <michael.schmitt@teststep.org>
684
685         * form/form_tabular.fd: fix shortcut ("Middle|#m" => "Middle|#M")
686
687 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
688
689         * ColorHandler.[Ch]:
690         * Dialogs.C:
691         * FormBranch.[Ch]:
692         * FormDocument.[Ch]:
693         * Makefile.am:
694         * forms/Makefile.am:
695         * forms/form_branch.fd:
696         * forms/form_document.fd: implements the
697         'branch inset' idea. This allows the output of various versions of
698         a document from a single source version, selectively outputing or
699         suppressing output of parts of the text.
700         This implementation contains a 'branch list editor' in a separate
701         tab of the document settings dialog. Branches are user definable
702         and have a "display colour" to distinguish them on-screen.
703
704         ColorHandler was somewhat cleaned up.
705         (1) make possible a dynamically growing LColor list by allowing
706         the graphic context cache to grow along (vector);
707         (2) eliminate an IMHO unnecessary step in colour allocation.
708
709 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
710
711         * FormMathsMatrix.C: rename "Center" to "Middle"
712         * FormTabular.C: replace radio_valign_center by radio_valign_middle;
713         rename LyXTabular::LYX_VALIGN_CENTER to LyXTabular::LYX_VALIGN_MIDDLE;
714         * form/form_paragraph.fd: rename "Centered" to "Center"
715         * forms/form_tabular.fd: rename "Center" to "Middle"
716
717 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
718
719         * .cvsignore: add lyx_forms.h-tmp, stamp-forms, lyx_xpm.h-tmp,
720         stamp-xpm.
721
722 2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
723
724         * Color.C: Kayvan's std::setw micropatch.
725
726 2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
727
728         * Color.[Ch]:
729         * FormPreferences.C: moved the RGB to hex string method
730         from FormPreferences to Color and added a hex string to RGB
731         method.
732
733 2003-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
734
735         * Makefile.am (BUILT_SOURCES): add lyx_forms.h and lyx_xpm.h
736
737 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
738
739         * Makefile.am (libxforms_la_LIBADD): use XFORMS_LIBS
740         (lyx_xpm.h, lyx_forms.h): use nifty stamp- trick that prevents the
741         recompilation of the xforms frontend everytme configure runs.
742
743         * XFormsToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
744
745 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
746
747         * Always use std::endl with lyxerr
748
749 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
750
751         (with help from Juergen Spitzmueller)
752         * FormNote.[Ch]: add i18n support to the dialog.
753
754 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
755
756         * FormToc.C (updateType): adjust for lyx::toc
757         (updateContents): ditto
758
759 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
760
761         * XPainter.C: include lyxfont.h
762
763         * FormParagraph.C:
764         * FormGraphics.C:
765         * FormDocument.C: adapt PAPER_* enums
766
767 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
768
769         * XFormsMenubar.h:
770         * XFormsMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
771
772         * Menubar_pimpl.C:
773         * Menubar_pimpl.h: removed
774
775         * XFormsView.C: modified because of changes above
776
777 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
778
779         * XFormsToolbar.h:
780         * XFormsToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
781
782         * Toolbar_pimpl.C:
783         * Toolbar_pimpl.h: removed
784
785         * XFormsView.C: modified because of changes above
786
787 2003-07-23  Angus Leeming  <leeming@lyx.org>
788
789         * FormColorpicker.[Ch]
790         * forms/form_colorpicker.fd: new files. A color picker for xforms.
791
792         * FormPreferences.[Ch]
793         * forms/form_preferences.fd: use it.
794
795 2003-07-23  Angus Leeming  <leeming@lyx.org>
796
797         * FormExternal.C (apply, update):
798         changes due to the use of the FileName class to store the external
799         file name.
800
801         * FormGraphics.C (apply, update): use Kernel::bufferFilepath()
802         wrapper.
803
804 2003-07-21  Angus Leeming  <leeming@lyx.org>
805
806         * FormGraphics.C (apply, update):
807         changes due to the use of the FileName class to store the graphics
808         file name.
809
810 2003-07-21  Angus Leeming  <leeming@lyx.org>
811
812         * FormExternal.C (update, apply):
813         * FormGraphics.C (update, apply):
814         * FormPrefences.C (LnFmisc::update, LnFmisc::apply):
815         * XPainter.C (image):
816         * xformsImage.C (status_report, error_report): use namespace
817         lyx::graphics rather than grfx shortcut.
818
819 2003-07-18  Angus Leeming  <leeming@lyx.org>
820
821         * FormNote.C (build): add a tooltip.
822
823 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
824
825         * FormDialogView.h (controller): ditto
826
827         * FormBase.h (controller): follow C++ rules more closely.
828
829 2003-07-16  Angus Leeming  <leeming@lyx.org>
830
831         * FormDialogView.C (postMessage): remove preprocessor warning.
832
833 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
834
835         * introduce namespace lyx::graphics
836
837 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
838
839         * introcude namespace lyx::support
840
841 2003-06-30  André Pönitz  <poenitz@gmx.net>
842
843         * ColorHandler.C:
844         * FormBase.C:
845         * FormDialogView.C:
846         * FormDocument.C: #ifdef BOOSTFORMAT -> bformat
847
848 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
849
850         * combox.h: fix some usage of \param
851         * freebrowser.h: ditto
852
853 2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
854
855         * lyx_gui.C (start): use BufferView::loadLyXFile
856
857 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
858
859         * FormError.[Ch]:
860         * forms/form_error.fd: removed
861         * forms/Makefile.am:
862         * Makefile.am: adjust
863         * Dialogs.C: adjust
864
865 2003-06-20  Angus Leeming  <leeming@lyx.org>
866
867         * FormBibtex.C (input, update): changes due to changed controller
868         interface.
869
870         * FormTexinfo.[Ch]: clean-up handling of TeX file databases.
871
872 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
873
874         * lyx_gui.C (start): call ::loadLyXFile instead
875         of BufferList::loadLyXFile
876
877 2003-06-19  Angus Leeming  <leeming@lyx.org>
878
879         * Dialogs.C:
880         * Dialogs2.C:
881         * FormTexinfo.[Ch]:
882         * forms/form_texinfo.fd: changes to use the new Dialog-based scheme.
883
884 2003-06-19  Juergen Spitzmueller <juergen.sp@t-online.de>
885
886         * forms/form_preferences.fd Revert Rob Lahaye's patch.
887         Weird xforms sizing issues.
888
889 2003-06-17  Angus Leeming  <leeming@lyx.org>
890
891         * Dialogs.C: rename math panel identifier as "mathpanel".
892         * Dialogs2.C (showMathPanel): removed.
893
894 2003-06-17  Angus Leeming  <leeming@lyx.org>
895
896         * Dialogs.C:
897         * Dialogs2.C
898         * FormMathsPanel.[Ch]:
899         * forms/form_maths_panel.fd: convert FormMathsPanel to the
900         new Dialog-based scheme.
901
902         * Dialogs.C:
903         * FormMathsBitmap.[Ch]:
904         * FormMathsDelim.[Ch]:
905         * FormMathsMatrix.[Ch]:
906         * FormMathsSpace.[Ch]:
907         * FormMathsStyle.[Ch]: s/ControlMath2/ControlMath/.
908
909 2003-06-17  Angus Leeming  <leeming@lyx.org>
910
911         * FormMathsBitmap.[Ch]:
912         * FormMathsDelim.[Ch]:
913         * forms/form_maths_delim.fd:
914         * FormMathsMatrix.[Ch]:
915         * forms/form_maths_matrix.fd:
916         * FormMathsPanel.[Ch]:
917         * FormMathsSpace.[Ch]:
918         * forms/form_maths_space.fd:
919         * FormMathsStyle.[Ch]:
920         * forms/form_maths_style.fd:
921         * Dialogs.C: convert FormMathsBitmap, FormMathsDelim, FormMathsMatrix,
922         FormMathsSpace and FormMathsStyle to the new Dialog-based scheme.
923
924 2003-06-12  Angus Leeming  <leeming@lyx.org>
925
926         * FormExternal.C (input): do not activate Ok, Apply when clicking on
927         "Edit File".
928
929 2003-06-11  Angus Leeming  <leeming@lyx.org>
930
931         * FormExternal.C: changes due to InsetExternal::Params no longer
932         storing the ExternalTemplate but its name.
933
934 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
935
936         * XFormsView.C: remvoe current_view global variable.
937         (create_form_form_main): and the usage
938
939         * FormDocument.C: adjust for type
940
941 2003-06-10  Angus Leeming  <leeming@lyx.org>
942
943         * FormExternal.C (input, updateComboChange):
944         show the correct help text when the dialog is opened.
945
946 2003-06-04  Angus Leeming  <leeming@lyx.org>
947
948         * FormExternal.C
949         * forms/form_external: remove the widget to input the removed
950         InsetExternal::Params::parameters variable.
951
952 2003-06-04  John Levon  <levon@movementarian.org>
953
954         * FormTabular.C: fix a crash on applying changes
955         at close
956
957 2003-06-03  John Levon  <levon@movementarian.org>
958
959         * lyx_gui.C: add sync_events()
960
961 2003-06-03  Angus Leeming  <leeming@lyx.org>
962
963         * Dialogs.C (build): change the External dialog button policy to
964         NoRepeatedApplyReadOnlyPolicy.
965
966         * FormExternal.C:
967         * forms/form_external.fd:
968         add widgets to set the way the External dialog is
969         displayed within LyX.
970         Remove the buttons to trigger the View command and the Update command
971         (duplicates Apply).
972
973 2003-06-03  Angus Leeming  <leeming@lyx.org>
974
975         * FormGraphics.C (build): a few comments.
976
977 2003-05-25  Alfredo Braunstein  <abraunst@libero.it>
978
979         * FormErrorList.C: make the error description read-only but
980         selectable. Fix a bug on the initial state.
981
982 2003-05-23  Angus Leeming  <leeming@lyx.org>
983
984         * FormExternal.C (update): the default template is the first one
985         and the choice is always active.
986
987 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
988
989         * Toolbar_pimpl.C (displayToolbar): comment out unsused parameters.
990
991 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
992
993         * FormBase.[Ch]:
994         * FormDialogView.[Ch] (setTitle): added
995         * FormErrorList.C:
996         * FormLog.C:
997         * FormShowFile.C: use setTitle
998
999 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1000
1001         * FormErrorList.[Ch]: small bugs fixed
1002
1003 2003-05-13  Rob Lahaye  <lahaye@snu.ac.kr>
1004
1005         * FormPreferences.C: Change conversions-tooltip.
1006
1007         * forms/form_preferences.fd: modify layout (similar to Graphics dialog
1008         layout)
1009
1010 2003-05-19  Angus Leeming  <leeming@lyx.org>
1011
1012         * forms/fdfixc.sed:
1013         * FormAboutlyx.C (build):
1014         * FormCitation.C (update):
1015         * FormDocument.C (build):
1016         * FormErrorList.C (updateContents):
1017         * FormGraphics.C (build):
1018         * FormMathsBitmap.C (build):
1019         * FormMathsMatrix.C (build):
1020         * FormPreferences.C (build, LnFmisc::build, OutputsMisc::build,
1021         SpellOptions::build):
1022         * FormRef.C (build, updateBrowser, switch_go_button):
1023         * FormTabular.C (build):
1024         * FormToc.C (updateContents):
1025         gettext's _(str) now returns a string rather
1026         than char const *, so must add a .c_str() when passing to the xforms
1027         lib.
1028
1029 2003-05-19  Angus Leeming  <leeming@lyx.org>
1030
1031         * forms/c_str.sed: removed. Renamed as:
1032         * forms/tmp_str.sed
1033
1034         * forms/Makefile.am (EXTRA_DIST): add tmp_str.sed.
1035         ($(libfdesign_la_SOURCES)): make it depend on tmp_str.sed.
1036
1037         * forms/fdfix.sh:
1038         * forms/fdfixc.sed:
1039         * forms/tmp_str.sed: s/c_str\([^(]\)/tmp_str\1/.
1040
1041 2003-05-15 André Pönitz <poenitz@gmx.net>
1042
1043         * forms/Makefile.am:  add -I.. to get access to lyx_forms.h
1044
1045 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1046
1047         * lyx_xpm.h.in: new file
1048
1049         * lyx_forms.h.in: new file
1050
1051         * forms/fdfix.sh: adjust for FORMS_H_LOCATION -> lyx_forms.h change.
1052
1053         * Makefile.am (EXTRA_DIST): lyx_forms.h.in lyx_xpm.h.in
1054
1055         * Almost all files:: FORMS_H_LOCATION -> lyx_forms.h
1056
1057 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1058
1059         * FormErrorList.[Ch]:
1060         * forms/form_errorlist.fd: added
1061         * forms/Makefile.am:
1062         * Makefile.am: the above additions
1063         * Dialogs.C: ditto
1064
1065 2003-05-13 André Pönitz <poenitz@gmx.net>
1066
1067         * FontInfo.C:
1068         * FormDocument.C:
1069         * FormFiledialog.C:
1070         * FormForks.C:
1071         * FormGraphics.C:
1072         * FormMinipage.C:
1073         * FormParagraph.C:
1074         * FormPreferences.C:
1075         * FormPrint.C:
1076         * FormSpellchecker.C:
1077         * FormWrap.C:
1078         * Menubar_pimpl.C: tostr from new header
1079
1080 2003-05-12 André Pönitz <poenitz@gmx.net>
1081
1082         * FormDocument.C:
1083         * FormGraphics.C:
1084         * xforms_helpers.C:  boost::format -> bformat  all over the place
1085
1086 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1087
1088         * Makefile.am: better lib building
1089
1090         * forms/.cvsignore: add libfdesign.la
1091
1092         * Toolbar_pimpl.C (displayToolbar): move out-of-line
1093
1094         * Makefile.am: better lib building
1095
1096 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1097
1098         * FormDocument.C: Handle document classes with missing TeX class
1099         (-> class name prefix: "Unavailable: ")
1100
1101 2003-05-03  John Levon  <levon@movementarian.org>
1102
1103         * xscreen.h:
1104         * xscreen.C: implement new cursor API
1105
1106 2003-04-30  John Levon  <levon@movementarian.org>
1107
1108         * Form<Various>: fix dialog titles to match new menus
1109
1110 2003-04-27  John Levon  <levon@movementarian.org>
1111
1112         * Alert_pimpl.C: ignore cancel_button (for now)
1113
1114 2003-04-15  John Levon  <levon@movementarian.org>
1115
1116         * Toolbar_pimpl.C: ignore Minibuffer
1117
1118 2003-04-10  John Levon  <levon@movementarian.org>
1119
1120         * XFormsView.C:
1121         * Toolbar_pimpl.h:
1122         * Toolbar_pimpl.C: API change for show/hide
1123
1124 2003-04-09  Angus Leeming  <leeming@lyx.org>
1125
1126         * FormAboutlyx.C:
1127         * FormDocument.C:
1128         * FormGraphics.C:
1129         * FormPreferences.C:
1130         * FormTabular.C:
1131         * forms/form_preferences.fd: prepare the way for resizable
1132         tabfolders if the xforms version is up to the task.
1133
1134 2003-04-09  John Levon  <levon@movementarian.org>
1135
1136         * Toolbar_pimpl.C:
1137         * Toolbar_pimpl.h: ignore every toolbar after the first one
1138
1139 2003-04-09  Angus Leeming  <leeming@lyx.org>
1140
1141         Enable "proper" tooltips in browser widgets if your version of
1142         the xforms library is recent enough.
1143
1144         * FormBase.C (PrehandlerCB):
1145         * FormDialogView.C (PrehandlerCB): Conditional compilation of
1146         "tooltips in browser widgets work-around".
1147
1148         * FormBibtex.C (build):
1149         * FormCitation.C (build):
1150         * FormForks.C (build):
1151         * FormTexinfo.C (build): only set the prehandler for browser widgets
1152         if xforms does not support tooltips for same.
1153
1154 2003-04-08  John Levon  <levon@movementarian.org>
1155
1156         * Toolbar_pimpl.C: remove setPixmap, use the backend
1157         instead.
1158
1159 2003-04-08  John Levon  <levon@movementarian.org>
1160
1161         * Toolbar_pimpl.C: handle tooltip
1162
1163 2003-04-03  Angus Leeming  <leeming@lyx.org>
1164
1165         * combox.[ch]:
1166         * freebrowser.[ch]: ensure that the formatting conforms to xforms
1167         style. Add all major authors.
1168
1169         combox.c (fl_addto_combox): squash bug in initial selection
1170         of the first line of the browser.
1171
1172 2003-04-03  Angus Leeming  <leeming@lyx.org>
1173
1174         * freebrowser.[ch] (fl_get_freebrowser_browser): removed spurious
1175         accessor function.
1176
1177         * XMinibuffer.C:
1178         * combox.c: associated changes.
1179
1180 2003-04-03  Angus Leeming  <leeming@lyx.org>
1181
1182         * combox.[ch]: add an FL_NORMAL_COMBOX type.
1183
1184         * forms/fdfixc.sed: enable the use of both combox types.
1185
1186 2003-04-03  Angus Leeming  <leeming@lyx.org>
1187
1188         * freebrowser.c (peek_event): write C89, not C99, code.
1189
1190         * combox.[ch]:
1191         * freebrowser.[ch]: these files belong to LyX, so say so.
1192
1193         * combox.[ch] (fl_create_combox, fl_add_combox,
1194         fl_set_combox_position): change the function prototypes to use enums
1195         rather than ints.
1196
1197 2003-04-02  Angus Leeming  <leeming@lyx.org>
1198
1199         Rename some variables.
1200         * forms/form_document.fd:
1201         * FormDocument.C: ABC_doc_DEF to ABC_DEF and ABC_bullet_DEF to ABC_DEF.
1202
1203 2003-04-02  Angus Leeming  <leeming@lyx.org>
1204
1205         * combox.C:
1206         * DropDown.[Ch]: removed.
1207
1208         * combox.[ch]:
1209         * freebrowser.[ch]: replace Alejandro's Combox and John's DropDown
1210         C++ code with something that can be integrated into xforms itself.
1211
1212         * Dialogs2.C: remove #include "combox.h".
1213
1214         * FormCharacter.[Ch]:
1215         * forms/form_character.fd:
1216         * FormDocument.[Ch]:
1217         * forms/form_document.fd:
1218         * FormPreferences.[Ch]:
1219         * forms/form_preferences.fd:
1220         * Toolbar_pimpl.[Ch]: replace code using Alejandro's Combox with
1221         code using an FL_OBJECT of type FL_COMBOX.
1222
1223         * XMiniBuffer.[Ch]: replace John's DropDown with code using
1224         FL_FREEBROWSER.
1225
1226         * Makefile.am: remove combox.C, DropDown.[Ch].
1227         Add combox.c, freebrowser.[ch].
1228
1229         * forms/README:
1230         * forms/fdfix.sh:
1231         * forms/fdfixc.sed: update to suit the new combox code.
1232
1233 2003-04-02  Angus Leeming  <leeming@lyx.org>
1234
1235         * forms/form_character.fd: rearrange widget order.
1236
1237 2003-04-02  Angus Leeming  <leeming@lyx.org>
1238
1239         * FormDocument.[Ch]:
1240         * FormPreferences.[Ch]:
1241         * Toolbar_pimpl.[Ch]:
1242         * xforms_helpers.C: whitespace and formatting changes.
1243
1244 2003-04-02  Angus Leeming  <leeming@lyx.org>
1245
1246         * XFormsView.C (create_form_form_main): no longer pass this to the
1247         XMinibuffer c-tor.
1248
1249         * XMiniBuffer.[Ch]: something of a clean-up.
1250         (c-tor): no longer requires a XFormsView * in the argument list.
1251         (create_input_box): moved out of the class.
1252         (the_buffer_, input_obj_): replaced by a single input_. Having two
1253         pointers to the same FL_OBJECT was clearly barmy.
1254         (idle_timeout): don't access bufferview_func's currentState direct
1255         but rather use the new controller method. Means that XMinibuffer
1256         knows nothing about the LyX kernel.
1257
1258 2003-04-01  John Levon  <levon@movementarian.org>
1259
1260         * XFormsView.C:
1261         * Toolbar_pimpl.C: ToolbarDefaults got renamed
1262
1263 2003-04-01  John Levon  <levon@movementarian.org>
1264
1265         * Alert_pimpl.C: format error messages
1266
1267 2003-03-31  John Levon  <levon@movementarian.org>
1268
1269         * FontInfo.C:
1270         * lyx_gui.C:
1271         * xfont_loader.C: add font name helpers, move
1272         use_gui
1273
1274 2003-03-31  John Levon  <levon@movementarian.org>
1275
1276         * Alert_pimpl.C: remove alert()
1277
1278 2003-03-29  John Levon  <levon@movementarian.org>
1279
1280         * bmtable.c: handle transparent pixels
1281
1282 2003-03-29  John Levon  <levon@movementarian.org>
1283
1284         * input_validators.C: remove dead code
1285
1286 2003-03-29  John Levon  <levon@movementarian.org>
1287
1288         * Alert_pimpl.C: implement information(), warning(), error()
1289
1290 2003-03-29  John Levon  <levon@movementarian.org>
1291
1292         * xforms_helpers.h:
1293         * xforms_helpers.C: add parseShortcut()
1294
1295         * Alert_pimpl.C: fixes
1296
1297 2003-03-29  John Levon  <levon@movementarian.org>
1298
1299         * Alert_pimpl.C: implement prompt()
1300
1301 2003-03-26  Angus Leeming  <leeming@lyx.org>
1302
1303         * combox.C (show):
1304         * FormBase.C (hide, PrehandlerCB):
1305         * FormDialogView.C (hide, PrehandlerCB):
1306         remove support for xforms < 1.0.
1307
1308 2003-03-26  Angus Leeming  <leeming@lyx.org>
1309
1310         * Dialogs.C:
1311         * Dialogs2.C:
1312         * Dialogs3.C:
1313         * Dialogs_impl.h:
1314         move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
1315         move Dialog3.C to Dialogs.C.
1316
1317         * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
1318
1319 2003-03-26  Angus Leeming  <leeming@lyx.org>
1320
1321         * Dialogs.C:
1322         * Dialogs2.C:
1323         * Dialogs_impl.h: remove the thesaurus dialog.
1324
1325         * Dialogs3.C: add it here.
1326
1327         * FormThesaurus.[Ch]:
1328         * forms/form_thesaurus.fd: changes to use the new Dialog-based scheme.
1329
1330 2003-03-25  Angus Leeming  <leeming@lyx.org>
1331
1332         * Dialogs.C:
1333         * Dialogs2.C:
1334         * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
1335
1336         * Dialogs3.C: add these dialogs.
1337
1338         * FormBrowser.[Ch]:
1339         * forms/form_browser.fd:
1340         * FormLog.[Ch]:
1341         * FormShowFile.[Ch]:
1342         * FormVCLog.[Ch]: changes to use the new Dialog-based scheme.
1343
1344 2003-03-25  Angus Leeming  <leeming@lyx.org>
1345
1346         * xformsImage.C (clip): cure compiler warnings.
1347
1348 2003-03-24  Angus Leeming  <leeming@lyx.org>
1349
1350         * xforms_resize.C (get_scaling_factor): "cure" float -> int warnings.
1351
1352 2003-03-22  John Levon  <levon@movementarian.org>
1353
1354         * xscreen.C: remove "internal", unused
1355
1356 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
1357
1358         * FormChanges.C: "LyX: " in dialog's name is redundant;
1359         add few comments; fix disabling buttons when no changes found.
1360
1361         * forms/form_changes.fd: prettify layout.
1362
1363 2003-03-13  Angus Leeming  <leeming@lyx.org>
1364
1365         * Dialogs.C:
1366         * Dialogs2.C:
1367         * Dialogs_impl.h: remove paragraph dialog.
1368
1369         * Dialogs3.C: addparagraph  dialog.
1370
1371         * FormParagraph.[Ch]:
1372         * forms/form_paragraph.[Ch]: changes to use the new Dialog-based
1373         scheme.
1374
1375 2003-03-13  Angus Leeming  <leeming@lyx.org>
1376
1377         * forms/fdfix.sh:
1378         * forms/fdfixh.sed: fix #944 by making the temporary filenames unique
1379         and so enable reentrant builds on SMP machines.
1380
1381 2003-03-12  Angus Leeming  <leeming@lyx.org>
1382
1383         * Dialogs.C:
1384         * Dialogs2.C:
1385         * Dialogs_impl.h: remove character dialog.
1386
1387         * Dialogs3.C: add character dialog.
1388
1389         * FormCharacter.[Ch]:
1390         * forms/form_character.[Ch]: changes to use the new Dialog-based
1391         scheme.
1392
1393 2003-03-10  Angus Leeming  <leeming@lyx.org>
1394
1395         * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
1396         Use IgnorantPolicy for thr B.C.
1397
1398 2003-03-09  Angus Leeming  <leeming@lyx.org>
1399
1400         * lots of files: changes associated with the clean-up of the
1401         ButtonController.
1402
1403 2003-03-09  Angus Leeming  <leeming@lyx.org>
1404
1405         * Dialogs.C:
1406         * Dialogs2.C:
1407         * Dialogs_impl.h: remove merge changes dialog.
1408
1409         * Dialogs3.C: add merge changes dialog.
1410
1411         * FormChanges.[Ch]:
1412         * forms/form_changes.fd: changes to use the new Dialog-based scheme.
1413
1414 2003-03-09  Angus Leeming  <leeming@lyx.org>
1415
1416         * Dialogs.C:
1417         * Dialogs2.C:
1418         * Dialogs_impl.h: remove aboutlyx dialog.
1419
1420         * Dialogs3.C: add aboutlyx dialog.
1421
1422         * FormAboutlyx.[Ch]:
1423         * forms/form_aboutlyx.fd: changes to use the new Dialog-based scheme.
1424
1425 2003-03-09  Angus Leeming  <leeming@lyx.org>
1426
1427         * Dialogs.C:
1428         * Dialogs2.C:
1429         * Dialogs_impl.h: remove tabularcreate dialog.
1430
1431         * Dialogs3.C: add tabularcreate dialog.
1432
1433         * FormTabularCreate.[Ch]:
1434         * forms/form_tabular_create.fd: changes to use the new Dialog-based
1435         scheme.
1436
1437 2003-03-09  Angus Leeming  <leeming@lyx.org>
1438
1439         * Dialogs.C:
1440         * Dialogs2.C:
1441         * Dialogs_impl.h: remove tabular dialog.
1442
1443         * Dialogs3.C: add tabular dialog.
1444
1445         * FormTabular.[Ch]:
1446         * forms/form_tabular.fd: changes to use the new Dialog-based scheme.
1447
1448 2003-03-09  Angus Leeming  <leeming@lyx.org>
1449
1450         * FormTabular.C: changes due to the changed ControlTabular
1451         interface.
1452
1453 2003-03-07  Angus Leeming  <leeming@lyx.org>
1454
1455         * Dialogs.C:
1456         * Dialogs2.C:
1457         * Dialogs_impl.h: remove graphics dialog.
1458
1459         * Dialogs3.C: add graphics dialog.
1460
1461         * FormGraphics.[Ch]:
1462         * forms/form_graphics.fd: changes to use the new Dialog-based scheme.
1463
1464 2003-03-07  Angus Leeming  <leeming@lyx.org>
1465
1466         * Dialogs.C:
1467         * Dialogs2.C:
1468         * Dialogs_impl.h: remove minipage dialog.
1469
1470         * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
1471         label or url controllers; use ControlCommand instead.
1472
1473         * FormBibitem.[Ch]:
1474         * FormIndex.[Ch]: changes due to use of ControlCommand, above
1475
1476         * FormMinipage.[Ch]:
1477         * forms/form_minipage.fd: changes to use the new Dialog-based scheme.
1478
1479 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1480
1481         * xscreen.C: use LyXText::top_y() instead of LyXText::first_y
1482
1483 2003-02-28  Rob Lahaye  <lahaye@snu.ac.kr>
1484
1485         * FormTabularCreate.C: remove slider settings (now part of .fd file)
1486           and add tooltips.
1487
1488         * forms/form_tabular_create.fd: prettify; add slider settings and
1489           proper gravity.
1490
1491 2003-03-05  Angus Leeming  <leeming@lyx.org>
1492
1493         * FormWrap.[Ch]:
1494         * forms/form_wrap.fd: changes to use the new Dialog-based scheme.
1495
1496         * Dialogs.C:
1497         * Dialogs2.C:
1498         * Dialogs_impl.h: remove wrap dialog.
1499
1500         * Dialogs3.C: add wrap dialog.
1501
1502 2003-03-05  Angus Leeming  <leeming@lyx.org>
1503
1504         * FormFloat.[Ch]:
1505         * forms/form_float.fd: changes to use the new Dialog-based scheme.
1506
1507         * Dialogs.C:
1508         * Dialogs2.C:
1509         * Dialogs_impl.h: remove float dialog.
1510
1511         * Dialogs3.C: add float dialog.
1512
1513 2003-03-05  Angus Leeming  <leeming@lyx.org>
1514
1515         * FormInclude.[Ch]:
1516         * forms/form_include.fd: changes to use the new Dialog-based scheme.
1517
1518         * Dialogs.C:
1519         * Dialogs2.C:
1520         * Dialogs_impl.h: remove include dialog.
1521
1522         * Dialogs3.C: add include dialog.
1523
1524 2003-03-05  Angus Leeming  <leeming@lyx.org>
1525
1526         * FormExternal.[Ch]:
1527         * forms/form_external.fd: changes to use the new Dialog-based scheme.
1528
1529         * Dialogs.C:
1530         * Dialogs2.C:
1531         * Dialogs_impl.h: remove external dialog.
1532
1533         * Dialogs3.C: add external dialog.
1534
1535 2003-03-04  Angus Leeming  <leeming@lyx.org>
1536
1537         * FormText.[Ch]: the label of the input widget is passed to the
1538         FormText c-tor and used in the build method.
1539
1540         * Dialogs3.C: pass an extra arg to the FormText c-tor.
1541
1542 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
1543
1544         * FormPreferences.C
1545         * FormSento.C
1546         * xformsImage.C: Added #include "format.h"
1547
1548 2003-02-27  Angus Leeming  <leeming@lyx.org>
1549
1550         * Dialogs.C (build): add a label dialog.
1551
1552         * FormIndex.[Ch]: renamed as FormText.[Ch]
1553         * forms/form_index.fd: renamed as form_text.fd.
1554
1555         * FormText.[Ch]
1556         * forms/form_text.fd: slight refactoring to enable the class to be
1557         used by two dialogs.
1558
1559         * Makefile.am: add the new files and remove the old.
1560
1561 2003-02-27  Angus Leeming  <leeming@lyx.org>
1562
1563         * Alert_pimpl.C: make shortcuts consistent with the rest of LyX.
1564
1565 2003-02-27  Rob Lahaye  <lahaye@snu.ac.kr>
1566
1567         * FormInclude.[Ch]: use RadiobuttonGroup code, add tooltips and add
1568         comments.
1569
1570         * xformsImage.C: use lyx::float_equal() for comparing floats & doubles
1571
1572         * forms/form_include.fd: nicer layout and add proper Gravity.
1573         * forms/form_external.fd:
1574         * forms/form_forks.fd: prettifying layout.
1575
1576 2003-02-21  Angus Leeming  <leeming@lyx.org>
1577
1578         * FormDialogView.[Ch]: new base class for the xforms dialogs,
1579         deriving from Dialog::View. Otherwise identical to the existing
1580         FormBase that derives from ViewBase.
1581
1582         * Dialogs_impl.h:
1583         * Dialogs.C:
1584         * Dialogs2.C: strip out those dialogs that now use the new
1585         Dialog class as the platform for an MCV split.
1586
1587         * Dialogs3.C: new file. Lazy instantiation of those dialogs that
1588         now use the new Dialog class.
1589
1590         * FormBibitem.[Ch]:
1591         * FormBibtex.[Ch]:
1592         * FormCitation.[Ch]:
1593         * FormError.[Ch]:
1594         * FormERT.[Ch]:
1595         * FormIndex.[Ch]:
1596         * FormRef.[Ch]:
1597         * FormToc.[Ch]:
1598         * FormUrl.[Ch]:
1599         * forms/form_bibitem.fd:
1600         * forms/form_bibtex.fd:
1601         * forms/form_citation.fd:
1602         * forms/form_error.fd:
1603         * forms/form_ert.fd:
1604         * forms/form_index.fd:
1605         * forms/form_ref.fd:
1606         * forms/form_toc.fd:
1607         * forms/form_url.fd: minor changes to reflect the new heirarchy.
1608
1609         * Makefile.am: add new files.
1610
1611 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
1612
1613         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
1614
1615 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
1616
1617         * FormBibTeX.C: add double click to choose from list.
1618
1619         * forms/form_bibtex.fd: modify layout slightly.
1620
1621 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
1622
1623         * FormTexinfo.C: fix full filename lookup when showing
1624         file without fullpath.
1625
1626 2003-02-21  Angus Leeming  <leeming@lyx.org>
1627
1628         * Timeout_pimpl.[Ch]: removed.
1629         * xformsTimeout.[Ch]: new files, replacing the above.
1630         The xformsTimeout class derives from Timeout::Impl.
1631
1632 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1633
1634         * xfont_loader.C (addFontPath): make debug messages quieter
1635
1636 2003-02-21  Angus Leeming  <leeming@lyx.org>
1637
1638         * FileFialog.C (c-tor): no longer receives a LyXView &, nor passes
1639         it to the Provate c-tor.
1640         * FormFiledialog.[Ch] (c-tor): no longer receives a LyXView &.
1641         Dialogs::redrawGUI is a static member, so can reference it without
1642         a specific instance.
1643
1644 2003-02-17  John Levon  <levon@movementarian.org>
1645
1646         * FormSpellchecker.h:
1647         * FormSpellchecker.C:
1648         * ui/form_spellchecker.fd: rework, remove start, etc.
1649
1650 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1651
1652         * FormPreferences.C (apply): make sure that rc.font_norm_type is
1653         in sync with rc.font_norm
1654
1655 2003-02-16  Rob Lahaye  <lahaye@snu.ac.kr>
1656
1657         * RadioButtonGroup.[Ch]: polish radio button policy.
1658
1659 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1660
1661         * Menubar_pimpl.C (create_submenu): Some code moved to
1662         Menubackend: use MenuItem::binding(); remove code to disable
1663         menus; remove code that looks for optional+disabled or unknown
1664         actions
1665
1666 2003-02-15  John Levon  <levon@movementarian.org>
1667
1668         * forms/form_graphics.fd: 'a' shortcut was used twice
1669
1670 2003-02-14  John Levon  <levon@movementarian.org>
1671
1672         * FileDialog.C: remove spurious prohibit/allowInput()
1673
1674         * XFormsView.h:
1675         * XFormsView.C: prohibit/allowInput() -> busy(bool)
1676
1677 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1678
1679         * FormDocument.C: Reset paperpackage to NONE when
1680         papersize != A4 (bug 844)
1681
1682 2003-02-11  Angus Leeming  <leeming@lyx.org>
1683
1684         * FormRef.C:
1685         * forms/form_ref.fd: tweaks to ensure that the Ok, Apply buttons
1686         behave as expected.
1687
1688 2003-02-11  Angus Leeming  <leeming@lyx.org>
1689
1690         * xforms_helpers.[Ch] (fl_getmcolor): new function; a wrapper for the
1691         xforms routine that accepts unsigned ints.
1692
1693         * Color.[Ch] (getRGBColor): factorise code into one place.
1694
1695         * FormPreferences.[Ch] (X11hexname: not a class member. Move to
1696         namespace anon.
1697
1698         * FormPreferences.C: use fl_getmcolor and getRGBColor.
1699         * lyx_gui.C: use getRGBColor.
1700         * xformsImage.C: use getRGBColor.
1701
1702 2003-02-11  Angus Leeming  <leeming@lyx.org>
1703
1704         * bmtable.c: whitespace and indentation consistent with the other
1705         files.
1706
1707 2003-02-08  John Levon  <levon@movementarian.org>
1708
1709         * FormPreferences.C: don't call setCurrentAuthor explicitly
1710
1711 2003-02-08  John Levon  <levon@movementarian.org>
1712
1713         * Makefile.am:
1714         * forms/Makefile.am:
1715         * forms/form_changes.fd:
1716         * Dialogs.C:
1717         * Dialogs2.C:
1718         * Dialogs_impl.h:
1719         * FormChanges.h:
1720         * FormChanges.C: add changes dialog
1721
1722         * FormPreferences.h:
1723         * FormPreferences.C:
1724         * forms/form_preferences.fd: add Identity prefs
1725
1726 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
1727
1728         * FormDocument.C:
1729         * FormPreferences.C: Replace LaTeX font size names by LyX
1730         names for consistency reasons and to resolve a translation conflict
1731
1732 2003-02-02  Angus Leeming  <leeming@lyx.org>
1733
1734         * FormGraphics.C: Fix off by one error in update/apply of rotation
1735         origin.
1736
1737 2003-01-31  Angus Leeming  <leeming@lyx.org>
1738
1739         * FormBase.[Ch]: instantiate the isVisible() virtual method.
1740
1741 2003-01-30  Angus Leeming  <leeming@lyx.org>
1742
1743         * Dialogs2.C (createIndex): enable ControlCommand to create an
1744         InsetCommandParam of type "index", not null.
1745
1746 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
1747
1748         * forms/form_thesaurus.fd: add colons to labels. Shrink dialog.
1749
1750 2003-01-25  Angus Leeming  <leeming@lyx.org>
1751
1752         * forms/form_spellchecker.fd:
1753         * forms/form_thesaurus.fd: reshape a little, consistent with their
1754         Qt cousins.
1755
1756 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
1757
1758         * forms/*.fd: Missing colons (':') added to labels,
1759         all labels (except "deg") start with a capital letter now
1760         * formDocument.C:
1761         * formParagraph.C: rename "Xxxskip" to "XxxSkip"
1762
1763 2003-01-15  Angus Leeming  <leeming@lyx.org>
1764
1765         * forms/form_graphics.fd: s/Ok/OK/ consistent with all other dialogs.
1766
1767         * form_character.fd:
1768         * form_error.fd:
1769         * form_external.fd:
1770         * form_maths_panel.fd:
1771         * form_maths_space.fd:
1772         * form_maths_style.fd:
1773         * form_spellchecker.fd:
1774         * form_thesaurus.fd: Cancel/Close have Escape and occasionally Return
1775         as accelerators only.
1776
1777 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1778
1779         * FileDialog.C: implement opendir [bug 824], fix mask.
1780
1781         * FormFileDialog.[Ch]: implement SelectDir (browse directories)
1782         [bug 824].
1783
1784         * FormPreferences.C: use browsedir for paths [bug 824]
1785         do not delete paths unnecessary.
1786
1787 2003-01-13  Michael Schmitt <michael.schmitt@teststep.org>
1788
1789         * xformsImage.C (getWidth): revert "fix" that breaks behavior with
1790         xforms 1.0.
1791
1792 2003-01-13  John Levon  <levon@movementarian.org>
1793
1794         * forms/form_spellchecker.fd: remove replicated M-R shortcut.
1795
1796 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1797
1798         * forms/Makefile.am (MAINTAINERCLEANFILES): add
1799         (clean-local): delete
1800         (distclean-local): delete
1801         (.fd.C): delete
1802         (%.C): add
1803
1804 2003-01-12  Angus Leeming  <leeming@lyx.org>
1805
1806         * FormFiledialog.[Ch]: initialise and use new static member variables
1807         minw_ and minh_ to prevent the dialog from being shrunk in size.
1808         Shrink too much and xforms crashes :-(
1809
1810 2003-01-11  Angus Leeming  <leeming@lyx.org>
1811
1812         * xformsImage.C (init_graphics): turn off support for XPM files.
1813
1814 2002-01-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1815
1816         * FormTabular.C: typo.
1817
1818 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1819
1820         * FormGraphics.C:
1821         * xformsImage.C:
1822         * forms/form_bibtex.fd:
1823         * forms/form_citation.fd:
1824         * forms/form_document.fd:
1825         * forms/form_search.fd: fix inconsistent usage of spaces, colons,
1826         capitalization, and the like.
1827
1828 2002-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1829
1830         * FormTabular.C: fix bug 572, fix ReadOnly logic.
1831
1832 2003-01-06  Angus Leeming  <leeming@lyx.org>
1833
1834         * forms/fdfixc.sed: Turn off choice titles as they can contain
1835         meta-chars that just look nasty.
1836
1837 2003-01-05  John Levon  <levon@movementarian.org>
1838
1839         * XLyXKeySym.h:
1840         * XLyXKeySym.C: getISOEncoded() changed
1841
1842 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1843
1844         * input_validators.C (fl_print_range_filter): remove extra space
1845
1846         * Menubar_pimpl.C (create_submenu): do not query the status of a
1847         submenu either.
1848
1849 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1850
1851         * FormSpellchecker.C (build):
1852         * forms/form_paragraph.fd:
1853         * forms/form_maths_matrix.fd: remove extra spaces
1854
1855 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1856
1857         * Menubar_pimpl.C (create_submenu): do not query the status of a
1858         separator.
1859
1860 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1861
1862         * forms/Makefile.am (EXTRA_DIST): dist the .fd files.
1863
1864 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1865
1866         * Menubar_pimpl.C (create_submenu): correctly ignore unknown lfuns
1867
1868         * lyx_gui.C (getStatus): implement as a dummy action
1869
1870 2002-12-16  Angus Leeming  <leeming@lyx.org>
1871
1872         * XPainter.C: missed a #ifdef USE_XFORMS_IMAGE_LOADER.
1873
1874         * xformsImage.C (init_graphics): Use new #ifdef USE_JPEG_IMAGE_LOADER
1875         rather than HAVE_FLIMAGE_ENABLE_JPEG.
1876         Remove #ifdef HAVE_FLIMAGE_ENABLE_PS.
1877
1878         * FormPreferences.C:
1879         * forms/form_preferences.fd: remove override_x_deadkeys stuff.
1880
1881 2002-12-13  Angus Leeming  <leeming@lyx.org>
1882
1883         * FormBase.C:
1884         * Menubar_pimpl.C:
1885         * Tooltips.[Ch]:
1886         * XFormsView.C:
1887         * XWorkArea.C:
1888         * lyx_gui.C:
1889         * xforms_resize.C: remove work-arounds for xforms < 0.89.5.
1890
1891         * lyxlookup.[Ch]: removed.
1892
1893         * Makefile.am: associated change.
1894
1895         * combox.C: add block #ifdef FL_VERSION < 1
1896
1897 2002-12-16  Michael Schmitt  <Michael.Schmitt@teststep.org>
1898
1899         * FormGraphics.C (build): correct string for boost::format.
1900
1901 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1902
1903         * FormGraphics.C (build): add another xgettext:no-c-format
1904
1905 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1906
1907         * FormGraphics.C (build): add a xgettext:no-c-format
1908
1909 2002-12-05  John Levon  <levon@movementarian.org>
1910
1911         * XWorkArea.C: set I-beam cursor
1912
1913 2002-12-04  Angus Leeming  <leeming@lyx.org>
1914
1915         * XWorkArea.h (backgroundbox): Removed. No need to name it explicitly.
1916
1917         * XWorkArea.C (work_area_handler): move static vars inside loop,
1918         rename vars as discussed with Lars. Document changes in the text.
1919         Don't declare functions as static; use namespace anon.
1920         (setXtermCursor): removed; not used.
1921         (destroy_object): removed; not used.
1922         Remove unneeded header files ColorHandler.h, LyXView.h, filetools.h,
1923         lstrings.h, LAssert.h, cmath, cctype.
1924         Various other trivial clean-ups.
1925
1926 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1927
1928         * xforms_helpers.C: (updateWidgetsFromLength)
1929         use len.empty() instead of len.zero() [bug 490]
1930
1931 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1932
1933         * XWorkArea.C (work_area_handler): send fewer motion events if the
1934         mouse is outside the workarea.
1935
1936 2002-12-02  Angus Leeming  <leeming@lyx.org>
1937
1938         * FormIndex.C (update): if the contents aren't empty, then activate the
1939         Ok, Apply buttons on update.
1940
1941         * FormMathsDeco.[Ch]:
1942         * forms/form_maths_deco.fd: removed.
1943
1944         * Makefile.am:
1945         * forms/Makefile.am: commensurate changes.
1946
1947         * FormMathsPanel.C (build): after all John's work, don't use the
1948         button controller for the Close button, since "cancel" makes no sense
1949         here.
1950         form_maths_deco is just another bitmap dialog; no need for it to have
1951         any special code at all.
1952
1953         * FormMathsBitmap.C (build): position the bmtables correctly.
1954
1955 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1956
1957         * several files: ws changes
1958
1959 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1960
1961         * checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1
1962         will be seen as FL_COLORs.
1963
1964 2002-12-01  John Levon  <levon@movementarian.org>
1965
1966         * FormMathsBitmap.C: fix _(_(blah))
1967
1968 2002-11-30  John Levon  <levon@movementarian.org>
1969
1970         * FormMathsBitmap.C: actually set dialog_->button_close
1971           to the added button
1972
1973 2002-11-30  John Levon  <levon@movementarian.org>
1974
1975         * forms/form_maths_panel.fd: small fix
1976
1977 2002-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1978
1979         * lyx_gui.C (start): make "unhandled X11 event" debug message
1980         optional (on GUI)
1981
1982 2002-11-29  Angus Leeming  <leeming@lyx.org>
1983
1984         * Tooltips.C (init): allow tooltips to be reset.
1985
1986         * FormSpellchecker.C: having broken Rob's word count update, I guess
1987         I should fix it too ;-)
1988
1989         * FormPreferences.C (apply): if controller().isClosing() (ie, if the
1990         "save" button has been pressed), then save any modified gui colors.
1991
1992 2002-11-29  Angus Leeming  <leeming@lyx.org>
1993
1994         * forms_gettext.[Ch] (scex, idex): re-written to receive and return
1995         string not char *. The old idex function was new-ing memory and nothing
1996         that used it was ensuring that this memory didn't leak. Now safe.
1997
1998         * Alert_pimpl.C:
1999         * FormFiledialog.C:
2000         * FormPreferences.C:
2001         * forms/fdfixc.sed: associated changes.
2002
2003 2002-11-28  Rob Lahaye  <lahaye@snu.ac.kr>
2004
2005         * forms/fdfixh.sed: bug fix.
2006
2007 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2008
2009         * xfont_loader.C (getFontinfo): Use lyxrc.*_font_foundry.
2010
2011         * FormPreferences.C: Handle lyxrc.*_font_foundry.
2012
2013 2002-11-27  Angus Leeming  <leeming@lyx.org>
2014
2015         * forms/fdfix.sh:
2016         * forms/c_str.sed: replace that nasty global c_str declaration with
2017         nice function-specific ones. Use a two-pass algorithm to do so.
2018         It's possible to do it in one-pass, but the resulting sed script
2019         must use the hold space in a convoluted manner.
2020
2021 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2022
2023         * XMiniBuffer.C (peek_event): add l10n on a string missing it.
2024
2025 2002-11-26  Angus Leeming  <leeming@lyx.org>
2026
2027         * forms_gettext.[Ch] (scex, idex): ditch the #defines and rename the
2028         functions in their place.
2029
2030         * FormBase.h (FormDB::form): Implement in 1 line not 2.
2031
2032         * fdesign_base.[Ch]: new files. All fdesign-generated structures will
2033         derive from FD_base, to minimise code duplication.
2034
2035         * Makefile.am: add new files.
2036
2037         * forms/Makefile.am (SRCS): move form_wrap.fd to the end of the list.
2038
2039         * forms/fdfix.sh: add "c_str" to namespace anon in the generated .C
2040         files if required.
2041
2042         * forms/fdfix[ch].sed: the structs now derive from FD_base, so they
2043         don't need d-tors to clean up the form.
2044         Beautify the sed to produce beautiful looking C++ code.
2045
2046 2002-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2047
2048         * FileDialog.C (save): actually return the result from
2049         FileDialog::open
2050
2051 2002-11-26  Jürgen Spitzmüller  <juergen.sp@t-online.de>
2052
2053         * FormTabular.C: correct lots of bugs in the setting/getting of
2054         longtable options.
2055
2056 2002-11-25  Angus Leeming  <leeming@lyx.org>
2057
2058         * Dialogs_impl.h:
2059         * Dialogs2.C: no need to include math sub dialog header files.
2060         Use standard MCV implementation of main math panel dialog.
2061
2062         * FormBaseDeprecated.[Ch]:
2063         * FeedbackController.[Ch]: removed.
2064
2065         * FormBase.[Ch]: Merge the contents of FeedbackController into here
2066         also.
2067         (FormCB): make the controller methods publicly accessible.
2068
2069         * forms/form_maths_deco.fd:
2070         * forms/form_maths_delim.fd:
2071         * forms/form_maths_matrix.fd:
2072         * forms/form_maths_panel.fd:
2073         * forms/form_maths_space.fd:
2074         * forms/form_maths_style.fd: s/Deprecated//
2075
2076         * FormMathsBitmap.[Ch]:
2077         * FormMathsDeco.[Ch]:
2078         * FormMathsDelim.[Ch]:
2079         * FormMathsMatrix.[Ch]:
2080         * FormMathsPanel.[Ch]:
2081         * FormMathsSpace.[Ch]:
2082         * FormMathsStyle.[Ch]: implement a Controller-View split of the math
2083         dialogs.
2084
2085 2002-11-22  Angus Leeming  <leeming@lyx.org>
2086
2087         The first step towards a math dialog controller...
2088
2089         * FormBaseDeprecated.h (hide): make public.
2090
2091         * FormMathsPanel.[Ch] (class FormMathsPanel):
2092         (c-tor, build): no longer create the daughters in the c-tor. Wait
2093         until build() is invoked to create and initialise them at the same time.
2094         (dispatchFunc): now has an additional string argument, making it a
2095         more general wrapper for LyXView::dispatch.
2096         (mathDisplay, setActive): removed.
2097         (daughters_): store the daughter dialogs in a map, using
2098         the FL_OBJECT buttons to identify them.
2099         (addDaughter, showDaughter): helper functions.
2100
2101         * FormMathsPanel.[Ch] (class FormMathsSub):
2102         (connect, disconect): removed. No need for the daughters to tell the
2103         parent that they're active; the parent knows already.
2104         (isVisible): new method; wrapper for form()->visible.
2105         no need to make FormMathsPanel a friend.
2106
2107         * FormMathsDelim.C (apply):
2108         * FormMathsMatrix.C (apply):
2109         use FormMathPanel::dispatchFunc() rather than LyXView::dispatch().
2110
2111 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2112
2113         * FormGraphics.C (build): use boost::format
2114
2115         * FeedbackController.C (postMessage): use boost::format
2116
2117         * ColorHandler.C (getGCForeground): use boost::format
2118
2119 2002-11-21  Angus Leeming  <leeming@lyx.org>
2120
2121         * FormDocument.[Ch]:
2122         * forms/form_document.fd: controller-view split of doc dialog.
2123
2124         * Dialogs_impl.h:
2125         * Dialogs2.C: changes due to controller-view split of doc dialog.
2126
2127 2002-11-21  Angus Leeming  <leeming@lyx.org>
2128
2129         * forms/fdfix.sh: Don't use "if [ $? -ne 0 ]; then..."
2130
2131         * FormSpellchecker.C (updateState): new method, replacing Black Magic.
2132         Should also resolve Darren Freeman's redraw of the status bar problem.
2133
2134 2002-11-20  Angus Leeming  <leeming@lyx.org>
2135
2136         * forms/fdfix.sh:
2137         * forms/fdfixh.sed: strengthen the sed in the sed script and further
2138         beautify the contents of the resultant .h file.
2139
2140 2002-11-20  Angus Leeming  <leeming@lyx.org>
2141
2142         * MathsCallbacks.h: removed.
2143         * Makefile.am: remove MathsCallbacks.h.
2144
2145         * FormMathsPanel.C (FormMathsPanel): use vector(begin, end) c-tor
2146         rather than our home-grown loops.
2147
2148         * FormMathsPanel.h:
2149         * forms/fdfix.sh: no longer #include "MathsCallbacks.h".
2150
2151         * FormMathsPanel.C (input):
2152         * forms/form_maths_panel.fd: don't pass/use MM_XYZ data.
2153
2154 2002-11-19  Angus Leeming  <leeming@lyx.org>
2155
2156         * FormInset.[Ch]: removed; no longer used after John's port of the
2157         tabular dialog to MCV.
2158
2159         * Makefile.am (libxforms_la_SOURCES): remove FormInset.[Ch].
2160
2161         * FormBase.h (show):
2162         * FormExternal.h (apply, build, update, input):
2163         * FormSpellchecker.h (apply, build, update, partialUpdate):
2164         propogate the virtual keyword.
2165
2166 2002-11-17  John Levon  <levon@movementarian.org>
2167
2168         * FileDialog.C: open/save name change
2169
2170 2002-11-15  John Levon  <levon@movementarian.org>
2171
2172         * Dialogs2.C:
2173         * Dialogs_impl.h:
2174         * FormPreferences.h:
2175         * FormPreferences.C:
2176         * FormTabular.h:
2177         * FormTabular.C:
2178         * forms/form_preferences.fd:
2179         * forms/form_tabular.fd: port tabular and prefs to MVC
2180
2181         * FormBase.h: make hide() virtual for prefs
2182
2183 2002-11-08  Angus Leeming  <leeming@lyx.org>
2184
2185         * xforms_resize.[Ch]: sigh. Hack the "get scaling" part of
2186         fl_adjust_form_size out of the xforms source and put it in here as
2187         get_scaling_factor. Resizing and then unresizing to get this info
2188         produces really nasty results...
2189
2190         I've put a request into the xforms list.
2191
2192 2002-11-08  Angus Leeming  <leeming@lyx.org>
2193
2194         * xforms_resize.[Ch]: replace scale_to_fit_tabs and scale_form with
2195         get_scale_to_fit and scale_form_horizontally, respectively. The
2196         functions are a total re-write, making use of the xforms library's
2197         fl_adjust_form_size routine. We therefore get enormously simplified
2198         code and consideration of /all/ button objects, not just those
2199         tabs in tabfolders.
2200
2201         * FormBase.C (prepare_to_show):
2202         * FormBaseDeprecated.C (prepare_to_show): use the renamed resize
2203         functions to scale the dialog so that labels fit within buttons.
2204
2205         * FormBase.C (prepare_to_show): remove bc().refresh() call, as this
2206         is done by the controller.
2207
2208 2002-11-07  Angus Leeming  <leeming@lyx.org>
2209
2210         * forms/fdfixh.sed: generate the d-tors in a clean way.
2211         * forms/fdfixc.sed: Go from "fdui->form_xxx" to "fdui->form" in
2212         a clean way.
2213
2214 2002-10-31  Herbert Voss  <voss@perce.de>
2215
2216         * FormGraphics.C (build, apply): get the rotate-list from the
2217         controller
2218
2219 2002-11-04  Angus Leeming  <leeming@lyx.org>
2220
2221         * FormGraphics.C (build): Use frnt::getBBUnits().
2222
2223 2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
2224
2225         * FormSpellchecker.C (input): fix label of spellchecker progress bar.
2226
2227 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2228
2229         * lyx_gui.C (hexname): STRCONV
2230
2231         * FormPreferences.C (X11hexname): STRCONV
2232
2233         * FormMathsMatrix.C (apply): STRCONV
2234
2235         * FormMathsDelim.C (apply): STRCONV
2236
2237         * lyx_gui.C (start): adjust signature
2238         (start): exchange magic integers for defined values.
2239
2240 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
2241
2242         * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
2243
2244         * FormGraphics.C: use lyx::float_equal.
2245
2246 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
2247
2248         * FormParagraph.[Ch]:
2249         * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
2250         of the code to make it more transparent. Use RadioButtonGroup and
2251         CheckedGlueLength for the same reason. Add tooltips.
2252
2253 2002-10-28  Angus Leeming  <leeming@lyx.org>
2254
2255         * FeedbackController.C (PrehandlerCB): show tooltips for browser
2256         widgets, working-around an xforms bug.
2257
2258         * FormBibtex.C (build):
2259         * FormCitation.C (build):
2260         * FormForks.C (build):
2261         * FormSpellchecker.C (build):
2262         * FormTexinfo.C (build):
2263         set the prehandler for the browser widgets so that we can have tooltips.
2264
2265 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
2266
2267         * xfont_loader.C (getFontinfo): Cleanup.
2268
2269 2002-10-26  John Levon  <levon@movementarian.org>
2270
2271         * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
2272
2273 2002-10-26  John Levon  <levon@movementarian.org>
2274
2275         * FormTexinfo.C: using vector
2276
2277 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
2278
2279         * xfont_loader.C (getFontinfo): Add xfonts to the font path if
2280         necessary.
2281
2282 2002-10-25  Angus Leeming  <leeming@lyx.org>
2283
2284         * FormSpellchecker.C (input): fix crash when progress == 0.
2285
2286 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2287
2288         * forms/form_print.fd:
2289         * FormPrint.[Ch]: clean-up, reflecting discussion on the list.
2290
2291         * forms/form_spellchecker.fd:
2292         * FormSpellchecker.[Ch]: add tooltips; general clean-up.
2293          add word count to dialog and improve progress status;
2294          implement single Start/Stop button;
2295
2296         * FormTabular.C (build): rearrange lines tab by tab.
2297         Use getString not fl_get_inout.
2298
2299         * FormTexinfo.C: replace View-button by catching double click in
2300         browser; allow viewing of files, irrespective of full path.
2301
2302         * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity.
2303         * FormWrap.[Ch]: simplification through the use of RadioButtonGroup
2304         and CheckedGlueLength. Add tooltips.
2305
2306 2002-10-24  Angus Leeming  <leeming@lyx.org>
2307
2308         * FormRef.C (updateBrowser): invoke updateHighlight
2309         (updateHighlight): don't select a browser item if there is no
2310         reference selected.
2311         (apply, input): use getString not fl_get_input.
2312
2313 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2314
2315         * FormExternal.C (apply):
2316         (input): fix an off-by-one index (causing a crash)
2317
2318 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2319
2320         * FormGraphics.C: use checkedWidgets to ensure that the lengths and
2321         glue lengths are valid. Improve code documentation and layout.
2322         InsetGraphicsParams::scale is now a float; modify dialog to suit.
2323
2324         * FormLog.C (update): more descriptive title and warning messages.
2325
2326         * FormMathsPanel.C (c-tor): allow dialog to be resized.
2327
2328         * FormPreamble.C (build): rearrange.
2329         (apply): use getString, not fl_get_input.
2330
2331         * FormSearch.C (build): add tooltips.
2332         (input): use getString, not fl_get_input.
2333
2334         * FormShowFile.C: more descriptive title.
2335
2336         * forms/form_browser.fd:
2337         * forms/form_preamble.fd: reshape.
2338
2339         * forms/form_graphics.fd: reshape. Remove text_warning widget.
2340
2341         * forms/form_maths_panel.fd:
2342         * forms/form_ref.fd:
2343         * forms/form_search.fd: reshape. Fix gravity.
2344
2345 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2346
2347         * FormFloat.C (input): fix the radio buttongroup behaviour.
2348
2349         * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
2350         when adding object to the group.
2351
2352         * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
2353         group.
2354
2355         * FormDocument.C: remove redundant header files.
2356
2357 2002-10-24  Angus Leeming  <leeming@lyx.org>
2358
2359         * Dialogs_impl.h: set the policy of the BibtexDialog to
2360         NoRepeatedApplyReadOnlyPolicy.
2361
2362 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2363
2364         * forms/form_float.fd: prettify and implement gravity/resize policy
2365         correctly.
2366
2367         * FormFloat.C: add tooltips, lots of comments and check the
2368         input more carefully.
2369
2370 2002-10-23  Angus Leeming  <leeming@lyx.org>
2371
2372         * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
2373         the input is invalid.
2374
2375 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2376
2377         * FormBibtex.C: remove two redundant header files.
2378
2379         * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
2380
2381         * FormDocument.C: disable resizing of the dialog.
2382         Remove redundant counter's bounds/step/precision (is set in
2383         form_document.fd).
2384
2385         * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
2386         button controller and the checkedGlueLength class to check the validity
2387         of any LyXGlueLengths.
2388
2389         * forms/form_document.fd: prettify.
2390
2391 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
2392
2393         * forms/form_bibtex.fd:
2394         * forms/form_citation.fd: less bulky with proper gravity/resize policy
2395          and many other GUI layout improvements.
2396
2397         * FormBibtex.C: remove choose button, select directly instead;
2398         add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
2399
2400         * FormCitation.C: (trivial) rearrange lines; remove redundant check
2401         button settings (do that in form_citation.fd instead).
2402
2403 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
2404
2405         * FeedbackController.C: use the NORMAL rather than the SMALL sized font
2406         to display messages in the message_widget.
2407
2408         * FormGraphics.h: remove un-needed #include.
2409
2410         * FormPrint.C (build): minimal change due to change in
2411         RadioButtonGroup's semantics.
2412
2413         * RadioButtonGroup.[Ch]: something of a clean-up.
2414         (explicit c-tor): removed.
2415         (reset): removed.
2416         (set): new method, accepting an FL_OBJECT *.
2417
2418         * xforms_helpers.[Ch] (setEnabled): change lcol setting from
2419         FL_BLACK to FL_LCOL.
2420         (getString) use line=0 instead of line=-1 as default case;
2421
2422 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
2423
2424         * forms/form_aboutlyx.fd: implement the text widgets as browsers
2425
2426         * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
2427
2428 2002-10-22  Angus Leeming  <leeming@lyx.org>
2429
2430         * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
2431         order once again.
2432         Add checkedwidgets.[Ch].
2433
2434         * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
2435         CheckedGlueLength.
2436
2437         * xforms_helpers.[Ch] (isActive): new helper function.
2438
2439 2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2440
2441         * xfont_loader.C (doLoad): typo
2442
2443 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2444
2445         * FormVCLog.C (update): modify, use ostringstream
2446
2447         * FormPreamble.C (apply): modify
2448
2449         * FormLog.C (update): modify
2450
2451         * FormAboutlyx.C (build): use ostringstream, modify
2452
2453 2002-10-21  Angus Leeming  <leeming@lyx.org>
2454
2455         * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
2456         warning.
2457
2458 2002-10-21  Garst Reese <reese@isn.net>
2459
2460         * xformsImage.C (getWidth): work-around xforms bug enabling the display
2461         of the edges of an image.
2462
2463 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
2464
2465         * Tooltips.C (init): pass the /formatted/ string to xforms...
2466
2467 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
2468
2469         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
2470         function keysym().
2471
2472         * FormDocument.C (class_apply): setMessage change
2473         (apply): ditto
2474
2475 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2476
2477         * Menubar_pimpl.C (create_submenu): do not create a "More..."
2478         submenu just for one entry
2479
2480 2002-10-15  Angus Leeming  <leeming@lyx.org>
2481
2482         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
2483         dispatch on LFUN_MOUSE_MOTION.
2484
2485 2002-10-15  Angus Leeming  <leeming@lyx.org>
2486
2487         * FormCitation.C (updateBrowser): deselect the highlighted item when
2488         updating the browser.
2489
2490 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
2491
2492         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
2493
2494 2002-10-08  Angus Leeming  <leeming@lyx.org>
2495
2496         * FeedbackController.C (PrehandlerCB):
2497         * combox.C (show): use fl_get_winorigin in preference to
2498         fl_get_wingeometry.
2499
2500 2002-10-14  Angus Leeming  <leeming@lyx.org>
2501
2502         * Tooltips.h (set) make it private:
2503         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
2504
2505         * FormBase.C (show):
2506         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
2507
2508 2002-10-14  André Pönitz <poenitz@gmx.net>
2509
2510         * FormDocument.C: somebody else's fix for a hard lockup
2511
2512 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2513
2514         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
2515         Lahaye
2516
2517 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
2518
2519         * FormRef.C (update): Always list the labels of the current buffer.
2520
2521 2002-10-07  Angus Leeming  <leeming@lyx.org>
2522
2523         * FormBase.C (hide):
2524         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
2525         #ifdef required xforms version.
2526
2527 2002-10-04  Angus Leeming  <leeming@lyx.org>
2528
2529         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
2530
2531         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
2532         bare minimum.
2533
2534         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
2535         no longer necessary and are scrapped.
2536         (show): use the same, minimal fix as in PrehandlerCB to ensure that
2537         the form's x,y coords are up to date. In truth, this fix should be
2538         redundant, but not all "enter" events are caught by the prehandler.
2539
2540         * FormDocument.C (build):
2541         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
2542         combox c-tor.
2543
2544 2002-10-03  Angus Leeming  <leeming@lyx.org>
2545
2546         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
2547         folder->y coords of a tabfolder when the mouse enters the folder.
2548         This works around an xforms bug that manifests itslf as tooltips
2549         appearing in their original position after the dialog has been
2550         moved aside.
2551
2552         * FormAboutlyx.C (build):
2553         * FormDocument.C (build):
2554         * FormGraphics.C (build):
2555         * FormPreferences.C (build):
2556         * FormTabular.C (build): set the prehandler for tabfolders.
2557
2558         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
2559         to ensure that the tabfolder prehandler is called.
2560
2561 2002-10-03  Angus Leeming  <leeming@lyx.org>
2562
2563         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
2564         decimal not a hexadecimal.
2565
2566         * FormBase.C (hide):
2567         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
2568         with the dialog.
2569
2570 2002-09-30  Angus Leeming  <leeming@lyx.org>
2571
2572         * FormBase.[Ch]:
2573         * FormBaseDeprecated.[Ch]:
2574         (icon_pixmap_, icon_mask_) new member variables.
2575         (prepare_to_show) new method, containing initialisation code invoked
2576         the first time show() is called.
2577         (d-tor) destroy icon_pixmap_, if it exists.
2578         (show) ensure that the icon pixmap is generated only once.
2579
2580         * XFormsView.[Ch]:
2581         (icon_pixmap_, icon_mask_) new member variables.
2582         (d-tor) destroy icon_pixmap_, if it exists.
2583         (create_form_form_main) assign the generated pixmap to the new
2584         icon_pixmap_ member variable.
2585
2586 2002-09-26  Angus Leeming  <leeming@lyx.org>
2587
2588         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
2589
2590 2002-09-25  Angus Leeming  <leeming@lyx.org>
2591
2592         * Dialogs2.C:
2593         * Dialogs_impl.h:
2594         * FormWrap.h:
2595         * LyXKeySymFactory.C:
2596         * LyXScreenFactory.C:
2597         * Menubar_pimpl.[Ch]:
2598         * Toolbar_pimpl.[Ch]:
2599         * WorkAreaFactory.C:
2600         * lyx_gui.C: doxygen fixes.
2601
2602 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
2603
2604         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
2605         The possible placements are default/outer/left/right.
2606
2607 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2608
2609         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
2610
2611 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
2612
2613         * forms/form_maths_space.fd
2614         * FormMathSpaces: remove access to internal macros \lyx*space
2615
2616 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2617
2618         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
2619         combox, make sure the corresponding shortcut is shown in
2620         minibuffer
2621
2622 2002-09-16  John Levon  <levon@movementarian.org>
2623
2624         * forms/form_character.fd: Escape to cancel
2625
2626 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
2627
2628         * forms/form_graphics.fd:
2629         * forms/form_print.fd: minor polishing of layout
2630
2631 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2632
2633         * FormGraphics.C: improve tooltips text
2634
2635         * forms/form_graphics.fd: cosmetic change in file tab
2636
2637 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2638
2639         * FormTexinfo.C:
2640         * forms/form_filedialog.fd:
2641         * forms/form_texinfo.fd: less bulky xforms dialogs.
2642
2643 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2644
2645         * FormPrint.[Ch]:
2646         * forms/form_print.fd: new xforms print dialog layout
2647
2648 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2649
2650         * FormGraphics.C: use "Default" as first item in Origin of rotation
2651
2652         * forms/form_graphics.fd: improved layout
2653
2654 2002-09-11  Angus Leeming  <leeming@lyx.org>
2655
2656         * FormInclude.C (update): remove lyxerr call.
2657
2658 2002-09-09  John Levon  <levon@movementarian.org>
2659
2660         * FormInclude.C:
2661         * forms/form_include.fd: reorder, remove noload
2662
2663 2002-09-09  John Levon  <levon@movementarian.org>
2664
2665         * FormMathDeco.C: move latex_deco into ControlMath
2666
2667 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
2668
2669         * FormBase.C:
2670         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
2671         set minimized title (without "LyX: ") and its icon.
2672
2673         * FormSpellchecker.C:
2674         * FormSearch.C:
2675         * FormThesaurus.C: remove "LyX: " from dialog window title.
2676
2677         * FormRef.[Ch]: add proper switch for "Go to" button.
2678
2679         * FormBibitem.C:
2680         * forms/form_bibitem.fd:
2681         * FormCitation.C:
2682         * forms/form_citation.fd:
2683         * FormRef.C:
2684         * forms/form_ref.fd:
2685         * FormSpellchecker.[Ch]:
2686         * forms/form_spellchecker.fd:
2687         * forms/form_toc.fd:
2688         * forms/form_url.fd: less bulky dialogs; use proper gravity and
2689         resize policy; add few tooltips.
2690
2691 2002-09-06  Alain Castera  <castera@in2p3.fr>
2692
2693         * FormTabular.C: leave the horizontal alignment buttons alive
2694           on fixed width columns
2695
2696 2002-09-05  Angus Leeming  <leeming@lyx.org>
2697
2698         * all files: modify the headers as discussed on the list.
2699
2700 2002-08-30  John Levon  <levon@movementarian.org>
2701
2702         * MathsCallbacks.h:
2703         * forms/fdfix.sh: fix build from last change
2704
2705 2002-08-30  John Levon  <levon@movementarian.org>
2706
2707         * MathsSymbols.h:
2708         * MathsSymbols.C:
2709         * FormMathsPanel.h:
2710         * FormMathsPanel.C: remove MathsSymbols to controllers/
2711
2712 2002-08-29  John Levon  <levon@movementarian.org>
2713
2714         * MathsSymbols.h:
2715         * MathsSymbols.C:
2716         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
2717
2718 2002-08-29  John Levon  <levon@movementarian.org>
2719
2720         * MathsSymbols.C: implement splitting for AMS. nrel
2721           is broken
2722
2723 2002-08-29  John Levon  <levon@movementarian.org>
2724
2725         * MathsSymbols.C: fix two crash bugs
2726
2727 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
2728
2729         * forms/form_graphics.fd:
2730         * FormGraphics.C: re-implement the use of text_warning box.
2731
2732         * forms/form_preferences.fd:
2733         * FormPreferences.C: use displayTranslator, change display mode
2734         from four radio buttons into one choice button.
2735
2736         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
2737
2738 2002-08-24  John Levon  <levon@movementarian.org>
2739
2740         * xformsImage.C: fix build, add FIXME for Rob
2741
2742 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
2743
2744         * FormGraphics.[Ch]:
2745         * forms/form_graphics.fd: Implement new graphics dialog
2746
2747         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
2748         instead of "mono|gray|no".
2749
2750 2002-08-22  John Levon  <levon@movementarian.org>
2751
2752         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
2753
2754 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2755
2756         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
2757         for support/smart_ptr.h, change use of smart ptr to boost version
2758
2759         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
2760         is a smart_ptr)
2761         (build): use nifty 3rd arg of smart_ptr
2762         (addBitmap): ditto
2763
2764 2002-08-20  John Levon  <levon@movementarian.org>
2765
2766         * lyx_gui.C: estimate default DPI
2767
2768 2002-08-16  Angus Leeming  <leeming@lyx.org>
2769
2770         * Dialogs.C:
2771         * Dialogs2.C:
2772         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
2773
2774         * Dialogs3.C: removed.
2775
2776 2002-08-16  Angus Leeming  <leeming@lyx.org>
2777
2778         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
2779         time, old boy.
2780
2781 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
2782
2783         * FormRef.C (update): Synchronise the buffer choice and the list of
2784         labels if the dialog is re-opened.
2785
2786 2002-08-15  Angus Leeming  <leeming@lyx.org>
2787
2788         * Dialogs.C:
2789         * Dialogs2.C:
2790         * Dialogs3.C:
2791         * Dialogs_impl.h: the brave new world of Dialog creation.
2792
2793         * FormBaseDeprecated.C:
2794         * FormFiledialog.C:
2795         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
2796
2797         * guiapi.C: discard.
2798
2799         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
2800         remove guiapi.C.
2801
2802 2002-08-15  Angus Leeming  <leeming@lyx.org>
2803
2804         * lots: changed my email address to leeming@lyx.org.
2805
2806         * FormBaseDeprecated.[Ch]: return it to private derivation from
2807         boost::noncopyable.
2808
2809         * FormBaseDeprecated.[Ch]:
2810         * FormDocument.[Ch]:
2811         * FormInset.[Ch]:
2812         * FormMaths*.[Ch]:
2813         * FormPreferences.[Ch]:
2814         * FormTabular.[Ch]:
2815         pass and store references to LyXView and Dialogs, not pointers.
2816
2817         * FormInset.[Ch]: remove class FormCommand.
2818
2819 2002-08-14  Angus Leeming  <leeming@lyx.org>
2820
2821         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
2822
2823         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
2824
2825 2002-08-14  Angus Leeming  <leeming@lyx.org>
2826
2827         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
2828         derives directly from boost::noncopyable.
2829         (show): made public.
2830
2831         * FeedbackController.h: rearrange #includes.
2832
2833         * FormDocument.C:
2834         * FormMathsDeco.C:
2835         * FormMathsDelim.C:
2836         * FormMathsMatrix.C:
2837         * FormMathsPanel.C:
2838         * FormTabular.C: remove #include "Dialogs.h"
2839
2840         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
2841
2842         * FormPreferences.C: rearrange #includes.
2843
2844         * FormTabular.h (showInset, updateInset): make public.
2845
2846         * FormDocument.C (build): enable the bmtable to find the right file!
2847
2848         * guiapi.C (gui_ShowInfo): removed.
2849
2850 2002-08-13  André Poenitz  <poenitz@gmx.net>
2851
2852         * Toolbar_pimpl.C: small cleanup
2853
2854 2002-08-13  Angus Leeming  <leeming@lyx.org>
2855
2856         * FileDialog.C:
2857         * FormMathsDelim.C:
2858         * FormMathsMatrix.C:
2859         * FormMathsPanel.C:
2860         * FormPreferences.C:
2861         * Menubar_pimpl.C:
2862         * Toolbar_pimpl.C:
2863         * XFormsView.C:
2864         * lyx_gui.C:
2865         changes due to the changed LyXView interface that now returns references
2866         to member variables not pointers.
2867
2868 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2869
2870         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
2871         entries.
2872
2873 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2874
2875         * FormDocument.C (saveParamsAsDefault): use proper constructment
2876
2877 2002-08-12  Angus Leeming  <leeming@lyx.org>
2878
2879         * FormCitation.C:
2880         * FromRef.C: change due to change of ControlConnections method name,
2881         isReadonly() -> bufferIsReadonly().
2882
2883         * FormIndex.C:
2884         * FormPrint.C: no longer #include "frontends/LyXView.h".
2885
2886 2002-08-12  Angus Leeming  <leeming@lyx.org>
2887
2888         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
2889         the Dialogs::toggleTooltips signal.
2890
2891         * FormAboutlyx.[Ch]:
2892         * FormBibitem.[Ch]:
2893         * FormBibtex.[Ch]:
2894         * FormBrowser.[Ch]:
2895         * FormCharacter.[Ch]:
2896         * FormCitation.[Ch]:
2897         * FormERT.[Ch]:
2898         * FormError.[Ch]:
2899         * FormExternal.[Ch]:
2900         * FormFloat.[Ch]:
2901         * FormForks.[Ch]:
2902         * FormGraphics.[Ch]:
2903         * FormInclude.[Ch]:
2904         * FormIndex.[Ch]:
2905         * FormLog.[Ch]:
2906         * FormMinipage.[Ch]:
2907         * FormParagraph.[Ch]:
2908         * FormPreamble.[Ch]:
2909         * FormPrint.[Ch]:
2910         * FormRef.[Ch]:
2911         * FormSearch.[Ch]:
2912         * FormSendto.[Ch]:
2913         * FormShowFile.[Ch]:
2914         * FormSpellchecker.[Ch]:
2915         * FormTabularCreate.[Ch]:
2916         * FormTexinfo.[Ch]:
2917         * FormThesaurus.[Ch]:
2918         * FormToc.[Ch]:
2919         * FormURL.[Ch]:
2920         * FormVCLog.[Ch]:
2921         No longer pass Controller or Dialogs to the c-tor.
2922         No longer forward-declare Dialogs.
2923
2924         * FormBase.[Ch]: derives from ViewBase directly.
2925         No longer passed ControlButtons & or Dialogs &.
2926         (bc): new method, enabling the daughter classes to access the
2927         ButtonController.
2928         (C_FormBaseApplyCB):
2929         (C_FormBaseOKCB):
2930         (C_FormBaseCancelCB):
2931         (C_FormBaseRestoreCB):
2932         (C_WMHideCB): changes due to a change in the ViewBase class.
2933
2934         * Toolbar_pimpl.[Ch] (c-tor):
2935         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
2936
2937         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
2938
2939         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
2940         Dialogs & to the Toolbar.
2941
2942         * guiapi.C: access the controller methods by explicit invocation of the
2943         controller.
2944
2945 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2946
2947         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
2948         (class_apply): ditto
2949
2950 2002-08-08  John Levon  <levon@movementarian.org>
2951
2952         * Menubar_pimpl.C:
2953         * Toolbar_pimpl.C: lyxaction cleanup
2954
2955 2002-08-08  John Levon  <levon@movementarian.org>
2956
2957         * forms/form_thesaurus.fd: allow Esc to close dialog
2958
2959 2002-08-02  Angus Leeming  <leeming@lyx.org>
2960
2961         * FormInclude.C:
2962         * forms/form_include.fd: added a check_preview button and controlling
2963         logic. The user can now choose to preview a \input-ed file.
2964
2965 2002-08-02  Angus Leeming  <leeming@lyx.org>
2966
2967         * FormTabular.C (input):
2968         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
2969         returning a boost::shared_ptr.
2970
2971 2002-08-01  John Levon  <levon@movementarian.org>
2972
2973         * FormDocument.C: writeFile() change
2974
2975 2002-08-01  John Levon  <levon@movementarian.org>
2976
2977         * FormPreferences.h:
2978         * FormPreferences.C:
2979         * guiapi.C:
2980         * forms/form_spellchecker.fd: remove options from spellchecker
2981
2982 2002-07-30  John Levon  <levon@movementarian.org>
2983
2984         * lyx_gui.C: implement remove_read_callback()
2985
2986 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2987
2988         * XWorkArea.C (work_area_handler): change type of
2989         scrollbar_value_old to double
2990
2991 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2992
2993         * several files: strip,frontStrip -> trim,ltrim,rtrim
2994
2995 2002-07-25  John Levon  <levon@movementarian.org>
2996
2997         * lyx_gui.C:
2998         * XWorkArea.C: using dec
2999
3000 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3001
3002         * FormFloat.C: Fixed and better GUI-logic
3003
3004 2002-07-25  André Pönitz <poenitz@gmx.net>
3005
3006         * lyx_gui.C:
3007         * XWorkArea.C: add 'dec' to switch back to decimal output
3008
3009 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3010
3011         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
3012         (create_submenu): add parameter ``all_disabled'' which will be
3013         false only if the menu contains at least one working item. Disable
3014         submenus who have all_disabled true. What I could not do, though
3015         is disable menubar items when all the menu is disabled (because I
3016         know about it only when I try to open this menu)
3017
3018 2002-07-25  Herbert Voss  <voss@perce.de>
3019
3020         * FormBibtex.C (update): clear browser first
3021
3022 2002-07-25  Juergen Vigna  <jug@sad.it>
3023
3024         * XWorkArea.C (work_area_handler): set y_old and x_old to some
3025         values in the MOUSE or DRAG even.
3026
3027 2002-07-25  John Levon  <levon@movementarian.org>
3028
3029         * forms/form_float.fd: "Span columns"
3030
3031 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3032
3033         * FormFloat.C:
3034         * forms/form_float.fd: Implement default placement checkbox;
3035         some minor tweaks
3036
3037 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3038
3039         * Menubar_pimpl.C (create_submenu): add the code for splitting too
3040         long menus here. Remove call to add_toc.
3041
3042         * Menubar_pimpl.C (add_toc):
3043         (add_toc2): remove. This code is now in MenuBackend; now, all the
3044         frontend has to do is to support the item kinds Command, Submenu
3045         and Separator. The rest is done transparently.
3046
3047 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3048
3049         * FormFloat.C:
3050         * forms/form_float.fd: Implement Wide Float toggle and !-option;
3051         disable h and b with wide floats
3052
3053 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3054
3055         * Menubar_pimpl.C (create_submenu): updates due to changes in
3056         menubackend.
3057
3058 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3059
3060         * XMiniBuffer.h: add connection objects, and use them
3061         * XMiniBuffer.C (XMiniBuffer): here and
3062         (dd_init): here
3063
3064         * XFormsView.h: add connection objects, use them
3065         * XFormsView.C (XFormsView): here
3066
3067 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3068
3069         * XFormsView.C: don't call toolbar_->set()
3070
3071         * Toolbar_pimpl.h:
3072         * Toolbar_pimpl.C: rationalise code, remove half-working
3073           update stuff into simple add()
3074
3075 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3076
3077         * lyx_gui.C: add lyx_gui::exit()
3078
3079 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3080
3081         * Toolbar_pimpl.h:
3082         * Toolbar_pimpl.C: remove ->push()
3083
3084 2002-07-22  Herbert Voss  <voss@lyx.org>
3085
3086         * FormGraphics.C: add tooltips, changesize_type to size_kind.
3087         some rearrangements to the code
3088
3089 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3090
3091         * FormToc.C: std:: fix
3092
3093 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3094
3095         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
3096
3097         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
3098         and "commandtags.h"
3099
3100         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
3101
3102         * FormSendto.C:
3103         * FormParagraph.C:
3104         * FormMinipage.C:
3105         * FormGraphics.C:
3106         * FormForks.C:
3107         * FormCitation.C:
3108         * DropDown.C: update to use new getString and getVector
3109
3110         * xforms_helpers.[Ch]: replace getVectorFromChoice and
3111         getVectorFromBrowser by getVector; replace getStringFromInput,
3112         getStringFromBrowser and getSelectedStringFromBrowser with
3113         getString, which works with input, choice and browser objects
3114
3115         * Menubar_pimpl.C:
3116         * FormToc.C: update to use new toc.[Ch]
3117
3118 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3119
3120         * XFormsView.C: move autosave timer to LyXView.C
3121
3122 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3123
3124         * Menubar_pimpl.[Ch]: remove support for multiple menubars
3125
3126 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
3127
3128         * XMiniBuffer.h:
3129         * XMiniBuffer.C: cleanup, make start/end history work as before
3130
3131 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
3132
3133         * FormMathsDelim.C:
3134         * FormMathsMatrix.C: fix dispatch calls nicely
3135
3136 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3137
3138         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
3139         open
3140
3141         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
3142
3143 2002-04-28  Herbert Voss  <voss@perce.de>
3144
3145         * FormGraphics.C:
3146         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
3147
3148 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
3149
3150         * DropDown.h:
3151         * DropDown.C: remove unneeded LyXView *
3152
3153         * XFormsView.h:
3154         * XFormsView.C: changes for minibuffer rework
3155
3156         * XMiniBuffer.h:
3157         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
3158           old code to here
3159
3160         * lyx_gui.C: add FIXME
3161
3162 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
3163
3164         * FormMathsDelim.C:
3165         * FormMathsMatrix.C: fix dispatch calls
3166
3167 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
3168
3169         * Menubar_pimpl.C:
3170         * Toolbar_pimpl.C:
3171         * lyx_gui.C:
3172         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
3173
3174         * xfont_loader.C: remove call to messagePush(),Pop()
3175
3176 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
3177
3178         * FormFiledialog.C: Add missing #include
3179
3180 2002-07-17  Angus Leeming  <leeming@lyx.org>
3181
3182         * xformsImage.C (init_graphics): disable direct loading of PostScript
3183         files. It's more effort than it's worth.
3184
3185 2002-07-17  André Pönitz <poenitz@gmx.net>
3186
3187         * FormPreferences.C: add help for $$s feature, lots of stupid "code
3188          beautifying"
3189
3190 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3191
3192         * FormPreferences.C:
3193         * forms/form_preferences.fd: remove 2nd exit confirmation
3194
3195 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3196
3197         * XFormsView.h:
3198         * XFormsView.C: hook up view_state_changed
3199
3200 2002-07-16  Angus Leeming  <leeming@lyx.org>
3201
3202         * XPainter.C: add some #ifdef ugliness to enable the home grown image
3203         loader to work too.
3204
3205 2002-07-16  André Pönitz <poenitz@gmx.net>
3206
3207         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
3208
3209 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3210
3211         * xformsImage.h:
3212         * xformsImage.C: add isDrawable()
3213
3214         * XPainter.C: use static cast to xformsImage
3215
3216 2002-07-14  Angus Leeming  <leeming@lyx.org>
3217
3218         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
3219
3220 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
3221
3222         * lyx_gui.C: add set_read_callback()
3223
3224 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3225
3226         * lyx_gui.C: move init_graphics() into setup
3227
3228 2002-07-12  Angus Leeming  <leeming@lyx.org>
3229
3230         * xformsImage.C (width): apply fudge irrespective of library version.
3231
3232 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3233
3234         * Toolbar_pimpl.h:
3235         * Toolbar_pimpl.C: remove unused (de)activate()
3236
3237 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3238
3239         * lyx_gui.C: implement update_fonts(), font_available()
3240
3241 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3242
3243         * lyx_gui.C: add update_color()
3244
3245 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3246
3247         * FormPreferences.C:
3248         * forms/form_preferences.fd: remove file->new asks for name
3249
3250 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3251
3252         * XWorkArea.h:
3253         * XWorkArea.C: do a copy area on redraw when no geometry change
3254
3255 2002-07-11  Herbert Voss  <voss@perce.de>
3256
3257         * FormGraphics.C (input): test also the height for %-value, when
3258         importing the latex-value into the lyx-view
3259
3260 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
3261
3262         * XMiniBuffer.C (peek_event):
3263         * combox.C (peek_event):
3264         * DropDown.C (peek): support keypad keys
3265
3266 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3267
3268         * xscreen.C: add const
3269
3270 2002-07-09  Angus Leeming  <leeming@lyx.org>
3271
3272         * xformsImage.C (scale): use boost::tie.
3273         (width): fudge to fix bug in image width for xforms <= 0.89.6.
3274
3275 2002-07-08  Angus Leeming  <leeming@lyx.org>
3276
3277         * forms/fdfix.sh: whitespace.
3278
3279 2002-07-05  Angus Leeming  <leeming@lyx.org>
3280
3281         * lyx_gui.C (hexname): new function.
3282
3283 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3284
3285         * lyx_gui.C (init_graphics): boost::function assign, not
3286         boost::signal connect.
3287
3288         * combox.C (Combox): what remove does is now done implicitly from
3289         XFormsView destructor.
3290
3291         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
3292
3293         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
3294
3295         * XFormsView.C (XFormsView): hide and free form_
3296         (getForm): raw pointer return
3297         (create_form_form_main): raw pointer set
3298
3299         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
3300         implicitly from XFormsView destructor.
3301
3302 2002-07-04  André Pönitz <poenitz@gmx.net>
3303
3304         * FormInset.[Ch]: reduce #include depencies
3305
3306         * guiapi.C: suppress compiler warning
3307
3308 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3309
3310         * FormInclude.C: Comment out unneeded and wrong update mechanism
3311         (related to bug #459)
3312         *forms/form_include.fd: define missing callbacks (bug #459)
3313
3314 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
3315
3316         * FormDocument.C (build): add pt154 encoding
3317
3318 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3319
3320         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
3321
3322 2002-07-01  Angus Leeming  <leeming@lyx.org>
3323
3324         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
3325
3326 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
3327
3328         * forms/fdfix.sh: fix compilation failure on WinXP.
3329
3330 2002-06-28  Angus Leeming  <leeming@lyx.org>
3331
3332         * XPainter.[Ch]: changes associated with the name change
3333         grfx::GImage -> grfx::Image.
3334
3335         * xformsGImage.[Ch]: deleted.
3336         * xformsImage.[Ch]: new files, reflecting changed class name.
3337
3338         * Makefile.am:
3339         * lyx_gui.C: associated changes.
3340
3341 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3342
3343         * FormPreferences.C
3344         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
3345
3346 2002-06-26  Angus Leeming  <leeming@lyx.org>
3347
3348         * xformsGImage.C (load, setPixmap): changes aassociated with moving
3349         grfx::DisplayType out of grfx::GParams.
3350
3351 2002-06-25  Angus Leeming  <leeming@lyx.org>
3352
3353         * FormPreferences.C (LnFmisc::apply): Comment out the call to
3354         grfx::GCache::changeDisplay. The method no longer exists now that the
3355         pixmap generation part of the graphics loader has been moved into
3356         InsetGraphics.
3357
3358 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3359
3360         * Toolbar_pimpl.C: layout as layout
3361
3362 2002-06-21  Angus Leeming  <leeming@lyx.org>
3363
3364         * xscreen.C: add a using std::endl directive.
3365
3366 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3367
3368         * FormPreferences.h:
3369         * FormPreferences.C:
3370         * forms/form_preferences.fd: remove show_banner, display_shortcuts
3371
3372 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3373
3374         * XWorkArea.h:
3375         * XWorkArea.C: remove splash, should be handled in
3376           LyXScreen::greyOut()
3377
3378 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3379
3380         * forms/form_texinfo.fd: "Update List" not "Rescan"
3381
3382 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3383
3384         * guiapi.C: createIndex() changed
3385
3386 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3387
3388         * FormBibtex.C: use new lyx::eliminate_duplicates
3389
3390 2002-06-20 Herbert Voss  <voss@perce.de>
3391
3392         * FormBibtex.C:
3393         * forms/form_bibtex.fd: give better support for choosing the
3394         bibstyle (new browserfield with the available bibstyles).
3395         move some code of ControlTexinfo into a helper
3396         file support/tex-helpers to use some of the functions
3397
3398 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3399
3400         * XWorkArea.h:
3401         * XWorkArea.C: remove unused code, name change
3402
3403 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3404
3405         * XLyXKeySym.h:
3406         * XLyXKeySym.C: whitespace
3407
3408 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3409
3410         * XWorkArea.h: remove focus stuff, greyOut()
3411
3412 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3413
3414         * XWorkArea.C: remove focus/unfocus events
3415
3416 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3417
3418         * XWorkArea.h: remove unused methods
3419
3420 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
3421
3422         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
3423           Cleaner, smaller.
3424
3425 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3426
3427         * XWorkArea.h: remove unused width()
3428
3429 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
3430
3431         * guiapi.C: fix compile with libAiksaurus
3432
3433 2002-06-17  Herbert Voss  <voss@perce.de>
3434
3435         * forms/.cvsignore: ignore the *.lo files
3436
3437 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
3438
3439         * FormSearch.h:
3440         * FormSearch.C: focus and select search string on open (bug #77)
3441
3442 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3443
3444         * changes to let the function setup happen in frontends
3445
3446         * guiapi.C: new file
3447
3448 2002-06-16    <alstrup@diku.dk>
3449
3450         * xscreen.C (draw): After drawing, we wait for X with XSync..
3451
3452         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
3453
3454         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
3455
3456         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
3457
3458         * WorkAreaFactory.C: New file for GUII WorkArea.
3459
3460         * LyXScreenFactory.C: WorkArea GUIIized.
3461
3462 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
3463
3464         * LyXKeySymFactory.C: Added XForms implementation.
3465
3466         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
3467         stuff.
3468
3469         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
3470
3471 2002-06-14  Lyx Development team  <lyx@electronia>
3472
3473         * LyXScreenFactory.C: Implementation for XForms.
3474
3475         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
3476         called XScreen (surprise!).
3477
3478 2002-06-14  Angus Leeming  <leeming@lyx.org>
3479
3480         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
3481
3482         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
3483         if not, exit gracefully.
3484         Test whether the newly generated .h file is different from the existing
3485         one and if not discard it to prevent unnecessary recompilation in the
3486         xforms directory.
3487
3488 2002-06-14  Angus Leeming  <leeming@lyx.org>
3489
3490         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
3491         "this", ro we'll get a crash following FormBaseDeprecated's
3492         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
3493
3494         This is the only form in which all the folders are not built in the
3495         parent class direct, so this is the only one that should suffer from
3496         this bug.
3497
3498 2002-06-12  Angus Leeming  <leeming@lyx.org>
3499
3500         * form_*.[Ch]: removed from the repository.
3501         * forms/Makefile.am:
3502         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
3503
3504         * forms/form_*.fd: use a consistent naming convention for the fdesign
3505         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
3506         struct FD_aboutlyx;
3507         struct FD_aboutlyx_version;
3508         struct FD_aboutlyx_credits;
3509         struct FD_aboutlyx_license;
3510
3511         * forms/fdfix[ch].sed: no longer write the build routines for the
3512         fdesign generated FD_xyz structs as member methods of the controlling
3513         FormXyz class. It's unnecessary and needs patch files in addition to
3514         the sed magic to work properly. Thus, the structs above are now
3515         generated by routines
3516         FD_aboutlyx * build_aboutlyx(void *);
3517         FD_aboutlyx_version * build_aboutlyx_version(void *);
3518         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
3519         FD_aboutlyx_license * build_aboutlyx_license(void *);
3520
3521         * forms/README: document all the above.
3522
3523         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
3524
3525         * forms_gettext.[Ch]: new files containing only the scex, idex functions
3526         stored previously in xforms_helpers.[Ch].
3527
3528         * xforms_helpers.[Ch]: removed scex, idex functions.
3529
3530         * Most other files: minor changes associated with the above.
3531
3532 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3533
3534         * XWorkArea.h:
3535         * XWorkArea.C: move scrolling logic into here
3536
3537         * ColorHandler.h:
3538         * ColorHandler.C:
3539         * XPainter.h:
3540         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
3541         s/Painter/XPainter/
3542
3543 2002-06-12  Angus Leeming  <leeming@lyx.org>
3544
3545         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
3546
3547 2002-06-12  Angus Leeming  <leeming@lyx.org>
3548
3549         * FormParagraph.C: include ParagraphParameters.h now that
3550         ParagraphParameters is forward declared in ControlParagraph.h.
3551
3552 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
3553
3554         * FormMathsDelim.C: fix delimiter pre-display rendering
3555           mess-up bug (354)
3556
3557 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3558
3559         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
3560
3561 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3562
3563         * XFormsView.h:
3564         * XFormsView.C: move init() back to LyXView
3565
3566 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3567
3568         * GUIRunTime.C: remove in favour of ...
3569
3570         * Makefile.am:
3571         * lyx_gui.C: ... GUI startup namespace
3572
3573         * XFormsView.h:
3574         * XFormsView.C: change show() prototype
3575
3576         * XPainter.C:
3577         * xfont_loader.C: don't use GUIRunTime any more
3578
3579 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3580
3581         * ColorHandler.C:
3582         * FontInfo.h:
3583         * FormBase.C:
3584         * FormBaseDeprecated.C:
3585         * MathsSymbols.C:
3586         * Menubar_pimpl.C: minor cleanups
3587
3588 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3589
3590         * xformsGImage.C:
3591         * FontInfo.h:
3592         * FontInfo.C: some cleanup
3593
3594         * XWorkArea.C:
3595         * XFormsView.h:
3596         * XFormsView.C: some minor cleanup, use of
3597           scoped_ptr
3598
3599         * xfont_loader.h:
3600         * xfont_loader.C: rename
3601
3602 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3603
3604         * XWorkArea.h:
3605         * XWorkArea.C: use workHeight(), remove enter/leaveView
3606
3607 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3608
3609         * XWorkArea.h:
3610         * XWorkArea.C: remove belowMouse() and active()
3611
3612 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3613
3614         * xfont_metrics.h:
3615         * xfont_metrics.C:
3616         * XPainter.C: X-specific metrics stuff moved into xforms/ only
3617
3618 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
3619
3620         * FormParagraph.[Ch]: moved to mvc
3621         * form_paragraph.[Ch]: idem
3622         * forms/form_paragraph.fd: idem
3623         * Dialogs.C: idem
3624
3625 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3626
3627         * GUIRunTime.C (initialiseGraphics): condition the choice of
3628         loader on USE_XFORMS_IMAGE_LOADER
3629
3630         * xformsGImage.C (init_graphics): do not initialize jpeg support
3631         if not available
3632
3633 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3634
3635         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
3636
3637 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3638
3639         * FormMathsPanel.C: do not include ButtonController.tmpl
3640         * FormPreferences.C: ditto
3641         * xformsBC.C: ditto
3642
3643         * FormBase.h (controller): remove ViewBase:: prefix
3644
3645 2002-06-07  Angus Leeming  <leeming@lyx.org>
3646
3647         Fixes needed to compile with Compaq cxx 6.5.
3648         * ColorHandler.C:
3649         * DropDown.C:
3650         * FormThesaurus.C:
3651         all c-library variables have been moved into namespace std.
3652         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
3653
3654         * XFormsView.C: add a using std::abs directive.
3655
3656         * FormBase.h (FormCB::controller): I have had to prefix base class
3657         methods with Base:: Wierd!
3658
3659 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
3660
3661         * xformsGImage.h: an xforms build fix
3662
3663 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
3664
3665         * Tooltips.C: fix some sigc++ -> boost errors.
3666
3667 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
3668
3669         * GUIRunTime.C:
3670         * XFormsView.C:
3671         * XWorkArea.C:
3672         * xforms_resize.C:
3673         * xformsGImage.h: fixes for xforms 1.0 version
3674           checking
3675
3676 2002-05-10  Herbert Voss  <voss@perce.de>
3677
3678         * FormInclude.C (input, update): disable load-button when
3679         "use verbatim" is enabled
3680
3681 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3682
3683         * FileDialog.C (FileDialog): fix () bug when using new
3684         * xformsGImage.C (newImage): ditto
3685         * Toolbar_pimpl.C (Pimpl): ditto
3686         * xfont_loader.C (getFontinfo): ditto
3687
3688 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3689
3690         * switch from SigC signals to boost::signals.
3691
3692         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
3693
3694 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3695
3696         * FormDocument.C (input): set preamble too when saving default
3697         template.
3698
3699 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3700
3701         * Makefile.am:
3702         * XWorkArea.h:
3703         * XWorkArea.C: moved here
3704
3705 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3706
3707         * ColorHandler.h:
3708         * ColorHandler.C:
3709         * FontInfo.h:
3710         * FontInfo.C: moved here
3711
3712         * xfont_loader.h:
3713         * xfont_loader.C: moved here
3714
3715         * Makefile.am:
3716         * xfont_metrics.C: changes from above
3717
3718 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3719
3720         * Makefile.am:
3721         * XPainter.C:
3722         * xfont_metrics.h:
3723         * xfont_metrics.C: moved font metrics code
3724
3725 2002-05-24  Juergen Vigna  <jug@sad.it>
3726
3727         * FormMathsBitmap.C: include local includes first (selfcontainment)
3728         * FormMathsBitmap.h: include LString.h first.
3729
3730 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3731
3732         * XFormsView.C:
3733         * lyxlookup.h:
3734         * lyxlookup.C:
3735         * Makefile.am: move here
3736
3737 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3738
3739         * DropDown.h:
3740         * FileDialog.C:
3741         * FormBaseDeprecated.C:
3742         * FormDocument.C:
3743         * FormIndex.C:
3744         * FormInset.C:
3745         * FormMathsBitmap.C:
3746         * FormMathsDelim.C:
3747         * FormMathsMatrix.C:
3748         * FormMathsPanel.C:
3749         * FormParagraph.C:
3750         * FormPreferences.C:
3751         * FormPrint.C:
3752         * FormTabular.C:
3753         * Makefile.am:
3754         * XFormsView.h:
3755         * XFormsView.C: LyXView is now in frontends/,
3756         XFormsView moved to here
3757
3758 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3759
3760         * Makefile.am:
3761         * XPainter.h:
3762         * XPainter.C: move Painter here
3763
3764 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3765
3766         * Menubar_pimpl.C: add scoped_ptr.hpp
3767
3768         * FormPrint.h: remove smart_ptr.hpp
3769
3770         * FormBase.h: use more specific smart_ptr header
3771         * FormCharacter.h: ditto
3772         * FormMathsStyle.h: ditto
3773         * FormAboutlyx.h: ditto
3774         * Menubar_pimpl.h: ditto
3775         * FormTabular.h: ditto
3776         * FormPreferences.h: ditto
3777         * FormParagraph.h: ditto
3778         * FormMathsSpace.h: ditto
3779         * FormMathsPanel.h: ditto
3780         * FormMathsMatrix.h: ditto
3781         * FormMathsDelim.h: ditto
3782         * FormMathsDeco.h: ditto
3783         * FormGraphics.h: ditto
3784         * FormDocument.h: ditto
3785
3786 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
3787
3788         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
3789           (bug 406) (from Angus)
3790
3791 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
3792
3793         * FormDocument.C (language_apply): Fix language changing.
3794
3795 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3796
3797         * Tooltips.C: enable tooltips by default.
3798
3799 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3800
3801         * xforms_resize.h: improve the doc++ comments.
3802
3803         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
3804         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
3805         providing this info "somehow".
3806         Constify a few variables.
3807         whitespace changes.
3808
3809 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
3810
3811         * FormBase.C (show):
3812         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
3813         is widened sufficiently to display wholely the tabs of any
3814         tabbed-folders. This is more than just cosmetic as it will prevent
3815         crashes when selecting a partly displayed tab. (The problem occurs
3816         with a "long" locale like German and xforms < 0.9999.)
3817
3818         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
3819         by how much a dialog should be scaled to show its tabs fully (should
3820         it have a tabfolder).
3821
3822 2002-05-08  Garst Reese  <reese@isn.net>
3823
3824         * FormMathsDeco.C: fix offset to normal size decos.
3825
3826 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
3827
3828         * xformsGImage.C (rotate): work-around xforms bug when rotating by
3829         270 degs.
3830
3831 2002-05-02  Herbert Voss  <voss@perce.de>
3832
3833         * FormBibtex.C (apply): a change from a style to an empty one
3834         (which is valid) wasn't saved
3835
3836 2002-05-02  Herbert Voss  <voss@perce.de>
3837
3838         * FormGraphics.C (input): do not read bb new when it was changed
3839
3840 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
3841
3842         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
3843         * FormParagraph.C: "Other" -> "Custom"
3844         * FormPreferences.C: "USletter" -> "US letter" etc.
3845         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
3846         * forms/form_preferences.fd: style consistency
3847
3848 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
3849
3850         * FormCharacter.C:
3851         * FormDocument.C:
3852         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
3853
3854         * xforms_helpers.h (findPos): new template.
3855
3856         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
3857         for the rotation origins.
3858
3859         * FormGraphics.C: internationalise the rotation origin strings in the
3860         choice using the same approach as used for the language names in the
3861         Character, Document, Preferences dialogs.
3862
3863 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
3864
3865         * FormCharacter.C:
3866         * FormDocument.C:
3867         * FormPreferences.C: use the bool flag to getLanguageData as
3868         appropriate. No longer translate the strings as this is done in
3869         getLanguageData.
3870
3871 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
3872
3873         * FormBibtex.C:
3874         * FormCitation.C: fix two typos
3875
3876 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
3877
3878         * FormCharacter.h:
3879         * FormDocument.h:
3880         * FormPreferences.h: store a vector<string> lang_ of language
3881         identifiers.
3882
3883         * FormCharacter.C: changes associated with frnt::getLanguageData
3884         returning a vector<LanguagePair> rather than a vector<string>.
3885
3886         * FormDocument.C:
3887         * FormPreferences.C: internationalise the languages on display, similar
3888         to the changes in FormCharacter.C.
3889
3890 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
3891
3892         * FormMathsPanel.C: translate Close
3893         * FormGraphics.C: a little more translation
3894
3895 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3896
3897         * FormCitation.C (apply, input): ensure that the choice is always valid.
3898
3899         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
3900         identifier when performing one of the substitutions. "shortcut" can
3901         reasonably appear in the label.
3902
3903 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
3904
3905         * Makefile.am: fix typo "shoul go to" -> "should go to".
3906
3907         * forms/form_preferences.fd: Modify naming for Converter flags
3908         ("Extra flags") and remove a couple of shortcut-clashes.
3909
3910         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
3911
3912 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3913
3914         * FormBibtex.C: Do not use a blank after the comma for multiple
3915         bib-files (which is not read in correctly).
3916
3917 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3918
3919         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
3920         disable the choice.
3921
3922 2002-04-19  Juergen Vigna  <jug@sad.it>
3923
3924         * FormParagraph.C (changedParagraph): don't check for p == par_ as
3925         we don't set par_ on a changedParagraph call so we don't resete the
3926         buttons and message when we return to the original paragraph!
3927
3928 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
3929
3930         * forms/cvsignore: add Makefile.
3931
3932 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3933
3934         * forms/Makefile.am: make it a dummy make file + extra dist
3935
3936 2002-04-14  Herbert Voss  <voss@perce.de>
3937
3938         * FormCharacter.C
3939         * FormExternal.C: adding #include "support/lstrings.h"
3940         for the getStringFromVector and vice versa
3941
3942 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
3943
3944         * FormParagraph.C (changedParagraph): ensure that the warning message
3945         is removed if the underlying paragraph will accept our changes.
3946
3947 2002-04-09  Herbert Voss  <voss@perce.de>
3948
3949         * FormGraphics.C: allow rotate-values like 270.1
3950         * xformsGImage.C (rotate): get the right rotate-angle from
3951         GraphicParams
3952
3953 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
3954
3955         * xformsGImage.C (clip): no need to check if the width, height are > 0
3956         because the BoundingBox would be empty() in this weren't the case.
3957
3958 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3959
3960         * FormDocument.[Ch]: Add a new method UpdateClassParams
3961         which is used in CheckChoiceClass to update the fontsizes
3962         and other necessary stuff (pagestyle) on class change
3963         (hopefully finally fix bug #306)
3964
3965 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3966
3967         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
3968         (updatesrc): delete wrong version
3969
3970 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3971
3972         * forms/.cvsignore: add Makefile.in
3973
3974         * forms/Makefile.am: make distcheck work, new file
3975
3976         * Makefile.am: make distcheck work
3977
3978 2002-04-05  Herbert Voss  <voss@perce.de>
3979
3980         * FormGraphics.C: use correct unit bp (big point - PostScript point)
3981         for the bounding box values
3982
3983 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
3984
3985         * FormGraphics.C (updateBB, input): Don't set the path of the file
3986         passed to readBB. Let the controller do that because it knows about
3987         the buffer (and therefore the path) whereas the view has no idea.
3988
3989 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
3990
3991         * xformsGImage.C (clip): ensure that the clipped image has sensible
3992         dimensions.
3993
3994 2002-04-04  Herbert Voss  <voss@lyx.org>
3995
3996         * FormGraphics.C (updateBB):  new method to read the BBox when reading
3997         a new file or changing an existing one.
3998
3999 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4000
4001         * FormCharacter.C (findPos): add a missing typename
4002
4003 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
4004
4005         * FeedbackController.C:
4006         * FormBibtex.C:
4007         * FormCitation.C:
4008         * FormForks.C:
4009         * FormMathsBitmap.C:
4010         * FormPreferences.C:
4011         * FormSendto.C:
4012         * FormTexinfo.C:
4013         * Tooltips.C:
4014         * xforms_helpers.C: use _() correctly rather than N_().
4015
4016 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
4017
4018         * FormDocument.C (CheckChoiceClass): update the necessary class
4019         settings on class change (fix bug #306)
4020
4021 2002-03-27  Herbert Voss  <voss@lyx.org>
4022
4023         * xforms_helpers.h:
4024         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
4025         and text%
4026
4027 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4028
4029         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
4030         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
4031         The MathsSymbols are now xforms-independent.
4032
4033         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
4034
4035 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4036
4037         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
4038
4039         * FormGraphics.C (input): don't disallow the input of a file that's
4040         not there.
4041
4042 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4043
4044         * FormParagraph.C (changedParagraph): whitespace.
4045
4046         * xforms_helpers.C: rearrange #includes.
4047
4048         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
4049
4050         * FormPrint.C: changes associated with changes to RadioButtonGroup.
4051
4052         * FormGraphics.C:
4053         * forms/form_graphics.fd: rename some of the widgets.
4054
4055 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4056
4057         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
4058         file can't be found.
4059
4060         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
4061         only if the underlying paragraph will accept changes.
4062
4063         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
4064
4065         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
4066         set the choice to a unit that isn't present in the choice!
4067         Also remove #if 0 sections of code.
4068
4069 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4070
4071         * several files: ws cleanup
4072
4073 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4074
4075         * lots: whitespace changes.
4076
4077 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4078
4079         * FormParagraph.C: a little more factorisation.
4080
4081 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4082
4083         * xforms_helpers.C (setCursorColor):
4084         * Tooltips.C (set): remove XC_question_arrow code.
4085
4086         * FeedbackController.[Ch] (clearMessage): new method.
4087
4088         * FeedbackController.C (postMessage): the warning message is now
4089         displayed in red!
4090
4091         * FormParagraph.C: define some helper functions to minimise the amount
4092         of repeated code.
4093
4094         * FormDocument.C:
4095         * FormGraphics.C:
4096         * FormMinipage.C:
4097         * FormTabular.C: use the FeedbackController to post the warning
4098         messages.
4099
4100 2002-03-19  André Pönitz <poenitz@gmx.net>
4101
4102         * FormParagraph.C: whitespace changes
4103
4104 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
4105
4106         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
4107         longer call fl_set_object_helper as this routine respects line breaks
4108         only if the dialog is visible.
4109         (getTooltip): renamed as get.
4110         (toggleTooltips): renamed as set and made public.
4111
4112         * FormBase.C (show):
4113         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
4114
4115         * FormBibtex.C (build):
4116         * FormCitation.C (build):
4117         * FormForks.C (build):
4118         * FormSendto.C (build):
4119         * FormTexinfo.C (build):
4120         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
4121
4122         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
4123
4124 2002-03-18  Juergen Vigna  <jug@sad.it>
4125
4126         * FormTabular.C (update): deactivate left/right border settings for
4127         multicolumns if not an outer cell or no parent multicolumn cell.
4128
4129 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
4130
4131         * GUIRunTime.C: add spaces to error messages
4132
4133 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
4134
4135         * FormBase.C (show):
4136         * FormBaseDeprecated.C (show): set the initial state of the cursor.
4137
4138         * FormPreferences.C (Colors::apply()): use the helper function
4139         setCursorColor.
4140
4141         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
4142         Can only set the cursor if the dialog is visible.
4143
4144         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
4145         color of all cursors used by LyX.
4146         (XformsColor::read): use it.
4147
4148 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4149
4150         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
4151         housekeeping changes.
4152         1. Ensure that all radio buttons are wrapped up within a group.
4153         2. Rename all button_cancel as button_close.
4154         3. Ensure that all objects follow the naming scheme outlined in
4155            forms/README
4156
4157         class             | prefix
4158         ------------------+-------
4159         FL_BROWSER        | browser
4160         FL_BUTTON         | button
4161         FL_PIXMAPBUTTON   | button
4162         FL_CHECKBUTTON    | check
4163         FL_CHOICE         | choice
4164         FL_COUNTER        | counter
4165         FL_DIAL           | dial
4166         FL_INPUT          | input
4167         FL_FRAME          | frame
4168         FL_LABELFRAME     | frame
4169         FL_ROUND3DBUTTON,
4170         RADIO_BUTTON      | radio
4171         FL_SLIDER         | slider
4172         FL_VALSLIDER      | slider
4173         FL_TABFOLDER      | tabfolder
4174         FL_TEXT           | text
4175
4176         The only exceptions to this are objects that are to be converted
4177         in the sed scripts. At the moment this applies only to bmtable:
4178
4179         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
4180
4181 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4182
4183         * doxygen fixes.
4184
4185 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4186
4187         * FeedbackController.C: improve a comment.
4188
4189         * FormFiledialog.C: whitespace change.
4190
4191         * FormBibitem.C (build):
4192         * FormBibtex.C (build):
4193         * FormCitation.C (build):
4194         * FormDocument.C (build):
4195         * FormExternal.C (build):
4196         * FormGraphics.C (build):
4197         * FormInclude.C (build):
4198         * FormIndex.C (build):
4199         * FormMathsMatrix.C (build):
4200         * FormMinipage.C (build):
4201         * FormParagraph.C (build):
4202         * FormPrint.C (build):
4203         * FormRef.C (build):
4204         * FormSendto.C (build):
4205         * FormSpellchecker.C (build):
4206         * FormTabular.C (build):
4207         * FormThesaurus.C (build):
4208         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
4209         Means that pasting with the middle mouse button will activate the
4210         Ok, Apply buttons.
4211
4212         * FeedbackController.C (MessageCB): fix crash by removing
4213         Assert(message_widget_) and returning silently in this case.
4214         Can happen quite justifiably.
4215
4216         * Most files: consistent comments at the top of the file, usable by
4217         sourcedoc.
4218
4219 2002-03-09  Herbert Voss  <voss@lyx.org>
4220
4221         * FormGraphics.C: test if file exists, simplify an if command
4222
4223 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
4224
4225         * FormToc.C: make goto not reset the dialog
4226
4227 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
4228
4229         * FeedbackController.[Ch]: new files, providing a standard interface to
4230         the feedback and warning messages. Created by stripping code out of
4231         FormBase.
4232
4233         * FormBase.[Ch]: strip out all the feedback code and simplify yet
4234         further the tooltips code.
4235
4236         * FormBase.[Ch]:
4237         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
4238         Derive both classes from FeedbackController so daughter classes each
4239         have a common interface for same.
4240
4241         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
4242         Tooltips wrapper class.
4243
4244         * Tooltips.[Ch]: work out how to update tooltips when using
4245         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
4246         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
4247         and when the dialog has some tooltips.
4248
4249         * FormPreferences.[Ch]: strip out all the feedback code and use
4250         the FeedbackController.
4251
4252         * xforms_helpers.C: save the color of the gui pointer.
4253
4254         * FormBibtex.[Ch]:
4255         * forms/form_bibtex.fd:
4256         * FormCitation.[Ch]:
4257         * forms/form_citation.fd:
4258         * FormForks.[Ch]:
4259         * forms/form_forks.fd:
4260         * FormSendto.[Ch]:
4261         * forms/form_sendto.fd:
4262         * FormTexinfo.[Ch]:
4263         * forms/form_texinfo.fd: remove "Help" button and rejig for much
4264         simplified tooltips code.
4265
4266         * Makefile.am: add FeedbackController.[Ch].
4267
4268 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4269
4270         * FormGraphics.C: Tiny stylistic correction.
4271
4272 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4273
4274         * FormGraphics.C:
4275                 - Make radiobuttons change too when using Latex size in
4276                   lyxview and vice versa.
4277                 - Fix a typo where the value for height (lyxview) was
4278                   taken from width (size).
4279                 - Remove *%-values from lyxview.
4280                 - Add an Alert when using "Get Latex size" and that contains
4281                   *%-values.
4282         * FormTabular.C: Remove obsolete comment.
4283
4284 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
4285
4286         * FormMathsDeco.C: add leftrightarrows to the bitmap.
4287
4288         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
4289
4290 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4291
4292         * xformsGImage.C (statusCB, errorCB): close the file streams once the
4293         image is loaded or if an error occurs.
4294         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
4295         it permanently (and does not make a copy!).
4296
4297 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4298
4299         * xformsGImage.[Ch]: new files. An image loader based on xforms library
4300         routines.
4301
4302         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
4303         your version of the xforms libraries is up to the task.
4304
4305         * Makefile.am: compile the xforms image loader if so configured.
4306
4307 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4308
4309         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
4310
4311         * Dialogs.C:
4312         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
4313
4314 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4315
4316         * FormDocument.C (build): add a std:: qualifier to remove_if.
4317
4318 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4319
4320         * Toolbar_pimpl.[Ch]: layout as string
4321
4322         * FormParagraph.C: layout as string
4323
4324         * FormDocument.C (build): use remove_if and contains_functor
4325         layout as string
4326
4327 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
4328
4329         * FormMathsBitmap.[Ch]:
4330         * FormMathsPanel.C: Give window titles to bit map sub-panels.
4331
4332 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4333
4334         * Dialogs.C (initialiseGraphics): a new static method.
4335         Remove Allan's venerable description as I think it's past its sell-by
4336         date.
4337
4338 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
4339
4340         * FormBase.C:
4341         * FormBaseDeprecated.C:
4342         * FormFiledialog.C: possible fix to the Bad Window problems that some
4343         people have been experiencing.
4344
4345 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4346
4347         * FormForks.C (input_button_all): resolve comparison between signed
4348         and unsigned.
4349
4350 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4351
4352         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
4353         submenus in menubar.
4354
4355 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
4356
4357         * FormForks.[Ch]:
4358         * forms/form_forks.fd: new files. A view for the Forked Child
4359         processes dialog, enabling the user to see what forked processes
4360         are running, and, if he so desires, to kill them.
4361
4362         * Dialogs.C: add the class Forked Child dialog.
4363
4364         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
4365
4366         * forms/makefile: add form_forks.fd.
4367
4368         * FormPreferences.C (LnFmisc::apply): rather ugly: call
4369         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
4370
4371 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4372
4373         * forms/form_graphics.fd: Enlarge Restore button.
4374         * FormGraphics.C: Set filter to bounding box input fields.
4375
4376 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4377
4378         * Makefile.am: simpler obj. file compiling
4379
4380 2002-02-20  Juergen Vigna  <jug@sad.it>
4381
4382         * FormTabular.C (input): don't call the autoapply on exit input calls
4383         if we don't really have a change!
4384
4385 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4386
4387         * FormBase.h (FormCB): tiny bugfix.
4388
4389         * xforms_helpers.h: remove incorrect comment.
4390
4391 2002-02-18  Herbert Voss  <voss@lyx.org>
4392
4393         * FormGraphics.C: same units for LyX and Latex view, cosmetics
4394
4395 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4396
4397         * Timeout_pimpl.[Ch] (running): new method.
4398
4399 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4400
4401         * FormParagraph.C:
4402         * FormTabular.C: added a using std::remove_if directive.
4403
4404 2002-02-14  Herbert Voss  <voss@lyx.org>
4405
4406         * xforms_helpers.h: fix bug with "?%" units
4407
4408 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
4409         * forms/form_graphics.fd:
4410         * form_graphics.C: minor layout changes, such as stretching all
4411         tab-windows to equal sizes and better keyboard-shortcuts.
4412
4413 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
4414         * forms/form_graphics.fd:
4415         * form_graphics.C: minor layout changes, such as stretching all
4416         tab-windows to equal sizes and better keyboard-shortcuts.
4417
4418 2002-02-12  Herbert Voss  <voss@lyx.org>
4419
4420         * forms/form_graphics.fd:
4421         * form_graphics.[Ch]: small changes to the layout, mentioned
4422         by Rob
4423
4424         * FormGraphics.C: fix bug with use of updateWidget... when
4425         no unit is given.
4426
4427 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
4428
4429         * FormMinipage.C: return SMI_VALID on other form changes
4430
4431 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4432
4433         * FormParagraph.C (update): [VSpace:] Delete the special method
4434         for gluelengths...
4435         * xforms_helpers.C: ...and move it here.
4436         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
4437         and updateWidgetsFromLength.
4438
4439 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
4440
4441         * forms/form_external.fd:
4442         * form_external.C: change color2 of a few buttons into the
4443         proper grey color.
4444
4445 2002-02-08  Herbert Voss  <voss@lyx.org>
4446
4447         * forms/form_graphics.fd:
4448         * FormGraphics.C:
4449         * form_graphics.[Ch]: Adding buttons for unzip-Option,
4450         getValues from LyX/LaTeXfolder
4451
4452 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
4453
4454         * forms/form_graphics.fd:
4455         * FormGraphics.C:
4456         * form_graphics.[Ch]: simplify the bounding box folder
4457         of the Graphic GUI
4458
4459 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4460
4461         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
4462         where one could not have both toggleon and disabled.
4463
4464 2002-02-08  Herbert Voss  <voss@lyx.org>
4465
4466         * xforms_helpers.h: change unit "%" to t%
4467
4468         * FormGraphics.C: fiy bug when BB is read from file and the
4469         unit is always "pt"
4470
4471 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
4472
4473         * FormMathsDeco.C: \underleftarrow and \underrightarrow
4474
4475 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
4476
4477         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
4478
4479         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
4480         clean interface. Means that FormBase, FormBaseDeprecated and
4481         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
4482
4483         * FormBase.C: add a Tooltips instance and interface with it.
4484         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
4485         setTooltipLevel(ob).
4486         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
4487
4488         * FormBibtex.[Ch]:
4489         * FormCitation.[Ch]:
4490         * FormTexinfo.[Ch]:
4491         * Makefile.am: altered appropriately.
4492
4493 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4494
4495         * forms/form_texinfo.fd:
4496         * forms/form_bibtex.fd:
4497         * forms/form_citation.fd: delete text_info field again, add help choice
4498
4499         * FormBibtex.[Ch]:
4500         * FormCitation.[Ch]:
4501         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
4502
4503 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
4504
4505         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
4506         a new method setTooltipLevel(). In turn this determines which of the
4507         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
4508         called from getTooltip.
4509         No need for a "message" widget at the bottom of every dialog, therefore.
4510         If retained, this "message" widget can be used to display "warnings",
4511         pure and simple.
4512
4513         * FormBibtex.[Ch]:
4514         * FormCitation.[Ch]:
4515         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
4516         to lose the "message" widget and to gain a "tooltip level" choice.
4517
4518 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4519
4520         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
4521         Cancel buttons' positions consistent with the other dialogs.
4522
4523 2002-02-05  Herbert Voss  <voss@lyx.org>
4524
4525         * forms/form_graphics.fd: Noew the same view of the
4526         buttons as in preferences (LyXView). Make some things clear
4527         with better names.
4528         * FormGraphic.C: cosmetic changes to the layout. Delete
4529         the help button
4530
4531 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4532
4533         * forms/form.texinfo.fd: delete help button, add text_info
4534         * forms/form.citation.fd,form.bibtex.fd: add text_info
4535         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
4536         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
4537         no tooltips in Bibtex).
4538
4539 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4540
4541         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
4542         working with both xforms 0.88 and 0.89. Use by invoking
4543         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
4544         derived class to provide the required string.
4545
4546 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
4547
4548         * FormBase.[Ch]: make it really easy to set up and use a prehandler
4549         for feedback messages and to invoke an input event on paste from
4550         the middle mouse button. The derived class needs invoke only
4551         setPrehandler(ob) and for the feedback to override the virtual methods
4552         feedback(ob) and clear_feedback(). If the message posted is a warning
4553         rather than mere feedback, first setWarningPosted(true) to ensure
4554         that the message remains visible.
4555
4556         * FormBaseDeprecated.C: a physical rearrangement of the file,
4557         nothing more.
4558
4559         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
4560
4561 2002-02-04  Herbert Voss  <voss@lyx.org>
4562
4563         * forms/form_graphics.fd: small changes to the layout
4564         * FormGraphic.C: Apply-button, keepaspectratio enabling
4565         depends to case of LaTeXView. Other small changes and
4566         fixes. Add LyXView scale.
4567
4568 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4569
4570         * FormGraphics.C (c-tor): prevent resizing of the dialog.
4571
4572 2002-02-03  Herbert Voss  <voss@lyx.org>
4573
4574         * xforms_helpers.C: fix bug with unit "%" in
4575         updateWidgetsFromLengthString(...)
4576
4577 2002-02-02  Herbert Voss  <voss@lyx.org>
4578
4579         * FormGraphic.C: fix bug with filename, rearrange the code,
4580         delete choice "referencePoint" which is only possible for
4581         rotatebox
4582         * forms/form_graphics.fd: position options in a logical way,
4583         add folder and scale for LyXView
4584
4585 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4586
4587         * FormGraphics.C (apply, update): respect the new DEFAULT state of
4588         InsetGraphicsParams::DisplayType.
4589
4590 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
4591
4592         * forms/form_graphics.fd: tweeks.
4593
4594 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4595
4596         * FormGraphics.C: Fix MAXDIGIT values for height and width.
4597
4598 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4599
4600         * forms/form_citation: a few tweaks of my own.
4601
4602 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4603
4604         * forms/form_citation: De-Monsterization (make it smaller).
4605
4606 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4607
4608         * forms/form_graphics.fd:
4609         * FormGraphics.C: a few tweaks of my own.
4610
4611 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4612
4613         * forms/form_graphics.fd: Very small tweaks.
4614
4615 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4616
4617         * forms/form_graphics.fd: Change the dialog to look similar as
4618         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
4619         added text_warning field..
4620
4621         * FormGraphics.[Ch]: Handle the Rearrangements.
4622         Add input filters and warnings concerning invalid inputs.
4623         Recognize the lyxrc-settings of display_graphics.
4624
4625 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
4626
4627         * FormMathsSpace.h (space_):
4628         * FormMathsStyle.h (style_): change from a short to an int to fix
4629         type conversion warnings.
4630
4631 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4632
4633         * FormMathsSpace.[Ch]:
4634         * forms/form_maths_space.fd:
4635         Changed the "Space" subpanel of the math panel into one of
4636         ordinary buttons rather than radio buttons. They are now
4637         self-applying so OK and Apply could go.
4638
4639 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4640
4641         * FormMathsStyle.[Ch]:
4642         * forms/form_maths_style.fd:
4643         Patched to use button arrays. Buttons are self-applying, saving
4644         one keystroke and the OK and Apply buttons.
4645
4646 2002-01-27  Herbert Voss  <voss@lyx.org>
4647
4648         * FormGraphic.[Ch]:
4649         * form_graphic.[Ch]:
4650         * forms/form_graphic.fd: rewritten to support graphicx with
4651         all options and to be sure that the old figinsets are correct
4652         converted.
4653         * xforms-helpers.h: added two choice const for the LyXLength
4654         one with all and one only with length which have a unit.
4655
4656 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4657
4658         * forms/form_minipage.fd: add text_warning field.
4659
4660         * FormMinipage.[Ch]: added input filters and warnings
4661         (ButtonPolicy::SMInput FormMinipage::input)
4662
4663 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
4664
4665         * FormAboutlyx.[Ch]: Removed redundant form() method and
4666         dialog_ variable. They replicate that in the parent FormDB.
4667
4668 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
4669
4670         * FormMathsDeco[hC]:
4671         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
4672         the Decorations sub-panel of mathed. See Lamport Table 3.11.
4673
4674         * FormMathsPanel.C:
4675         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
4676         "negated relations". Lower and broader.
4677
4678 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
4679
4680         * FormTabular.C (update): Remove redundant code.
4681
4682 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4683
4684         * forms/form_tabular.fd: checkbox2radiobutton changes.
4685
4686 2002-01-20  Herbert Voss  <voss@perce.de>
4687
4688         * FormInclude.[C]: better control of unexistings files
4689         when entered without the browser
4690
4691 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4692
4693         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
4694         is disabled
4695
4696         * combox.C (activate):
4697         (deactivate): change color of labels to reflect the state of the
4698         combox
4699
4700 2002-01-16  Herbert Voss  <voss@lyx.org>
4701
4702         * FormExternal.C (build): activate  apply/ok-button when something
4703         is entered in the filename-field
4704
4705 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4706
4707         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
4708         rather than 'string::size_type'
4709
4710 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
4711
4712         * FormMathPanel.[hC]:
4713         * MathsSymbols.[hC]:
4714         * form_math_panel.[hC]:
4715         * form_math_panel.fd: Modified. Added five symbol sub-panels
4716         to the math panel containing AMS math symbols: arrows, relations,
4717         negated relation, operators and miscellaneous (also containing some
4718         hebrew and corner symbols).
4719
4720 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4721
4722         * FormMinipage.C (apply): change because MinipageParams::pageWidth
4723         is now a real LyXLength
4724
4725 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4726
4727         * FormDocument.C: enable line spacing input properly
4728
4729 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4730
4731         * forms/form_preferences.fd:
4732         * form_preferences.h:
4733         * form_preferences.C:
4734         * FormPreferences.h:
4735         * FormPreferences.C: use better variable name
4736
4737 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4738
4739         * forms/form_preferences.fd: change "Use Scalable Fonts"
4740           to "Rescale bitmap fonts"
4741
4742 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4743
4744         * FormMathsPanel.C:
4745         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
4746         the button controller for IgnorantPolicy and PreferencesPolicy.
4747
4748 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4749
4750         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
4751
4752 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4753
4754         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
4755         choice if the input field contains a LyXGlueLength.
4756
4757         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
4758
4759         * FormParagraph.C
4760         * FormDocument.C
4761         * FormTabular.C: Change input filter to allow inserting
4762         gluelengths/lyxlength or numbers with unit choices.
4763
4764         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
4765         which was more or less duplicated.
4766
4767         * FormGraphics.C: set default units, dependent on US/other paper.
4768
4769 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
4770
4771         * Dialogs.C: no longer need to #include the Controller classes, as this
4772         is how done in GUI.h.
4773
4774         * xformsBC.C: #include ButtonController.tmpl, containing the
4775         instatiation of the button controller.
4776
4777 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
4778
4779         * FormThesaurus.C: fix a crash
4780
4781 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
4782
4783         * FormMathsDelim.C:
4784         * form_maths_delim_C:
4785         * form_maths_delim.h:
4786         * form_maths_delin.fd:
4787         Put three radio buttons on the delimiters pop-up. It works as follows:
4788
4789                                 left mouse     middle mouse        right mouse
4790         ----------------------------------------------------------------------
4791         Left radio button   |       (               ()                   )
4792         Middle radio button |       ()              ()                   )
4793         Right radio button  |        )               )                   )
4794         ----------------------------------------------------------------------
4795
4796         Where
4797
4798         (       left-side delimiter selected
4799         )       right-side delimiter selected
4800         ()      "symmnetric pair" selected, of which the clicked delimiter is
4801                 the left one.
4802                 So, if the middle radio button is activated ("()\nBoth")
4803                 and you click on "[" with the default (left) mouse button, you
4804                 get the delimiter pair "[]".
4805                 A shortcut for this (if the leftmost radio button is on) is
4806                 simply clicking the middle mouse button.
4807
4808         To create equal pairs, either have the middle radio button on and use
4809         Mouse-left, or have the left radio button on and use Mouse-middle.
4810
4811         To create unequal pairs, you should have either the left or middle radio
4812         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
4813
4814 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
4815
4816         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
4817         unchanged:
4818         Remove the clickline_ member variable and hide() method;
4819         Use fl_set_browser_dblclick_callback;
4820         Constify a few temporary variables;
4821         Use xforms_helpers' wrappers functions returning string rather than
4822         the raw xforms functions returning char const *.
4823
4824 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4825
4826         * DropDown.C: include <cctype> for isprint()
4827
4828 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4829
4830         * FormMinipage.C (apply, update): MinipageParams::width renamed
4831         as MinipageParams::pageWidth.
4832
4833 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
4834
4835         * FormMathsBitmap.C:
4836           FormMathsPanel.C:
4837           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
4838         added to math panel's 'misc' sub-panel.
4839
4840 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4841
4842         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
4843
4844 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4845
4846         * FormPreferences.h: add a std:: to make_pair.
4847
4848 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
4849
4850         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
4851         respectively.
4852
4853         * DropDown.C: place xforms callback functions in namespace anon.
4854         Set browser callback on single not double click.
4855         (select): return immediately of the vector is empty. Highlight the top
4856         line. Position the browser above the minibuffer, not below it.
4857         (peek): call key_pressed when a key press is detected.
4858         (key_pressed): clean-up and emit the keypress signal.
4859
4860         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
4861         If nothing is selected, return string().
4862
4863 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
4864
4865         * FormSpellchecker.C: disable resizing due to xforms bug
4866
4867 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4868
4869         * FormFiledialog.C (Reread): skip broken symlinks
4870
4871 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4872
4873         * FormMathsMatrix.C (AlignFilter): use std::count and add some
4874         comments.
4875
4876 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4877
4878         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
4879         in the switch.
4880
4881         * FormPreferences.C (Interface::input):
4882         (Language::input):
4883         (Paths::input): add shortcuts to file dialogs directory buttons
4884
4885         * FormPreference.h (browse): add default empty parameters for
4886         buttons descriptions.
4887
4888         * FormFiledialog.C (SetButton): allow for a shortcut in the name
4889         of the button.
4890
4891 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
4892
4893         * FormThesaurus.C:
4894         * FormThesaurus.h:
4895         * form_thesaurus.h:
4896         * form_thesaurus.C:
4897         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
4898
4899 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4900
4901         * Toolbar_pimpl.C (setPixmap): simplify a bit
4902
4903 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4904
4905         * Toolbar_pimpl.C (ToolbarCB):
4906         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
4907         dispatch.
4908
4909 2002-01-12  Allan Rae  <rae@lyx.org>
4910
4911         * FormTabular.C (FormTabular): Fix Purify UMR.
4912
4913         * FormPreferences.C (build): "Conversion" is a better name.
4914
4915 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
4916
4917         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
4918         LyXFunc::dispatch.
4919
4920         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
4921
4922 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
4923
4924         * FormPreferences.C:
4925         * forms/form_preferences.fd: change names and descriptions of popup
4926         font variables to reflect their actual use.
4927
4928         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
4929
4930 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4931
4932         * FormPreferences.C (input): allow empty values for document_path
4933         and template_path.
4934
4935         * FormFiledialog.C (SetButton):
4936         (FileDlgCB): do not disable directory buttons if they have an
4937         empty path.
4938         (SetDirectory): if the argument is an empty string, change to
4939         cwd().
4940
4941 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
4942
4943         * forms/form_maths_style.fd:
4944         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
4945         size "styles" and font types.
4946         * FormMathsPanel.[Ch]:
4947         * MathsSymbols.C:
4948         * forms/form_maths_panel.fd: Modified too.
4949
4950 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
4951
4952         * Menubar_pimpl.C (create_submenu):
4953         * Toolbar_pimpl.C (update): use FuncStatus.
4954
4955 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
4956
4957         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
4958         for fl_get_browser_line that is guaranteed to return a valid string.
4959
4960 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
4961
4962         * FormSpellchecker.C: fix possible crash on clicking a suggestion
4963
4964 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4965
4966         * forms/form_document.fd (bullets): fix small cosmetic problem after
4967         John's radio2button change.
4968
4969 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
4970
4971         * FormDocument.C:
4972         * forms/form_document.fd: change the labels and variable names of
4973         left_margin, right_margin to inner_margin, outer_margin, in line
4974         with bugzilla bug #157.
4975
4976         * FormFiledialog.C (Reread): used locally stored modtime variable
4977         rather than make repeated calls to fileInfo.getModificationTime().
4978
4979         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
4980         isOK() checks to the use of the FileInfo instance and removed those
4981         FIXMEs.
4982
4983         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
4984         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
4985
4986 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
4987
4988         * form_*:
4989         * forms/form_*: change radio buttons to round3dbutton
4990
4991 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
4992
4993         * FormFiledialog.C: add FIXME
4994
4995         * xforms_helpers.C: fix use of FileInfo
4996
4997 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
4998
4999         * FormTabular.h:
5000         * FormTabular.C:
5001         * form_tabular.h:
5002         * form_tabular.C:
5003         * forms/form_tabular.fd: ugly fix to get around
5004           some of the UI problems (bug #110).
5005
5006 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5007
5008         * FormDocument.C: Recognize the default paper settings too
5009         when setting the default length values (cm or inch).
5010         * FormParagraph.C: do the same.
5011
5012 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
5013
5014         * FormFloat.C: changes to prevent here definitely being used
5015         with wide figures.
5016
5017 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
5018
5019         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
5020
5021 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5022
5023         * DropDown.C: always include <config.h> in sources.
5024
5025         * xforms_helpers.h:
5026         * FormFiledialog.h:
5027         * Timeout_pimpl.h:
5028         * DropDown.h: do not include <config.h> in headers
5029
5030 2001-12-20  Juergen Vigna  <jug@sad.it>
5031
5032         * FormTabular.C (update): final LT-h/f support modifications.
5033
5034 2001-12-19  Juergen Vigna  <jug@sad.it>
5035
5036         * FormTabular.C (update): change a bit the tabular layout and added
5037         better longtable options handling.
5038
5039 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5040
5041         * FormToc.C: using std::endl
5042
5043 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
5044
5045         * FormToc.C: fix crash when no entries, and
5046           update types properly
5047
5048 2001-12-11  Ben Stanley <bds02@uow.edu.au>
5049
5050         * Menubar_pimpl.C: Fixed a crashing bug when document has more
5051         than 80 floats and using xforms 0.88
5052
5053 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5054
5055         * xforms_helpers.C: include lyxlength.h here
5056         * xforms_helpers.h: ... but not here
5057
5058         * FormTabular.C: use LyXLength instead of string wherever
5059         necessary; whitespace changes.
5060
5061 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5062
5063         * forms/form_preferences.fd: use the same name for font sizes
5064         than the character dialog.
5065
5066 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5067
5068         * forms/form_search.fd: Added label text to search buttons
5069         (to make the shortcuts visible).
5070
5071 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5072
5073         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
5074
5075 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5076
5077         * FormFiledialog.C:
5078         * xforms_helpers.C: change "while(" to "while ("
5079
5080 2001-12-05  Allan Rae  <rae@lyx.org>
5081
5082         * FormParagraph.C (apply): One other LyXText fix.
5083
5084 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5085
5086        * FormParagraph.C (getCurrentParagraph):
5087         (apply):  get the right LyXText !
5088
5089 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
5090
5091         * FormParagraph.C: disallow page breaks in insets
5092
5093 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
5094
5095         * FormParagraph.C: allow signed space above/below, actually
5096           use space below units
5097
5098 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
5099
5100         * FormToc.C: fixes to make floatlists work
5101
5102 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
5103
5104         * Makefile.am:
5105         * Alert_pimpl.C: Alert etc.
5106
5107         * xforms_helpers.h:
5108         * xforms_helpers.C:
5109         * forms/fdfix.sh: move idex etc. to here
5110
5111         * GUIRunTime.C: move getScreenDPI() to here
5112
5113 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5114
5115        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
5116        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
5117        to 100p (now German translation fits in).
5118        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
5119        form_preferences.fd, form_graphics.fd, form.include.fd,
5120        form-external.fd:
5121        Unified label "Browse..." and unified its width to 100p.
5122
5123 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5124
5125        * forms/form_graphics.fd: fixed shortcut clash
5126        * forms/form-external.fd: added shortcut for "Apply"
5127
5128 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
5129
5130         * FormFiledialog.C: don't reset path if new dir
5131           doesn't exist.
5132
5133 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5134
5135        * forms/form_document.fd: Renamed "Save as Class Defaults"
5136        to "Save as Document Defaults"
5137        * FormDocument.C:
5138        Removed the setEnabled-Definitions for the
5139        "save_default"-Button since it causes nothing but trouble.
5140        Changed the text of AskQuestion on saveParamsAsDefault.
5141
5142 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
5143
5144         * DropDown.C: fix crash, improve behaviour a bit
5145
5146 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5147
5148         * FormDocument.C (class_apply):
5149         (paper_apply):
5150         (language_apply):
5151         (options_apply):
5152         (bullets_apply): add a version of these methods taking a
5153         BufferParams& parameters. The original versions are now wrappers
5154         around these.
5155         (saveParamsAsDefault): new function, moved from old
5156         LFUN_LAYOUT_SAVE_DEFAULT code.
5157
5158 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
5159
5160         * Makefile.am:
5161         * DropDown.h:
5162         * DropDown.C: drop-down completion
5163
5164 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
5165
5166         * forms/form_graphics.fd: change clashing shortcut
5167
5168 2001-10-24  Juergen Vigna  <jug@sad.it>
5169
5170         * FormTabular.C: changed calls for footer/headers of longtabulars.
5171
5172 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5173
5174         * forms/form_tabular.fd: Add value choices
5175         * FormTabular.C: Handle that choices
5176
5177         * FormDocument.C: fix small bug.
5178
5179 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
5180
5181         * FormGraphics.[Ch]: move some parameters out of the heaader file and
5182         into namespace anon.
5183
5184         * FormPreferences.C:
5185         * forms/form_preferences.fd: replaced button_colorspace with two
5186         radio buttons, button_hsv and button_rgb.
5187
5188 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5189
5190        * forms/form_document.fd:
5191          Class: add a value choice for Default Skip.
5192          Some rearrangements (minor tweaks).
5193        * FormDocument.C: Handle that choice, minor tweaks.
5194        * forms/form_paragraph.fd: Add value choices
5195        * FormParagraph.C: Handle that choices.
5196        * FormMinipage.C/FormGraphics.C: Small tweaks.
5197
5198 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
5199
5200         * FormDocument.C: fixed some bugs in the Paper tab.
5201
5202         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
5203         specifying default unit for choice if input string is empty.
5204
5205 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
5206
5207         * FormDocument.C (input): one more tweak...
5208
5209 2001-10-10  Herbert Voss  <voss@perce.de>
5210
5211         * FormTexinfo.[Ch]: some changes to the code
5212
5213 2001-10-10  André Pönitz  <poenitz@htwm.de>
5214
5215         * FormsMathMatrix.C: add missing space between v- and h-alignment
5216         parameters
5217
5218 2001-10-09  Herbert Voss  <voss@perce.de>
5219
5220         * FormTexinfo.[Ch]:
5221         * forms/form_texinfo.fd: new files. Display information about the
5222         installed texfiles (cls,sty,bst).
5223
5224         * FormShowFile.[Ch]: new files. Display the contents of a file.
5225
5226         * Dialog.C:
5227         * Makefile.am: modified appropriately.
5228
5229 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
5230
5231         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
5232         Given input and choice widgets, create a string such as "1cm".
5233         (updateWidgetsFromLengthString): new function.
5234         Given a string such as "1cm", set the input and choice widgets.
5235
5236         * FormDocument.C:
5237         * forms/form_document.fd: improve the GUI of the paper tab using these
5238         new helper functions.
5239
5240 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5241
5242         * FormDocument.C (build): support latin4
5243
5244 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5245
5246         * FormDocument.C (build): support latin3
5247
5248 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5249
5250         * forms/form_aboutlyx.fd: use flat boxes for tabs.
5251
5252 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5253
5254         * forms/form_document.fd: rearrangement of the paper tab;
5255         rename "use geometry" to "custom margins/sizes".
5256
5257         * FormDocument.C: add code to avoid the input of senseless data
5258         in document -> paper.
5259
5260 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5261
5262         * FormDocument.C: Disable choice "Special" if landscape
5263         is chosen to prevent senseless values.
5264
5265 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5266
5267         * forms/form_preferences.fd: small tweaks.
5268
5269 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5270
5271         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
5272         button to "Use Class Defaults" and moved it outside the tab.
5273         Some more minor tweaking.
5274
5275         * FormDocument.C: handled this changes.
5276
5277 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
5278
5279         * Dialogs.C: remove splash dialog code.
5280
5281         * FormSplash.[Ch]:
5282         * form_splash.[Ch]:
5283         * forms/form_splash.fd: removed.
5284
5285         * Makefile.am:
5286         * forms/makefile: remove splash dialog files.
5287
5288         * Menubar_pimpl.C (MenuCallback): no longer call
5289         Dialogs::destroySplash.
5290
5291 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5292
5293         * forms/form_preferences.fd: fix typo
5294
5295 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5296
5297         * FormRef.C:
5298         * forms/form_ref.fd: renamed the widgets in the standard style.
5299
5300         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
5301         helper functions. Build a vector<string> from the contents of
5302         an fl_choice and fl_browser respectively.
5303
5304         * FormCitation.C (fillChoice, updateBrowser):
5305         * FormRef.C: use these new functions to only update the choices and
5306         browsers when absolutely necessary.
5307
5308 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5309
5310         * FormBase.C (InputCB):
5311         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
5312         "select choice < 1" problem.
5313
5314         * FormRef.C (input): undid Dekel's change in light of the above
5315         generalisation.
5316
5317 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
5318
5319         * FormRef.C (input): Fix crash when using dialog with keyboard.
5320
5321 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5322
5323         * forms/form_document.fd: small tweaks.
5324
5325 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5326
5327         * forms/form_document.fd: Added checkbox "auto_reset", button
5328         "reset_defaults" and button "save_defaults".
5329
5330         * Form_Document.[Ch]: Removed AskQuestion when changing class.
5331         Implement the 2 buttons and the checkbox described above.
5332
5333         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
5334         save the default value of that lyxrc)
5335
5336         * FormPreferences.C: Handle that button
5337
5338 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
5339
5340         * form_ref.fd: a little tweaking.
5341
5342         * FormSpellchecker.C (build): set the bounds to the slider, so it
5343         updates during a spellchecking session.
5344
5345 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
5346
5347         * forms/form_preferences.fd: rearrangement and addition of new
5348         Display Graphics radio buttons to Look & Feel->Misc
5349         (By Jürgen Spitzmüller).
5350
5351         * FormPreferences.C: modify new lyxrc variable "display_graphics"
5352         depending on the values of the Display Graphics radio buttons.
5353
5354         * FormGraphics.C: use this variable.
5355
5356 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
5357
5358         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
5359         Hoorah! Happy Birthday to me!
5360
5361 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
5362
5363         * forms/form_ref.fd: Add buffer button.
5364
5365         * FormRef.C (update): Handle the buffer button.
5366         (input): Ditto
5367
5368 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5369
5370         * forms/form_graphics.fd: complete rewrite of the dialog
5371         (Most work was done by Angus, though).
5372
5373 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5374
5375         * combox.C (hide): execute the callback _after_ closing the
5376         combox.
5377
5378 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
5379
5380         * FormDocument.C (c-tor): initialise some variables.
5381
5382         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
5383         (Thereby removing a warning message when the dialog is built.)
5384
5385         * FormFloat.C (input): return SMI_VALID.
5386
5387 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
5388
5389         * FormDocument.C (input, options_update): add code to enable the
5390         Author-Year/Numerical citation choice only if the natbib checkbox is
5391         active.
5392
5393         * FormFloat.[Ch]: added new method input() to control the behaviour of
5394         the buttons better.
5395         * forms/form_float.fd: renamed Here as button_here_definitely.
5396
5397         * FormGraphics.C:
5398         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
5399         have them, so enabling the Ok, Apply buttons appropriately.
5400
5401 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5402
5403         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
5404         Label", added a labelframe).
5405
5406 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5407
5408         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
5409         (C_Toolbar_BubbleTimerCB): fix linking
5410
5411         * FormMathsBitmap.C (form): use get() to get the raw pointer.
5412
5413         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
5414
5415 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5416
5417         * combox.C (C_Combox_input_cb): make it static
5418         (C_Combox_combo_cb): make it static
5419         (C_Combox_peek_event): make it static
5420
5421         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
5422         (C_Toolbar_BubblePost): make it static
5423         (C_Toolbar_ToolbarCB): make it static
5424
5425         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
5426
5427         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
5428
5429         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
5430         gui libs
5431
5432 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5433
5434         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
5435         been used successfully in FormBase.
5436         (show): call bc().refresh() after building the dialog to activate the
5437         button controller.
5438
5439         * FormPreferences.C (build): remove hack to fix butoon controller as
5440         the correct fix is in FormBaseDeprecated.
5441
5442         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
5443
5444         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
5445
5446 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5447
5448         * Toolbar_pimpl.C (setLayout):
5449         (layoutSelected): make them work even when gettext has been
5450         translating the interface.
5451
5452 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5453
5454         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
5455         ("Apply" does not work without former user change in the dialog).
5456
5457         * FormPreferences.C (build): Fix bug: if you start LyX and open the
5458         Preferences dialog, "Apply" is activated even though no change has been
5459         made so far.
5460
5461 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
5462
5463         * FormBase.C (show): use controller_.IconifyWithMain() to control
5464         the dialog's show policy
5465
5466         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
5467
5468         * FormPreferences.C:
5469         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
5470         check button to the Look & Feel->Misc tab and code to modify the lyxrc
5471         variable dialogs_iconify_with_main appropriately.
5472
5473 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
5474
5475         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
5476
5477 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5478
5479         * forms/form_character.fd: small cosmetics (aligned "Language:" right
5480         as suggested in Michael's Buglist).
5481
5482 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5483
5484         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
5485         layouts
5486         (layoutSelected): remove the numeric argument and use the text of
5487         the combox entry instead.
5488
5489         * combox.C: lowercase a few remaining methods, rename select_text
5490         to select
5491         * several files: propagate these changes
5492
5493 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
5494
5495         * FormPreferences.C: add fl_set_input_return to input_paperoption.
5496
5497 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
5498
5499         * FormParagraph.C: fix default line spacing case
5500
5501 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5502
5503         * FormParagraph.C: disable space inputs when != Length
5504
5505 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5506
5507         * FormPreferences.C:
5508         * form_preferences.h:
5509         * form_preferences.C:
5510         * forms/form_preferences.fd: add view_dvi_paper_option
5511
5512 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5513
5514         * FormMathsPanel.h: sub dialogs must be Ignorant.
5515
5516 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
5517
5518         * FormParagraph.C: fix to not allow 0 linespacing
5519
5520 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5521
5522         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
5523
5524         * FormParagraph.C (input): set fl_get_choice check for the linespacing
5525         to 5 not 4. xforms arrays start at 1.
5526
5527 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5528
5529         * FormParagraph.[Ch]:
5530         * forms/form_paragraph.fd: clean up of dialog and of controlling
5531         code.
5532
5533 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
5534
5535         * FormBase.C (C_CutandPastePH): new function that can be used as a
5536         pre-handler to any xforms text input widget. Will trigger an event on
5537         pasting into the widget using the middle mouse button.
5538
5539         * FormPreamble.C (build): use this pre-handler for the input widget.
5540
5541 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
5542
5543         * FormCitation.C:
5544         * forms/form_citation.fd: a little tweaking to ensure that the
5545         style choice remains centred within the frame if its contents change.
5546
5547         * FormBase.h: added an allow_resize_ member variable. If false
5548         resizing the dialog is prohibitted.
5549
5550         * FormBase.[Ch]:
5551         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
5552
5553         * FormAboutlyx.C:
5554         * FormCharacter.C:
5555         * FormThesaurus.C:
5556         make use of this functionality to ensure that the dialog cannot be
5557         resized.
5558
5559 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
5560
5561         * GUIRunTime.C: initApplication() should take a int & argc
5562
5563 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
5564
5565         * FormCitation.h:
5566         * FormCitation.C: tidy code a little
5567
5568         * GUIRunTime.C: more informative error
5569
5570 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
5571
5572         * forms/form_preferences.fd: order the items "logically" so that
5573         tabbing through the dialog makes sense. Close bug #404569.
5574
5575 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
5576
5577         * FormPreferences.C: Tentative fix of John's "no point in spell
5578         command "None"" bug, #223255.
5579
5580 2001-08-23  Herbert Voss  <voss@perce.de>
5581
5582         * FormBibtex.C (input): normalize database list
5583
5584 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
5585
5586         * FormBibtex.C: make sure that any database is stored only once.
5587
5588 2001-08-22  Herbert Voss  <voss@perce.de>
5589
5590         * FormBibtex.C (input): fix for multiple databases
5591
5592 2001-08-21  Herbert Voss  <voss@perce.de>
5593
5594         * FormBibtex.C (input): extension handling for ".bst"
5595
5596 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
5597
5598         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
5599         check button is pressed.
5600
5601 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5602
5603         * FormParagraph.C (general_apply): Handle default spacing.
5604         (general_update): Ditto.
5605
5606 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
5607
5608         * FormBibtex.C:
5609         * forms/form_bibtex.fd: get the browse buttons working as they should.
5610
5611 2001-08-20  Herbert Voss  <voss@perce.de>
5612
5613         * FormBibtex.C:
5614         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
5615         databases and styles. Added an option for "bibliography into toc"
5616
5617 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5618
5619         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
5620         cleanup.
5621
5622 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
5623
5624         * combox.h: fix source doc
5625
5626         * form_math_matrix.C:
5627         * forms/form_math_matrix.fd: new layout
5628
5629 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
5630
5631         * form_paragraph.h:
5632         * form_paragraph.C:
5633         * forms/form_paragraph.fd:
5634         * FormParagraph.C: support per-para linespacing
5635
5636         * forms/form_float.fd:
5637         * form_float.C: fix shortcut typo
5638
5639 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
5640
5641         * forms/form_character.fd: small adjustment to the position of John's
5642         extra Language label.
5643
5644 2001-08-09  André Pönitz  <poenitz@htwm.de>
5645
5646         * FormMathsDelim.C: renamed some delimiter parameters.
5647
5648 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
5649
5650         * FormCitation.C (build):
5651         * FormDocument.C (build):
5652         * FormMinipage.C (build):
5653         * FormParagraph.C (build):
5654         * FormRef.C (build): added stuff to read-only list in the
5655         button controller.
5656
5657         * FormCitation.C (update): disable citation style stuff when not using
5658         Natbib.
5659
5660 2001-08-06  Juergen Vigna  <jug@sad.it>
5661
5662         * forms/form_ert.fd: new file.
5663
5664         * form_ert.[Ch]: new files.
5665
5666         * FormERT.[Ch]: new files. Implementation of ERT dialog.
5667
5668 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
5669
5670         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
5671
5672 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
5673
5674         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
5675
5676 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
5677
5678         * FormMathsPanel.C:
5679         * FormMathsPanel.h:
5680         * form_maths_panel.C:
5681         * form_maths_panel.h:
5682         * forms/form_maths_panel.fd: re-add dots bitmaps
5683
5684         * FormRef.C: "Goto" -> "Go to"
5685
5686 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
5687
5688         * FormMathsBitmap.C: initialise form_
5689
5690 2001-07-29  Baruch Even  <baruch@lyx.org>
5691
5692         * src/forms/form_graphics.fd:
5693         * src/FormGraphics.C: Added support for the new horizontal scale factor.
5694
5695 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5696
5697         * forms/makefile (SRCS): add form_float.fd
5698
5699         * forms/form_float.fd: new file
5700
5701         * form_float.[Ch]: new files
5702
5703         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
5704         FormFloat.h, form_float.C and form_float.h
5705
5706         * FormFloat.[Ch]: new files
5707
5708         * Dialogs.C: init GUIFloat is well
5709
5710 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
5711
5712         * FormToc.C (updateType): Fix problem with TOC that couldn't be
5713         updated because the type list was not updated.
5714
5715 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
5716
5717         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
5718         Version stuff in.
5719
5720         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
5721
5722         * FormGraphics.C (build): uncommented the fl_set_input_return call for
5723         input_rotate_angle. Set input filter on rotate_angle to make it accept
5724         only floating point numbers.
5725         (input): Browse now activates the Ok button approriately.
5726
5727 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
5728
5729         * Dialogs.C:
5730         * Makefile.am:
5731         * FormThesaurus.h:
5732         * FormThesaurus.C:
5733         * form_thesaurus.h:
5734         * form_thesaurus.C:
5735         * forms/makefile:
5736         * forms/form_thesaurus.fd: add thesaurus
5737
5738 2001-07-26  Baruch Even  <baruch@lyx.org>
5739
5740         * FormGraphics.h:
5741         * FormGraphics.C: Removed hide method since it was interfering with the
5742         needed work, it cleared several vectors that were needed for proper
5743         functioning. Also changed rotateAngle to float.
5744
5745         * FormGraphics.C:
5746         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
5747         are inlined.
5748
5749 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
5750
5751         * FormInclude.C: add load file facility back
5752
5753 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
5754
5755         * FormCharacter.C: disable resizing as it doesn't work
5756
5757         * FormPreamble.C: allow to copy-paste from RO preamble by
5758           enabling editing.
5759
5760 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
5761
5762         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
5763
5764 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5765
5766         * FormCitation.[Ch]: changes associated with adding natbib support.
5767         New helper functions, string_width, fillChoice, updateStyle.
5768         (apply): set the citation command appropriately.
5769         (input): deal with the citation command choices.
5770         (update): parse the citation command and deal with it. Nuke the
5771         setSize stuff.
5772         (setSize): nuked!
5773
5774         * FormDocument.C (build): add options to use natbib.
5775
5776         * forms/form_citation.fd: add natbib support. Rearrange dialog to
5777         fit onto shorter screens.
5778
5779         * forms/form_document.fd: add natbib support.
5780
5781 2001-07-16  Juergen Vigna  <jug@sad.it>
5782
5783         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
5784
5785 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5786
5787         Consistent use of Lsstream.h:
5788         * FormAboutlyx.C (build):
5789         * FormVCLog.C (update): std::ostringstream -> ostringstream.
5790
5791         * FormMathsDelim.C (apply):
5792         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
5793
5794 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
5795
5796         * implement 1 about lyx dialog instead of 3 separate ones
5797
5798         * FormCredits.[Ch]: removed
5799         * FormCopyright.[Ch]: removed
5800         * form_credits.[Ch]: removed
5801         * forms/form_credits.fd: removed
5802         * form_copyright.[Ch]: removed
5803         * forms/form_copyright.fd: removed
5804         * FormAboutlyx.[Ch]: added
5805         * form_aboutlyx.[Ch]: added
5806         * forms/form_aboutlyx.fd: added
5807         * Dialogs.C: add about lyx stuff
5808
5809 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
5810
5811         * add spellchecker
5812
5813         * FormPreferences.[Ch]: rename spellchecker to spelloptions
5814         * form_preferences.[Ch]: idem
5815         * forms/form_preferences.fd: idem
5816         * FormSpellchecker.[Ch]: added
5817         * form_spellchecker.[Ch]: added
5818         * forms/form_spellchecker.fd: added
5819         * Dialogs.C: add spellchecker
5820
5821 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5822
5823         * FormFiledialog.C: (*it). -> it->
5824         * Toolbar_pimpl.C: ditto
5825         * RadioButtonGroup.C: ditto
5826         * FormPreferences.C: ditto
5827
5828 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5829
5830         * GUIRunTime.C (x11Display):
5831         (x11Screen):
5832         (x11Colormap):
5833         (x11VisualDepth): new methods
5834
5835 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5836
5837         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
5838         directly.
5839
5840         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
5841         because of this.
5842
5843         * GUIRunTime.C (createMainView): implement
5844
5845 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5846
5847         * FormCharacter.C:
5848         * form_character.C:
5849         * forms/form_character.fd: hide the widget underneath language
5850           combox hack.
5851
5852 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
5853
5854         * FormPreferences.h:
5855         * FormPreferences.C: connect and operator
5856           showSpellcheckerPreferences signal
5857
5858         * FormPrint.C (input): modify to select radio_file
5859           when the user uses the filename input
5860
5861 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5862
5863         * combox.C (remove): send debug output to Debug::GUI.
5864
5865 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5866
5867         * Menubar_pimpl.C (create_submenu):
5868         * Toolbar_pimpl.C (update): update to use func_status
5869
5870 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
5871
5872         * FormPreferences.C (Path::feedback): remove bogus description of
5873         lyxpipe.
5874
5875 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
5876
5877         * xformsBC.h: clean-up of included files.
5878
5879 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5880
5881         * FormDocument.C:
5882         * FormParagraph.C (c-tor): cosmetic name change of signal.
5883
5884         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
5885         signal. It's pretty crude at the moment! Mental note: would be more
5886         elegant if we passed a LyXParagraph & with both the signals rather than
5887         search through the Buffer.
5888
5889 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
5890
5891         * *.[h]: added // -*- C++ -*-
5892         * *.[C]: removed // -*- C++ -*-
5893
5894         * FormCharacter.C (update): now uses contents of font_, stored
5895         permanently by the controller to update() the dialog.
5896
5897 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5898
5899         * FormInclude.C:
5900         * form_include.fd: (various places): Ok button is now activated when
5901         the filename is input from the keyboard.
5902
5903         * FormPreferences.C white-space change in various places.
5904         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
5905         that disabled addition of new converters.
5906
5907         * FormCharacter.C (input, update): new methods. Activate the Apply
5908         button when any of the input fileds are not IGNORE.
5909
5910 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5911
5912         * FormToc.C (input): change test slightly.
5913         (updateContents): clear list if empty and add no list msg.
5914
5915 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
5916
5917         * FormParagraph.C (update, general_update): enabling the align buttons
5918         is now dependent on the AlignPossible entry in the Layout.
5919
5920 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5921
5922         * MathsSymbols.C:
5923         * FormMathsMatrix.C: bring C functions into global namespace if
5924         necessary.
5925
5926 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5927
5928         * MathsSymbols.C (pixmapFromBitmapData): add std::
5929
5930         * FormMathsMatrix.C (AlignFilter): add std::
5931
5932 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
5933
5934         * FormDocument.C (build): add iso8859-15 support.
5935
5936 2001-05-08  Baruch Even  <baruch@lyx.org>
5937
5938         * Menubar_pimpl.C: Fixed compilation problem.
5939
5940 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5941
5942         * Menubar_pimpl.C (add_toc): use name and not type with float.
5943         (create_submenu): correct call of new object
5944         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
5945
5946 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5947
5948         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
5949
5950 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5951
5952         * Dialogs.C: included insetgraphicsParams.h
5953
5954         * FormMathsMatrix.C:
5955         * FormMathsBitmap.C: included LAssert.h
5956
5957 2001-04-24  Allan Rae  <rae@lyx.org>
5958
5959         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
5960
5961 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5962
5963         * xforms_helpers.C (formatted): do not use string::substr(1) on a
5964         string of length 1 !
5965
5966 2001-04-16  Allan Rae  <rae@lyx.org>
5967
5968         * xforms_helpers.C (formatted):
5969         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
5970         as an unrecognised preprocessor directive.  So ensure they're wrapped.
5971
5972 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
5973
5974         * FormTabularCreate.C: pass a pair of uints to the controller
5975
5976         * FormVCLog.C: the log appears as a stringstream now
5977
5978         * forms/form_external.fd: make params update state (from Angus)
5979
5980 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5981
5982         * Menubar_pimpl.C: include gettext.h
5983
5984 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5985
5986         * xforms_helpers.C (formatted): constify length
5987
5988         * FormTabular.C (update): small restructure, adjust for scoped_ptr
5989         (input): adjust for scoped_ptr
5990         (input): constify str
5991
5992 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
5993
5994         * Dialogs.C: s/popup/dialog/
5995
5996         * Form*.C:
5997         * FormBase.h:
5998         * FormBase.C: s/ControlButton/ControlButtons/
5999         move bc().refresh() into base show() method
6000
6001         * Form*.C:
6002         * FormBaseDeprecated.C:
6003         s/UndoAll/restore/
6004
6005 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6006
6007         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
6008
6009         * FormToc.[Ch]:
6010         * forms/form_toc.fd: implemented controller-view split.
6011
6012         * Dialogs.C: associated changes.
6013
6014 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6015
6016         * FormCitation.C:
6017         * forms/form_citation.fd: Don't change the name of the button when
6018         toggling between regular expression and simple searches.
6019         Squashed bug when creating a new inset, the keys field contained
6020         one (empty) key. No more; thanks, Dekel.
6021
6022         * FormExternal.C:
6023         * forms/form_external.fd: added Apply button.
6024
6025 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6026
6027         * FormBase.[Ch]:
6028         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
6029         ControlButton.
6030
6031         * FormExternal.[Ch]:
6032         * forms/form_external.fd: implemented controller-view split.
6033
6034         * Dialogs.C: associated changes.
6035
6036         * FormGraphics.[Ch]:
6037         * FormInclude.[Ch]:
6038         * FormPrint.[Ch]:
6039         moved the browsing functionality into the controller.
6040
6041         * xforms_helpers.[Ch]: moved browseFile to
6042         ../controllers/helper_funcs.[Ch]
6043
6044         * FormCitation.C
6045         * forms/form_citation.fd: added case sensitive search button.
6046
6047 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
6048
6049         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
6050         Code moved into the generic template base class. Replaced
6051         setCancelCloseButton() with setButtonLabel().
6052
6053 2001-03-29  Juergen Vigna  <jug@sad.it>
6054
6055         * FormMinipage.C: removed widthp_ and all it's functions and changed
6056         to use new %-lengths of LyXLength.
6057
6058 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6059
6060         * FormGraphics.[Ch]:
6061         * forms/form_graphics.fd:
6062         * FormIndex.[Ch]:
6063         * forms/form_index.fd: implemented controller-view split.
6064
6065         * Dialogs.C: associated changes.
6066
6067         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
6068
6069         * FormCitation.C: changes associated with ControlCitation cleanup.
6070
6071         * FormMinipage.h: cleaned-up forward declarations.
6072
6073 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6074
6075         * FormMinipage.[Ch]:
6076         * forms/form_minipage.fd:
6077         * FormPrint.[Ch]:
6078         * forms/form_print.fd:
6079         * FormSplash.[Ch]: implemented controller-view split.
6080
6081         * Dialogs.C: associated changes.
6082
6083 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
6084
6085         * FormPreamble.[Ch]:
6086         * forms/form_preamble.fd:
6087         * FormRef.[Ch]:
6088         * forms/form_ref.fd:
6089         * FormSearch.[Ch]:
6090         * forms/form_search.fd:
6091         * FormTabularCreate.[Ch]:
6092         * forms/form_tabular_create.fd: implemented controller-view split.
6093
6094         * Dialogs.C: associated changes.
6095
6096 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6097
6098         * FormError.[Ch]:
6099         * form_error.fd:
6100         * FormInclude.[Ch]:
6101         * form_include.fd:
6102         * FormUrl.[Ch]:
6103         * form_url.fd: implemented controller-view split.
6104
6105         * Dialogs.C: associated changes.
6106
6107         * FormBibitem.h:
6108         * FormBibtex.h:
6109         * FormCitation.h: moved methods from protected to private.
6110
6111 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6112
6113         * FormCredits.C (build): changes associated with
6114         ControlCredits::getCredits returning a stringstream not a vector<string>
6115
6116 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
6117
6118         * FormCopyright.[Ch]:
6119         * forms/form_copyright.fd: implemented controller-view split.
6120
6121         * FormCredits.[Ch]:
6122         * forms/form_credits.fd: implemented controller-view split.
6123
6124         * Dialogs.C: associated changes.
6125
6126         * xforms_helpers.C (formatted): improved the function so that it now
6127         repects '\n' characters in the input string. Ie, the user can now
6128         specify line breaks explicitly.
6129
6130 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
6131
6132         * FormCharacter.[Ch]:
6133         * forms/form_character.fd: implemented controller-view split.
6134
6135         * Dialogs.C: associated changes.
6136
6137         * FormBase.C (input): changed return to SMI_VALID.
6138
6139         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
6140         any surrounding whitespace.
6141
6142 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6143
6144         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
6145         SMI_NOOP.
6146         (FormBase2): split into two template classes, FormDB (DialogBase) and
6147         FormCB (ControllerBase) for greater flexibility.
6148
6149         * FormBibitem.[Ch]:
6150         * FormBibtex.[Ch]:
6151         * FormCitation.[Ch]: associated changes.
6152
6153         * FormBrowser.[Ch]:
6154         * FormLog.[Ch]:
6155         * FormVCLog.[Ch]:
6156         * forms/form_browser.fd: implemented controller-view split.
6157
6158         * Dialogs.C: associated changes.
6159
6160 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
6161
6162         * FormBibtex.[Ch]:
6163         * forms/form_bibtex.fd: implemented controller-view split.
6164
6165         * Dialogs.C: associated changes.
6166
6167 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
6168
6169         * FormBaseDeprecated.[Ch]: rename title as title_.
6170
6171         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
6172         with limited functionality. It got lost in the MVC merge.
6173
6174         * FormBaseDeprecated.C:
6175         * FormBase.C (show): moved initialisation of minw_, minh_ here.
6176
6177         * FormBibitem.C (build):
6178         * FormBibtex.C (build):
6179         * FormBrowser.C (build):
6180         * FormCharacter.C (build):
6181         * FormCitation.C (build):
6182         * FormCopyright.C (build):
6183         * FormCredits.C (build):
6184         * FormDocument.C (build):
6185         * FormError.C (build):
6186         * FormExternal.C (build):
6187         * FormGraphics.C (build):
6188         * FormInclude.C (build):
6189         * FormIndex.C (build):
6190         * FormMinipage.C (build):
6191         * FormParagraph.C (build):
6192         * FormPreamble.C (build):
6193         * FormPreferences.C (build):
6194         * FormPrint.C (build):
6195         * FormRef.C (build):
6196         * FormSearch.C (build):
6197         * FormTabular.C (build):
6198         * FormTabularCreate.C (build):
6199         * FormToc.C (build):
6200         * FormUrl.C (build): removed initialisation of minw_, minh_.
6201
6202         * The Maths Panel stuff no longer causes a crash on exit from LyX.
6203
6204         * FormMaths.[Ch]:
6205         * forms/form_maths.fd: removed.
6206
6207         * forms/form_maths_delim.fd:
6208         * forms/form_maths_deco.fd:
6209         * forms/form_maths_matrix.fd:
6210         * forms/form_maths_space.fd:
6211         * forms/form_maths_panel.fd: new files.
6212         Split contents of form_maths.fd into 5 new files, one for each form.
6213
6214         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
6215         class FormMathsBitmap in FormMathsBitmap.[Ch].
6216
6217         * FormMathsPanel.[Ch]:
6218         * FormMathsBitmap.[Ch]:
6219         * FormMathsDeco.[Ch]:
6220         * FormMathsDelim.[Ch]:
6221         * FormMathsMatrix.[Ch]:
6222         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
6223         one for each popup. Rewrite so that all the new classes are derived from
6224         FormBaseBD. Clean up the logic in the process (I hope!).
6225
6226         * Makefile.am: added new fils, removed redundant ones.
6227
6228 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6229
6230         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
6231         (showInset): ditto
6232         (updateInset): ditto
6233
6234 2001-03-16  Juergen Vigna  <jug@sad.it>
6235
6236         * Dialogs.C (Dialogs): create minipage options dialog.
6237
6238         * forms/form_minipage.fd:
6239         * form_minipage.C:
6240         * form_minipage.h:
6241         * FormMinipage.C:
6242         * FormMinipage.h: new files for the minipage options dialog.
6243
6244 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6245
6246         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
6247         callback methods.
6248
6249         * forms/form_maths.fd: change C_FormBaseCancelCB to
6250         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
6251
6252 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
6253
6254         * FormMaths.C: quash warnings
6255
6256 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6257
6258         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
6259         compatibility.
6260
6261 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6262
6263         * Form_various.h: cleaned up #includes and forward declarations.
6264
6265         * Form_various.C: added "using SigC::slot" declaration.
6266
6267         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
6268
6269         * FormDocument.C (CheckChoiceClass): removed string tct as the
6270         compiler warned that it was defined but never used.
6271         removed USE_CLASS_COMBO.
6272
6273 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6274
6275         * Dialogs.C:
6276         * FormMaths.h:
6277         * FormMaths.C:
6278         * MathsSymbols.h:
6279         * MathsSymbols.C:
6280         * Makefile.am:
6281         * Toolbar_pimpl.C:
6282         * form_*.C:
6283         * forms/makefile:
6284         * forms/form_maths.fd:
6285         * forms/fdfixc.sed:
6286         * forms/fdfix.sh: add maths panel
6287
6288         * bmtable.h:
6289         * bmtable.c: moved from src/
6290
6291 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6292
6293         * FormParagraph.h: NO_PEXTRA
6294         * FormParagraph.C (input): NO_PEXTRA
6295
6296 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6297
6298         * several files: remove CXX_WORKING_NAMESPACES
6299
6300 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6301
6302         * Merging changes from BRANCH_MVC back into HEAD.
6303
6304 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
6305
6306         * Dialogs.C (c-tor): Changes associated with storing a vector of
6307         boost::shared_ptrs.
6308         Use MVC Bibitem popup.
6309
6310         * FormBase.h: add a new template class FormBase2, derived from FormBase
6311         to make life creating MVC popups even easier ;-)
6312
6313         * FormBibitem.[Ch]:
6314         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
6315         Proof that a simple popup should be easy to implement!
6316
6317         * FormCitation.[Ch]: now derived from FormBase2.
6318
6319         * FormToc.C: added using std::vector directive.
6320
6321 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
6322
6323         * FormSearch.C: Add missing #pragma
6324
6325 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
6326
6327         * FormCitation.C:
6328         * forms/form_citation.fd: added the ability to Search, both Simply and
6329         for Regular Expressions. Use the Search code in the controller() to do
6330         the actual searching.
6331
6332 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
6333
6334         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
6335         * forms/makefile: added form_credits.fd
6336
6337         * Dialogs.C: added FormCredits and removed ShowCredits.
6338
6339         * FormCredits.[Ch]:
6340         * forms/form_credits.fd:
6341         * forms/form_search.fd: ported to the MVC way.
6342
6343 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6344
6345         * xforms_helpers.h (formatted): now has default arguments for size and
6346         style.
6347
6348         * FormCitation.[Ch]: moved code out of this class and into
6349         ControlCitation and associated helper funcs.
6350
6351 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6352
6353         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
6354         ButtonController::valid() to check state of input. The buttons are
6355         now controlled correctly.
6356
6357         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
6358
6359 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6360
6361         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
6362
6363         * FormBase.[Ch]: rename title as title_.
6364
6365 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
6366
6367         * FormBase.C (c-tor): initialise variables in correct order.
6368
6369         * FormCitation.C: add #include <algorithm>
6370
6371 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
6372
6373         * xformsBC.[Ch]: Changes associated with the changes to
6374         controllers/ButtonController.[Ch]. Ie, the class is now derived from
6375         ButtonControllerBase and the ButtonPolicy is accessed through a method
6376         bp() rather than the instance bp_.
6377
6378         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
6379         rather use a pure virtual method bc() to access the controller
6380         instantiated by the daughter classes.
6381
6382         * F*.[Ch]: changes associated with the above.
6383
6384 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
6385
6386         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
6387
6388         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
6389
6390 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
6391
6392         * ButtonController.[Ch]: deleted. The class is split into two
6393         (with identical functionality), the code being found in
6394         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
6395
6396         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
6397         ButtonController class.
6398
6399         * FormBase.[Ch]: changes associated with the above split.
6400
6401         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
6402         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
6403         controlling all interaction to/from the LyX kernel.
6404
6405         * FormCitation.[Ch]:
6406         * forms/form_citation.fd: An xforms-specific implementation of the
6407         Citation dialog, controlled by the GUI-I ControlCitation.
6408
6409         * Dialogs.C: Use the controlled Citation dialog.
6410
6411 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6412
6413         * Makefile.am:
6414         * combox.h:
6415         * combox.C: moved from src/
6416
6417 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
6418
6419         * forms/fdfix.sh:
6420         * forms/form_filedialog.C.patch: I hate having to make these patches,
6421         but on reflection I think it's probably better than hacking fdfix.sh.
6422
6423 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6424
6425         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
6426
6427 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6428
6429         * FormGraphics.C: remove unnecessary hack
6430
6431 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6432
6433         * FormCitation.C (apply): Do not put space between multiple keys.
6434
6435 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
6436
6437         * Menubar_pimpl.C (add_toc): Remove debug message.
6438
6439 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6440
6441         * Makefile.am:
6442         * Dialogs.C:
6443         * FormExternal.C:
6444         * FormExternal.h:
6445         * form_external.C:
6446         * form_external.h:
6447         * xforms/forms/makefile:
6448         * forms/form_external.fd: add FormExternal
6449
6450 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6451
6452         * Dialogs.C: add destroySplash()
6453
6454         * form_splash.h:
6455         * form_splash.C:
6456         * forms/form_splash.fd:
6457         * FormSplash.h:
6458         * FormSplash.C: make independent of FormBase, tidy
6459
6460         * Menubar_pimpl.C: destroy splash on interaction
6461
6462 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6463
6464         * FormInclude.h:
6465         * FormInclude.C:
6466         * form_include.h:
6467         * form_include.C:
6468         * forms/form_include.fd: rework, clean up
6469
6470 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6471
6472         * FormToc.h: use Buffer::typedef
6473
6474         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
6475         * FormToc.C (build): ditto
6476         (updateToc): ditto
6477
6478 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6479
6480         * FormToc.C (build): implement for dynamic number of lists
6481         (updateToc): ditto
6482         * Menubar_pimpl.C (add_toc): ditto
6483
6484 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6485
6486         * added credits:
6487         * Dialogs.C:
6488         * Makefile.am:
6489         * FormCredits.[Ch]:
6490         * form_credits.[Ch]:
6491         * forms/form_credits.fd:
6492
6493 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6494
6495         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
6496         make ButtonList contain boost::shared_ptr<ItemInfo>
6497
6498         * Menubar_pimpl.C (~Pimpl): remove destructor
6499
6500 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6501
6502         * Makefile.am:
6503         * FileDialog.C:
6504         * FormFiledialog.C:
6505         * FormFiledialog.h:
6506         * form_filedialog.C:
6507         * form_filedialog.h:
6508         * FormGraphics.C:
6509         * FormInclude.C:
6510         * FormPreferences.C:
6511         * FormPrint.C:
6512         * xforms_helpers.C:
6513         * xforms_helpers.h:
6514         * forms/fdfix.sh:
6515         * forms/makefile:
6516         * form/form_filedialog.fd: add File Dialog
6517         * Toolbar_pimpl.h:
6518         * Toolbar_pimpl.C: move LayoutsCB to here
6519
6520 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6521
6522         * FormParagraph.C: changes because of ParagraphParameters.
6523
6524 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6525
6526         * FormSearch.C (Replace): remove default argument
6527         (Find): ditto
6528
6529 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6530
6531         * added find/replace dialog:
6532         * FormSearch.*: added
6533         * form_search.*: added
6534         * forms/form_search.fd: added
6535
6536 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6537
6538         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
6539
6540         * various: in a rush of delayed guilt, I've renamed all instances of
6541         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
6542         finally sprouted.
6543
6544         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
6545         activate/deactivate an FL_OBJECT.
6546
6547         * FormCitation.C:
6548         * FormDocument.C:
6549         * FormInclude.C:
6550         * FormParagraph.C:
6551         * FormPreamble.C:
6552         * FormPreferences.C:
6553         * FormRef.C:
6554         * FormTabular.C: used it.
6555
6556 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6557
6558         * FormPreferences.C: removed three unused using directives.
6559
6560 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6561
6562         * added find/replace dialog:
6563         * FormSearch.*: added
6564         * form_search.*: added
6565         * forms/form_search.fd: added
6566
6567 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
6568
6569         * FormRef.C: Fixed the behaviour of Goto-Ref.
6570
6571 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
6572
6573         * forms/makefile: added character and preamble dialogs
6574
6575 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6576
6577         * FormCharacter.C (FormCharacter): change order of deletion,
6578         change combo_language2 to combo_language2_
6579
6580 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6581
6582         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
6583
6584 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6585
6586         * Dialogs.C: added layoutcharacter
6587         * FormCharacter.C: added
6588         * FormCharacter.h: added
6589         * form_character.C: added
6590         * form_character.h: added
6591         * forms/form_character.fd: added
6592
6593 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6594
6595         * FormPreferences.C: Handle lyxrc.language_use_babel and
6596         lyxrc.language_global_options.
6597
6598 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
6599
6600         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
6601
6602 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6603
6604         * FormBase.C: no longer transient dialogs, XMapWindow()
6605           in attempt to de-iconify
6606
6607         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
6608
6609 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
6610
6611         * FormDocument.C (checkMarginValues): Activate "use geometry" button
6612         if using custom paper size/margin.
6613
6614 2001-02-21  Allan Rae  <rae@lyx.org>
6615
6616         * forms/form_preferences.fd: larger, bold font for outer tabfolder
6617
6618 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6619
6620         * src/frontends/xforms/Dialogs.C: added preamble
6621         * src/frontends/xforms/FormPreamble.C: added
6622         * src/frontends/xforms/FormPreamble.h: added
6623         * src/frontends/xforms/Makefile.am: added
6624         * src/frontends/xforms/form_preamble.C: added
6625         * src/frontends/xforms/form_preamble.h: added
6626         * src/frontends/xforms/form_preamble.fd: added
6627
6628 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6629
6630         * FormBase.h: moved noncopyable derivation to DialogBase.
6631
6632 2001-02-19  Juergen Vigna  <jug@sad.it>
6633
6634         * FormTabular.C (build): make all input field accepted only after
6635         a "RETURN".
6636
6637         * forms/form_tabular.fd: removed default "Return" on Close-Button.
6638
6639 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6640
6641         * FormError.C:
6642         * FormGraphics.C:
6643         * FormInset.C (showInset): change associated with name change
6644         inset::hide to inset::hideDialog.
6645
6646 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6647
6648         * FormCitation.C (build): altering "Text after" now activates the Ok,
6649         Apply buttons.
6650
6651 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6652
6653         * FormCitation.C: lots of white-space changes to make file consistent
6654         with LyX style.
6655         (input): use the FL_OBJECT * parameter to decide what to do, not the
6656         long parameter.
6657
6658         * FormCitation.h: removed most entries in enum.
6659
6660         * forms/form_citation.fd: change names of variables, consistent with
6661         Allan's naming scheme.
6662         Don't pass any particular arguments to the InputCB function.
6663         choice_style now triggers a callback and looks like other choices.
6664
6665 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6666
6667         * other: use compare instead of strcmp/strncmp
6668
6669 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
6670
6671         * ButtonController.[Ch]: changed trigger_change_ vector and associated
6672         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
6673         callback to InputCB() but don't trigger a change in the state of the
6674         Ok, Apply buttons are much rarer than those that do.
6675
6676         * FormCitation.C (build): associated change.
6677
6678 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6679
6680         * ButtonController.C: include algorithm
6681
6682 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
6683
6684         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
6685         new methods.
6686         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
6687         the vector of FL_OBJECT *s that can trigger a change in the button state
6688         is not empty, then a change of state will occur only if the FL_OBJECT *
6689         is present in this vector.
6690
6691         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
6692         the user to deactivate specific fields within restore().
6693         (InputCB): pass the FL_OBJECT * to bc_.valid().
6694
6695         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
6696         trigger a change of state in the Ok,Apply buttons.
6697         (update): bc_.readOnly() to the start of the method. Similar reasoning
6698         to that for FormBase::RestoreCB, above.
6699
6700 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
6701
6702         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
6703         IgnorantPolicy.
6704
6705         * forms/form_browser.fd:
6706         * forms/form_copyright.fd:
6707         * forms/form_error.fd:
6708         * forms/form_tabular.fd:
6709         * forms/form_toc.fd:
6710         Consistent shortcuts for Close button: Esc and Return only.
6711
6712         * forms/form_citation.fd:
6713         * forms/form_document.fd:
6714         * forms/form_index.fd:
6715         * forms/form_paragraph.fd:
6716         * forms/form_preferences.fd:
6717         * forms/form_print.fd:
6718         * forms/form_ref.fd:
6719         * forms/form_tabular_create.fd:
6720         * forms/form_url.fd:
6721         Consistent shortcut for Cancel button: Esc only.
6722
6723 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6724
6725         * Dialogs.C: new Splash. Include, Bibitem/tex
6726
6727         * FormBase.h: make show() virtual for Splash's benefit
6728
6729         * Makefile.am:
6730         * forms/makefile:
6731         * FormBibitem.C:
6732         * FormBibitem.h:
6733         * FormBibtex.C:
6734         * FormBibtex.h:
6735         * form_bibitem.C:
6736         * form_bibitem.h:
6737         * form_bibtex.C:
6738         * form_bibtex.h:
6739         * forms/form_bibitem.fd:
6740         * forms/form_bibtex.fd:
6741         * FormInclude.C:
6742         * FormInclude.h:
6743         * form_include.C:
6744         * form_include.h:
6745         * forms/form_include.fd:
6746         * FormSplash.C:
6747         * FormSplash.h:
6748         * form_splash.C:
6749         * form_splash.h:
6750         * forms/form_splash.fd: new forms
6751
6752 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6753
6754         * FormLog.C: handle Literate build log nicely
6755
6756 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6757
6758         * Menubar_pimpl.C: remove support for reference menuitem type.
6759
6760 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6761
6762         * Makefile.am:
6763         * Timeout_pimpl.h:
6764         * Timeout_pimpl.C: add Timeout implementation
6765
6766 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6767
6768         * form_browser.h:
6769         * form_browser.C:
6770         * forms/form_browser.fd:
6771         * forms/makefile:
6772         * FormBrowser.C:
6773         * FormBrowser.h: readonly browser form
6774
6775         * FormLog.C:
6776         * FormLog.h:
6777         * FormVCLog.C:
6778         * FormVCLog.h:
6779         * Dialogs.C: add Log and VCLog
6780
6781         * Makefile.am: add Log and VCLog, add updatesrc target
6782
6783 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6784
6785         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
6786
6787 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6788
6789         * FormPreferences.C (GetFrom): fix crash when there is no format
6790         defined.
6791         (GetTo): ditto.
6792
6793 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
6794
6795         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
6796         unsigned char correctly and so fix 2 bugs loading/changing colors.
6797
6798 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
6799
6800         * FormRef.C (update): Do not update dialog_->{ref,name,type}
6801         if inset_ == 0.
6802         Deactivate the type button when buffer is LinuxDoc/Docbook
6803         (build): Uncomment calls to addReadOnly().
6804         (updateBrowser) Do not disable the update button when there are no
6805         keys.
6806         (build, getType, getName): Use InsetRef::types.
6807
6808 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
6809
6810         * FormPrint.[Ch] (browse): new method to browse for file to print to.
6811
6812         * forms/form_print.fd: give the form a Browse button.
6813
6814 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6815
6816         * FormRef.C (input): Fix the behavior of goto reference button.