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