summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2012-04-12fixed uninitalised valueGord Allott
2012-04-12Make sure the lenses search for things we want on startupMichal Hruby
2012-04-12added fixmesGord Allott
2012-04-12opens an input window for the dash and hud and closes them immediately on sta...Gord Allott
2012-04-12Replace AddLayout with RemoveChildObject in FilterExpanderLabel.cppAndrea Azzarone
2012-04-11Deactivated panel blurring when a window is maximised and the dash is open on...Jay Taoko
2012-04-11HUD: Ignores service updates if user is key navigating. Fixes: https://bugs.l...Gord Allott
2012-04-11Hack around the nvidia driver losing window pixmaps when minimizing windows. ...smspillaz
2012-04-11doesn't update results in hud if you start to keynavGord Allott
2012-04-11Force a rebind when windows are minimizedsmspillaz
2012-04-11Update dash_noise.png asset by making it more subtleAndrea Cimitan
2012-04-11Lens selection should work when clicking in the rectangle outside of the icon...Andrea Azzarone
2012-04-11The keyboard shortcuts overlay bottom is truncated. . Fixes: https://bugs.lau...Andrea Azzarone
2012-04-11Fixed uninitialized variables in LauncherController. Fixes: . Approved by Tim...Brandon Schaefer
2012-04-10* Fixed uninitialized variablesBrandon Schaefer
2012-04-10PanelMenuView no longer tries to dereference a pointer that has already been ...Thomi Richards
2012-04-10Disconnect IconLoader handle in IconTexture destructor. Fixes: https://bugs.l...Andrea Azzarone
2012-04-10Fix StaticCairoText so we're not reading uninitialised values in an if statem...Thomi Richards
2012-04-11Fix.Andrea Azzarone
2012-04-11Disconnect IconLoader in IconTexture dtor.Andrea Azzarone
2012-04-11Removed nullptr assigns.Thomi Richards
2012-04-11Found a better way.Thomi Richards
2012-04-11Fixed valgrind error about using uninitialised valies in an if statement.Thomi Richards
2012-04-11BGHash no longer causes the glib::SignalManager to read a deleted pointer.Thomi Richards
2012-04-11Fixed an issue in PanelMenuView where we were dereferencing a pointer that ha...Thomi Richards
2012-04-11Fix bug #973386.Andrea Azzarone
2012-04-11Merged trunk.Thomi Richards
2012-04-10Fix AP test.Andrea Azzarone
2012-04-10Add introspection to LensBarIcon.Andrea Azzarone
2012-04-10Fix bug #977961.Andrea Azzarone
2012-04-10Fix valgrind error: "Invalid read of size 8" inside PanelTray.. Fixes: . Appr...Thomi Richards
2012-04-10Fixed a memory leak in the LauncherController.. Fixes: . Approved by Gord All...Thomi Richards
2012-04-10Fix memory leak in GeisAdaptor and GestureEngine.. Fixes: . Approved by Tim P...Thomi Richards
2012-04-10Don't delete the gtk window twice inside PanelTray.Thomi Richards
2012-04-10Fixed favoritestore unit tests.Thomi Richards
2012-04-10Keep the * next to the type.Thomi Richards
2012-04-10Remove gesture_engine_ from initialiser list.Thomi Richards
2012-04-10Convert FavoriteStore from a proper singleton into a quasi-singleton, thereby...Thomi Richards
2012-04-10Fix memory leak in LauncherController.Thomi Richards
2012-04-09ResultRendererTile no longer uses an unitialised variable to determine correc...Thomi Richards
2012-04-09Fix memory leak in PanelIndicatorEntryView.. Fixes: . Approved by Tim Penhey.Thomi Richards
2012-04-10Renamed to gesture_engine_Thomi Richards
2012-04-10Fixed with feedback from review.Thomi Richards
2012-04-10Fix from review feedback.Thomi Richards
2012-04-10ResultRenderTile no longer uses an uninitialised variable to scale icons.Thomi Richards
2012-04-10Free the pango font description after we're done with it in the LauncherIcon.Thomi Richards
2012-04-10Fix leak in a better way after code review. Use nux::ObjectPtr instead of del...Thomi Richards
2012-04-10GeisAdaptor is no longer a singleton, and we don't leak the GestureEngine eit...Thomi Richards
2012-04-10Move delete closer to the allocation.Thomi Richards
2012-04-10Delete texture when we die as well.Thomi Richards