summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-09Set default value of hsts to false, hsts causes a lot of ssl-handshake failsportix
2013-03-08Add optional environment to spawn functionsportix
2013-03-08Use g_get_environ/g_environ_setenv when setting child environmentsportix
2013-03-07C-Implementation of util.getBody; optional line argument in wv.inject; implem...portix
2013-03-07Return 'null' from clipboard_get rather than 'undefined'portix
2013-03-05Fixing wrong scope for script.debugportix
2013-03-04Control-Return follows selection in new tab, Shift-Return follows selection i...portix
2013-03-04Don't reverse widgets in completion_get_quickmarks, fixes #233portix
2013-03-04Use _initNewContext to initialize scripts, change setPrivate/getPrivate apiportix
2013-03-04Rename lib->htmlportix
2013-03-02Fixing LDFLAGS in src/util/Makefileportix
2013-03-02Use m4 for generating keys and settings; move util to m4; move util/src to sr...portix
2013-03-02Moving c-utils to util/src; build utils/src firstportix
2013-03-02Use g_io_channel_read_line in spawn_outputportix
2013-03-01Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-28Adding missing NULL-pointer check in history_forward_lengthportix
2013-02-27Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-27Use stack-allocated GdkEvent for dispatchEventportix
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
2013-02-26Also print debug messages if include is usedportix
2013-02-25Fixing scope of callback functions, print sourceURL in js_print_exceptionportix
2013-02-25Simplify Function.debug, format debug messagesportix
2013-02-25Correct starting line number in scripts_init_scriptportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-25Let self.debug be more verboseportix
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit change...portix
2013-02-24Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if sign...portix
2013-02-24Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-24Merging default into hstsportix
2013-02-24New option 'private-color'portix
2013-02-24New object settingsportix
2013-02-24Use JSCheckScriptSyntax when checking scriptsportix
2013-02-23Print a message if the execution of a script was successfulportix
2013-02-23New commandline option check-syntaxportix
2013-02-23Check if message has a firstParty property in requestpolicy; set width of plu...portix
2013-02-23More debugging messages in scriptsportix
2013-02-23Don't check if context lock is locked and context is NULL in one macroportix
2013-02-21Unbind override keys; free KeyMap mapped with bindportix
2013-02-21Don't unprotect tab-objects in scripts_end, otherwise they will be unprotecte...portix
2013-02-21Use read-write lock instead of mutex to lock the global context; reload users...portix
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...portix
2013-02-21Synchronous version of clipboard.getportix
2013-02-21Lock context mutex in scripts_eval_keyportix
2013-02-21Fixing accidently deleted makro paramterportix
2013-02-21New signal 'executeCommand'portix
2013-02-20Indentation in util.c, checking for own properties in object.forEachportix
2013-02-19Filter command/search/navigation historyportix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-19Implementing clipboard functionsportix
2013-02-19Rename GtkWidget.containerAdd -> GtkWidget.addportix