| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
5 years.
|
|
|
|
|
|
the same as on GTK+ 3.x.
This simplifies compatibility and allows implementing printing on GTK+ 2.x.
|
|
|
|
From Mitchell Foral.
|
|
old versions of Pango and Cairo.
|
|
|
|
|
|
available since 2.8.
Removed #ifs for versions earlier than 2.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mostly from Mitchell Foral.
|
|
events to gtk_im_context_filter_keypress.
|