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