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