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