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