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