aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/static
AgeCommit message (Expand)Author
2013-11-23Stop bundling jQuery.Aymeric Augustin
2013-11-23Fix incompatibility with jQuery 2.Aymeric Augustin
2013-11-18Add an option to collapse the toolbar by default.Aymeric Augustin
2013-11-16Move JS specific to the SQL panel to its own file.Aymeric Augustin
2013-11-16Stop bothering with CSS compression.Aymeric Augustin
2013-11-15Move some panel-specific javascript in specific files.Aymeric Augustin
2013-11-15Make panels behave more like Django middleware.Aymeric Augustin
2013-11-14Improve code that ensure panels are loaded only once.Aymeric Augustin
2013-11-13Load panels content only one.Aymeric Augustin
2013-11-12Move store/fetch logic inside the DebugToolbar class.Aymeric Augustin
2013-11-11Preserve handle position when the toolbar is shown.Aymeric Augustin
2013-11-10Make the handle draggable.Aymeric Augustin
2013-11-10Load the content of panels dynamically.Aymeric Augustin
2013-11-05Addressing review commentsDavid Baumgold
2013-11-05Change how JS libs are loadedDavid Baumgold
2013-11-05whitespace-onlyDavid Baumgold
2013-11-05Wrap toolbar.js in AMD define() if it existsDavid Baumgold
2013-11-05Update jQuery Cookie Plugin to 1.4.0David Baumgold
2013-11-01Add a checkbox to toggle panels from the frontend.Aymeric Augustin
2013-10-31Allow the panel to be scrolled when the screen is shorter than it's height.tschilling
2013-10-27Improve display of variables in RequestVars panel.Aymeric Augustin
2013-10-16Remove active class when closing panel by pressing escape keyAlasdair Nicol
2013-05-20Changed load timing trick to 0 instead of 1000msRoger Barnes
2013-05-01Updated browser timing javascript to use jQuery, tidied up wording and format...Roger Barnes
2013-05-01Moved js to toolbar.jsRoger Barnes
2013-04-29Fix default button stylesDavid Cramer
2013-04-29Remove list style on statsDavid Cramer
2013-04-29Various cleanup for some CSS overridesDavid Cramer
2013-04-29Remove text shadow from elementsDavid Cramer
2013-04-24Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...Vladislav Poluhin
2013-04-23Replace spaces to tabsVladislav Poluhin
2013-04-23Query duration column centeredVladislav Poluhin
2012-12-27Use POST instead GET, cuz GET is limitedVladislav Poluhin
2012-10-06Fixed CSS according to standartsAnton Ryzhov
2012-08-27Ran minification.Jannis Leidel
2012-08-27Merge branch 'background-image-404' of https://github.com/anton-ryzhov/django...Jannis Leidel
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger