Age | Commit message (Expand) | Author |
2012-08-23 | Renaming variables | portix |
2012-07-17 | Check if filterlist is NULL BEFORE tilde expansion | portix |
2012-07-17 | Expand tilde in adblock_init, closing #200 | portix |
2012-06-24 | Remove event-listener from the flashblocker plugin after the element was clic... | portix |
2012-06-03 | Check for hinttype when creating image map hints, fixes #186 | portix |
2012-05-30 | Fix all -Wextra warnings except for -Wunused-parameter | portix |
2012-03-11 | Execute the adblock element hider function as an anonymous function in subfra... | portix |
2012-03-11 | Remove message about blocked requests | portix |
2012-03-11 | Fixing possible SIGABRT in dwb_set_setting when the setting is set from comma... | portix |
2012-02-19 | Fixing segfault when startpage is not set; fixing glib errors if documentview... | portix |
2012-02-14 | Simplifying and fixing domain-matching adblock_apply_element_hider | portix |
2012-02-14 | Fixing scan-build warnings, set usefifo to false before parsing modeline, fix... | portix |
2012-01-22 | Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix... | portix |
2012-01-11 | Apply hider rules also if only domain rules exist | portix |
2012-01-10 | Merging experimental into default | portix |
2012-01-10 | Remove adblocker preprocessor directives; new commandline option -x | portix |
2012-01-09 | In adblock_rule_parse, don't break loop on comments | portix |
2012-01-08 | New command execute_javascript; documenting custom commands; init domain in d... | portix |
2012-01-07 | Introducing custom keys, command chains | portix |
2012-01-03 | Updating version info | portix |
2011-12-11 | Include only needed headers in source files, don't include in header files; r... | portix |
2011-12-09 | Only ignore adblock rules, not exceptions; updating grab_adblocker | portix |
2011-12-07 | Fixing memory leaks in plugin-blocker and adblocker | portix |
2011-12-05 | Use javascript for elementhider in frames, because the dom-api cannot be used... | portix |
2011-12-05 | Dont break in adblock_match, return immediately instead. | portix |
2011-12-05 | Remove dead variable assignments and a possible dereference of NULL in adbloc... | portix |
2011-12-04 | No inverse attribute for AA_SUBDOCUMENT and AA_DOCUMENT | portix |
2011-12-04 | Use dom-api for beforeload events of the mainframe, fixing wrong matching wit... | portix |
2011-11-30 | Warning for document rules that are not applied to exceptions | portix |
2011-11-30 | Clean up adblock_rule_parse, fix handling domain-exceptions in domain_match | portix |
2011-11-30 | Also add rules with attribute ~AA_DOCUMENT to the simple rules array. | portix |
2011-11-29 | Blocking beforeload events using JavaScriptCore directly instead of using a s... | portix |
2011-11-29 | Check if stylesheets and first stylesheet != NULL in adblock_load_status_cb | portix |
2011-11-29 | Check if stylsheetlist is NULL in adblock_load_status_cb | portix |
2011-11-29 | Small fix in grab_adblocker, warning also for unknown rules | portix |
2011-11-29 | Reintroducing simple filter rules | portix |
2011-11-28 | Check only if _rules/_css_rules exist | portix |
2011-11-28 | Stripping baseURI for relative paths in adblock-javascript, adding more lists... | portix |
2011-11-28 | Set element hider with dom-api | portix |
2011-11-27 | Don't set userstylesheets because this often produces a segfault in Pango, el... | portix |
2011-11-26 | Adblocker: get html-elements with javascript function | portix |
2011-11-24 | Adding function adblock_warn_ignored | portix |
2011-11-24 | Vim folding, cleaning | portix |
2011-11-24 | Merging develop into experimental | portix |
2011-11-24 | Handle css-hiding exceptions correctly | portix |
2011-11-24 | Execute global settings once, fixing double free in adblock.c | portix |
2011-11-23 | Adding filteroption subdocument | portix |
2011-11-23 | Escape '.' in non-regular expression rules | portix |
2011-11-23 | Remove function domain_get_subdomains since it was used only once | portix |
2011-11-23 | Check if current_stylesheet is NULL before freeing it | portix |