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