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