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