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