summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-04Initial prototype to add support for geometry option.cr/add_geometry_optioncos
2014-03-24Adding webview.loadDeferredportix
2014-03-24Adding favicon-size, tabbar-height and statusbar-heightportix
2014-03-24Removing debug messageportix
2014-03-24Adding gui.tabBarHeight propertyportix
2014-03-24Use script.own in requestpolicyportix
2014-03-22Respect numbers in visual modeportix
2014-03-22Workaround for broken history if requests were blocked, fixes #403portix
2014-03-20Removing double check if plugin is disabled in plugindbportix
2014-03-20Fixing error in asynchronous initialization in extensions sampleportix
2014-03-20Updating asynchronous initialization of extension sampleportix
2014-03-20Updating sample extensionportix
2014-03-19Removing debug message in BOXED_DEF_VOIDportix
2014-03-19Don't expose signals-object globally if not explicitly loaded.portix
2014-03-18Check if tabbed-browsing is enabled in view_add, closing #406portix
2014-03-18Use webkit_dom_html_input_element_get_checked for dwb:plugins, closing #407portix
2014-03-18Use keyVal instead of keyval in util.dispatchEventportix
2014-03-18Allow comments in custom_keysportix
2014-03-18Adding debugging timerportix
2014-03-17unique_tabs: fix navigation callbackportix
2014-03-15completion: defining _forward/_bachCacheportix
2014-03-12completion: Data parameter in filter functionsportix
2014-03-12completion: Remove unnecessary Math.min when computing fixed heightportix
2014-03-12completion: Adding onReturn/onEscape/onForward/onBackwardportix
2014-03-12Remove custom http basic auth dialogportix
2014-03-11completion: rename onUpdate -> onFilterportix
2014-03-11completion: match and matchStyle attributesportix
2014-03-11completion: replacing height with fixedHeightportix
2014-03-11completion: Removing debug messageportix
2014-03-11completion: adding updateDelayportix
2014-03-11completion: remove unused function getLineHeightportix
2014-03-10Use js-string comparison function in global_namespaceportix
2014-03-10Fixing unitialized variable in global_namespace; print exceptions also for sy...portix
2014-03-10completion: Use previous result for updatesportix
2014-03-10completion: adding default matching functionsportix
2014-03-10completion: cache stylesportix
2014-03-10completion: apply style only if necessaryportix
2014-03-10completion: Show completion widget if fixed height is definedportix
2014-03-10completion: simplify updatesportix
2014-03-10completion: use the _data-array index as data-idportix
2014-03-10completion: call onSelected only if an item was selectedportix
2014-03-10Split session history into 3 token, fixes wrong history titles applied to rec...portix
2014-03-10Remove unnessesary global variable from completionportix
2014-03-10Clean up completion moduleportix
2014-03-10Check if height is set in completionportix
2014-03-10Cleaning up modulesportix
2014-03-09Check if s_ctx is defined for all public script functions, closing #405portix
2014-03-09Fixing segfault if scripting context doesn't exist, closing #404.portix
2014-03-08Return constructor from completion moduleportix
2014-03-08Initial completion moduleportix