gnome-shell/js/misc
Giovanni Campagna 09ab13cf04 Array: add capability to insert while keeping a specific order
Adds two new functions, Util.lowerBound and Util.insertSorted,
that take an array, a value and a comparator, and find the
first position at which the value can be inserted without
violating the order, in optimal time.

https://bugzilla.gnome.org/show_bug.cgi?id=666429
2011-12-19 16:54:46 +01:00
..
config.js.in *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
docInfo.js Port everything to class framework 2011-11-24 09:50:04 +01:00
fileUtils.js fileUtils: Fix recursivelyDeleteDir 2011-11-30 22:04:00 -05:00
format.js *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
gnomeSession.js screensaver, gnomesession: port to GDBus based bindings 2011-11-11 11:15:38 -05:00
history.js Port everything to class framework 2011-11-24 09:50:04 +01:00
jsParse.js lookingGlass: Add tab-completion 2011-11-05 13:05:11 -04:00
modemManager.js Port everything to class framework 2011-11-24 09:50:04 +01:00
params.js *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
screenSaver.js screensaver, gnomesession: port to GDBus based bindings 2011-11-11 11:15:38 -05:00
util.js Array: add capability to insert while keeping a specific order 2011-12-19 16:54:46 +01:00