summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-08Load main script file before loading other scripts; system modules for provideportix
2014-03-08Destroy all programmatically created widgets when context is releasedportix
2014-03-07Removing namespace modulesportix
2014-03-07Merge branch 'api_refactor'portix
2014-03-07Adding optional arg to command modeportix
2014-03-07Adding missing IPC_HOOK_quitportix
2014-03-07Adding ipc-hook quitportix
2014-03-07Wait for exit when dwbremote :q is calledportix
2014-03-07Don't inject scripts twiceportix
2014-03-06Fixing inject function of cookiesportix
2014-03-06Circumvent unsafe-eval header when using inject.portix
2014-03-05Remove static variables; Initial modules namespaceportix
2014-03-04Define namespace, use namespace in all api modulesportix
2014-03-04Adding initial bookmarklets pluginportix
2014-03-03Pass overwrite parameter to provide in xprovideportix
2014-03-03Ignore hidden files in archivesportix
2014-03-03Free all keybinds in scripts_clear_keymapportix
2014-03-03Clear script binds before executing a command/shortcutportix
2014-03-02Change optimization flags for exar/dwbem Makefileportix
2014-03-01Use exar_free in global_get_textportix
2014-03-01Merge branch 'dwbem'portix
Conflicts: src/scripts.c
2014-03-01Revert repo path in dwbemportix
2014-03-01Use exar_free in exar.cportix
2014-03-01Use free for buffer allocated by exar_extractportix
2014-02-28Removing Array.fastIndexOfportix
2014-02-27Use tabs.forEach in Signal.connectWebView instead of old apiportix
2014-02-26Fixing segfault on startup if __profile__ macro is usedportix
2014-02-26dwbem: set ft=javascript if editor is vimportix
2014-02-26dwbem: Cast message body to unsigned char for exar_extract_from_dataportix
2014-02-26Remove unused function modulo; fixing no return value in scripts_load_chromeportix
2014-02-26Fixing commentportix
2014-02-25Fixing escaping api manpage, fixing typosportix
2014-02-25Adding macro __profile__portix
2014-02-25dwbem: install archive filesportix
2014-02-24Use mkstemp instead of mktempportix
2014-02-24Add -O2 to minify build flagsportix
2014-02-24Using arg.i for bind idportix
2014-02-24Fixing use after free if unbind is called in the corresponding bind callbackportix
2014-02-24Another debug messageportix
2014-02-24Removing debug message from dwb.js.inportix
2014-02-24Mark keymap as readonly just before executionportix
2014-02-24Remove all handles if an assertion is thrownportix
2014-02-24Changing api documentationportix
2014-02-24Merge branch 'master' of bitbucket.org:portix/dwbportix
2014-02-24Remove handles from timer.start and bind, Signals implements handleportix
2014-02-23Prevent freeing a shortcut if unbind is called during bind-callbackportix
2014-02-23Removing grab_adblockerportix
2014-02-23Moving doc/examples to examples/extensionsportix
2014-02-23Adding quvihints to examplesportix
2014-02-22Fixing memory leak in view_cleanportix