summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-03Free object signals before releasing the global script contextportix
2012-12-03Removing wv.setTitle; indentation in scripts.c (damn you, vim)portix
2012-12-03Rewriting object.connect, pass parameters of GCallback to callback functionportix
2012-12-02Updating api documentation, adding gui elementsportix
2012-12-02Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-01Script access to tab widgetsportix
2012-12-01Changing coding style in scripts.cportix
2012-12-01Implementing all gui.* widgetsportix
2012-12-01Implementing first gui propertiesportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-11-28Merging signals.connect and signals.connectByFunction; coding style in signal...portix
2012-11-28Introducing exports for extensions; coding style in extensions.jsportix
2012-11-26Update status bar if tab is closed, closing #240portix
2012-11-23Fixing segfault if userscript is a symlink, closing #239portix
2012-11-23Fixing typos in the api man pageportix
2012-11-23Adding defaultConfig documentation to public apiportix
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-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-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-19Implementing util.getSelectionportix
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-17Updated api documentationportix
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-12Implementing Function.curryportix
2012-11-11Adding missing syntax highlighting to jsapiportix
2012-11-11Updating api-documentationportix
2012-11-11Adding missing 'text'-attribute for hints-key-lockportix
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-08Allow paths and empty callbacks in requireportix
2012-11-07Protect function in global_timer_start; fixes possible segfaultportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-04Log in builddir in backtrace.shportix
2012-11-03Merging http://bitbucket.ort/portix/dwb into defaultportix
2012-11-03Updated api documentationportix
2012-11-03Adding backtrace.shportix