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