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