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