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