Age | Commit message (Collapse) | Author | Files | Lines |
|
From Mitchell Foral.
|
|
as these can cause unexpected dwell start notifications.
From Yusuf Ramazan Karagöz.
|
|
like _BOXED but no border.
|
|
From Mat Berchtold.
|
|
|
|
|
|
to discourage use of other APIs.
Fixed some HTML bugs.
|
|
|
|
Document.h with some versions of MinGW.
|
|
From danselmi.
|
|
|
|
Creating a widget may lead to a ::hierarchy-changed signal to be
emitted, which itself may lead a tooltip window to be unrealized.
This is problematic because it can lead to the ::unrealize handler to
be called during the ::realize handler, breaking most of the logic
there assuming the widget was properly realized.
This fixes adding a Scintilla widget inside a GTK2 tooltip. GTK3
didn't seem to be affected.
Also properly destroy the preedit popup window with the widget.
|
|
|
|
|
|
From Mitchell Foral.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used.
|
|
|
|
|
|
|
|
|
|
GTK 3.14 changed how the cell padding is calculated, and I can't seem
to understand the new logic yet. So, use the correct API for computing
the row size, which unfortunately doesn't work for us on GTK2, but
otherwise is a better way to go anyway.
Tested with GTK 3.2, 3.8, 3.10, 3.12 and 3.14.
|
|
set up indicators. Changed field order so that the colour, which is likely to be
set, is before under which is likely to be left default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Jason Haslam.
|
|
|
|
From Michael Staszewski.
|
|
|
|
From Mat Berchtold.
|
|
|