Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
case conversion of Unicode text in accordance with Unicode.
|
|
|
|
|
|
From Todd Whiteman at ActiveState.
|
|
|
|
|
|
accessors to this data.
Add a length argument to DropAt, although previous signature still available.
|
|
Change input argument of ConvertText to const as it is not changed.
|
|
|
|
|
|
|
|
|
|
|
|
Linux -> OS X works.
From Mitchell Foral.
|
|
|
|
from and to UTF-8 together. Wrapping the allocation ensures deallocation
in all cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some situations.
Rename IdleStyling to IdleWork.
|
|
and brace highlighting updated before painting.
|
|
Ask to perform update UI work for some selection moves.
|
|
|
|
Add --std=c++0x when compiling with clang as would like to move to c++11.
clang only works on new distributions so the option will be present when useful.
|
|
|
|
This prevents later failures with linking.
|
|
|
|
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.
---
gtk/PlatGTK.cxx | 4 ++++
1 file changed, 4 insertions(+)
|
|
|
|
|
|
drawing surface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Sébastien Granjoux.
|