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