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