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