Age | Commit message (Expand) | Author |
2013-03-09 | Set default value of hsts to false, hsts causes a lot of ssl-handshake fails | portix |
2013-03-08 | Add optional environment to spawn functions | portix |
2013-03-08 | Use g_get_environ/g_environ_setenv when setting child environments | portix |
2013-03-07 | C-Implementation of util.getBody; optional line argument in wv.inject; implem... | portix |
2013-03-07 | Return 'null' from clipboard_get rather than 'undefined' | portix |
2013-03-05 | Fixing wrong scope for script.debug | portix |
2013-03-04 | Control-Return follows selection in new tab, Shift-Return follows selection i... | portix |
2013-03-04 | Don't reverse widgets in completion_get_quickmarks, fixes #233 | portix |
2013-03-04 | Use _initNewContext to initialize scripts, change setPrivate/getPrivate api | portix |
2013-03-04 | Rename lib->html | portix |
2013-03-02 | Fixing LDFLAGS in src/util/Makefile | portix |
2013-03-02 | Use m4 for generating keys and settings; move util to m4; move util/src to sr... | portix |
2013-03-02 | Moving c-utils to util/src; build utils/src first | portix |
2013-03-02 | Use g_io_channel_read_line in spawn_output | portix |
2013-03-01 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-28 | Adding missing NULL-pointer check in history_forward_length | portix |
2013-02-27 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-27 | Use stack-allocated GdkEvent for dispatchEvent | portix |
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 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-24 | Merging default into hsts | 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 |