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