| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
idle function
|
| |
|
| |
|
| |
|
|
|
|
| |
(I'm looking at you HUD)
|
| |
|
|
|
|
| |
predictable and correct.
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
fix distcheck
|
| | |
|
| |\
| | |
| | |
| | | |
dbusmenu_menuitem_find_id() when possible. See lp bug #801699
|
| | |
| | |
| | |
| | | |
overhead of calling dbusmenu_menuitem_find_id() when possible.
|
| | | |
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
that the hashtable is modified, and if we weren't modifying the hash table in some way, we don't want to signal. And, conversely, no one cares if we didn't modify the hash table.
|
| |
| |
| |
| | |
already cleared
|
|/ |
|
|\ |
|
| | |
|
| | |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/
| |
| |
| | |
later we're not in a race condition with the gdbus thread
|
|/ |
|
|\ |
|
| |\ |
|
| | | |
|
|\ \ \ |
|
| |\ \ \ |
|
| | | |/
| | |/|
| | | |
| | | | |
the -Wall
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Reasons:
- base64 encoding is not necessary because dbusmenu properties can use any
dbus-supported types.
- faster: no need to base64 decode/encode images
- more efficient: base64-encoded data is 1/3 bigger than raw data
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
|