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