Scott Kostyshak
776e66688f
Fix a selection bug in InsetTabular
...
If you have a selection across cells in tabular, moving the cursor
vertically up or down (e.g. LFUN_UP) now removes the drawn selection.
Before, the selection was set to false but it was not repainted.
2012-12-12 03:43:53 -05:00
Jean-Marc Lasgouttes
146b754f1d
Fix crash related to undo and continuous spell checking
...
The cursor member new_word_ should not be saved in undo.
Move it from CursorData to Cursor.
2012-12-11 10:14:47 +01:00
Juergen Spitzmueller
e93f4d470d
Possibility to specify a preset argument
...
This will be needed for beamer plain and fragile frame support.
2012-12-10 14:09:51 +01:00
Juergen Spitzmueller
625e25264b
Consider filtering when selecting from categorized combo ( #8452 )
2012-12-10 12:52:23 +01:00
Juergen Spitzmueller
99ee47f0cd
Disallow the insertion of multiplenon-item arguments of the same type in a sequence of merged environment pars
2012-12-10 09:19:56 +01:00
Juergen Spitzmueller
25ef8e7eef
Allow to separate menu string from label string for arguments
2012-12-09 19:15:41 +01:00
Juergen Spitzmueller
d073cfb458
Support for beamer block arguments ( #3280 )
2012-12-09 17:19:21 +01:00
Georg Baum
99ffb47cc3
Replace some hard coded numbers with names
...
And prevent a crash if LaTeX is accidentally output for a math font.
2012-12-09 13:05:19 +01:00
Juergen Spitzmueller
30b53ba4a0
beamer revision, part 1: support for overlay arguments
2012-12-09 11:04:56 +01:00
Juergen Spitzmueller
906a473e57
Do not force Flex insets to be collapsed at insertion ( #8442 )
2012-12-08 09:35:52 +01:00
Jean-Marc Lasgouttes
0425500be5
Set window title correctly at start up
2012-12-05 22:46:29 +01:00
Richard Heck
ae7bc12ab6
Disentangle moduleCanBeAdded for ordinary layout modules and the
...
new (but not yet functioning, it seems) citation modules. This
fixes a bug reported on the list:
http://marc.info/?l=lyx-users&m=135456590710371&w=2
2012-12-05 11:16:21 -05:00
Richard Heck
255ca92be2
Minor formatting stuff.
2012-12-05 10:49:35 -05:00
Juergen Spitzmueller
1f720826d6
Fix InsetCaption::getArgument (subfigure problems reported by Kornel, but also listings caption)
2012-12-04 17:06:52 +01:00
Juergen Spitzmueller
a84a98b545
Also add support for URW Garamond math fonts (via newtx)
2012-12-04 12:55:47 +01:00
Juergen Spitzmueller
53626a8beb
tex2lyx updates for the recent format change
2012-12-04 12:20:34 +01:00
Juergen Spitzmueller
52c2fb81e9
Support for the URW Garamond LaTeX fonts
2012-12-04 12:14:26 +01:00
Juergen Spitzmueller
39ec866f68
make \lyxadded and \lyxdeleted robust ( #8435 )
2012-12-03 13:55:20 +01:00
Vincent van Ravesteijn
fdee77a6b5
Fix monolithic build
2012-12-02 15:50:45 +01:00
Juergen Spitzmueller
df7f2a074f
Fix greyedout notes UI color ( #6682 ) as good as it gets ATM
2012-12-02 10:41:49 +01:00
Juergen Spitzmueller
2b40823d8e
Implement resetArgs to InsetLayout ( #8437 )
2012-12-02 10:16:26 +01:00
Juergen Spitzmueller
d7e0798ade
Fix argument status detection for InsetText
2012-12-01 11:49:24 +01:00
Juergen Spitzmueller
ee0860e403
Fix shaded box UI color ( #7395 ) as good as it gets ATM
2012-11-30 17:11:07 +01:00
Juergen Spitzmueller
ecf18084ff
allow linebreak in argument delimiter string
2012-11-30 09:13:38 +01:00
Juergen Spitzmueller
3931331b56
update tex2lyx test files
2012-11-30 09:08:54 +01:00
Juergen Spitzmueller
1500e44cba
Support for \item arguments
2012-11-29 15:34:20 +01:00
Juergen Spitzmueller
a7f8fb8c5f
Provide option to force a local language switch where a global is not allowed ( fixes #8033 )
2012-11-28 20:55:21 +01:00
Juergen Spitzmueller
9b589ba9d9
Don't know how this slipped in
2012-11-28 19:13:22 +01:00
Juergen Spitzmueller
53002538fa
Pass local font to arguments and assure pass_thru is inherited
2012-11-28 19:02:07 +01:00
Jean-Marc Lasgouttes
4f6c0b5202
Fix # 8414: Use the noweb module instead of literate-* article layouts
...
Now that we have module support for literate programming, it is possible to do a noweb cleanup. This is basically a patch from Kayvan Sylvan:
- get rid of literate-xxx classes
- rename Scrap to Chunk, since this is the name noweb doc uses (Scrap is from nuweb)
- update lyx file format and add lyx2lyx support for gettting rid of literate-xxx classes
- update documentation
On the top of it, update tex2lyx to
- avoid creating files with literate-xxx class
- fix conflict between parsing << as a quote and parsing it as a Chunk
- create Chunk layouts instead of Scrap ones.
2012-11-28 14:11:47 +01:00
Juergen Spitzmueller
4d1b495139
LaTeXParam and Argument do not necessarily exclude each other
2012-11-26 13:09:54 +01:00
Juergen Spitzmueller
41014dec49
Merge branch 'master' of git.lyx.org:lyx
2012-11-26 09:10:34 +01:00
Juergen Spitzmueller
e0f392e075
Allow for some argument visual customization
2012-11-26 09:10:14 +01:00
Uwe Stöhr
7725e35439
IEEEtran: update layout and example; fileformat change
...
- the 2 generic lyx2lyx conversion routines can also be used for other layout updates
2012-11-26 02:50:53 +01:00
Juergen Spitzmueller
9c4929ca40
Merge branch 'master' of git.lyx.org:lyx
2012-11-25 19:10:40 +01:00
Juergen Spitzmueller
6f086763ae
Add LeftDelim and RightDelim to the Style and InsetLayout repertoire
2012-11-25 19:10:16 +01:00
Georg Baum
89c60f388a
guard against dereferencing null pointers
2012-11-25 19:07:57 +01:00
Juergen Spitzmueller
b1ce750589
allow arguments in PassThru insets
2012-11-25 18:13:57 +01:00
Juergen Spitzmueller
bf83ca75ef
Further fixes for InsetLayout argument (for environments and empty latex names)
2012-11-25 17:29:08 +01:00
Juergen Spitzmueller
07a01f40f9
Add author
2012-11-25 17:28:03 +01:00
Georg Baum
f952882bc8
Update tex2lyx tests to new file format
2012-11-25 12:42:40 +01:00
Pavel Sanda
ad42e885e6
Rescue monolithic build after 32fde61c8f
.
2012-11-24 17:48:47 +01:00
Juergen Spitzmueller
4b4e9560d1
Fix splitting of layout string
2012-11-24 16:46:44 +01:00
Juergen Spitzmueller
a41bdfa453
Missing pieces for InsetLayout arguments
2012-11-24 15:46:20 +01:00
Richard Heck
1252c22fd3
Some minor cleanup of new InsetArguments stuff that I did while
...
reading the patch....
2012-11-23 20:40:38 -05:00
Juergen Spitzmueller
182d13ee6a
Do not separate the shortcut from the label string
2012-11-23 18:26:02 +01:00
Juergen Spitzmueller
9914f21bce
Context menu for InsetArgument
2012-11-23 14:44:45 +01:00
Juergen Spitzmueller
32d2e30e3d
Increase Layout format also in the source
2012-11-23 10:27:30 +01:00
Juergen Spitzmueller
99f84aab95
Merge remote-tracking branch 'origin/master' into features/latexargs
2012-11-23 09:11:55 +01:00
Jean-Marc Lasgouttes
7ec2721d18
Show status of branches even when inset is closed
2012-11-20 23:39:16 +01:00