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