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