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