Commit Graph

155 Commits

Author SHA1 Message Date
Angus Leeming
5bca243109 J�rgen Spitzm�ller's tweak of the Paragraph dialog.
Finally (?) fix memory leak in Maths Bitmap dialog.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2717 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-10 12:25:40 +00:00
Lars Gullik Bjønnes
26063b2ef4 fix linking issues
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2715 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-10 08:37:25 +00:00
Lars Gullik Bjønnes
271f8d7eec some mods I had in my local tree, mostly small stuff, perhaps minus the the Makefile changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2713 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-09 22:02:19 +00:00
Angus Leeming
ddc4c4ec36 Various small bits n pieces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2712 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 17:55:37 +00:00
Angus Leeming
dfea8a9dad Fix bug:
The "Maths spacing" dialog is broken ("Apply" does not work without former
user change in the dialog)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2709 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 16:12:20 +00:00
Jean-Marc Lasgouttes
9359baacf8 bug fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2707 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 15:41:36 +00:00
Angus Leeming
ef1a996e2f Bug fix:
If you start LyX and open the Preferences dialog, "Apply" is activated
even though no change has been made so far


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2706 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 14:42:39 +00:00
Angus Leeming
4a5f988d39 J�rgen Spitzm�ller's character dialog patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2705 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 11:53:12 +00:00
Angus Leeming
5bc3841d41 Rob Lahaye's "iconify dialogs with main window if so desired" patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2703 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 10:11:02 +00:00
Jean-Marc Lasgouttes
e297ba53fb do not display obsolete layouts in combox + small stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2699 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-06 12:42:47 +00:00
Angus Leeming
2bf31f927f Add fl_set_input_return to input_paperoption.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2669 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-03 17:29:52 +00:00
Angus Leeming
1b0c700cc1 John's paragraph spacing patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2661 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-03 09:25:09 +00:00
Angus Leeming
4b31235b77 John's patches (except for [PATCH] fix quit etc. from inset about which I
cannot comment).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2650 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-02 11:40:33 +00:00
Angus Leeming
592c50de2f Prevent resizing of the citation dialog.
Fix paragraph dialog bug.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2619 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 16:00:14 +00:00
Angus Leeming
f4c407e4f6 Clean-up of paragraph dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2615 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 12:52:41 +00:00
Angus Leeming
d51710eb3e Add a pre-handler that triggers an input event when text is pasted into
an xforms text input widget.
Use this in the Preamble dialog.

If anybody wants to help add this functionality to the rest of the dialogs
then feel free. Apart from FormPreferences (which has it's own prehandler
already that would need to be modified) there are about 60 text input
widgets that all need the extra code:
	extern "C" int C_CutandPastePH(FL_OBJECT *, int, FL_Coord, FL_Coord,
				       int, void *);

	fl_set_object_prehandler(widget, C_CutandPastePH);

Not too hard, is it?

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2613 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-29 11:01:05 +00:00
Angus Leeming
ccb3cb54e5 Clean fix for Michael's reported bug with the character dialog. Occurred
because build() is called from the controller meaning that minw_ etc
were not reset.

