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