| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kinetic scrolling is only done on touch devices, since it is
sort of meaningless on pointer devices, besides it implies
a different input event handling on child widgets that is
unnecessary there.
If the scrolling doesn't start after a long press, the scrolling is
cancelled and events are handled by child widgets normally.
When clicked again close to the previous button press location
(assuming it had ~0 movement), the scrolled window will allow
the child to handle the events immediately.
This is so the user doesn't have to wait to the press-and-hold
timeout in order to operate on the scrolledwindow child.
The innermost scrolled window always gets to capture the events, all
scrolled windows above it just let the event go through. Ideally
reaching a limit on the innermost scrolled window would propagate
the dragging up the hierarchy in order to keep following the touch
coords, although that'd involve rather evil hacks just to cater
for broken UIs.
|
|
|
|
|
|
| |
It will be used in the following commit.
https://bugzilla.gnome.org/show_bug.cgi?id=669335
|
| |
|
|
|
|
|
|
|
|
| |
This seems a bit "too powerful" and unlikely to be used by most
applications. Remove it from now, until someone comes up with a strong
desire for it.
https://bugzilla.gnome.org/show_bug.cgi?id=670485
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now that GLib provides these macros, we should use them
to make the code more readable.
|
|
|
|
|
|
|
|
|
| |
This commit adds API that allows to add new named sections
to the Credits part of GtkAboutDialog, in addition to the
hardcoded sections for authors, documenters, artists and
translators.
https://bugzilla.gnome.org/show_bug.cgi?id=484693
|
|
|
|
| |
This is needed to bring context menus, etc into the GAction world.
|
|
|
|
|
|
|
|
|
|
|
| |
gtk_window_get/set_attached_to() is a new API that allows for windows to
be attached to a GtkWidget.
The attachment is a logical binding between the toplevel window and the
widget that generated it; this kind of information is currently used to
propagate style information from the widget to the window, but is also
useful e.g. for accessibility.
https://bugzilla.gnome.org/show_bug.cgi?id=666103
|
|
|
|
|
| |
This API allows querying the location where style properties were
defined. An example implementation will be committed soon.
|
|
|
|
| |
This should have been done before it was merged...
|
|
|
|
| |
Call it EndSession to make it clearer what this is about.
|
|
|
|
|
|
|
|
|
| |
We don't expose ::quit-requested as API anymore. Instead, we expect
users to register inhibitors when needed. Without quit-requested,
there is no need for ::quit-cancelled and gtk_application_quit_response
anymore.
We still emit ::quit when the application is about to quit.
|
| |
|
|
|
|
| |
We need this for proper support of CSS inherit.
|
|
|
|
|
|
|
| |
This reverts commit 730765de9163934d9993b25a87f076f1b36ed271.
This needs more thought, committing it on the same day as filing
the bug was premature.
|
|
|
|
|
| |
Add some preliminary information about migration from EggSMClient
to GtkApplication.
|
|
|
|
|
| |
The 'checklist' is really just the 'extra credits', so put it
at the end, rather than the beginning.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=667438
|
| |
|
|
|
|
|
|
|
| |
We add the app-menu and menubar public APIs to GtkApplication while
leaving the implementation in GApplication.
The actual implementation will be moved soon.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This feels premature; we do have the fallback situation covered
adaequately with the menubar, and people can do their own creative
solutions with gtk_application_window_get_menu(), so we don't have
to offer a widget for this right now.
|
| |
|
|
|
|
| |
I want to use it in the file chooser entry autocomplete code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
For maximized windows, titlebars cannot be used to reposition or
scale the window, so if an application does not use it to convey
useful information (other than the application name), the screen
space occupied by titlebars could be put to better use.
Add a new window property which requests from the window manager
to hide titlebars when windows are maximized to account for this.
https://bugzilla.gnome.org/show_bug.cgi?id=665616
|
|
|
|
|
|
|
|
|
|
|
| |
If the scale has an origin (it will have one by default), GtkRange will
render the two sides before/after the current value with different style
classes, making it possible for themes to use different colors and
properties for the two areas.
This was possible in GTK 2 with style details, but got lost during the
road to 3.0.
https://bugzilla.gnome.org/show_bug.cgi?id=665140
|
|
|
|
|
|
| |
For e.g. submenu items arrow in GtkMenuItems.
https://bugzilla.gnome.org/show_bug.cgi?id=665420
|
|
|
|
|
|
|
|
|
| |
The new function provides an API that takes the PangoLayout and index
as input params, this way it handles strong and weak cursors internally
factoring out all code duplicated in the widgets that need to render
cursors.
https://bugzilla.gnome.org/show_bug.cgi?id=640317
|
|
|
|
|
| |
"linked" is a style class for linked areas, such as a box containing
buttons belonging to the same control.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Accept a :-separated list of module names in GTK_IM_MODULE and
the corresponding setting, to deal a bit better with broken
situations.
https://bugzilla.gnome.org/show_bug.cgi?id=603559
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=661032
|
|
|
|
| |
gtk_widget_get_modifier_mask was added recently.
|
| |
|
|
|
|
|
|
|
|
|
| |
This is useful to e.g. theme notebook tabs differently according to
their position directly from the CSS sheet.
GtkNotebook support in a separate commit.
https://bugzilla.gnome.org/show_bug.cgi?id=659777
|
|
|
|
|
| |
Mostly making sure that return values and varargs don't loose
their docs.
|
| |
|
|
|
|
|
| |
... to gtk_font_chooser_get_font_{family,face,size}, in order to
avoid naming conflicts in bindings.
|