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