| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=741633
|
|
|
|
|
| |
The selection_get and selection_received vfuncs are
no longer used, remove them.
|
|
|
|
|
|
| |
This test was not updated to using a draw func instead
of the ::draw signal yet. At the same time, make it use
::size-allocate instead of ::configure-event.
|
|
|
|
|
| |
We haven't had a GtkWindow::frame-event since the
linux-fb backends demise.
|
|
|
|
| |
We need to expand here, otherwise things look wrong.
|
|
|
|
| |
We need to expand here, otherwise things look wrong.
|
|
|
|
| |
Use a drag gesture here, just like in the drawing example.
|
|
|
|
| |
Use a drag and a multi-press gesture.
|
|
|
|
|
|
| |
Using ::configure-event and ::draw on a drawing area
doesn't work anymore. Use ::size-allocate and a
draw function instead.
|
|
|
|
|
| |
As far as I can tell, this has not been in the Makefiles
since 2001...
|
|
|
|
| |
Clearly, ::destroy was meant here.
|
|
|
|
| |
These two uses of ::delete-event were pointless.
|
|
|
|
| |
Embedding toplevels does not work anymore.
|
|
|
|
|
|
| |
This reverts commit 1268440c358add567c437693bf616634cf280235.
Turns out we'll keep ::event, so this was misguided.
|
|
|
|
|
|
| |
This reverts commit da74314779ec155e06d370fd2f3f73f3948b1311.
Turns out we'll keep ::event, so this was misguided.
|
|
|
|
|
|
| |
This reverts commit 74f563b50136c72e021f68a3f0256ed5cad69d01.
Turns out we'll keep ::event, so this was misguided.
|
|
|
|
|
| |
The icon helper is not used, so no point in crashing
while trying to destroy it.
|
|
|
|
| |
The ::window-state-event signal no longer exists.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Instead of creating a new one for every ident, name and string, just
create one GString and reuse it. This means the GString we keep around
will grow to the maximum size of any ident, name or string we parse,
which is still not terribly large.
|
|
|
|
|
|
| |
Commit 4ee02725b407b277c36720f6f4279989730d24a2 made the :hover apply to
the title node, not the arrow node, but the selectors it added were not
caught by the recent commits fixing the specificity of title > arrow.
|
|
|
|
| |
a lot of them, in this case
|
|
|
|
| |
as per commit 4241c4bdbd652abb76a3c9fc3e1194bc606a4477
|
|
|
|
|
|
| |
This enables a single long-press-move-release gesture
for picking a variation. This is not perfect yet: We
don't get hover in this case.
|
|
|
|
|
|
| |
We don't want a pointer that is moved off a scrollbar
to trigger a row when it gets released. To avoid this,
require an explicit opt-in to handling unpaired-releases.
|
|
|
|
|
| |
We no longer take an event as argument, so no
need to explain how to obtain a suitable event.
|
|
|
|
| |
This signal is going away.
|
|
|
|
| |
This signal is going away.
|
|
|
|
| |
This signal is going away.
|
|
|
|
| |
These have been marked as deprecated, so lets drop them.
|
|
|
|
|
| |
This changes the recent additions to the css property
docs to also use <phrase role="nowrap">
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
|
|
| |
Mostly spaces.
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
|
| |
|
| |
|
|
|
|
| |
Those aren't source headers...
|
| |
|
| |
|