Fix to citation dialog; the style should now remain centred within the frame.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2607 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-28 13:48:40 +00:00
Angus Leeming
8ae23e7526 John's recent build.diff patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2582 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-24 14:57:27 +00:00
Angus Leeming
1aaf551af0 order the items in the Preferences dialog "logically" so that tabbing through
it makes sense. Closes bug #404569.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2577 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 16:19:22 +00:00
Angus Leeming
f921515196 Tentative fix of John's "no point in spell command "None"" bug, #223255.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2574 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 14:39:18 +00:00
Angus Leeming
9f672b28c4 The BibTeX dialog asymptotes towards perfection!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2573 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-23 09:04:42 +00:00
Angus Leeming
ebc9d76206 Herbert's latest patch + some tweaking to ensure that no
database is stored more than once.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2572 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-22 15:34:39 +00:00
Angus Leeming
a400d98de6 Small fixes to the BibTeX form
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2567 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-21 13:33:25 +00:00
Dekel Tsur
32ef0d04c4 Fix paragraph spacing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2562 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 19:08:46 +00:00
Angus Leeming
bdd235120b Get the browse buttons working...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2560 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 15:44:24 +00:00
Angus Leeming
9b5e14fb66 Herbert's patch, part 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2557 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-20 13:41:06 +00:00
Lars Gullik Bjønnes
d203bbda3e use shared_c_ptr
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2546 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-18 11:41:41 +00:00
Angus Leeming
4aca97ca21 John's per-paragraph line spacing patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2521 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-16 10:14:48 +00:00
Angus Leeming
352172a0aa John's math matrix patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2520 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-16 09:42:04 +00:00
Angus Leeming
7f506870ce Cosmetic change to the Language label in the character dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2516 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-15 16:30:25 +00:00
Angus Leeming
9b8770ac54 rename some math delimiters (from Andr� P�nitz).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2469 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:55:58 +00:00
Angus Leeming
06c830f488 Disable various buttons when buffer is read only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2464 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-09 15:10:24 +00:00
Jürgen Vigna
26b1fa7be8 Various update/redraw fixes. Cleaned up InsetERT and added a dialog for
changing between statuses. Save the statuses to file.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2425 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-06 14:55:02 +00:00
Angus Leeming
ab9eb4667d Small code rearrangement in GUIRunTime.
Initialise variable in FormPreferences::Colors::Colors.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2398 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-01 11:14:24 +00:00
Jean-Marc Lasgouttes
bcd818abe3 John's latest patch frenzy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2397 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-01 10:08:53 +00:00
Angus Leeming
2e5de574e1 * John's maths patch,
* Baruch's second graphics patch,
* A few things to get stuff to compile on my machine --- Lars see the ChangeLog
in controllers; how do you get things to compile without a != operator?
Surely compilation dies in ControlInset, included in ControlFloat,
ControlMinipage.

Angus


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2389 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-30 13:35:08 +00:00
Lars Gullik Bjønnes
e952d33e0b insetfloat work + stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2388 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-30 11:56:00 +00:00
Asger Ottar Alstrup
952ee7b2b9 Fix broken updating of TOC
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2383 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 11:57:09 +00:00
Asger Ottar Alstrup
80dda8f6b2 - Applied the thesaurus patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2381 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-29 10:42:11 +00:00
Angus Leeming
baf92c89a1 Replace "find src -path" call with unix-standard equivalent. (From Lars).
Resized About LyX dialog to get the Copyright & Version stuff in.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2376 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-28 13:03:22 +00:00
Angus Leeming
5f2e3c4c43 Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
Kayvan's footnote patch
Added a "Buffer const *" parameter to InsetButton::getScreenLabel and all
daughter classes. Labels can now be tuned to suit, although non are yet.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2375 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-28 12:24:16 +00:00
Jean-Marc Lasgouttes
0563d2e80b math-space; fixes to include inset dialog; autoconfiguration of gfx converters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2338 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-25 12:37:43 +00:00
Jean-Marc Lasgouttes
31a83403af two small fixes from John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2316 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-24 10:56:03 +00:00
Angus Leeming
7b14e7d3a8 Citation dialog resized form to fit on a 800x600 screen
(from J�rgen Spitzm�ller).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2295 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-20 13:16:36 +00:00
Angus Leeming
50b65ca806 Merge natbib branch into head
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2286 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-19 14:12:37 +00:00
Jürgen Vigna
c4f841c1b2 Added lyxrc-flag to be able to select if I want use pspell or ispell if
pspell support is compiled in. Set shortcut of About-Dialog to ESC-key.
Small fix in InsetText.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2244 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-16 10:03:38 +00:00
Angus Leeming
cec0dd19d0 Edwin's "about" patch + consistent use of Lsstream.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2239 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 14:03:48 +00:00
Jürgen Vigna
0f18dddbd6 Edwin's spellchecker GUII patch with some fixes to it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2235 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-13 11:50:39 +00:00
Lars Gullik Bjønnes
6396f9a204 small changes read changelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2221 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-12 11:11:10 +00:00
Jean-Marc Lasgouttes
13ae124f46 remove more forms.h cruft
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2177 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-03 16:13:01 +00:00