summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-12-04Distinguish between GObject.connect and GObject.notifyportix
2012-12-04Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of ↵portix
scripts/base.js
2012-12-03Removing curry functionportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-28Merging signals.connect and signals.connectByFunction; coding style in ↵portix
signals.js/dwb.js/util.js
2012-11-28Introducing exports for extensions; coding style in extensions.jsportix
2012-11-22Delete module if second argument is omitted in replaceportix
2012-11-22New method 'replace' for replacing modulesportix
2012-11-22Optional argument 'defaultConfig' for extensionsportix
2012-11-19Implementing util.getSelectionportix
2012-11-12Implementing Function.curryportix
2012-11-10Paste primary selection into webviewportix
2012-11-08Allow paths and empty callbacks in requireportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-03Empty parameters in io.debug if parameter is undefinedportix
2012-11-03Fixing debug message in provideportix
2012-11-03New debug functionportix
2012-11-01New signal changeMode; new method util.getModeportix
2012-11-01Increase HIDER_LIST_MAXportix
2012-11-01Remove debug message from script-libportix
2012-10-31Return all modules if array is null in requireportix
2012-10-31Remove the globals-object; implementing provide/requireportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
--HG-- rename : scripts/hints.js => scripts/base.js
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-05Fixing typo in util.jsportix
2012-09-04Implementing Object.setPrivate/.getPrivateportix
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