geany/scintilla
Colomban Wendling 28a99f8188 GTK: Properly ask wText what size it wants to please GTK 3.20
It's not really of any use as we do know any size would do as wText is
ours anyway, but GTK 3.20 doesn't like allocating without querying the
preferred size beforehand, so do it.

As wText has a size_request() of 100x100, this might change how we
allocate in case we used to underallocate it, but AFAIK we don't, and
it is the real minimum size expected.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1825/
X-Scintilla-Commit-ID: d06e3db3e26842cd136328df17eb6f864b3adc02
2016-05-02 15:19:26 +02:00
..
2016-04-29 01:12:20 +02:00
2016-04-29 01:12:20 +02:00
2016-04-29 01:12:20 +02:00
2016-04-29 01:12:20 +02:00
2015-09-20 18:39:15 +02:00
2016-04-29 01:12:20 +02:00

These files are from the Scintilla project, http://www.scintilla.org.

See License.txt for the Scintilla license.

We try to keep these files in sync with the official project; any
changes should be sent there first. Otherwise changes could cause
conflicts when we next update Scintilla.


Public header constants (include/*.h)
-------------------------------------
You should not add constants in header files - instead use
Scintilla.iface and HFacer.py.

Do not change the value of constants in header files as this will
break Scintilla's ABI.