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