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