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