4b7ec202caSome cleanup
Michael Webster
2013-05-20 22:07:56 -0400
e6fdecaba4Don't show apps twice in search results
Michael Webster
2013-05-20 22:00:40 -0400
bc514d1c8cDon't break keybinding service when we get an unexpected event (onscreen keyboard)
Michael Webster
2013-05-20 21:37:21 -0400
9f8f76b0ebDon't use gdkpixbufs, add path-based icons into a supplemental icon directory and create Gtk.Images from their fake names.
Michael Webster
2013-05-20 21:18:38 -0400
daed7b863bDon't crash if .gtk-bookmarks doesn't exist yet
Michael Webster
2013-05-20 17:58:02 -0400
c010d279fbFixed some icons getting too big/small (use bitcoin-qt to reproduce)
Clement Lefebvre
2013-05-09 11:02:08 +0100
201f1e718fFixed using the default icon when the icon isn't found
Clement Lefebvre
2013-05-09 10:51:33 +0100
95c4534590Disable unnecessary logging
icon-test
Michael Webster
2013-05-08 14:45:29 -0400
17159d0492Add a slight delay on reloading a changed desktop file, we were trying to read it before it finished writing, and ending up with no entry.
Michael Webster
2013-05-08 12:27:04 -0400
49d24e0f4cReally fix drag icons
Michael Webster
2013-05-08 09:16:55 -0400
471519d43brestore drag source icons
Michael Webster
2013-05-08 09:05:09 -0400
3e997985b8Change how we get icons for easybuttons
Michael Webster
2013-05-08 08:57:55 -0400
924342161aDon't refresh icons on icon theme change (this is a regression, but since the migration to g.i. this makes mintmenu crash)
Clement Lefebvre
2013-05-07 13:52:32 +0200
821f7a1b50Don't reload the icon when a desktop file changes (this is a regression, but after the migration to g.i, instanciating pixbufs repeatedly leads to segmentation faults and crashes mintmenu)
Clement Lefebvre
2013-05-07 13:35:00 +0200
cefac7680aFixed order in gtk-bookmarks plugin. Fixed parsing filenames with spaces
Alexey Hellman
2013-05-03 22:00:22 +0400
9c471564f8Fix bug where categories would stay selected until passed over again.
Michael Webster
2013-04-20 19:48:21 -0400
84aa87727fAdd option to remember last category or search when reopening the menu (default to true, which was previous behavior).
Michael Webster
2013-04-20 19:19:32 -0400
0c2626d1ffAdd un-set keybinding action, improve key grabbing during keybinding edit
Michael Webster
2013-04-01 19:50:50 -0400
4b963d4069Allow clicking the keybinding button a second time to cancel the binding operation.
Michael Webster
2013-03-31 21:11:54 -0400
3cf26cf96cImplemented a better keybinding widget - recognizes lone modifiers as hotkeys (like Gtk3 can).
Michael Webster
2013-03-31 21:02:36 -0400
b07f97c35eUse current keybinding to close menu when it's open. Update keybinding when gsettings key changes. Improve keybinding setter in preferences to allow teaching the keybinding. Needs further improvement - a way to use/assign single modifiers. Added a combobox temporarily, not happy with it yet... maybe buttons instead...
Michael Webster
2013-03-30 23:46:01 -0400
b193600595Don't use set_markup when it's not necessary, use set_text
Michael Webster
2013-03-18 18:50:56 -0400
cb524d5d79Fix theme issues on separators, spacers
Michael Webster
2013-03-14 10:11:15 -0400
e9745fd8ebFix mintMenuConfig
Michael Webster
2013-03-13 22:01:10 -0400
e50af35715Fix GObject deprecations
Michael Webster
2013-03-13 20:24:32 -0400
5f029342edFix focusSearchEntry - select_region is completely broken, even with ctypes - for a fix, just override the default 'select-all' by positioning the cursor at the end of any existing text, which is most likely what we want anyhow
Michael Webster
2013-03-13 20:13:56 -0400