summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Expand)Author
2012-07-18Merged with trunkNick Dedekind
2012-07-17Added music preview.Nick Dedekind
2012-07-16PluginAdapterStandalone: remove the unneeded close implementationMarco Trevisan (Treviño)
2012-07-16Fix various code depending on sigc::slotMarco Trevisan (Treviño)
2012-07-16TextureCache: replace sigc::slot with std::functionMarco Trevisan (Treviño)
2012-07-16UBusWrapper: replace sigc::slot with std::functionMarco Trevisan (Treviño)
2012-07-16IconLoader: replace sigc::slot with std::functionMarco Trevisan (Treviño)
2012-07-13Added keyboard navigation (not perfect)Nick Dedekind
2012-07-13Show 'No image available' when no screenshot foundNick Dedekind
2012-07-12Merged with lp:~mhr3/unity/update-core-preview-apiNick Dedekind
2012-07-12Merged with trunkNick Dedekind
2012-07-11* removed debuggingBrandon Schaefer
2012-07-11* Added gtest for blank iconBrandon Schaefer
2012-07-09More UI/Layout work.Nick Dedekind
2012-07-06Fixed action button sizing issues and multi-line description text.Nick Dedekind
2012-07-06Move the check to the top-level CMakeLists.txttimo.jyrinki@canonical.com
2012-07-06Merge trunk.timo.jyrinki@canonical.com
2012-07-06Use a more concise form for the ARM changes.timo.jyrinki@canonical.com
2012-07-05Draft Application LayoutNick Dedekind
2012-07-05PreviewContainer now hosts PreviewsNick Dedekind
2012-07-04Factory creation of previews. Created derived previews for Application/Movies...Nick Dedekind
2012-07-03IMTextEntry: updated to match the new interface of lp:~3v1n0/nux/text-entry-v...Marco Trevisan (Treviño)
2012-07-03* Using Nux API 3.0Jay Taoko
2012-07-03IMTextEntry: updated to match the new interface of lp:~3v1n0/nux/text-entry-v...Marco Trevisan (Treviño)
2012-07-01Fix broken Hud autopilot tests.. Fixes: . Approved by Christopher Lee, jenkins.Thomi Richards
2012-06-30PluginAdapterCompiz: ignore offscreen windows when looking for the top oneMarco Trevisan (Treviño)
2012-06-29This branch updates unity to conform to the new Autopilot DBus wire protocol....Thomi Richards
2012-06-29Fix hud searchbar and icon not being found.Thomi Richards
2012-06-28Don't introspect recursively. Instead, send child names only.Thomi Richards
2012-06-27DashView: filter out the unprintable keys when focusing the search barMarco Trevisan (Treviño)
2012-06-26* Merged with Unity trunk.Jay Taoko
2012-06-22* Switcher now focuses its own window so other events cannot happen behind it,Brandon Schaefer
2012-06-22KeyboardUtil: IsMoveKeySymbol, use better variable nameMarco Trevisan (Treviño)
2012-06-22KeyboardUtil: use gdk_keyval_to_unicode instead of raw checkingMarco Trevisan (Treviño)
2012-06-21Fix building on ARM without OpenGL (only EGL + OpenGL ES). A successful build...timo.jyrinki@canonical.com
2012-06-20IMTextEntry: ignore invalid keypress when using modifiers keys.Marco Trevisan (Treviño)
2012-06-20Make log messages easier to tell apart.Thomi Richards
2012-06-20Added logging to the unity/compiz plugin class, and set all tests to attach t...Thomi Richards
2012-06-20KeyboardUtil: add IsMoveKeySymbol, change IsPrintableKeySymbol behaviorMarco Trevisan (Treviño)
2012-06-20KeyboardUtil: move to unity-shared and add IsPrintableKeySymbol() methodMarco Trevisan (Treviño)
2012-06-19tests: added test_im_text_entry to check IMTextEntry valuesMarco Trevisan (Treviño)
2012-06-16IMTextEntry: pass a nux::Event to TryHandleSpecialMarco Trevisan (Treviño)
2012-06-16IMTextEntry: ignore invalid keypress when using modifiers keys.Marco Trevisan (Treviño)
2012-06-13Update header.Tim Penhey
2012-06-13Refactor the StaticCairoText.Tim Penhey
2012-06-12Fix HUD flickering when showing up after closing previous search. Included wi...Andrea Azzarone
2012-06-12GLibSource: added glib::TimeoutSeconds to use g_timeout_add_seconds directlyMarco Trevisan (Treviño)
2012-06-12IconLoader: update the cache sooner (in IconLoaderTask::LoadIconComplete)Marco Trevisan (Treviño)
2012-06-12IconLoader: Reverting previous commitMarco Trevisan (Treviño)
2012-06-12Merge trunk.Andrea Azzarone