Age | Commit message (Expand) | Author |
2013-02-27 | Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE... | portix |
2013-02-26 | Also print debug messages if include is used | portix |
2013-02-25 | Fixing scope of callback functions, print sourceURL in js_print_exception | portix |
2013-02-25 | Simplify Function.debug, format debug messages | portix |
2013-02-25 | Correct starting line number in scripts_init_script | portix |
2013-02-25 | Check script syntax before creating the script object; implementing Function.... | portix |
2013-02-25 | Let self.debug be more verbose | portix |
2013-02-24 | Don't set statusbar color in dwb_set_private_browsing on startup; emit change... | portix |
2013-02-24 | Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if sign... | portix |
2013-02-24 | New option 'private-color' | portix |
2013-02-24 | New object settings | portix |
2013-02-24 | Use JSCheckScriptSyntax when checking scripts | portix |
2013-02-23 | Print a message if the execution of a script was successful | portix |
2013-02-23 | New commandline option check-syntax | portix |
2013-02-23 | Check if message has a firstParty property in requestpolicy; set width of plu... | portix |
2013-02-23 | More debugging messages in scripts | portix |
2013-02-23 | Don't check if context lock is locked and context is NULL in one macro | portix |
2013-02-21 | Unbind override keys; free KeyMap mapped with bind | portix |
2013-02-21 | Don't unprotect tab-objects in scripts_end, otherwise they will be unprotecte... | portix |
2013-02-21 | Use read-write lock instead of mutex to lock the global context; reload users... | portix |
2013-02-21 | Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock... | portix |
2013-02-21 | Synchronous version of clipboard.get | portix |
2013-02-21 | Lock context mutex in scripts_eval_key | portix |
2013-02-21 | Fixing accidently deleted makro paramter | portix |
2013-02-21 | New signal 'executeCommand' | portix |
2013-02-20 | Indentation in util.c, checking for own properties in object.forEach | portix |
2013-02-19 | Filter command/search/navigation history | portix |
2013-02-19 | Search history, use mutex for global_unbind | portix |
2013-02-19 | Implementing clipboard functions | portix |
2013-02-19 | Rename GtkWidget.containerAdd -> GtkWidget.add | portix |
2013-02-18 | Fixing some of the clang warnings | portix |
2013-02-18 | Fixing unitialzed values | portix |
2013-02-18 | Check return value of JSObjectGetPrivate | portix |
2013-02-18 | Create new widgets from scripts | portix |
2013-02-16 | Adding isQuickmarked, isBookmarked and type to statusBarChange signal | portix |
2013-02-16 | Lock context mutex when disconnecting gobject signals | portix |
2013-02-16 | Emit statusBarChanged signal also if only uri has changed | portix |
2013-02-16 | Lock s_global_context when destroying objects, protect all gui elements, prev... | portix |
2013-02-14 | Remove domain_is_tld | portix |
2013-02-14 | Updated tld list | portix |
2013-02-14 | Fixing check for supercookies if a cookie domain starts with a dot | portix |
2013-02-14 | Own constructor for hidden webview | portix |
2013-02-14 | New object HiddenWebView | portix |
2013-02-13 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-13 | Use isnan when converting javascript numbers to double | portix |
2013-02-13 | Implementing webview.historylist | portix |
2013-02-13 | Merged in yzzyx/dwb (pull request #15) | portix |
2013-02-12 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-12 | Adding elements with contenteditable property to the editable elements | portix |
2013-02-12 | Backout revision 1733 | portix |