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