| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is a recursive gtk_widget_get_visible(): Returns TRUE if the widget
and all its parents are visible.
|
|
|
|
|
|
| |
Themes may want to render handles differently depending on whether
the widget is in selection mode (2 handles enclosing a selection) or
cursor mode (one handle pointing out the insertion cursor).
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=684288
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This took far too long: The actual problem turned out to
be an unclosed <SECTION> in gdk3-sections.txt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the main (and only) entry-point to gtkmodelmenu.c the now-public
gtk_menu_shell_bind_model().
Move the convenience constructors (gtk_menu_new_from_model() and
gtk_menu_bar_new_from_model()) to their proper files.
Remove the private header file.
Simplify the code a bit by making the initial populate part of the
bind() call.
https://bugzilla.gnome.org/show_bug.cgi?id=682831
|
|
|
|
|
| |
GTK_STYLE_CLASS_INVERTED_CURSOR_HANDLE is no longer defined
as it was left unused by commit 81045779f6
|
|
|
|
|
|
|
|
|
|
| |
This is a helper object to allow text widgets to implement
text selection on touch devices. It allows for both cursor
placement and text selection, displaying draggable handles
on/around the cursor and selection bound positions.
Currently, this is private to GTK+, and only available to
GtkEntry and GtkTextView.
|
|
|
|
| |
This is useful to adjust the weight or scale of the text.
|
|
|
|
|
|
|
| |
Document the new API and properties, and their interaction with
existing properties.
https://bugzilla.gnome.org/show_bug.cgi?id=651244
|
|
|
|
|
|
|
|
| |
It's too close to the release so we'll keep _set_menu() around, but
deprecate it, pointing to the new API. It will be removed (and the name
reused) before the 3.6.0 release.
https://bugzilla.gnome.org/show_bug.cgi?id=682235
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows adding a GActionGroup with a given name at an arbitrary
point in the widget tree.
This patch also adds an internal _get_action_muxer() API. Calling this
will create a GActionMuxer associated with the widget. The parent of
the muxer will be the muxer of the widget's conceptual parent. For
non-menus, that is the normal parent. For menus, it is the attach
widget.
In this way, we end up with a hierarchy of GActionMuxer that largely
reflects the hierarchy of GtkWidget, but only in places that the action
context has been requested. These muxers are the ones on which the
inserted actions groups are installed.
A following patch will add a user of this API.
|
|
|
|
|
|
|
| |
Take the menu halign/valign into consideration when positioning
the menu. Also, document the various combinations.
https://bugzilla.gnome.org/show_bug.cgi?id=680988
|
| |
|
| |
|
| |
|
|
|
|
| |
I had to work this out for myself, so better document it.
|
|
|
|
|
|
| |
Use $(AM_V_GEN) for generating man pages, and set some parameters
for the XSL stylesheets. Among other things, don't generate AUTHORS
and COPYRIGHT sections.
|
|
|
|
|
|
|
|
|
|
| |
This program launches an application specified by its desktop name
optinally taking list of URIs which are passed as arguments.
Uses GdkAppLaunchContext to get proper startup notification and
display handling for graphical apps.
https://bugzilla.gnome.org/show_bug.cgi?id=679342
|
|
|
|
|
|
|
| |
Similar to CcStrengthBar from gnome-control-center, but more generic and
with thorough CSS styling support.
https://bugzilla.gnome.org/show_bug.cgi?id=677892
|
| |
|
| |
|
|
|
|
| |
At the same time, remove GtkComboBoxEntry, which no longer exists.
|
|
|
|
|
|
| |
This reverts commit 126a2308ca467744178d4be3309403f6899de987.
Pushed by mistake.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679409
|
|
|
|
|
|
|
| |
Similar to CcStrengthBar from gnome-control-center, but more generic and
with thorough CSS styling support.
https://bugzilla.gnome.org/show_bug.cgi?id=677892
|
|
|
|
| |
://bugzilla.gnome.org/show_bug.cgi?id=678828
|
| |
|
| |
|
|
|
|
| |
Or it won't show up in devhelp/online dev docs.
|
|
|
|
|
| |
get_cell_area was "conflicting" with the property named "cell-area"
which is something different.
|
|
|
|
|
|
|
|
|
|
| |
This gets the current cell area of a particular item. Its similar
to gtk_tree_view_get_cell_area().
The code is extracted from gtk_icon_view_set_tooltip_cell which now
just calls the old code.
https://bugzilla.gnome.org/show_bug.cgi?id=678418
|
|
|
|
|
|
|
|
|
| |
As used in Totem and gnome-contacts. The widget
takes either a GtkMenu or a GMenuModel to construct
its menu, and can be given a parent widget to use to
position the drop-down (as used in GtkMenuToolButton).
https://bugzilla.gnome.org/show_bug.cgi?id=668013
|
|
|
|
|
|
|
| |
Add a search entry widget with the recommended behaviour implemented.
As used in gnome-control-center, Totem, gnome-documents and many others.
https://bugzilla.gnome.org/show_bug.cgi?id=652809
|
|
|
|
|
|
| |
Copy/paste errors most likely.
https://bugzilla.gnome.org/show_bug.cgi?id=677203
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=677202
|
|
|
|
|
| |
It is marked as "internal" in the headers, and the struct it
returns is not documented either.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=646798
|
|
|
|
| |
http://bugzilla.gnome.org/show_bug.cgi?id=647779
|
| |
|
|
|
|
|
|
| |
quartz
They're not built for quartz and consequently can't be introspected.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=675895
|
|
|
|
| |
Fixes #675951
|
| |
|
|
|
|
|
| |
We forgot the documentation when we simplified the GtkApplication
session api.
|
|
|
|
|
|
|
| |
Put the (albeit empty) documentation for the GtkSelectionData struct
with the gtk_selection_data_*() methods.
https://bugzilla.gnome.org/show_bug.cgi?id=663072
|