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