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