Age | Commit message (Expand) | Author |
2012-12-06 | Indentation of adblock.c, renaming static variables | portix |
2012-12-06 | Rename default_class -> gobject_class | portix |
2012-12-06 | Fixing memory leak in connect_object | portix |
2012-12-06 | Use get_soup_uri for both, message.uri and message.firstParty, remove soup_ur... | portix |
2012-12-06 | Fixing use after free in dwb_get_scripts | portix |
2012-12-06 | Indentation in soup.c, domain.c, download.c, completion.c | portix |
2012-12-05 | Use strcasecmp instead of g_strcmp0 when comparing tagnames, fixes editor iss... | portix |
2012-12-05 | Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapi | portix |
2012-12-05 | Creating _initBefore that is executed before userscripts are executed | portix |
2012-12-04 | Define setPrivate/getPrivate only for GObjects | portix |
2012-12-04 | Distinguish between GObject.connect and GObject.notify | portix |
2012-12-04 | Emit createTab after focusing the tab | portix |
2012-12-04 | Create constructor for objects derived from gobject, allows to use 'instanceo... | portix |
2012-12-04 | Indentation of js.c, scratchpad.c | portix |
2012-12-04 | Indentation in callback.c | portix |
2012-12-04 | Coding style in dwb.c | portix |
2012-12-04 | Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/... | portix |
2012-12-04 | Indentation in local.c | portix |
2012-12-03 | Free object signals before releasing the global script context | portix |
2012-12-03 | Removing wv.setTitle; indentation in scripts.c (damn you, vim) | portix |
2012-12-03 | Rewriting object.connect, pass parameters of GCallback to callback function | portix |
2012-12-02 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2012-12-01 | Script access to tab widgets | portix |
2012-12-01 | Changing coding style in scripts.c | portix |
2012-12-01 | Implementing all gui.* widgets | portix |
2012-12-01 | Implementing first gui properties | portix |
2012-12-01 | Create dummy constructor for webview; map wv.parent to scrolledWindow | portix |
2012-11-30 | Implementing tab_next/prev, untested | portix |
2012-11-26 | Update status bar if tab is closed, closing #240 | portix |
2012-11-23 | Fixing segfault if userscript is a symlink, closing #239 | portix |
2012-11-22 | Create context object for global_include | portix |
2012-11-22 | Fixing segfault in dwb_paste_into_entry | portix |
2012-11-22 | Always check for Shift-Insert in callback_key_press, fixes ignoring shift-ins... | portix |
2012-11-22 | Ellipsize dwb:-links correctly | portix |
2012-11-20 | Implementing wv.toPng; set base-uri to HOME in sp_load | portix |
2012-11-19 | Merging http://bitbucket.org/portix/dwb into default | portix |
2012-11-18 | Check if target element is a dom-element in html_key_down_cb | portix |
2012-11-18 | Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts... | portix |
2012-11-17 | Use asynchronous clipboard function for dwb_paste_primary | portix |
2012-11-17 | Use POST_SM for functions binded in scripts | portix |
2012-11-17 | Fixing segfault if userscript is a symlink | portix |
2012-11-17 | Also allow //!-prefix for javascript userscripts | portix |
2012-11-17 | Fixing wrong escaping when backslash is mapped to shortcut | portix |
2012-11-16 | Adding tab numbers to the statusline | portix |
2012-11-11 | New option 'hints-key-lock' | portix |
2012-11-10 | Paste primary selection into webview | portix |
2012-11-08 | Fixing wrong signal id type in connect_object | portix |
2012-11-07 | Protect function in global_timer_start; fixes possible segfault | portix |
2012-11-05 | Ignore default action of button 8 and button 9 | portix |
2012-11-03 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |