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