summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-22Create context object for global_includeportix
2012-11-22Fixing segfault in dwb_paste_into_entryportix
2012-11-22Always check for Shift-Insert in callback_key_press, fixes ignoring shift-ins...portix
2012-11-22Ellipsize dwb:-links correctlyportix
2012-11-20Implementing wv.toPng; set base-uri to HOME in sp_loadportix
2012-11-19Merging http://bitbucket.org/portix/dwb into defaultportix
2012-11-18Check if target element is a dom-element in html_key_down_cbportix
2012-11-18Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts...portix
2012-11-17Use asynchronous clipboard function for dwb_paste_primaryportix
2012-11-17Use POST_SM for functions binded in scriptsportix
2012-11-17Fixing segfault if userscript is a symlinkportix
2012-11-17Also allow //!-prefix for javascript userscriptsportix
2012-11-17Fixing wrong escaping when backslash is mapped to shortcutportix
2012-11-16Adding tab numbers to the statuslineportix
2012-11-11New option 'hints-key-lock'portix
2012-11-10Paste primary selection into webviewportix
2012-11-08Fixing wrong signal id type in connect_objectportix
2012-11-07Protect function in global_timer_start; fixes possible segfaultportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-03Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-11-03New debug functionportix
2012-11-03Fixing possible segfault in scripts_emitportix
2012-11-02Create own this object for all scriptsportix
2012-11-01Remove command line option -sportix
2012-11-01BASIC_MODES macro evaluates to NORMAL_MODE if mode == 0portix
2012-11-01New signal changeMode; new method util.getModeportix
2012-11-01Insert element hider rules using the dom-apiportix
2012-11-01Increase HIDER_LIST_MAXportix
2012-10-31Remove the globals-object; implementing provide/requireportix
2012-10-28Fixing wrong parameter type in dwb_submit_searchengineportix
2012-10-28Fixing wrong parameter type in submit_searchengineportix
2012-10-26Indicator for quick/bookmarksportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-10-19Unescape uri with javascript-schemeportix
2012-10-10Always unprotect callback function in request_callbackportix
2012-10-10Protect callback function in global_send_requestportix
2012-10-03Merging scratchpad into mainportix
2012-10-03scratchpad: communication between scripts and scratchpadportix
2012-10-03Remove debug messages from scripts.cportix
2012-10-02Update statusbar from scriptsportix
2012-10-02Create js-quark before creating any objects; don't allocation position string...portix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-09-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-09-25Optional argument for inject functionportix
2012-09-24Adding option 'enable-webgl', closing #170portix
2012-09-24Adding option 'enable-accelerated-compositing'portix
2012-09-24Set default value for sync_filesportix
2012-09-24Don't ignore case in directory listings, closing #203portix
2012-09-24Create a new webview in view_create_web_view_cb if tabs are disabled, closing...portix