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