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