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