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