summaryrefslogtreecommitdiff
path: root/src/dwb.c
AgeCommit message (Expand)Author
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit change...portix
2013-02-24New option 'private-color'portix
2013-02-21Unbind override keys; free KeyMap mapped with bindportix
2013-02-21Use read-write lock instead of mutex to lock the global context; reload users...portix
2013-02-19Filter command/search/navigation historyportix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-18Fixing some of the clang warningsportix
2013-02-16Adding isQuickmarked, isBookmarked and type to statusBarChange signalportix
2013-02-16Emit statusBarChanged signal also if only uri has changedportix
2013-02-13Implementing webview.historylistportix
2013-02-12Backout revision 1755portix
2013-02-12Backed out changeset dfda54254c70portix
2013-02-12Set script path readonly when binding userscriptsportix
2013-02-11Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-11Fixing wrong argument in dwb_execute_user_script, broke after refactoringportix
2013-02-09Update tab title of tabs that hasn't been loadedportix
2013-02-08Allow arbitrary uri schemes from commandline/open-promptportix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-28Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ...portix
2013-01-27New option 'accept-language'portix
2013-01-19Call scripts_end before freeing anything else in dwb_clean_up, otherwise 'exe...portix
2013-01-11Clear textentry when calling io_promptportix
2013-01-09Updating copyright informationportix
2013-01-09Remove scratchpadportix
2013-01-07Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is m...portix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-26New option 'load-on-focus'portix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-11Remove most exceptions in scripts.c; Regression: don't change to normal_mode ...portix
2012-12-09Remove duplicate call of gtk_entry_set_inner_borderportix
2012-12-06Remove dwb.misc.scripts, dwb.misc.scripts_onloadportix
2012-12-06Change to normal mode in view_navigation_policy_cb; use gtk_clipboard_get ins...portix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-06Fixing use after free in dwb_get_scriptsportix
2012-12-05Use strcasecmp instead of g_strcmp0 when comparing tagnames, fixes editor iss...portix
2012-12-04Indentation in callback.cportix
2012-12-04Coding style in dwb.cportix
2012-12-02Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-01Implementing all gui.* widgetsportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-11-23Fixing segfault if userscript is a symlink, closing #239portix
2012-11-22Fixing segfault in dwb_paste_into_entryportix
2012-11-22Always check for Shift-Insert in callback_key_press, fixes ignoring shift-ins...portix
2012-11-19Merging http://bitbucket.org/portix/dwb into defaultportix
2012-11-18Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts...portix
2012-11-17Use asynchronous clipboard function for dwb_paste_primaryportix
2012-11-17Fixing segfault if userscript is a symlinkportix
2012-11-17Also allow //!-prefix for javascript userscriptsportix
2012-11-17Fixing wrong escaping when backslash is mapped to shortcutportix