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