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