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