summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-04Control-Return follows selection in new tab, Shift-Return follows selection ↵portix
in background tab, closing #227
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
--HG-- rename : lib/error.html => html/error.html rename : lib/head.html => html/head.html rename : lib/info.html => html/info.html rename : lib/local.html => html/local.html
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 ↵portix
src/util; mv api to doc/api; adding bash-completion --HG-- rename : api/Makefile => doc/api/Makefile rename : api/jsapi.7.txt => doc/api/jsapi.7.txt rename : api/jsapi.txt => doc/api/jsapi.txt rename : util/Makefile => m4/Makefile
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; ↵portix
util.dispatchEvent
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 ↵portix
Function.debug
2013-02-25Let self.debug be more verboseportix
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit ↵portix
changeMode also for HINT_MODE
2013-02-24Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if ↵portix
signal.h doesn't check for _XOPEN_EXTENDED
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 ↵portix
plugin blocker if size and width cannot be computed
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 ↵portix
unprotected twice if userscripts are reloaded
2013-02-21Use read-write lock instead of mutex to lock the global context; reload ↵portix
userscripts that use the javascript api
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a ↵portix
deadlock if execute is called; bind shortcuts in insertmode/with entryfocus
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
2013-02-18Fixing some of the clang warningsportix
2013-02-18Fixing unitialzed valuesportix
2013-02-18Check return value of JSObjectGetPrivateportix
2013-02-18Create new widgets from scriptsportix
2013-02-16Adding isQuickmarked, isBookmarked and type to statusBarChange signalportix
2013-02-16Lock context mutex when disconnecting gobject signalsportix