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