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