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