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