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