| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Bumping library revision for ABI/API changes expected in this
release cycle
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a typo in the signal name to make it match the XML
files (LP: #641209)
- Ref'ing the server for the entire time we're getting the
bus (LP: #738568)
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112)
|
| |
|
|
|
|
|
|
|
| |
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112)
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
∘ Handle cases where labels are added later as subwidgets
in the menuitem (LP: #758759)
∘ Fix the destruction of the attached GTK menuitem (LP: #746091)
∘ Guard against an activation that does not actually have an
associated menu-hide (LP: #750588)
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
- Dropped makeshlibs in favor of symbols files
* +debian/libdbusmenu-glib3.symbols
* +debian/libdbusmenu-gtk3-3.symbols
* +debian/libdbusmenu-gtk3.symbols
|
| | |
|
| |
| |
| |
| | |
- Fixed package names for makeshlibs (LP: #760102)
|
| | |
|
|/
|
|
|
|
| |
* Handle cases where labels are added later as subwidgets in
the menuitem (LP: #758759)
* Fix the destruction of the attached GTK menuitem (LP: #746091)
|
| |
|
|
|
|
| |
- Add missing header files to gtk3 dev package
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
∘ Fix GIR scan to not include duplicate namespaces (LP: #750575)
∘ Keep refs to the client and makes sure to disconnect all handlers.
(LP: #749609)
∘ Add GTK side handlers for the open/close events to ensure GTK apps
can use those events still (LP: #750588)
∘ Create submenus for menuitems that don't have children but still
have told us they need them with the child-display property.
(LP: #619811)
|
| | |
|
| |
| |
| |
| | |
apps can use those events still (LP: #750588)
|
| |
| |
| |
| | |
handlers. (LP: #749609)
|
|/
|
|
| |
* Fix GIR scan to not include duplicate namespaces (LP: #750575)
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Managed variant iterators better to stop crash when dealing
with apps that have multiple shortcuts (LP: #741726)
* Handled GtkMenuItems with no labels as separators (LP: #729187)
|
| |\
| |/
|/| |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* Protections and keeping the child variant for the
iterator around longer.
|
| | |
|
| |
| |
| |
| |
| | |
* Don't unref the variant we didn't have a ref to
when we error out.
|
| | |
|
| |
| |
| |
| |
| | |
* Protecting the parent variant throughout it's usage in the
iterator in the while loop. (LP: #741726)
|
| | |
|
|/
|
|
|
| |
* Putting in protections on properties that we don't quite
understand.
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* Protect from NULL variants by using iter_loop (LP: #737844)
* Look for accellerators inside the labels as well
|
| | |
|
| |
| |
| |
| |
| | |
* Protecting properties that are getting updated from an
extra remove signal. (LP: #730925)
|
| | |
|
|/
|
|
| |
* Enter and exit the GDK threads before calling GTK (LP: #717162)
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
∘ Remove child items when they're removed by GTK
∘ Adding opened and closed events for menu visibility
∘ Handle empty image types
∘ Remove critical warning on parser menuitem check (LP: #733918)
∘ Fix dependencies in pkgconfig files (LP: #733263)
∘ Handle NULL labels (LP: #733688)
∘ Fix memory leaks from variants (LP: #722972)
|
|\ |
|
| | |
|