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