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