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