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