summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-08-24Implementing Array.fastLastIndexOfportix
2012-08-21Implementing extensions.bind; fixing failing unbind when called with ↵portix
function-argument; jsapi-documentation
2012-08-21Implementing Array.fastIndexOf; adding dwb-js-manpageportix
2012-08-15New method extensions.toggleportix
2012-08-12Implementing extensions.getConfigportix
2012-07-24Don't throw exceptions for properties; check if data.userDataDir is null in ↵portix
extensions.js
2012-07-16Check if second argument is a function in signals.connect before connecting ↵portix
to the signal
2012-06-27Change z-index of hints to a higher value than the pluginblocker elementportix
2012-06-24Implementing forEach for javascript objectsportix
2012-06-19Fixing getting wrong searchengine url if action points to the same site; new ↵portix
command download; clean completion labels in command mode
2012-06-14Remove map and onmouseover from hint-types, image map elements are resolved ↵portix
with img, fixes #189
2012-06-13New function tabCompleteportix
2012-06-12Fixing hint evaluation for hints with onclick/onmousedown attributesportix
2012-06-11New command evalportix
2012-06-10Implementing extensions.load/extensions.unloadportix
2012-06-10Don't take body margin into account when computing hint position; use ↵portix
getClientRects for computing hint position, fixes wrong hint position with multiline urls
2012-06-09Use private _disconnect function for signals that also unregister last ↵portix
registered signal; fixes failing reconnect to a signal
2012-06-04Freeze global objectportix
2012-06-03Check for hinttype when creating image map hints, fixes #186portix
2012-06-02Fixing searchengine forms not submitted if the form has a childnode with nameportix
'submit'; adding util.js.
2012-05-30Formatting of error messagesportix
2012-05-30New function io.debug; print debug messages in all scripts in ↵portix
XDG_CONFIG_HOME/dwb/userscripts
2012-05-29Create image links only for images with 'usemap' attributeportix
2012-05-27Check if extensionrc existsportix
2012-05-27Try to avoid overlapping hintsportix
2012-05-23Create hints for image maps, closing #177portix
2012-05-18Merging branch scripts into defaultportix
2012-05-18Execute scripts from commandlineportix
--HG-- branch : scripts
2012-05-17Merging branch scripts into defaultportix
2012-05-14Remove javascript scripts directory and reload_scripts; change io.fileTest ↵portix
to system.fileTest; implement system.mkdir --HG-- branch : scripts
2012-05-13Implementing @match-rules in userscriptsportix
--HG-- branch : scripts
2012-05-11Call Object.freeze on the hint object instead of making returned functions ↵portix
readonly individually
2012-05-09Forget globals.jsportix
--HG-- branch : scripts
2012-05-09Freeze extensions and data object, real private properties for the signal ↵portix
object. --HG-- branch : scripts
2012-05-07Don't print arguments length when initializing extensionsportix
--HG-- branch : scripts
2012-05-07Optional argument config for extensions.loadportix
--HG-- branch : scripts
2012-05-05New function, io.fileTestportix
--HG-- branch : scripts
2012-05-05New global functions bind, prompt, checksum; new property mainFrame; new ↵portix
extension genpass --HG-- branch : scripts
2012-05-03New extension perdomainsettingsportix
--HG-- branch : scripts
2012-05-02Make extension.config privateportix
--HG-- branch : scripts
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
--HG-- branch : scripts
2012-04-23Exception message, rename plugins in extensionsportix
--HG-- branch : scripts
2012-04-21stdout/stderr callbacks for system.spawnportix
--HG-- branch : scripts
2012-04-20New signal downloadStatusportix
--HG-- branch : scripts
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the ↵portix
fly, documentation --HG-- branch : scripts
2012-04-19Implementing inject and resource requestportix
--HG-- branch : scripts
2012-04-18Encapsulate all included scriptsportix
--HG-- branch : scripts
2012-04-18Return id from connectportix
--HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts
2012-04-08Use a globals-object for variables in hints.js; remove default values in ↵portix
hint-object; call init() on load-committed