Colomban Wendling
1e59b15c61
Update Scintilla to 3.5.1 pre-release
2014-09-26 00:23:29 +02:00
Colomban Wendling
0843705608
GTK: Don't hardcode auto-completion popup frame border width
2014-09-22 19:37:02 +02:00
Colomban Wendling
069e2d4ec5
GTK: Fix auto-completion popup sizing on some themes
2014-09-15 15:58:42 +02:00
Colomban Wendling
4d66bd3745
GTK: Allow the auto-completion popup to be as small as needed
2014-09-15 15:58:42 +02:00
Colomban Wendling
d1e519c11d
GTK: Fix auto-completion popup width to better fit contents
2014-09-15 15:58:42 +02:00
Colomban Wendling
61eaf23a26
GTK: Fix auto-completion popup height to better fit contents
2014-09-15 15:58:42 +02:00
Colomban Wendling
df5b2fd810
GTK: fix cached completion popup window sizing
...
Only cache the popup window itself and not its content, as it seems the
window sizing is affected whether the content was just created or not.
2014-09-08 15:35:28 +02:00
Colomban Wendling
e6f8547e3e
GTK: cache the completion popup window
...
This avoids creating and destroying windows quickly under stress, which
may lead to XID collisions.
See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and
https://bugzilla.gnome.org/show_bug.cgi?id=590690
Closes [scintilla:bugs:1649].
2014-09-08 15:35:28 +02:00
Colomban Wendling
328c22eaf6
Update Scintilla to version 3.5.0
2014-08-13 14:07:03 +02:00
Colomban Wendling
d77fe4c6b7
Update Scintilla to 3.5.0 pre-release
2014-08-10 02:17:32 +02:00
Colomban Wendling
98fa600a2f
Update Scintilla to version 3.4.4
2014-07-04 03:06:17 +02:00
Colomban Wendling
df5edd0032
Scintilla: fix missing redraws on GTK < 3.9.2
...
Also, make the recent redraw fixes depend on the GTK version Scintilla
is running against, rather than built against. This allows for the
same build to work with both GTK < 3.9.2 or >= 3.9.2.
2014-05-19 14:31:11 +02:00
Colomban Wendling
9bcdd64be9
Update Scintilla to 3.4.2 pre-release
2014-05-17 22:15:57 +02:00
Colomban Wendling
6c5a0dd717
Update Scintilla to version 3.4.1
2014-04-14 16:25:01 +02:00
Colomban Wendling
635b7c24a6
Update Scintilla to version 3.3.6
2013-10-16 15:36:57 +02:00
Colomban Wendling
b07d1a1ecc
Update Scintilla to version 3.3.5
2013-09-18 15:15:05 +02:00
Colomban Wendling
f0f3a6cd99
Update Scintilla to version 3.3.4
2013-07-21 12:04:14 +02:00
Colomban Wendling
8498957cf1
Update Scintilla to version 3.3.3
2013-06-06 16:31:47 +02:00
Colomban Wendling
0dc9e4ec38
Import fix from upstream Scintilla to fix crash upon DnD with GTK3
...
This imports Scintilla commit e488315f2d30e1795f0899779bac948da41b4eef
from HG, "Bug: [#1481 ]. Incorrect event copying on GTK+ 3.x."
2013-05-25 17:48:49 +02:00
Colomban Wendling
6cff31488e
Import fix from upstream Scintilla to fix crash on drag and drop
...
This imports Scintilla commit 06f36a3217229ec2c2a360e370ae1b07597ce7b6
from HG, "Fix crashes with SelectionText instances that did not have \0
terminators."
2013-05-25 17:45:07 +02:00
Colomban Wendling
f5588043b7
Update Scintilla to version 3.3.2
2013-05-22 03:23:57 +02:00
Colomban Wendling
e88c03d266
Update Scintilla to version 3.3.1
2013-04-27 18:29:44 +02:00
Colomban Wendling
d2a8a11587
Merge branch 'printing-with-scintilla'
2013-01-01 18:54:08 +01:00
Colomban Wendling
1bad1551d7
Scintilla: properly update the Pango contexts for the target surface
...
This fixes drawing on a surface that has different settings (like
scaling) than the display surface, by performing the measurements on a
layout properly set up for the target surface.
In practice, this fixes e.g. printing on a scaled surface.
(Applied to Scintilla HG as 74c71632dd1afa726b0f1608d13413e0864da9b0)
2013-01-01 18:51:52 +01:00
Colomban Wendling
4d16754267
Update Scintilla to version 3.2.3
...
Closes #2909124 , #3094431 and #3233160 .
2012-10-25 17:09:34 +02:00
Colomban Wendling
654f07219f
Update Scintilla to version 3.2.2
2012-09-05 00:37:41 +02:00
Colomban Wendling
4dd0fe9175
Update Scintilla to version 3.2.0
2012-06-26 20:48:16 +02:00
Colomban Wendling
cbc5600a1a
Update to Scintilla 2.29
2011-10-19 03:40:46 +02:00
Enrico Tröger
8e6ed9905c
Reset cursors when Scintilla widget is realized (Backport from Scintilla HG, original patch by Matthew Brush).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5693 ea778897-0a13-0410-b9d1-a72fbfd435f5
2011-04-04 18:06:09 +00:00
Enrico Tröger
938477a073
Fix X PRIMARY selection issue when Scintilla widget is unrealized/re-realized (Backport from Scintilla HG, original patch by Matthew Brush).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5692 ea778897-0a13-0410-b9d1-a72fbfd435f5
2011-04-04 18:03:35 +00:00
Colomban Wendling
b7e0ebfea1
Fix font rendering in the Scintilla when using Cairo
...
Always get the Pango context through GTK+ API rather than creating it
from a Cairo context to always get a context set up for the screen.
This fixes font size issues when using Cairo rendering.
Patch imported from upstream Mercurial (3596/070c7eb483bf).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5690 ea778897-0a13-0410-b9d1-a72fbfd435f5
2011-04-04 17:58:07 +00:00
Enrico Tröger
c0b726a298
Update Scintilla to version 2.25.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5682 ea778897-0a13-0410-b9d1-a72fbfd435f5
2011-04-03 16:16:52 +00:00
Nick Treleaven
f201500ed5
Backport Scintilla HG fix: Remove styling idle in destructor to
...
avoid crashing when idle called after ScintillaGTK instance
destroyed (fixes #3111058 ).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5460 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-12-03 13:28:13 +00:00
Enrico Tröger
2c7d37dde4
Update Scintilla to version 2.22.
...
Keep Scintilla's directory structure mostly and only remove unused lexers.
For now, this will break the build. The build systems have to be updated as well as scintilla_changes.patch.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5437 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-11-24 21:23:05 +00:00