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