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