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