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